Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Biztalk 2009 webservice error
- This topic has 1 reply, 1 voice, and was last updated 9 years, 2 months ago by
community-content.
-
AuthorPosts
-
-
March 3, 2010 at 7:43 AM #24313
Hi i created an orchestration and exposed it as a web service on my xp test machine but i am getting a wierd error when i try to consume the webservice. I’ve read some posts that say it has something to do with the iis configuration and i should create a virtual directory in iis and set the application permissions but that still does not work any ideas. Here is the error:
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 ExposeWebService.Microsoft_Samples_BizTalk_ExposeWebService_ProcessClientRequest_SOAPPort.Operation_1(ClientRequest MessagePart_1)
can anyone help me on this im stuck.
-
March 4, 2010 at 3:09 AM #24315
Visual directive must be Highly Isolated. Once you did that complex server will be created inside component services. Open the COM+ application then change the identity to sql server rathar then IIS authentication. After change the identity shut down and start the service mean to say restart service (this is for XP os. for Windows server 2003 we have to check the application pool)
-
-
AuthorPosts
- The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.