I want to have a response like this
Code:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<firstCallHireDetails xmlns="http://businessInterface.firstcall.gwy.europcar.com">
<hireDetailsType>
.....
but I am getting
Code:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header/>
<soap:Body>
<ns1:firstCallHireDetails xmlns:ns1="http://businessInterface.firstcall.gwy.europcar.com">
<ns1:hireDetailsType>
this "ns1" is something I want to avoid
I don't have control on response
I have to make it work using the annotations