Hi All,
I am writing a web service interface and my user are sending me xmlns="" all over the place. They claim it is valid and is the way TIBCO works. This sucks for me because I get an exception that it is not valid from JDOM. Here is a snippet of what they are sending me:
<SOAP-ENV:Envelope xmlns=""
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header xmlns=""
Does anyone have any suggestions on how to handle this in Spring WS?
Thanks,
Hisham


Reply With Quote
