Forum Discussion
- JimLContributorHi,
Does anyone have any idea about how to do this?
Thanks,
Jim - Hi Jim,
Currently there's no way to change namespace prefixes. As long as namespace prefix is declared properly and your server is SOAP compliant you shouldn't have any problems. I assume, your server is hardcoded so that it expects env prefix and nothing else. Is that the case?
I suggest that you post a feature request and we'll look into implement it in foreseeable future.
Cheers!
/Nenad Nikolic a.k.a. Shonzilla - JimLContributorHi,
Thanks for the info. Mainly I was just checking because I thought that I might have missed this capability somewhere.
I was actually kind of surprised myself that the server hosting the webservice (WebLogic) cared that the namespace was not "env:", since the URL was the same for both "env:" and "soapenv:"
I am curious though, WHAT (and why) is deciding that the namespace on the request envelopes should be "soapenv:"?
Is it SOAPUI itself?
The reason for my question is that I don't see "soapenv" anywhere in the WSDL that I imported into SOAPUI, so is "soapenv" just some kind of default decision that SOAPUI makes?
Thanks again,
Jim - Hi Jim,
The namespace prefix you're seeing is generated from the namespace URI by the underlying library used by soapUI, XMLBeans.
Cheers!
/Nenad Nikolic a.k.a. Shonzilla - JimLContributorHi,
Ok, thanks. As you suggested, I've posted a feature request.
Jim