[jboss-user] [JBossWS] - Re: Changing of soap:address location

alessio.soldano@jboss.com do-not-reply at jboss.com
Fri Jan 11 19:19:20 EST 2008


"memema" wrote : I have a more complex situation: one internal JBoss server with the web service, and several forwards from externals apache web servers (sorry for my bad english). Different customers have different access points thought differents urls  and domains (the customer A access to http://serverA/ws, customer B to http://serverB/ws, etc), but the internal web service and jboss are the same. The annotation solution doesn't work in my case. Another idea? 
  | 

Not sure if this is exactly your use case, however you could comment out this

  | <property name="webServiceHost">${jboss.bind.address}</property>
  | 
in your jbossws.beans/META-INF/jboss-beans.xml file (leave modifySOAPAddress to true). This way the engine should rewrite the soap:address using the host/port used to invoke the servlet providing you the wsdl.

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

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



More information about the jboss-user mailing list