How to remove the “new” prefix from several attributes of the element in the request to the SOAP service?
问题 I have a wsdl. Using wsdl2java i have created java classes and add realization. After that i created project in SOAP UI i receive the next xml for request: The problem is that i have hardcoded client which will use one of operation of this web sevice and the client will not work if new prefix will exist. How to remove new prefix from login and password attributes of AuthData element? UPDATE When i call web-service like that: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap