Can’t use BizTalk published web services

Home Page Forums BizTalk 2004 – BizTalk 2010 Can’t use BizTalk published web services

Viewing 1 reply thread
  • Author
    Posts
    • #14434

      Hi,

      I try to run a WebService sucessfully published by BizTalk, but I get a Soap Exception and in the event viewer I get this:

      [code:1:41fc57abce]
      The Messaging Engine failed to register the adapter for \"SOAP\" for the receive location \"/BizTalk_Server_Project1_Proxy/BizTalk_Server_Project1_BizTalk_Orchestration1_PortWeb.asmx\". Please verify that the receive location exists, and that the isolated adapter runs under an account that has access to the BizTalk databases.
      [/code:1:41fc57abce]

      I had some previous errors related with permissions on Biztalk DB’s but I just gave a lot of permissions to the user ASP.NET to access the Biztalk DB’s. I’m sure this is not the correct procedure. If someone could direct me to the right one I would be glad.

      Right now, I just want to know how to solve this problem. This is for a school project and I’m running BizTalk Server 2006 Beta 2 and Visual Studio 2005.

      Best regards and thank you,
      Paulo

    • #14433

      There are two potential probelms:
      1. The receive location Url does not match that generated by the web service.
      The Url: [i:4b54c4083c]/BizTalk_Server_Project1_Proxy/BizTalk_Server_Project1_BizTalk_Orchestration1_PortWeb.asmx[/i:4b54c4083c] must match exactly the Url specified for the receive location.

      This is how the web service running in an IIS process is able to match to a receive location.

      2. A permissions problem – What operating system are you running?

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