|
Home > Archive > BizTalk Server Orchestration > May 2004 > Sample WebService using SOAP Fails
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Sample WebService using SOAP Fails
|
|
|
| Event Viewer - Error Msg;
The Messaging Engine failed to register the adapter for "SOAP" for the receive location "/ExposeWebService/ Microsoft_Samples_BizTalk_ExposeWebServi
ce_ProcessClientRequest_SOAPPort.asmx". Please verify that the receive location is valid, and that the isola
ted adapter runs under an account that has access to the BizTalk databases.
When I go to the sample soap message webservice, I get the above error msg in the event viewer and also the the error " Line 40 of References.cs file" on the webservice sample start page.
Can someone help me to resolve this issue. FYI, it is on WinXP. I've already included the ASPNET user into the db and also into the BizTalk App user group based on the NS suggestions. It helped me to resolve some of the issues but not this one.
| |
| Matt Milner 2004-05-19, 8:40 pm |
| Make sure you have followed the directions for configuring your server for
web services in the BTS documentation. The aspnet user must be in the
biztalk isolated host users group to be able to register this receive. How
you do this depends on your OS and is in the docs. you'll need to, on XP,
set your vdir to high isolation and configure the identity at the COM+
level.
Matt
"SB" <anonymous@discussions.microsoft.com> wrote in message
news:5B4B370B-D49F-44AC-AEB8-7A8863C31CB8@microsoft.com...
> Event Viewer - Error Msg;
> The Messaging Engine failed to register the adapter for "SOAP" for the
receive location
"/ExposeWebService/ Microsoft_Samples_BizTalk_ExposeWebServi
ce_ProcessClientR
equest_SOAPPort.asmx". Please verify that the receive location is valid, and
that the isolated adapter runs under an account that has access to the
BizTalk databases.
>
>
> When I go to the sample soap message webservice, I get the above error msg
in the event viewer and also the the error " Line 40 of References.cs file"
on the webservice sample start page.
>
> Can someone help me to resolve this issue. FYI, it is on WinXP. I've
already included the ASPNET user into the db and also into the BizTalk App
user group based on the NS suggestions. It helped me to resolve some of the
issues but not this one.
>
|
|
|
|
|