[jboss-user] [JBossWS] - Re: Using WS behing a reverse proxy

richard_opalka do-not-reply at jboss.com
Tue Aug 28 10:36:08 EDT 2007


Copy/Paste from the configuration file you were modifying:
---
The WSDL, that is a required deployment artifact for an endpoint, has a <soap:address>
  |         element which points to the location of the endpoint. JBoss supports rewriting of that SOAP address.
  |       
  |         If the content of <soap:address> is a valid URL, JBossWS will not rewrite it unless 'modifySOAPAddress' is true.
  |         If the content of <soap:address> is not a valid URL, JBossWS will rewrite it using the attribute values given below.
---
Did you try to set up <soap:address> manually in WSDL and set modifySOAPAddress to false?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078808#4078808

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078808



More information about the jboss-user mailing list