-
Gemerate sample SOAP request pay load (XML) from WSDL (2 messages)
- Posted by: Yogesh Deshpande
- Posted on: July 16 2008 09:24 EDT
I am looking for library/API which will give following 1. List of operration given a wsdl: This is possible using wsdl4j but the below step is more important 2. Generate sample soap request given a operation name. The same thing is exactly offereed by SOAPUI but it is a standalone application and I need API or libraries instead of application. Anybody aware if such APIS/librarariesThreaded Messages (2)
- Re: Gemerate sample SOAP request pay load (XML) from WSDL by Krishna Pothula on July 27 2008 16:28 EDT
- Re: Gemerate sample SOAP request pay load (XML) from WSDL by Ashok Madhavan on November 04 2008 07:07 EST
-
Re: Gemerate sample SOAP request pay load (XML) from WSDL[ Go to top ]
- Posted by: Krishna Pothula
- Posted on: July 27 2008 16:28 EDT
- in response to Yogesh Deshpande
You can refer to my response in the this thread. Hope that helps. -
Re: Gemerate sample SOAP request pay load (XML) from WSDL[ Go to top ]
- Posted by: Ashok Madhavan
- Posted on: November 04 2008 07:07 EST
- in response to Yogesh Deshpande
wscep - http://sourceforge.net/project/showfiles.php?group_id=91230&package_id=97358&release_id=250661 u can use the code from here to generate the soap request for the given wsdl.