jmpgate-t...@yahoo.com wrote:
At this point, using jibx-ws, by itself. However, I have used Spring for a web application before. Does spring-framework have something web service centric, that I should be looking at?
Spring Framework does have Spring/WS, which can also be configured to use JiBX. Spring/WS and Axis both offer more complete web services stacks than JiBX/WS, which aims to handle simple web services easily, and with great performance.

While JiBX/WS ships with basic Spring support (using the WsSpringServlet + Spring config), you can also use it without (via the WsServlet + JiBX/WS Service Definition).

so wouldn't need schema generation
Are you talking about the xsd file that was generated, too?
I was meaning dynamic generation of WSDL by JiBX/WS (basically building jibx2wsdl into JiBX/WS).
Do you have any specific needs for publishing the WSDL - eg. rewriting the 
service location?
Have a developer that needs to call my web service from VB6, ugh! He wants to use some MS soap tool that with make everything easy. This tool depends on the wsdl.
If you don't need your WSDL exposed via the web service, you could give him the WSDL out-of-band.

WsSpringServlet
I'll take a look at WsSpringServlet.
Look at WsServlet since you're not using the Spring support.
Thinking about jibx-ws current servlet implementation, it's apparent that doPost method is implemented but not doGet. Current thinking is: Inside the doGet should confirm the 'wsdl' url parameter was passed, then via init-parameter look for a wsdl file with same name and if found stream it's contents to response out.
correct. I'll see if I can add something basic like this to 0.9.1, with more complete WSDL support in a later release.

nigel.
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to