WSDL generated specifies an invalid endpoint address location
-------------------------------------------------------------

         Key: AXIS2-722
         URL: http://issues.apache.org/jira/browse/AXIS2-722
     Project: Apache Axis 2.0 (Axis2)
        Type: Bug

  Components: wsdl  
    Versions: 1.0    
 Environment: Happens in the released Axis2 1.0 version
    Reporter: Junaid


I'm deploying my Web Service using the RawXMLINOutMessageReceiver and providing 
my own WSDL in the META-INF folder. However the WSDL that is returned from the 
?wsdl URL contains invalid endpoint addresses. I'm integrating Axis2 webapp 
within my larger application (EAR) and would like to use a different webapp 
context than 'axis2'. However the endpoint addresses in the generated WSDL have 
axis2 hard-coded in them & are of the form:
http://machine:80/axis2/services/MyService

even though my Web Service is deployed at a different URL and the original WSDL 
that is provided in the META-INF folder has the correct endpoint address like:
http://machine:80/mywebapp/services/MyService

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to