anonymous wrote : What can I do differently here to get the message to use the 'HTTP
1.0 Client' config?
I think nothing. I think JBossWS (JAAS) should propagate this property to JBoss Remoting
(HTTPClientInvoker), so once I remove "chunked" from the config:
| <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>
|
it MUST take it into account...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127066#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...