|
Home > Archive > BizTalk Server Orchestration > February 2005 > Orchestration as Web service method access exception [unknown soap header exception]
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 |
Orchestration as Web service method access exception [unknown soap header exception]
|
|
| BizWorld 2005-02-16, 7:47 am |
| 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, ParamInfo[]
outParamInfos, Int32 bodyPartIndex, String bodyType, ArrayList inHeaders,
ArrayList inoutHeaders, ArrayList& inoutHeaderResponses, ArrayList&
outHeaderResponses, Type[] outHeaderTypes, String[] outHeaderNamespaces,
SoapUnknownHeader[] unknownHeaders, SoapUnknownHeader[]&
unknownHeaderResponses, Boolean oneway, Boolean spsSsoEnabled, Object
cookie)
at Microsoft.BizTalk.WebServices.ServerProxy.ServerProxy.Invoke(String
functionName, Object[] parameters, ParamInfo[] inParamInfos, ParamInfo[]
outParamInfos, Int32 bodyPartIndex, String bodyType, ArrayList inHeaders,
ArrayList inoutHeaders, ArrayList& inoutHeaderResponses, ArrayList&
outHeaderResponses, Type[] outHeaderTypes, String[] outHeaderNamespaces,
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.
| |
| BizWorld 2005-02-16, 5: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, ParamInfo[]
> outParamInfos, Int32 bodyPartIndex, String bodyType, ArrayList inHeaders,
> ArrayList inoutHeaders, ArrayList& inoutHeaderResponses, ArrayList&
> outHeaderResponses, Type[] outHeaderTypes, String[] outHeaderNamespaces,
> SoapUnknownHeader[] unknownHeaders, SoapUnknownHeader[]&
> unknownHeaderResponses, Boolean oneway, Boolean spsSsoEnabled, Object
> cookie)
> at Microsoft.BizTalk.WebServices.ServerProxy.ServerProxy.Invoke(String
> functionName, Object[] parameters, ParamInfo[] inParamInfos, ParamInfo[]
> outParamInfos, Int32 bodyPartIndex, String bodyType, ArrayList inHeaders,
> ArrayList inoutHeaders, ArrayList& inoutHeaderResponses, ArrayList&
> outHeaderResponses, Type[] outHeaderTypes, String[] outHeaderNamespaces,
> 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.
>
>
|
|
|
|
|