SOAP 1.1 Endpoint and HTTP Endpoint ports are defaulted to 80 or 8080 while 
generating the WSDL
-----------------------------------------------------------------------------------------------

                 Key: AXIS2-4159
                 URL: https://issues.apache.org/jira/browse/AXIS2-4159
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: wsdl
    Affects Versions: 1.4.1
         Environment: Axis 2.1.4, windows xp, JRE 1.5
            Reporter: Abhijeet


<wsdl:port name="TestJaxWsServiceHttpSoap11Endpoint" 
binding="ns:TestJaxWsServiceSoap11Binding">
  <soap:address 
location="http://172.22.164.81:80/Service/services/TestJaxWsService.TestJaxWsServiceHttpSoap11Endpoint/";
 /> 
  </wsdl:port>
- <wsdl:port name="TestJaxWsServiceHttpSoap12Endpoint" 
binding="ns:TestJaxWsServiceSoap12Binding">
  <soap12:address 
location="http://172.22.164.81:80/Service/services/TestJaxWsService.TestJaxWsServiceHttpSoap12Endpoint/";
 /> 
  </wsdl:port>
- <wsdl:port name="TestJaxWsServiceHttpEndpoint" 
binding="ns:TestJaxWsServiceHttpBinding">
  <http:address 
location="http://172.22.164.81:80/Service/services/TestJaxWsService.TestJaxWsServiceHttpEndpoint/";
 /> 
  </wsdl:port>

Even if my Service EPR is pointed to correct 
 http://usphxdlh02.spe.sony.com:18080/Service/services/TestJaxWsService

Is there a way to control the port in the auto generated WSDL ? Only way I am 
able to run with this configuration is by making the port to be equal to 8080. 



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to