I'm having some problems with a webservice stub generated by wsimport. Basically it's giving me this indecipherable (to me) error:
This is strange to me because I just generated the UserWS class withwsimport. Also because I have no idea what this cryptic error message means.
So what I'd like to do (barring one of you experts, like Peer, explaining what the hell this means), is to somehow log the
SOAP request and response sent/received by the web service proxy (although it looks like it never gets that far...). Is there some way to do this?
One more tidbit: This error appears only on specific client machines. Running the same request using SoapUI, the request processes correctly. (no problems)
EDIT: In case a bit of code helps (and it always does), here is the offending line from com.foo.services.user.UserWS.java:
And here's the calling code: