|
Home > Archive > BizTalk Server Orchestration > February 2005 > publish webservice to w2003 server
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 |
publish webservice to w2003 server
|
|
|
| Hi, I have a problem.
I create a project and publish web service on Windows 2000 server, and
test it via window form is OK, the orchestration run completely. But I
copy the project to another server (win2003), repeat the same steps to
run it, I always got this error message:
"System.Web.Services.Protocols.SoapException:
System.Web.Services.Protocols.SoapException: Internal SOAP Processing
Failure
at
Microsoft.BizTalk.WebServices.ServerProxy.ServerProxy.Invoke(...etc)"
But when I browse it by IE, it response normal.
I deploy it to the 3th server (win2000) and run it is OK as 1st server.
Should I do something at win2003? (e.g. at IIS setting
"DefaultAppPool")
Thanks for your advice, David.
| |
| Mahesh 2005-02-15, 2:47 am |
| After you publish the project as a web service in win 2003 server you need do
some changes to the web folder in IIS. Open the properties of the
webservice_proxy and change the application pool setting to run under Biztalk
Isolated Host.
"David" wrote:
> Hi, I have a problem.
>
> I create a project and publish web service on Windows 2000 server, and
> test it via window form is OK, the orchestration run completely. But I
> copy the project to another server (win2003), repeat the same steps to
> run it, I always got this error message:
>
> "System.Web.Services.Protocols.SoapException:
> System.Web.Services.Protocols.SoapException: Internal SOAP Processing
> Failure
> at
> Microsoft.BizTalk.WebServices.ServerProxy.ServerProxy.Invoke(...etc)"
> But when I browse it by IE, it response normal.
>
> I deploy it to the 3th server (win2000) and run it is OK as 1st server.
> Should I do something at win2003? (e.g. at IIS setting
> "DefaultAppPool")
>
> Thanks for your advice, David.
>
>
|
|
|
|
|