Is there a way to generate a soap:address location with a different port value than the
default? I'm using EJB3 SLSBs with javax.jws.* and org.jboss.ws.annotation.*
annotations for my services. The generated wsdl file locates the services at
http://mymachine:8180/myserviceurl/myservice I run the server behind an apache proxy using
ajp with ProxyPass /myserviceurl ajp://localhost:8109/myserviceurl. So really i want the
wsdl file to look like this
...
<soap:address location="http://myserviceurl/myservice"/>
...
Is there some annotation attribute i can set to change the way the wsdl generate the port?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068363#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...