how to send the soap wsdl request

You must Login before you can answer or comment on any questions.

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:glob="http://sap.com/xi/SAPGlobal20/Global"> <soapenv:Header/> <soapenv:Body> <glob:EmployeeLeaveRequestByParticipantQuery> <EmployeeLeaveRequestSelectionByParticipant> <EmployeeLeaveRequestParticipantRoleCode listVersionID="?">2</EmployeeLeaveRequestParticipantRoleCode>

        &lt;!--Zero or more repetitions:--&gt;
        &lt;EmployeeLeaveRequestParticipantWorkAgreementIDInterval&gt;
           &lt;IntervalBoundaryTypeCode&gt;1&lt;/IntervalBoundaryTypeCode&gt;
           &lt;!--Optional:--&gt;
           &lt;LowerBoundaryWorkAgreementID schemeID=&quot;?&quot; schemeAgencyID=&quot;?&quot;&gt;1009&lt;/LowerBoundaryWorkAgreementID&gt;
    &lt;/EmployeeLeaveRequestParticipantWorkAgreementIDInterval&gt;
        &lt;!--Zero or more repetitions:--&gt;
     &lt;/EmployeeLeaveRequestSelectionByParticipant&gt;
  &lt;/glob:EmployeeLeaveRequestByParticipantQuery&gt;

</soapenv:Body> </soapenv:Envelope>

This is my hard code xml data which is soap formate i need to send the request with passing parameter to given url

http://erp.esworkplace.sap.com/sap/bc/srt/pm/sap/ecc_empleavereqparctqr/800/default_profile/2/binding_t_http_a_http_ecc_empleavereqparctqr_default_profile

The above url i need to paramater of the xml data in soap request!

which will give me response in xml formate i can fetch data from response!

But I am not able to send request with this two wsdl and soap request ! i am new to web-services,

@Thanks in advance

1 Answer

Hi, goto kitchensink example. There is examples for SOAP. - suds works fine - other lib only worls on iPhone

Your Answer

Think you can help? Login to answer this question!