Get XML Schema for SOAP Response

0
Hi All, I am trying to call a web-service using SOAP, everything is working fine but I am not able to perform import mapping as I don't have the XML Schema for my SOAP call response. I just want to know that how can I generate XML Schema for my SOAP call response and map the response data. The SOAP response XML is below:   <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Header> <ns1:sessionID soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0" xmlns:ns1="http://ws.polarion.com/session">-1897751301705602409</ns1:sessionID> </soapenv:Header> <soapenv:Body> <logInResponse xmlns="http://ws.polarion.com/SessionWebService-impl"/> </soapenv:Body> </soapenv:Envelope>  
asked
1 answers
0

That is more a questioon for the persons how provide the webservice because they should provide it. But there are asome online tools that will generate an xsd from a xml file. Not always perfect but gives you a start to create the xsd.

Regards,

Ronald

 

answered