BizTalk Server Orchestration - biztalk webservice error

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Orchestration > July 2004 > biztalk webservice error





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 biztalk webservice error
c

2004-07-30, 5:49 pm

I built my biztalk orchestration and deployed it successfully. I then built a web service to access the functionality. When I run my client web app I get the following error and stack trace...

-----
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Internal SOAP Processing Failure at Microsoft.BizTalk.WebServices.ServerProxy.ServerProxy.Invoke(String functionName, Object[] parameters, ParamIn
fo[] inParamInfos, ParamInfo[] outParamInfos, Int32 bodyPartIndex, String bodyType, ArrayList inHeaders, ArrayList inoutHeaders, ArrayList& inoutHeaderResponses, ArrayList& outHeaderResponses, Type[] outHeaderTypes, String[] outHeaderNamespaces, SoapUnkno
wnHeader[] unknownHeaders, SoapUnknownHeader[]& unknownHeaderResponses, Boolean oneway, Boolean spsSsoEnabled, Object cookie) at Microsoft.BizTalk.WebServices.ServerProxy.ServerProxy.Invoke(String functionName, Object[] parameters, ParamInfo[] inParamInfo
s, ParamInfo[] outParamInfos, Int32 bodyPartIndex, String bodyType, ArrayList inHeaders, ArrayList inoutHeaders, ArrayList& inoutHeaderResponses, ArrayList& outHeaderResponses, Type[] outHeaderTypes, String[] outHeaderNamespaces, SoapUnknownHeader[] unkno
wnHeaders, SoapUnknownHeader[]& unknownHeaderResponses, Boolean oneway, Boolean spsSsoEnabled) at BTSmath.BTSmath_ProcessSolution_MathPort.Add(mathData part)

Source Error:


Line 36: [return: System.Xml.Serialization.XmlElementAttribute("solutionData", Namespace="http://BTSmath.solutionData")]
Line 37: public solutionData Add([System.Xml.Serialization.XmlElementAttribute(Namespace="http://BTSmath.mathData")] mathData mathData) {
Line 38: object[] results = this.Invoke("Add", new object[] {
Line 39: mathData});
Line 40: return ((solutionData)(results[0]));


Source File: c:\inetpub\wwwroot\BTSmath_wsclient\Web References\localhost\Reference.cs Line: 38

Stack Trace:


[SoapException: 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 BTSmath.BTSmath_ProcessSolution_MathPort.Add(mathData part)]
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
BTSmath_wsclient.localhost.BTSmath_ProcessSolution_MathPort.Add(mathData mathData) in c:\inetpub\wwwroot\BTSmath_wsclient\Web References\localhost\Reference.cs:38
BTSmath_wsclient.WebForm1.btnSubmit_Click(Object sender, EventArgs e) in c:\inetpub\wwwroot\btsmath_wsclient\webf
orm1.aspx.cs:60
System.Web.UI.WebControls.Button.OnClick(EventArgs e)
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
System.Web.UI.Page. RaisePostBackEvent(IPostBackEventHandler
sourceControl, String eventArgument)
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
System.Web.UI.Page.ProcessRequestMain()




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.985; ASP.NET Version:1.1.4322.968

-----
Can anyone help with this? I will be happy to provide whatever additional information is needed.

Thank you.
Matt Milner

2004-07-30, 5:49 pm

Make sure all of your parts are bound, enlisted and started (orchestration,
receive location). Also check the event log on the server to see if you get
any messages. Another common problem with web services is that the account
they run under is not setup correctly. It has to be in the Isolated Host
Users group in order to be able to have the rights to talk to biztalk.

Matt


"c" <c@discussions.microsoft.com> wrote in message
news:403B68E5-5164-4254-BF5F-80FE326A4B3A@microsoft.com...
> I built my biztalk orchestration and deployed it successfully. I then

built a web service to access the functionality. When I run my client web
app I get the following error and stack trace...
>
> -----
> Description: An unhandled exception occurred during the execution of the

current web request. Please review the stack trace for more information
about the error and where it originated in the code.
>
> Exception Details: System.Web.Services.Protocols.SoapException:

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
BTSmath.BTSmath_ProcessSolution_MathPort.Add(mathData part)
>
> Source Error:
>
>
> Line 36: [return:

System.Xml.Serialization.XmlElementAttribute("solutionData",
Namespace="http://BTSmath.solutionData")]
> Line 37: public solutionData

Add([System.Xml.Serialization.XmlElementAttribute(Namespace="http://BTSmath.
mathData")] mathData mathData) {
> Line 38: object[] results = this.Invoke("Add", new object[] {
> Line 39: mathData});
> Line 40: return ((solutionData)(results[0]));
>
>
> Source File: c:\inetpub\wwwroot\BTSmath_wsclient\Web[
/vbcol]
References\localhost\Reference.cs Line: 38[vbcol=seagreen]
>
> Stack Trace:
>
>
> [SoapException: 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 BTSmath.BTSmath_ProcessSolution_MathPort.Add(mathData part)]
>

System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClient
Message message, WebResponse response, Stream responseStream, Boolean
asyncCall)
> System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String

methodName, Object[] parameters)
>

BTSmath_wsclient.localhost.BTSmath_ProcessSolution_MathPort.Add(mathData
mathData) in c:\inetpub\wwwroot\BTSmath_wsclient\Web
References\localhost\Reference.cs:38
> BTSmath_wsclient.WebForm1.btnSubmit_Click(Object sender, EventArgs e)

in c:\inetpub\wwwroot\btsmath_wsclient\webf
orm1.aspx.cs:60
> System.Web.UI.WebControls.Button.OnClick(EventArgs e)
>

System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePo
stBackEvent(String eventArgument)
> System.Web.UI.Page. RaisePostBackEvent(IPostBackEventHandler

sourceControl, String eventArgument)
> System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
> System.Web.UI.Page.ProcessRequestMain()
>
>
>
>
> --------------------------------------------------------------------------

------
> Version Information: Microsoft .NET Framework Version:1.1.4322.985;

ASP.NET Version:1.1.4322.968
>
> -----
> Can anyone help with this? I will be happy to provide whatever additional

information is needed.
>
> Thank you.



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com