Hi,
This is probably a bit of a long shot, but has anyone tried to send
javax.xml.soap.SOAPMessage as a parameter to a webservice that is
expecting it?
I have built a webservice that takes a SOAPMessage as a parameter; I
have mapped all the types across but I still get an error on the client
(see below). I have scoured the web for possible clues but unfortunately
to no avail.
Any feedback would be a bonus++
Cheers,
Dave
Error message is:
[SOAPException: faultCode=SOAP-ENV:Client; msg=Unable to retrieve
'contentDescription' property value: null.;
targetException=java.lang.IllegalArgumentException: Unable to retrieve
'contentDescription' property value: null.]
at
org.apache.soap.transport.http.SOAPHTTPConnection.send(SOAPHTTPConnectio
n.java:354)
at org.apache.soap.rpc.Call.invoke(Call.java:248)
at
jxtaWS.Testing.TestSOAPReceiver.main(TestSOAPReceiver.java:106)
Exception in thread "main"
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>