Soap Error when sending a Web Services Call

Home Page Forums BizTalk 2004 – BizTalk 2010 Soap Error when sending a Web Services Call

Viewing 1 reply thread
  • Author
    Posts
    • #22737

      I capture the following error when I send a request to a web services soap port within an orchestration :

      [6032] soap11FaultMessage: <soap:Fault xmlns:soap=”http://schemas.xmlsoap.org/soap/envelope/”><faultcode>soap:Server</faultcode><faultstring>Object reference not set to an instance of an object.</faultstring><faultactor>http://myserver/webservices</faultactor><detail><Error xmlns=”FindByRequestQueue”><ErrorNumber>Unknown</ErrorNumber><ErrorMessage>Object reference not set to an instance of an object.</ErrorMessage><ErrorSource>FindByRequestQueue</ErrorSource></Error></detail></soap:Fault>
      Any help will be fine. Thanks.

       

    • #22741

      It seems some Object is not initialized before using it. Is it possible to debug the web service? This seems to be problem in Web Service.

      • #22745

        The web services is in production. It is used to get the data from the database. I have another interface that it using it correctcly. I think is some step missing configuring the web service Call. I created the port schema ussing generated items wcf custom. Any Idea?

         

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.