Activity Forums Salesforce® Discussions SOAP Web service call out with wsdl

  • SOAP Web service call out with wsdl

    Posted by Eugene on April 24, 2017 at 7:22 am

    Good day! Does anyone know how to call a webservice without the wsdl?

    This is the sample wervice:

     

    <?xml version="1.0" encoding="utf-8"?>
    <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
    <h:ContractVersion xmlns:h="http://schemas.SOMEWHERE.com/WebServices">340</h:ContractVersion>
    </s:Header>
    <s:Body>
    <LogonRequest xmlns="http://schemas.SOMEWHERE.com/WebServices/ServiceContracts/SessionService">
    <logonRequestData xmlns:a="http://schemas.SOMEWHERE.com/WebServices/DataContracts/Session"

    xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
    <a:DomainCode>def</a:DomainCode>
    <a:AgentName>NAME</a:AgentName>
    <a:Password>PASSWORD</a:Password>
    <a:LocationCode i:nil="true"></a:LocationCode>
    <a:RoleCode i:nil="true"></a:RoleCode>
    </logonRequestData>
    </LogonRequest>
    </s:Body>
    </s:Envelope>

     

     

    Eugene replied 7 years ago 1 Member · 0 Replies
  • 0 Replies

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos

Popular Salesforce Infographics