Connecting Tech Pros Worldwide Forums | Help | Site Map

Invoke client to WebService - MathService Add

Newbie
 
Join Date: Nov 2006
Location: MD
Posts: 1
#1: Nov 8 '06
401 Access Denied:
Athentication Polices;
<authentication>
<identity impersonate="true" />
authentication/>

<authorization>
<allow users="*" /> <!-- Allow all users -->
<authorization.>

<protocols>
<add name="HttpPost"/>
<add name="HttpGet"/>
</protocols>


Credentials;

formtest_load
'Start an instance of the Web service client-side proxy.
Dim myProxy As localhost.Service1 = New localhost.Service1
myProxy.Credentials = System.Net.CredentialCache.DefaultCredentials
Debug.Write(myProxy.Site())

1. I would like to invoke the WebService in localhost from the client within the solution.
2. I would like to invoke a standalone client to call the WebService from IIS.
The IIS WebService works fine by itself.

Tony

Reply