Runtime tools : Core components : Web services access : Accessing Web services : Configuring the Web services access path in the Web services connector : Invoking the default access path
  
Invoking the default access path
For JAX-WS, the endpoint address that is specified in a WSDL file is consumed at run time; however, for JAX-RPC, the endpoint address is used during compile time. For Web services runtime to use the endpoint address that is specified in a WSDL file, do not specify an endpointAddress attribute in the definition of the Web services connector. As shown in the following example definition of a Web services connector, an endpointAddress attribute is not specified:
< JaxWsConnector id=”PeopleService”
namespaceUri=http://mock.dallas.com/
serviceName="PeopleServicesService"
portName="PeopleServicesPort"
serviceEndpointInterface="com.dallas.mock.PeopleServicesDelegate"
wsdlUrl="/WEB-INF/wsdl/PeopleServicesService.wsdl"/>
Go up to
Configuring the Web services access path in the Web services connector