Re: Help! AXIS 1.4 SoapEnvelope deserialization error

2008-01-18 Thread Frank Zhou
Hi Wolfgang, I am not using a WSDL, I am just testing on the sever side component. What I did is simply creating a soapEnvelope with a given XML as its body and then call toString() to deserialize the soapEnvelope, and then I saw that empty attribue (xmlns:ns1="") in the string! Here is the soapE

Re: Help! AXIS 1.4 SoapEnvelope deserialization error

2008-01-18 Thread WJ Krpelan
Hi, could you provide the wsdl and a soap-trace? which style and encoding are u using? Cheers Wolfgang --- Frank Zhou <[EMAIL PROTECTED]> wrote: > Hi All, > > I am re-posting this message, hoping to get some > urgent help. > > I am using AXIS 1.4 for my web service needs. I am > now > en

Help! AXIS 1.4 SoapEnvelope deserialization error

2008-01-17 Thread Frank Zhou
Hi All, I am re-posting this message, hoping to get some urgent help. I am using AXIS 1.4 for my web service needs. I am now encounting the following error when I try to send an XML over HTTP: I have a valid XML message as a string, the XML message defines a namespace at the root elem