Adapter for SAP 10.1 | webMethods Adapter for SAP Documentation | webMethods Adapter for SAP Installation and User’s Guide Documentation | Adapter Services | Creating an Adapter Service that Executes an RFC | Posting an RFC-XML Document from an HTTP Client | Invoking the RFC Adapter Service Using the pub.client.http Service
 
Invoking the RFC Adapter Service Using the pub.client.http Service
*To use the pub.client.http service
1. Using Designer , navigate to the pub.client:http service.
2. Select Test > Run.
3. Specify the URL of the RFC-XML handler service. For example,
http://localhost:5555/invoke/app/rfcGetStructureDefinition
4. Specify Post as the method.
5. Paste the document into the String field of the Data section.
6. Add one entry in the field headers:
Name: Content-type
Value: application/x-sap.rfc
For more information about the pub.client:http service, see webMethods Integration Server Built-In Services Reference for your release.