kais alkotamy created AXIS2-6021:
------------------------------------

             Summary: change the wsdl url of a soap service in java
                 Key: AXIS2-6021
                 URL: https://issues.apache.org/jira/browse/AXIS2-6021
             Project: Axis2
          Issue Type: Bug
            Reporter: kais alkotamy


dears I have developed a soap webservice using java and axis2 and a top down 
approach now when I deploy the service on tomcat8 server the location url of 
the service is being like:
 
{{"serverIP:port/projectName/services/serviceName"}}

is there a way to change it to
 
{{"serverIP:port/projectName/subdomain/anothersubdomain"}}

I have tried editing the web.xml and axis2.xml note the the the originale wsdl 
have the location tag : "serverIP:port/projectName/servicename" therefore I 
have tried to set the "useOriginalwsdl" to false and set the 
"modifyUserWSDLPortAddress" to false in service.xml file that gave the orginal 
tag location but the when I am trying to use endpoint from SoapUI program I can 
not reach it.

please any way to change the location of the wsdl 

of a way to redirect the url 

I have aslo tried to redirect using a url-rewrite library but does not wrok for 
the client

thanks in advance

 

{{}}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org

Reply via email to