02-16-05 10:50 PM
Hi Again,
I found the solution from David.
1. This problem only occurs in Windows 2003 Server.
2. Create an App Pool in IIS with name "BTSIsolatedHost". you can give any
name
3. While creating App Pool, click to Identity Tab....
4. Specify a user from BizTalk Isolated users group
5. in your Web folder properties, specify the Application Pool as
BTSIsolatedHost
6. Restart the IIS
this way your web service (Orchestration as webservice) will work
fine................
Regards,
MT BizWorld
"BizWorld" <BizWorld@noReply.com> wrote in message
news:OcQGkcCFFHA.3120@TK2MSFTNGP12.phx.gbl...
> Hi,
>
> I developed a simple solution to test an orchestration as web service.
> orchestration was deployed successfully into Biztalk and as web service as
> well.
> But when i try to access Web Method of this web service using .NET Test
> Form.
> i got following exception.
>
> ****************************************
******************
> an unhandled exception of type
'System.Web.Services.Protocols.SoapException'
> occurred in system.web.services.dll
>
> Additional information: System.Web.Services.Protocols.SoapException:
> Internal SOAP Processing Failure
> at Microsoft.BizTalk.WebServices.ServerProxy.ServerProxy.Invoke(String
> functionName, Object[] parameters, ParamInfo[] inParamInfos, Param
Info[]
> outParamInfos, Int32 bodyPartIndex, String bodyType, ArrayList inHeaders,
> ArrayList inoutHeaders, ArrayList& inoutHeaderResponses, ArrayList&
> outHeaderResponses, Type[] outHeaderTypes, String[] outHeaderNames
paces,
> SoapUnknownHeader[] unknownHeaders, SoapUnknownHeader[]&
> unknownHeaderResponses, Boolean oneway, Boolean spsSsoEnabled, Object
> cookie)
> at Microsoft.BizTalk.WebServices.ServerProxy.ServerProxy.Invoke(String
> functionName, Object[] parameters, ParamInfo[] inParamInfos, Param
Info[]
> outParamInfos, Int32 bodyPartIndex, String bodyType, ArrayList inHeaders,
> ArrayList inoutHeaders, ArrayList& inoutHeaderResponses, ArrayList&
> outHeaderResponses, Type[] outHeaderTypes, String[] outHeaderNames
paces,
> SoapUnknownHeader[] unknownHeaders, SoapUnknownHeader[]&
> unknownHeaderResponses, Boolean oneway, Boolean spsSsoEnabled)
> at TestWS.TestWS_TestOrch_Port_Rec.Operation_1(Test part)
> ****************************************
******************
>
> any help ?????
>
> this error shows that it is saying unknown soap headers while i have not
> defined any soap header in web service.
>
>
[ Post a follow-up to this message ]
|