Results 1 to 3 of 3

Thread: SoapException connecting to .NET web service

  1. #1
    Join Date
    Oct 2009
    Posts
    11

    Default SoapException connecting to .NET web service

    Hi all,
    I am getting the following exception when I call a .NET web service

    org.springframework.ws.soap.client.SoapFaultClient Exception: Server was unable to process request. --> Object reference not set to an instance of an object.

    Has anyone run into this one before? Is this a problem with the service or client?

    Thanks,
    --Narasimha

  2. #2
    Join Date
    Oct 2008
    Location
    Poland, Wrocław
    Posts
    429

    Default

    "Object reference not set to an instance of an object" it's just .NET version of Java's "NullPointerException", so it's the problem at the server side.

    Of course maybe it's because you're sending some message without required parameters, but you should check (or ask for) logs from the server side.

    regards
    Grzegorz Grzybek

  3. #3
    Join Date
    Oct 2009
    Posts
    11

    Default

    Thanks Grzegorz. As it turns out I was passing in the wrong parameters.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •