wsdl schema namespace prefix is changing in different environments - AXIS2

401 views Asked by At

I deployed a component having SOAP webservices in an Open Nebula recently. After deployment, we noticed the WSDL responses to be having a different namespace prefix

Problem: AlertBot was expecting to see <ax25:response>TEST</ax25:response> but, it started seeing <ax21:response>TEST</ax21:response> instead. We compared the build between the new and old host, and saw no differences in config files, or the java package.

We need to figure out why the ax25 part namespace prefix got changed to ax21 on the new host

NOTE: We use AXIS2 library for generating WSDLs

0

There are 0 answers