Home > Advanced Programming Techni... > Implementing Web Services > Creating a Web Service Refe...
Previous |
Next |
To create a Web service reference manually:
Navigate to the Web Service References page. See "Accessing the Web Service References Page".
Click Create.
Select Manual and click Next.
The Create/Edit Web Service page appears.
In Name, enter a name to identify the reference.
Under Service Description:
URL - Enter the URL endpoint of the Web service.
Action - Enter the action of the Web service (optional).
Proxy - Enter a proxy if you want to override the application proxy for this service.
SOAP Version - Select 1.1 or 1.2.
Basic Authentication - Choose whether the Web service requires authentication. Select Yes or No.
For SOAP Envelope, enter the SOAP envelope for this request.
Note: You can reference items from session state in the SOAP envelope by using#ITEM_NAME# syntax. |
For Store Response in Collection, enter the name of a collection to store the response (optional).
Click Create.
The Web service reference is added to the Web Service References Repository.