Creating endpoints for Web services
Use this topic to create endpoints for Web services.
About this task
Procedure
- Navigate to .
- Create a new entry and specify an endpoint label.
- Specify the following value: handler = WEBSERVICE.
- 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.
- Specify the endpoint URL from the previous step in the Property field.
- 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.
- Set the SERVICENAME value to the service name in the wsdl file. For MXPMCOMSR, use MXPMCOMSRService.
- Save your changes.