Hi,
The problem is that https was changed to http and I forgot to tell
another thing
https://www.test.com/axis2/services/Test1?wsdl
was changed to
http://www.test.com*:8080*/axis2/services/Test1
How can I force that wsdl in run time is the same that I created?
Regards
Thilina Gunarathne wrote:
If the following is what you are getting, then I feel like it's correct..
http://www.test.com/axis2/services/Test1
What's your desired address location and what you are getting now...
Thanks,
Thilina
On 12/27/06, Nuno Martins <[EMAIL PROTECTED]> wrote:
Hi,
I have deployed some sample secure service in Axis2 in Tomcat.
When I try to generate WSDL for the service, I find that the soap
address
location is incorrect.
The query URL is
https://www.test.com/axis2/services/Test1?wsdl
The soap address location is
http://www.test.com/axis2/services/Test1
How can I change soap address location? Why is changed?
Regards