Create SOAP Request from XSD

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dillipkumar
    New Member
    • Mar 2008
    • 41

    Create SOAP Request from XSD

    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
Working...