<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>
<!--Zero or more repetitions:-->
<EmployeeLeaveRequestParticipantWorkAgreementIDInterval>
<IntervalBoundaryTypeCode>1</IntervalBoundaryTypeCode>
<!--Optional:-->
<LowerBoundaryWorkAgreementID schemeID="?" schemeAgencyID="?">1009</LowerBoundaryWorkAgreementID>
</EmployeeLeaveRequestParticipantWorkAgreementIDInterval>
<!--Zero or more repetitions:-->
</EmployeeLeaveRequestSelectionByParticipant>
</glob:EmployeeLeaveRequestByParticipantQuery>
</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!