This content has been marked as final.
Show 2 replies
-
1. Re: Redirecting by changing wsdlsoap:address location in the
joff Jan 27, 2005 8:48 PM (in response to gatapia)Not sure about older versions, but in JBoss 4.0, look in your
server/default/deploy/jboss-ws4ee.sar/META-INF directory..
and in 'jboss-service.xml'<mbean code="org.jboss.webservice.AxisService" name="jboss.ws4ee:service=AxisService"> <depends>jboss:service=WebService</depends> <attribute name="WebServiceHost"> your.hostname.here </attribute> <attribute name="WebServiceSecurePort">8443</attribute> <attribute name="WebServicePort">8080</attribute> <attribute name="ValidateWsdlRequest">false</attribute> </mbean>
-
2. Re: Redirecting by changing wsdlsoap:address location in the
joff Jan 27, 2005 8:50 PM (in response to gatapia)oh, and to get it to replace it with https instead of http,
in your WSDL have something like:
<wsdlsoap:address location="https://REPLACE_THIS_URL"/>