Specifies JAX-RPC property values that are set on a javax.xml.rpc.Stub object before it is returned to the web service client. The property names can be any properties supported by the JAX-RPC Stub implementation.
port-info (sun-web.xml, sun-ejb-jar.xml, sun-application-client.xml)
The following table describes subelements for the stub-property element.
Table A–117 stub-property subelements| Element | Required | Description | 
|---|---|---|
| only one | Specifies the name of the entity. | |
| only one | Specifies the value of the entity. | 
The following table describes properties for the stub-property element.
Table A–118 stub-property properties| Property | Default | Description | 
|---|---|---|
| true | Determines whether the visibility of this endpoint as a Java Business Integration service is enabled or disabled. | 
<service-ref> <service-ref-name>service/FooProxy</service-ref-name> <port-info> <service-endpoint-interface>a.FooPort</service-endpoint-interface> <wsdl-port> <namespaceURI>urn:Foo</namespaceURI> <localpart>FooPort</localpart> </wsdl-port> <stub-property> <name>javax.xml.rpc.service.endpoint.address</name> <value>http://localhost:8080/a/Foo</value> </stub-property> </port-info> </service-ref>