|
Home > Archive > BizTalk Server General > July 2005 > Infopath consuming webservice.
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 |
Infopath consuming webservice.
|
|
| Luis Esteban Valencia 2005-07-26, 5:53 pm |
| I tried to consume a simple webservice from infopath. when I submit I got
this errro.
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
BTSDG_BusCards. BTSDG_BusCards_BusinessCardRequisition_B
usinessCardRequisitio
nPort.ReceiveRequisition(Requisition part)
| |
| Yossi Dahan 2005-07-27, 7:50 am |
| Seems like the call to the web service had failed, check if there are any
errors in the event log on the machine that hosts the web service and on the
biztalk machine (if not the same)
Check HAT for suspended messages
Yossi Dahan
"Luis Esteban Valencia" <levalencia@avansoft.com> wrote in message
news:%23CRZTlhkFHA.3580@TK2MSFTNGP09.phx.gbl...
>I tried to consume a simple webservice from infopath. when I submit I got
> this errro.
>
>
> 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
> BTSDG_BusCards. BTSDG_BusCards_BusinessCardRequisition_B
usinessCardRequisitio
> nPort.ReceiveRequisition(Requisition part)
>
>
| |
| danscarfe 2005-07-27, 5:52 pm |
| take a look in the HAT. If you see something about
Microsoft.BizTalk.Component.Interop.DocumentSpecException we had a similar
problem. It is cured in Rollup Package 1.
"Yossi Dahan" wrote:
> Seems like the call to the web service had failed, check if there are any
> errors in the event log on the machine that hosts the web service and on the
> biztalk machine (if not the same)
> Check HAT for suspended messages
>
> Yossi Dahan
>
> "Luis Esteban Valencia" <levalencia@avansoft.com> wrote in message
> news:%23CRZTlhkFHA.3580@TK2MSFTNGP09.phx.gbl...
>
>
>
|
|
|
|
|