Hi Jerzy,

I am in the middle of putting together better documentation for this, as it seems several people want to use it. To answer your question, the WSDL file is provided at runtime as a parameter to the servlet, not in the code. If you just run the servlet, the first form that pops up is the one asking what WSDL URL you want to wrap. To by pass this, just call a GET to the URL for the servlet with the parameter "wsdl" already filled in. I am traveling for the next couple of days, so I won't be able to create the minimal WAR/JAR and documentation for SoapServlet until next week, but I can still answer any questions in the interim.

Regards,

Paul

P.S. WRT complex data types, the nested members are filled in individually, and the complex type is constructed and sent my the servlet. If there is an array type, a text area is given and a drop-down list of value separators made available. The only thing not really supported right now is enumerated XML schema elements, which should really be a combobox.

Jerzy Orlowski wrote:
OK. I have made one step forward...
How do I provide the wsdl file?

Jerzy




Jerzy Orlowski wrote:
Hi

Currently I am stuck with

java.lang.ClassNotFoundException: org.biomoby.service.test.StringBufferServletOutputStream

It seems that StringBufferServletOutputStream is not present in ant-generated jmoby-1.1.1.jar

Jerzy Orlowski





Jerzy Orlowski wrote:
Thanks

Currently I am trying to do this in Tomcat.
By copying and modifying example services I managed to call SoapServlet but I am facing missing dependencies now. Could you please list all the jars I would need to include to make it run or provide any method for getting it (I suppose ant knows how to do it). I suppose I would need them in Tiny Java Web Server anyway.

The second thing is what does the servlet actually do?
What happens if a SOAP service has complex types as input/output?
My services have complex types as input but this is mostly becaouse Python soaplib cannot take several values as input but only complex types consstructed out of several simple types (which i compose and decompose using XML splitters in Taverna)

Would I be able to construct complex types using SoapServlet?
Could you provide any screenshots of the program?

------------------------------------------------------------------------------
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
_______________________________________________
taverna-hackers mailing list
[email protected]
Web site: http://www.taverna.org.uk
Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/
Developers Guide: http://www.mygrid.org.uk/tools/developer-information

------------------------------------------------------------------------------
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
_______________________________________________
taverna-hackers mailing list
[email protected]
Web site: http://www.taverna.org.uk
Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/
Developers Guide: http://www.mygrid.org.uk/tools/developer-information


------------------------------------------------------------------------------
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
_______________________________________________
taverna-hackers mailing list
[email protected]
Web site: http://www.taverna.org.uk
Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/
Developers Guide: http://www.mygrid.org.uk/tools/developer-information

Reply via email to