Could you add code to your client to catch the SOAPException then do e.getRootException().printStackTrace()
That would print a stack trace for the underlying exception. Scott Nichol ----- Original Message ----- From: "Dave Searle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 03, 2003 10:40 AM Subject: RE: sending SOAPMessage as paramater > Sorry Scott, I'm using 2.3.1, I can attach the code if that helps? > > -----Original Message----- > From: Scott Nichol [mailto:[EMAIL PROTECTED]] > Sent: 03 January 2003 15:37 > To: [EMAIL PROTECTED] > Subject: Re: sending SOAPMessage as paramater > > > What version of Apache SOAP are you using (so I can determine the source > in which to look up the line numbers)? > > Scott Nichol > > ----- Original Message ----- > From: "Dave Searle" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, January 03, 2003 10:19 AM > Subject: sending SOAPMessage as paramater > > > > 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]> > > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>