2 Replies Latest reply on Apr 27, 2010 10:19 AM by vgarmash

    JBossws client configuration

    yhrn

      Hi,
      I put up a post about detailed control over SSL for ws clients a while ago (http://www.jboss.com/index.html?module=bb&op=viewtopic&t=127805) but I didn't get any responses, so I thought I'd try to rephrase it a bit.

      Is there any way of interacting with the low level connection using the port proxy (BindingProvider), i.e. on per invocation basis?

      Are there any JBossWS specific properties that can be set on the BindingProvider request context? If there is - are they documented anywhere?

      Is there any documentation on JbossWS client configuration? The only I can find is http://jbws.dyndns.org/mediawiki/index.php?title=JAX-WS_Client_Configuration and this page only shows what the different "out of the box" configurations may look like - not how they can be modified. I'm using JBoss AS 4.2.2 and my Standard Client in standard-jaxws-client-config.xmllooks like this:

      <client-config>
       <config-name>Standard Client</config-name>
       <feature>http://org.jboss.ws/dispatch/validate</feature>
       <property>
       <property-name>http://org.jboss.ws/http#chunksize</property-name>
       <property-value>2048</property-value>
       </property>
      </client-config>

      What other "features" and "properties" can be configured?