In the past we used the wstools to create our wsdl and then replaced REPLACE_WITH_ACTUAL_URL with http://REPLACE_WITH_ACTUAL_URL if the server we were going to deploy to was directly accessible. For servers that were behind a firewall we replace with the actual url we wish to use for the <soap:address location=""/>
We are now using the @WebService annotation. For the directly accessible servers we can use the @WebContext(transportGuarantee="CONFIDENTIAL") but we still need a way to solve the second issue. I have tried setting the virtualHosts param but this appears to have no impact on the wsdl ideas ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187356#4187356 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187356 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
