Hi All,
I have a webservice(wsdl) url and the url is working fine in SOAPUI and its returning the output as well. But when I open/download the url it is not showing all the parameters as in SOAPUI application. When I open the url in browser it is not showing the parameters & when I upload(External Definition) in PO system it is not showing any sub element (parameters).
Below is copied format from the browser when I pass the URL.
<wsdl:message name="Login_InputMessage"><wsdl:part name="parameters" element="tns:Login"/></wsdl:message><wsdl:message name="Login_OutputMessage"><wsdl:part name="parameters" element="tns:LoginResponse"/></wsdl:message>
Below is copied from the SOAPUI application with the same URL
<soapenv:Header/> <soapenv:Body> <tem:Login> <!--Optional:--> <tem:Service>?</tem:Service> <!--Optional:--> <tem:GroupKey>?</tem:GroupKey> <!--Optional:--> <tem:Pin>?</tem:Pin> </tem:Login> </soapenv:Body> </soapenv:Envelope>
Is Java Mapping and changing the SOAP Envelop is the only option to do this interface or is there any other better solution? Please advice.
Thanks in advance,
RVR