|
Home > Archive > BizTalk Server > April 2004 > Internal SOAP Processing Failure
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 |
Internal SOAP Processing Failure
|
|
| Aniello 2004-04-23, 10:46 am |
| Hi all,
We have an orchestration exposed as Web Service, it has a very random
behaviour, when we invoke this web service, some time it works well some
time it generates an exception (between the two invocation there isn't any
apparent difference).
The exception is "Internal SOAP processing failure" and it seems to be
generated by the proxy between the exposed Web Service and BizTalk (we don't
have any information on this proxy:
"Microsoft.BizTalk.WebServices.ServerProxy.ServerProxy"), in the following
you can find the exception:
"<?xml version="1.0" encoding="utf-8" ?>
<string xmlns="http://tempuri.org/">Message: Internal SOAP Processing
Failure StackTrace: at
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClient
Message message, WebResponse response, Stream responseStream, Boolean
asyncCall) at
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters) at
ComposedServiceClientWS.BusinessProcess.ComposedTransientCounter_ComplexScen
ario_In_Out.CreateService(Input Input) in
c:\inetpub\wwwroot\composedserviceclient
ws\web
references\businessprocess\reference.cs:line 40 at
ComposedServiceClientWS.Service1.create(String orchName, String composedGSH)
in c:\inetpub\wwwroot\composedserviceclient
ws\service1.asmx.cs:line 67
Detail: <detail /></string>"
Any idea to solve the problem?
Best regards,
Aniello.
| |
|
| Hi Aniello,
It is Great to hear that "sometime it works". I just wanted to know the
steps you follow to make it work "sometimes". The day I exposed an
orchestration as web service, I am getting this exception.
It would be great help to me, if you could tell me the steps you are
following.
THanks A Ton.
Regards,
Atul
"Aniello" <aniello> wrote in message
news:Oa5zpIUKEHA.2776@TK2MSFTNGP12.phx.gbl...
> Hi all,
> We have an orchestration exposed as Web Service, it has a very random
> behaviour, when we invoke this web service, "some time it works" well some
> time it generates an exception (between the two invocation there isn't any
> apparent difference).
> The exception is "Internal SOAP processing failure" and it seems to be
> generated by the proxy between the exposed Web Service and BizTalk (we
don't
> have any information on this proxy:
> "Microsoft.BizTalk.WebServices.ServerProxy.ServerProxy"), in the following
> you can find the exception:
>
> "<?xml version="1.0" encoding="utf-8" ?>
> <string xmlns="http://tempuri.org/">Message: Internal SOAP Processing
> Failure StackTrace: at
>
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClient
> Message message, WebResponse response, Stream responseStream, Boolean
> asyncCall) at
> System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
> methodName, Object[] parameters) at
>
ComposedServiceClientWS.BusinessProcess. ComposedTransientCounter_ComplexScen[vbc
ol=seagreen]
> ario_In_Out.CreateService(Input Input) in
> c:\inetpub\wwwroot\composedserviceclient
ws\web
> references\businessprocess\reference.cs:line 40 at
> ComposedServiceClientWS.Service1.create(String orchName, String[/vbcol]
composedGSH)
> in c:\inetpub\wwwroot\composedserviceclient
ws\service1.asmx.cs:line 67
> Detail: <detail /></string>"
>
> Any idea to solve the problem?
>
> Best regards,
> Aniello.
>
>
| |
| Aniello 2004-04-27, 8:36 am |
| Make sure that your orchestration published such as web service is hooked to
the Application Pool inside IIS management console, on which biztalk can
access with right identity authorization.
Hope this can halp you,
Aniello.
"Atul" <pyaarey@hotmail.com> ha scritto nel messaggio
news:ubgIQs5KEHA.1156@TK2MSFTNGP09.phx.gbl...
> Hi Aniello,
> It is Great to hear that "sometime it works". I just wanted to know the
> steps you follow to make it work "sometimes". The day I exposed an
> orchestration as web service, I am getting this exception.
> It would be great help to me, if you could tell me the steps you are
> following.
>
> THanks A Ton.
> Regards,
> Atul
>
> "Aniello" <aniello> wrote in message
> news:Oa5zpIUKEHA.2776@TK2MSFTNGP12.phx.gbl...
some
any[vbcol=seagreen]
> don't
following[vbcol=seagreen]
>
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClient
>
ComposedServiceClientWS.BusinessProcess. ComposedTransientCounter_ComplexScen[vbc
ol=seagreen]
> composedGSH)
>
>
|
|
|
|
|