Created
July 26, 2017 07:17
-
-
Save kgorin8/436dfe548e898ac4361f19ae81b8fa0b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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