BizTalk Server Orchestration - HELP! Consuming Web Service in BizTalk Server 2004 - SOAP Exception

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Orchestration > October 2005 > HELP! Consuming Web Service in BizTalk Server 2004 - SOAP Exception





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 HELP! Consuming Web Service in BizTalk Server 2004 - SOAP Exception
louiskwong@gmail.com

2005-10-24, 10:32 am

Hi,

I am trying to consume web services via SOAP ports on another machine
running Windows Server 2003. I currently run BizTalk on a Win XP
machine.

I get the following error messages in order from event viewer after I
dump a XML file into the receive location.

-------------------------
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.
-------------------------
The adapter "SOAP" raised an error message. Details "Server was unable
to process request. --> Login failed for user 'NICTA\NICTA-ESE1-VM$'.".

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
-------------------------
The adapter failed to transmit message going to send port
"http://203.143.168.110/AddNewCarCustomer/AddNewCarCustomer.asmx". It
will be retransmitted after the retry interval specified for this Send
Port. Details:"Server was unable to process request. --> Login failed
for user 'NICTA\NICTA-ESE1-VM$'.".

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
--------------------------

I have ensure that IIS running on the Windows Server 2003 have user
ASPNET and my normal Windows Server login. I made sure that "Anomymous
Access" is enabled on the web services I want.

Also, I have gone in to the Send Port inside my orchestration to try
changing the SOAP Send Port's credentials to see if it will solve the
problem but failed.

What is interesting is NICTA-ESE1-VM is not a login name on any
machine. It is actually a machine name for the Windows Server 2003.

Can anyone help me out?? Thanks!

Matt Milner

2005-10-25, 2:48 am

Can you call the web service from other client applications on the Windows
XP machine? It sounds like your service on the 2003 box is running as local
service and might need rights that this account does not have.

Matt


<louiskwong@gmail.com> wrote in message
news:1130149217.704596.288820@g14g2000cwa.googlegroups.com...
> Hi,
>
> I am trying to consume web services via SOAP ports on another machine
> running Windows Server 2003. I currently run BizTalk on a Win XP
> machine.
>
> I get the following error messages in order from event viewer after I
> dump a XML file into the receive location.
>
> -------------------------
> 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.
> -------------------------
> The adapter "SOAP" raised an error message. Details "Server was unable
> to process request. --> Login failed for user 'NICTA\NICTA-ESE1-VM$'.".
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
> -------------------------
> The adapter failed to transmit message going to send port
> "http://203.143.168.110/AddNewCarCustomer/AddNewCarCustomer.asmx". It
> will be retransmitted after the retry interval specified for this Send
> Port. Details:"Server was unable to process request. --> Login failed
> for user 'NICTA\NICTA-ESE1-VM$'.".
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
> --------------------------
>
> I have ensure that IIS running on the Windows Server 2003 have user
> ASPNET and my normal Windows Server login. I made sure that "Anomymous
> Access" is enabled on the web services I want.
>
> Also, I have gone in to the Send Port inside my orchestration to try
> changing the SOAP Send Port's credentials to see if it will solve the
> problem but failed.
>
> What is interesting is NICTA-ESE1-VM is not a login name on any
> machine. It is actually a machine name for the Windows Server 2003.
>
> Can anyone help me out?? Thanks!
>



Louis Kwong

2005-10-25, 2:48 am

Thanks for the reply Matt.

I haven't tried running other web services from the XP machine calling
to the Windows Server machine.

How would I make sure that the web services running on my 2003 box are
not just running locally but can be invoked remotely??

> and might need rights that this account does not have.


Where abouts are you referring to about the rights?? You mean I would
need to add Windows Group membership to the user account I am using to
access these web services??

Louis Kwong

2005-10-26, 2:48 am

Problem solved!!

The login forbidden error comes from the fact that the web services
running on Windows Server 2003 are running on the "Default" Application
Pool (DefaultAppPool) and if you right-click on DefaultAppPool and goto
Properties and then Identity, the "Network Service" option is denying
me from accessing it outside the machine.

Solution is basically creating a new Application Pool, put the web
services you want under this new App Pool, change Identity to
"Configurable" under properties to a user which has IIS_WPG credentials.

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com