Runtime tools : Core components : Web services access : Accessing Web services : Configuring the Web services access path in the Web services connector : Configuring the Web services endpoint address in a Web services connector
  
Configuring the Web services endpoint address in a Web services connector
To override the endpoint address that is defined in a WSDL file, specify a value for the endpointAddress attribute in the Web services connector definition. As shown in the following example definition of a Web services connector, specifying a value for the endpointAddress attribute invokes another Web services server.
< JaxWsConnector id=”PeopleService”
namespaceUri=http://mock.dallas.com/
serviceName="PeopleServicesService"
portName="PeopleServicesPort"
serviceEndpointInterface="com.dallas.mock.PeopleServicesDelegate"
wsdlUrl="/WEB-INF/wsdl/PeopleServicesService.wsdl"/
endpoint Address=”http://localhost:9080/TestWebservices/PeopleService”>
Go up to
Configuring the Web services access path in the Web services connector