|
Home > Archive > BizTalk Server Orchestration > May 2005 > Problem when orchestration communicating Webservice
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 |
Problem when orchestration communicating Webservice
|
|
|
| Hi all,
I had an application just similar to consuming webservices as in SDK samples.
I am placing an input PO.xml file which will be processed in an Webservice
and response will be reconstructed as an xml file and will be placed in
output folder.
The application is terminating due to "Http 401:UnAuthorised access".
In orchestration debugger i am able to see thtapplication is terminating at
the Webservice response.
What might be the mistake.Any help will be appriciated.
Thanks inadvance,
ravibabu
| |
|
|
Make sure your application pool has rights to use BizTalk, test it with the
pool you built for the SDK application
"ravi" <ravi@discussions.microsoft.com> wrote in message
news:E2ADFD6E-B213-4552-A7B9-AC988580F127@microsoft.com...
> Hi all,
>
> I had an application just similar to consuming webservices as in SDK
> samples.
>
> I am placing an input PO.xml file which will be processed in an Webservice
> and response will be reconstructed as an xml file and will be placed in
> output folder.
>
> The application is terminating due to "Http 401:UnAuthorised access".
> In orchestration debugger i am able to see thtapplication is terminating
> at
> the Webservice response.
>
> What might be the mistake.Any help will be appriciated.
>
> Thanks inadvance,
> ravibabu
|
|
|
|
|