Hello, I have developed a webservice based on a pojo using axis2. I wonder how and if I can change the namespace prefix of ns:return in the SOAP-request to another prefix I declared.
So how can I change the preifx from ns (ns:return) to something else (sc:return). Is this possible via services.xml? I also have another question: My wsdl is generated via axis2 based on my service class. My webservice is installed on a tomcat and exposed via an application firewall to the internet. On the tomcat side I don't speark ssl, so the application firewall does ssl-offloading. But within the wsdl the location attributes only show the tomcat-url (port 80, not 443). How can I change this? How can I overwrite this? So actually the element looks like: <soap:address location="http://SOMEWHERE:80/axis2/services/SomeService.SomeServiceHttpSoap 11Endpoint"/> And I need something like: <soap:address location="https://SOMEWHERE:443/axis2/services/SomeService.SomeServiceHttpSo ap11Endpoint"/> Thank you, Regards, Nico Hoffmann
