"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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to