Skip to content

Instantly share code, notes, and snippets.

@kgorin8
Created July 26, 2017 07:17
Show Gist options
  • Save kgorin8/436dfe548e898ac4361f19ae81b8fa0b to your computer and use it in GitHub Desktop.
Save kgorin8/436dfe548e898ac4361f19ae81b8fa0b to your computer and use it in GitHub Desktop.
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:RFCDEMO="urn:sap-com:document:sap:rfc:functions">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<RFCDEMO:BAPI_USER_GET_DETAIL>
<USERNAME>USER</USERNAME>
</RFCDEMO:BAPI_USER_GET_DETAIL>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
http://saphost:8000/sap/bc/soap/rfc?spnego=disabled&sap-client=100
http://saphost:8000/sap/bc/soap/wsdl11?services=BAPI_USER_GET_DETAIL&sap-client=100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment