|
Home > Archive > BizTalk Server Applications Integration > April 2004 > Microsoft.BizTalk.WebServices.ServerProxy.ApplicationTimeOutException
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 |
Microsoft.BizTalk.WebServices.ServerProxy.ApplicationTimeOutException
|
|
| Aniello 2004-04-23, 6:35 am |
| Hi all,
I have published my orchestration as web service. The orchestration works
about 5 minutes before to come back the result, but I receive the subsequent
exception:
MESSAGE: System.Web.Services.Protocols.SoapException: Impossible to work out
the request. --->
Microsoft.BizTalk.WebServices.ServerProxy.ApplicationTimeOutException:
Application Either Has Timed Out Or Is Timing Out\n 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)\n 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)\n at
ComposedTransientCounter. ComposedTransientCounter_ComplexScenario
_In_Out.Add
(AddInput part)\n --- Fine dell'analisi dello stack dell'eccezione
interna ---
DETAIL: <detail />
STACKTRACE: at
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClient
Message message, WebResponse response, Stream responseStream, Boolean
asyncCall)\r\n at
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)\r\n at
ComposedServiceClientWS.BusinessProcess.ComposedTransientCounter_ComplexScen
ario_In_Out.Add(AddInput AddInput) in
c:\\inetpub\\wwwroot\\composedservicecli
entws\\web
references\\businessprocess\\reference.cs:line 60\r\n at
ComposedServiceClientWS.Service1.add(String orchName, Int32 value1, Int32
value2) in
c:\\inetpub\\wwwroot\\composedservicecli
entws\\service1.asmx.cs:line 70
ACTOR: "
Is it possible to set timeout of input request-response pottype of the
orchestration? I think that the solution could be solved setting the timeout
into the published web service and rebuilding it, but how?
Aniello.
| |
| Christof 2004-04-23, 6:35 am |
| There's some reg key you can change to change the WS timeout.
Anyone accidently know whether this is documented?
Regards,
Christof
"Aniello" <aniello> wrote in message
news:OuSSmkRKEHA.2244@tk2msftngp13.phx.gbl...
> Hi all,
> I have published my orchestration as web service. The orchestration works
> about 5 minutes before to come back the result, but I receive the
subsequent
> exception:
>
> MESSAGE: System.Web.Services.Protocols.SoapException: Impossible to work
out
> the request. --->
> Microsoft.BizTalk.WebServices.ServerProxy.ApplicationTimeOutException:
> Application Either Has Timed Out Or Is Timing Out\n 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)\n 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)\n at
>
ComposedTransientCounter. ComposedTransientCounter_ComplexScenario
_In_Out.Add
> (AddInput part)\n --- Fine dell'analisi dello stack dell'eccezione
> interna ---
> DETAIL: <detail />
> STACKTRACE: at
>
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClient
> Message message, WebResponse response, Stream responseStream, Boolean
> asyncCall)\r\n at
> System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
> methodName, Object[] parameters)\r\n at
>
ComposedServiceClientWS.BusinessProcess. ComposedTransientCounter_ComplexScen[vbc
ol=seagreen]
> ario_In_Out.Add(AddInput AddInput) in
> c:\\inetpub\\wwwroot\\composedservicecli
entws\\web
> references\\businessprocess\\reference.cs:line 60\r\n at
> ComposedServiceClientWS.Service1.add(String orchName, Int32 value1, Int32
> value2) in
> c:\\inetpub\\wwwroot\\composedservicecli
entws\\service1.asmx.cs:line 70
> ACTOR: "
>
> Is it possible to set timeout of input request-response pottype of the
> orchestration? I think that the solution could be solved setting the[/vbcol]
timeout
> into the published web service and rebuilding it, but how?
>
> Aniello.
>
>
|
|
|
|
|