 |
|
 |
|
07-30-04 10: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 ge
t the following error and stack trace...
-----
Description: An unhandled exception occurred during the execution of the cur
rent web request. Please review the stack trace for more information about t
he error and where it originated in the code.
Exception Details: System.Web.Services.Protocols.SoapException: System.Web.S
ervices.Protocols.SoapException: Internal SOAP Processing Failure at Microso
ft.BizTalk.WebServices.ServerProxy.ServerProxy.Invoke(String functionName, O
bject[] parameters, ParamIn
fo[] inParamInfos, ParamInfo[] outParamInfos, Int32 bodyPartIndex, S
tring bodyType, ArrayList inHeaders, ArrayList inoutHeaders, ArrayList& inou
tHeaderResponses, ArrayList& outHeaderResponses, Type[] outHeaderTypes,
String[] outHeaderNamespaces, SoapUnkno
wnHeader[] unknownHeaders, SoapUnknownHeader[]& unknownHeaderRespons
es, Boolean oneway, Boolean spsSsoEnabled, Object cookie) at Microsoft.BizTa
lk.WebServices.ServerProxy.ServerProxy.Invoke(String functionName, Object
1;] parameters, ParamInfo[] inParamInfo
s, ParamInfo[] outParamInfos, Int32 bodyPartIndex, String bodyType, Arra
yList inHeaders, ArrayList inoutHeaders, ArrayList& inoutHeaderResponses, Ar
rayList& outHeaderResponses, Type[] outHeaderTypes, String[] outHead
erNamespaces, SoapUnknownHeader[] unkno
wnHeaders, SoapUnknownHeader[]& unknownHeaderResponses, Boolean oneway,
Boolean spsSsoEnabled) at BTSmath.BTSmath_ProcessSolution_MathPort.Add(mathD
ata part)
Source Error:
Line 36: [return: System.Xml.Serialization.XmlElementAttribute("
solutionData", Namespace="http://BTSmath.solutionData")]
Line 37: public solutionData Add([System.Xml.Serialization.XmlEl
ementAttribute(Namespace="http://BTSmath.mathData")] mathData mathData)
3;
Line 38: object[] results = this.Invoke("Add", new object
1;] {
Line 39: mathData});
Line 40: return ((solutionData)(results[0]));
Source File: c:\inetpub\wwwroot\BTSmath_wsclient\Web References\localhost\Re
ference.cs Line: 38
Stack Trace:
[SoapException: System.Web.Services.Protocols.SoapException: Internal SO
AP Processing Failure
at Microsoft.BizTalk.WebServices.ServerProxy.ServerProxy.Invoke(String funct
ionName, Object[] parameters, ParamInfo[] inParamInfos, ParamInfo
1;] outParamInfos, Int32 bodyPartIndex, String bodyType, ArrayList inHeaders
, ArrayList inoutHeaders, ArrayList&
inoutHeaderResponses, ArrayList& outHeaderResponses, Type[] outHeaderTyp
es, String[] outHeaderNamespaces, SoapUnknownHeader[] unknownHeaders
, SoapUnknownHeader[]& unknownHeaderResponses, Boolean oneway, Boolean s
psSsoEnabled, Object cookie)
at Microsoft.BizTalk.WebServices.ServerProxy.ServerProxy.Invoke(String funct
ionName, Object[] parameters, ParamInfo[] inParamInfos, ParamInfo
1;] outParamInfos, Int32 bodyPartIndex, String bodyType, ArrayList inHeaders
, ArrayList inoutHeaders, ArrayList&
inoutHeaderResponses, ArrayList& outHeaderResponses, Type[] outHeaderTyp
es, String[] outHeaderNamespaces, SoapUnknownHeader[] unknownHeaders
, SoapUnknownHeader[]& unknownHeaderResponses, Boolean oneway, Boolean s
psSsoEnabled)
at BTSmath.BTSmath_ProcessSolution_MathPort.Add(mathData part)]
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClient
Message message, WebResponse response, Stream responseStream, Boolean asyncC
all)
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodNam
e, Object[] parameters)
BTSmath_wsclient.localhost.BTSmath_ProcessSolution_MathPort.Add(mathData mat
hData) in c:\inetpub\wwwroot\BTSmath_wsclient\Web References\localhost\Refer
ence.cs:38
BTSmath_wsclient.WebForm1.btnSubmit_Click(Object sender, EventArgs e) in c:\
inetpub\wwwroot\btsmath_wsclient\webform
1.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, S
tring 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 in
formation is needed.
Thank you.
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: biztalk webservice error |
 |
 |
|
|
07-30-04 10: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, ParamIn
fo[]
outParamInfos, Int32 bodyPartIndex, String bodyType, ArrayList inHeaders,
ArrayList inoutHeaders, ArrayList& inoutHeaderResponses, ArrayList&
outHeaderResponses, Type[] outHeaderTypes, String[] outHeaderNamespa
ces,
SoapUnknownHeader[] unknownHeaders, SoapUnknownHeader[]&
unknownHeaderResponses, Boolean oneway, Boolean spsSsoEnabled, Object
cookie) at
Microsoft.BizTalk.WebServices.ServerProxy.ServerProxy.Invoke(String
functionName, Object[] parameters, ParamInfo[] inParamInfos, ParamIn
fo[]
outParamInfos, Int32 bodyPartIndex, String bodyType, ArrayList inHeaders,
ArrayList inoutHeaders, ArrayList& inoutHeaderResponses, ArrayList&
outHeaderResponses, Type[] outHeaderTypes, String[] outHeaderNamespa
ces,
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://BTSm
ath.
mathData")] mathData mathData) {
> Line 38: object[] results = this.Invoke("Add", new object&
#91;] {
> 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[/vb
col]
Processing Failure[vbcol=seagreen]
> at Microsoft.BizTalk.WebServices.ServerProxy.ServerProxy.Invoke(String
functionName, Object[] parameters, ParamInfo[] inParamInfos, ParamIn
fo[]
outParamInfos, Int32 bodyPartIndex, String bodyType, ArrayList inHeaders,
ArrayList inoutHeaders, ArrayList& inoutHeaderResponses, ArrayList&
outHeaderResponses, Type[] outHeaderTypes, String[] outHeaderNamespa
ces,
SoapUnknownHeader[] unknownHeaders, SoapUnknownHeader[]&
unknownHeaderResponses, Boolean oneway, Boolean spsSsoEnabled, Object
cookie)
> at Microsoft.BizTalk.WebServices.ServerProxy.ServerProxy.Invoke(String
functionName, Object[] parameters, ParamInfo[] inParamInfos, ParamIn
fo[]
outParamInfos, Int32 bodyPartIndex, String bodyType, ArrayList inHeaders,
ArrayList inoutHeaders, ArrayList& inoutHeaderResponses, ArrayList&
outHeaderResponses, Type[] outHeaderTypes, String[] outHeaderNamespa
ces,
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.
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
|
Sponsored Links |
 |
 |
|
|
 |
All times are GMT. The time now is 11:35 AM. |
 |
|
|
 |
|
 |
|
|
 |
|
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
|
|
|
|
Medical and Health forum | Computer Games Reviews | Graphics design forum
|
 |
|
 |
|