|
Home > Archive > BizTalk Server Orchestration > June 2004 > Internal SOAP Processing Failure... windows 2003 server
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... windows 2003 server
|
|
|
| Hi,
I have following configuration in which I am running the current scenario. I
have an orchestration exposed as web service. And hence I am consuming it
from an ASP.NET web form. Current operating system is Windows 2003 Server.
Default application Pool Settings are:
Identity :set to Configurable [<MachineName>\Administrator]
While running the ASP.NET web form, I am getting "Internal SOAP Processing
Failure...".
How to resolve this issue?
--
Thanks & Regards,
Atul Shukla
| |
| Scott Colestock 2004-05-12, 10:43 am |
| Even though the app pool for the web service is running as admin, is it
possible that the consuming web form is running with impersonation? This
could affect the behavior.
Scott Colestock
"Atul" <pyaarey@hotmail.com> wrote in message
news:uik4%230$NEHA.3348@TK2MSFTNGP09.phx.gbl...
> Hi,
> I have following configuration in which I am running the current scenario.
I
> have an orchestration exposed as web service. And hence I am consuming it
> from an ASP.NET web form. Current operating system is Windows 2003 Server.
> Default application Pool Settings are:
> Identity :set to Configurable [<MachineName>\Administrator]
>
> While running the ASP.NET web form, I am getting "Internal SOAP Processing
> Failure...".
>
> How to resolve this issue?
> --
> Thanks & Regards,
> Atul Shukla
>
>
| |
| Matt Milner 2004-05-12, 1:19 pm |
| Make sure the web service is running as an identity that is in the Isolated
Host group that you setup. This gives it rights to the databases etc.
Matt
"Atul" <pyaarey@hotmail.com> wrote in message
news:uik4%230$NEHA.3348@TK2MSFTNGP09.phx.gbl...
> Hi,
> I have following configuration in which I am running the current scenario.
I
> have an orchestration exposed as web service. And hence I am consuming it
> from an ASP.NET web form. Current operating system is Windows 2003 Server.
> Default application Pool Settings are:
> Identity :set to Configurable [<MachineName>\Administrator]
>
> While running the ASP.NET web form, I am getting "Internal SOAP Processing
> Failure...".
>
> How to resolve this issue?
> --
> Thanks & Regards,
> Atul Shukla
>
>
| |
| Brian Loesgen 2004-05-17, 2:40 am |
| There is another way that you can get this error.... It's not documented, I
found it myself 
I've made the same stupid mistake twice now, and each time it has cost me
time and lots of frustration. I'm better now and won't do it again, but for
the benefit of others....
Scenario: create an orchestration, build it successfully, deploy it
successfully, run BTS WS publishing wizard, write simple .NET client to hit
it, get "internal soap processing error"
Diagnostic steps: Scour newsgroups, seeing problems others are having that
cause that same error message. Read the docs, specifically the
troubleshooting section for published Web services that talks about this
error. Start checking security, namespaces, etc.... Eventually... realize
that you forgot to start the orchestration (see? told you it was a stupid
mistake). Scream VERY loudly. Smack self in head. Test again, everything's
fine.
Of course this is purely a stupid mistake on the dev's part, however, if you
do this often enough then there's a good chance it could happen to you. I'm
posting it here so that maybe it saves someone some time and grief.
Brian
"Atul" <pyaarey@hotmail.com> wrote in message
news:uik4%230$NEHA.3348@TK2MSFTNGP09.phx.gbl...
> Hi,
> I have following configuration in which I am running the current scenario.
I
> have an orchestration exposed as web service. And hence I am consuming it
> from an ASP.NET web form. Current operating system is Windows 2003 Server.
> Default application Pool Settings are:
> Identity :set to Configurable [<MachineName>\Administrator]
>
> While running the ASP.NET web form, I am getting "Internal SOAP Processing
> Failure...".
>
> How to resolve this issue?
> --
> Thanks & Regards,
> Atul Shukla
>
>
| |
| Chris 2004-06-26, 10:53 am |
| To piggyback on Brian's post:
Follow all steps up to the step before "scream VERY loudly".
Replace "forgot to start the orchestration" with "forgot to enable the receive location".
Follow remaining steps beginning with "scream VERY loudly".
If you follow these steps, you're provided the wonderfully descriptive error message "Internal SOAP Processing Failure --> Exception from HRESULT: 0xblahblahblah". So it should be pretty obvious from that message that the receive location is not enabled.
"Brian Loesgen" wrote:
> There is another way that you can get this error.... It's not documented, I
> found it myself 
>
> I've made the same stupid mistake twice now, and each time it has cost me
> time and lots of frustration. I'm better now and won't do it again, but for
> the benefit of others....
>
> Scenario: create an orchestration, build it successfully, deploy it
> successfully, run BTS WS publishing wizard, write simple .NET client to hit
> it, get "internal soap processing error"
>
> Diagnostic steps: Scour newsgroups, seeing problems others are having that
> cause that same error message. Read the docs, specifically the
> troubleshooting section for published Web services that talks about this
> error. Start checking security, namespaces, etc.... Eventually... realize
> that you forgot to start the orchestration (see? told you it was a stupid
> mistake). Scream VERY loudly. Smack self in head. Test again, everything's
> fine.
>
> Of course this is purely a stupid mistake on the dev's part, however, if you
> do this often enough then there's a good chance it could happen to you. I'm
> posting it here so that maybe it saves someone some time and grief.
>
> Brian
>
>
>
> "Atul" <pyaarey@hotmail.com> wrote in message
> news:uik4%230$NEHA.3348@TK2MSFTNGP09.phx.gbl...
> I
>
>
>
| |
| Vikas Nahata [MSFT] 2004-06-26, 10:53 am |
| The error message is kept generic for security reasons so that the clients
do not see implementation details.
Howeever during develoment phase you turn on throwdetailed error switch and
you would get specific error message instead of the generic one.
To get more information on how to turn the switch on, please see:
http://www.msdn.microsoft.com/libra...y/en-us/sdk/htm
/ebiz_prog_webservices_lqcv.asp
Also most common reasons for this error are incorrect/insufficient security
settings for the published webservice and aspnet process. To know the
required settings please see:
http://www.msdn.microsoft.com/libra...y/en-us/sdk/htm
/ebiz_prog_webservices_lqcv.asp
Also as mentioned the other reasons could be a disabled receive
location/not started orchestration. This can be difficult to catch
sometimes and we are considering a troubleshooting tool for the next
release which will check all these settings for a given published
webservice.
Hope this helps.
--------------------
| >>From: "Matt Milner" <matt.milner@m3technologypartners dot com>
| >>References: <uik4#0$NEHA.3348@TK2MSFTNGP09.phx.gbl>
| >>Subject: Re: Internal SOAP Processing Failure... windows 2003 server
| >>Date: Wed, 12 May 2004 11:23:21 -0500
| >>Lines: 27
| >>X-Priority: 3
| >>X-MSMail-Priority: Normal
| >>X-Newsreader: Microsoft Outlook Express 6.00.2800.1409
| >>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409
| >>Message-ID: <u2KY11DOEHA.2876@TK2MSFTNGP09.phx.gbl>
| >>Newsgroups: microsoft.public.biztalk.orchestration
| >>NNTP-Posting-Host: user-0c93f8k.cable.mindspring.com 24.145.189.20
| >>Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09
.phx.gbl
| >>Xref: cpmsftngxa10.phx.gbl microsoft.public.biztalk.orchestration:6074
| >>X-Tomcat-NG: microsoft.public.biztalk.orchestration
| >>
| >>Make sure the web service is running as an identity that is in the
Isolated
| >>Host group that you setup. This gives it rights to the databases etc.
| >>
| >>Matt
| >>
| >>
| >>"Atul" <pyaarey@hotmail.com> wrote in message
| >>news:uik4%230$NEHA.3348@TK2MSFTNGP09.phx.gbl...
| >>> Hi,
| >>> I have following configuration in which I am running the current
scenario.
| >>I
| >>> have an orchestration exposed as web service. And hence I am
consuming it
| >>> from an ASP.NET web form. Current operating system is Windows 2003
Server.
| >>> Default application Pool Settings are:
| >>> Identity :set to Configurable [<MachineName>\Administrator]
| >>>
| >>> While running the ASP.NET web form, I am getting "Internal SOAP
Processing
| >>> Failure...".
| >>>
| >>> How to resolve this issue?
| >>> --
| >>> Thanks & Regards,
| >>> Atul Shukla
| >>>
| >>>
| >>
| >>
| >>
This posting is provided "AS IS" with no warranties, and confers no rights.
EBusiness Server Team
|
|
|
|
|