Hi, is there a way that JBossWS can use the HTTP Content-Length field instead of using the length information embedded inside the content itself?
I'm having problems with a Web Service Client that can only work with the Content-Length field. Unfortunately there is no way that the client can be modified to use the current length information field. I've been able to modify AXIS with JBoss 3.2.6 to use the Content-Length information by manually adding the header by implementing a simple OutputStream that calculates the total bytes written to the final OutputStream and then setting the ContentLength field with this data. Thanks, Reiner View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3901800#3901800 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3901800 ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
