Ask a Question related to ASP.NET Web Services, Design and Development.
-
Zachary Chauvin #1
Webservice API Call
I get the following error below upon attempts to access a webservice that
attempts to call advapi32.dll
I believe this to be a security issue yet I am logging in under windows
authentication mode as a user with administrative priveleges (which I would
like to change). I can make the API call through a windows app with no
issues but as soon as I attempt to call it through the webservice it gives
me the error. Everything else in the webservice itself works, including the
issuing and returning of data, it's only when I attempt to make the API call
it pukes.
Thanks in advance for any help.
Zach
An unhandled exception of type 'System.Web.Services.Protocols.SoapException'>
occurred in system.web.services.dll
Additional information: System.Web.Services.Protocols.SoapException: Server
was unable to process request. ---> System.EntryPointNotFoundException:
Unable to find an entry point named GetLastError in DLL advapi32.dll.
>
Zachary Chauvin Guest
-
Can a webservice call another webservice?
Hi all, I want one WebService I have, say on a server in Los Angeles, to call methods I have in a 2nd WebService on another server, say in New... -
call webservice
hi i have a webservice which resides on a server on the same LAN that am working at. I have the URL and theWSDL of the webservice. However, i... -
WebService DB Call Error
Hi I call my webservice locally from a client app and have no problems connecting to database on same machine. I call the webservice on a PDA and... -
Call COM from .NET WebService Help
We are trying to access a COM object from our .NET WebService, but we get System.RunTime.Interopservices.COMException 0x80010105 everytime. We also... -
call a webservice programmatically
I would like to call a web service programmatically ie: without adding a web reference in visual studio. From the docs it seems like I have to use...



Reply With Quote

