08-03-04 10:50 PM
Hi everyone,
i built a very simple orchestration and published it as a web service.
i built another orchestration to consume this web service. but i
doesn't work, i always get errors.
the webservice should get a request containing two operators, and
return a response containing the result (op1 + op2). the orchestration
worked fine, but the web service doesn't.
here's the error messages from the SOAP trace:
===== Output SOAP Response at 03.08.2004 19:01:09 =====
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>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 Calc2Orchestrations. Calc2Orchestrations_BizTalk_Orchestratio
n1_ReceiveCal
c2Request.Operation_1(Calc2Request
part) in C:\Inetpub\wwwroot\Calc2Orchestrations\C
alc2Orchestrations_BizTalk_
Orchestration1_ReceiveCalc2Request.asmx.cs:line
48</faultstring>
<detail />
</soap:Fault>
</soap:Body>
</soap:Envelope>
so i guess the web service was called, right?
furthermore, these errors appear in the application event viewer:
1:
The "SOAP" adapter is suspending a message coming from Source
URL:"/Calc2Orchestrations/ Calc2Orchestrations_BizTalk_Orchestratio
n1_Receive
Calc2Request.asmx".
Details:"Exception of type System.Runtime.InteropServices.COMException
was thrown.".
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
2:
The Messaging Engine has suspended "1" message(s) from adapter "SOAP"
due to failures in message processing. Please refer to Health and
Activity Tracking tool for more detailed information on this failure.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
and some warnings:
1:
The adapter "SOAP" raised an error message. Details "Exception has
been thrown by the target of an invocation.".
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
2:
The adapter "SOAP" raised an error message. Details
"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 Calc2Orchestrations. Calc2Orchestrations_BizTalk_Orchestratio
n1_ReceiveCal
c2Request.Operation_1(Calc2Request
part)".
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
3:
The adapter failed to transmit message going to send port
"http://localhost/Calc2Orchestrations/Calc2Orchestrations_BizTalk_Orchestrat
ion1_ReceiveCalc2Request.asmx".
It will be retransmitted after the retry interval specified for this
Send Port. Details:"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 Calc2Orchestrations. Calc2Orchestrations_BizTalk_Orchestratio
n1_ReceiveCal
c2Request.Operation_1(Calc2Request
part)".
For more information, see Help and Support Center at
i tried using HAT, changing security settings and everything (except
the right thing), so right now i'm pretty clueless. so ANY input
appreciated
thanks in advance
Henning Wilbert
[ Post a follow-up to this message ]
|