Hi to everyone, i'm tweaking the wsdl of my web service. I use the jaxb binding.
My xml actually looks like the following: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns1:ls-doc-by-idResponse xmlns:ns1=" http://scrigno.popso.it/webservices-ext-polimi"> <id-doc>1</id-doc> </ns1:ls-doc-by-idResponse> </soap:Body> </soap:Envelope> I would like to: 1) define the name of the ns1 namespace, instead of a generic "ns1" something like "polimi" 2) change the name of the response tag from "ls-doc-by-idResponse" to "ls-doc-by-id-response"; acually i see that the "Response" suffix is added automatically How to do it ? And if i change databinding to Aegis, the setting would still be valid or i should tweak them again ? Thanks Nicola
