Creating endpoints for Web services

Use this topic to create endpoints for Web services.

About this task

To create endpoints for Web services, complete the following steps:

Procedure

  1. Navigate to Integration > Endpoint.
  2. Create a new entry and specify an endpoint label.
  3. Specify the following value: handler = WEBSERVICE.
  4. Obtain the endpoint URL from the C:\<websphere_application_installation_directory>\profiles\AppSrv01\axis2\wsdl\<SERVICENAME>.wsdl file. The URL is at the end of the file, and it looks similar to http://<host_name>:9080/meaweb/services/MXPMCOMSR.
  5. Specify the endpoint URL from the previous step in the Property field.
  6. Obtain the soapAction value from the C:\<websphere_application_installation_directory>\profiles\AppSrv01\axis\wsdl\<SERVICENAME>.wsdl file. The value is close to the end of the file on the line similar to <soap12:operation soapAction="urn:action" style="document" />. In this case, the soapAction value is urn:action.
  7. Set the SERVICENAME value to the service name in the wsdl file. For MXPMCOMSR, use MXPMCOMSRService.
  8. Save your changes.


Feedback