Forum Discussion

Arjun's avatar
16 years ago

Unmarshalling Error: null error

Hi All,

When I send a sample request, I am getting the following response back.


 
     
        soap:Client
        Unmarshalling Error: null

     

 


I think since the faultcode says Client, I believe there is something wrong with the request I am sending from my side. I filled up all the non optional values though. My question is, using soapUI, can I actually check at which request parameter it is actually failing? Like in java where it says at which line number, we are basically having a problem. Can we do that in soapUI?

Thanks.

1 Reply

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi Arjun,


    Apparently, your SOAP request is not in format that your web service prefers.

    SOAP faults are really just a placeholders for any kind of error reporting in which every error's format is purely dependent on given web service implementation.

    With all this in mind, you need to explore your web service implementation's error reporting and why it cannot unmarshall your request without telling you much more about it.

    If you run out of ideas, you can post your SOAP request and WSDL file that also describes the offending web service and someone may be able to help you.


    Cheers!
    /Nenad Nikolic a.k.a. Shonzilla