Webservice API Call

Posted: 06-01-2004, 03:28 PM
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.
>

Reply With Quote

Responses to "Webservice API Call"

 
LinkBack Thread Tools Search this Thread Display Modes
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
DataGris won't populate from WebService call BCPower001 Macromedia Flex General Discussion 3 06-29-2005 09:29 PM
Call to webservice doesn't wait to return shailesh ASP.NET Web Services 0 12-24-2003 09:08 AM
Adding headers to C++ call to C# webservice Q ASP.NET Web Services 0 12-01-2003 03:32 PM
Call COM from .NET WebService Help Jeff Ayers ASP.NET Web Services 2 11-15-2003 04:50 AM
call a webservice programmatically Ted ASP.NET Web Services 1 07-23-2003 07:41 PM