"Unknown runtime error" on soap function call from remote server.
- From: Sean OConnor <SeanOConnor@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 12 Apr 2005 09:45:03 -0700
I have three servers, public web server (e.g. web1), file server (file1), and
web services server (service1). web1 is in the DMZ and file1 and service1 are
internal. I'm calling the webservices from an ASP page using the Microsoft
SOAP Toolkit 2.0. I'm seting impersonation in my web.config using an service
account that has the appropriate permissions. When I call the services from
an ASP page on service1 everything works correctly. However, when I try
calling the service from an ASP page on web1 or file1 I get an "Uknown
runtime error: objSoap.Function()" on the line that tries to call the
function, and a "401.2 Unauthorized: Logon Failed Due to Server Configuration
with No Authentication" error from the web server. I've set the page to login
using the same service account. I've tried upgrading to SOAP Toolkit 3.0.
I've tried calling it from file1 and other internal (non-DMZ) servers. Still
no luck. If anyone has any ideas let me know.
Thanks in advance - Sean
.
- Prev by Date: RE: using .Net soap client wrappers - any way to get to post data?
- Next by Date: RE: Web Methods Lock
- Previous by thread: Missing Call Stack in Message property of SoapException
- Next by thread: Using an object pool within a web service
- Index(es):
Relevant Pages
|