Hi,
I am using SOAP::Lite perl module, can i create a SOAP request from XSD or from wsdl using SOAP::Lite or is there any perl module which will create the soap request as in SOPA UI.
like :
======
<soapenv:Envelo pe xmlns:soapenv=" http://schemas.xmlsoap .org/soap/envelope/" xmlns:acc="http ://google.ws.com//ws/service/account">
<soapenv:Head er/>
<soapenv:Body >
<acc:GetAccount Request>
<accountId>?</accountId>
</acc:GetAccountR equest>
</soapenv:Body>
</soapenv:Envelop e>
Thanks
I am using SOAP::Lite perl module, can i create a SOAP request from XSD or from wsdl using SOAP::Lite or is there any perl module which will create the soap request as in SOPA UI.
like :
======
<soapenv:Envelo pe xmlns:soapenv=" http://schemas.xmlsoap .org/soap/envelope/" xmlns:acc="http ://google.ws.com//ws/service/account">
<soapenv:Head er/>
<soapenv:Body >
<acc:GetAccount Request>
<accountId>?</accountId>
</acc:GetAccountR equest>
</soapenv:Body>
</soapenv:Envelop e>
Thanks