1. Overview of Sun GlassFish Enterprise Server v3 Application Deployment
A. The asadmin Deployment Subcommands
B. Enterprise Server Deployment Descriptor Files
C. Elements of the Enterprise Server Deployment Descriptors
activation-config-property-name
activation-config-property-value
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)
port-info (sun-web.xml, sun-ejb-jar.xml, sun-application-client.xml)
The following table describes subelements for the stub-property element.
| 
 | 
The following table describes properties for the stub-property element.
| 
 | 
<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>