When my web app gets deployed, JBOSS changes the soap:address location that I specifiy in my WSDL. Specifically, it changes the host:port. This apparently is only for the WSDL that is retrieved. The actual working address:port is still what I set it at.
First, I set the location in my wsdl: <soap:address location="http://localhost/testapp/soap/Admin" /> When the app is deployed, I get this in the logs: 15:20:00,000 INFO [AxisService] Web Service deployed: http://baby:8080/testapp/soap/Admin ("baby" is the computer name that JBOSS is running on.) If I use the above URL to access the wsdl, the page isn't found (ie, nothing listening on that port). I can get the wsdl from the correct URL: http://localhost/testapp/soap/Admin. But this is the location in the fetched wsdl: <soap:address location="http://baby:8080/idassure/soap/Admin" /> What gives? Any help greatly appreciated. TIA ken View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932291#3932291 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932291 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list JBoss-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-user