c# - What is AuthUser in SoapClient.ConnectorProperty("AuthUser") VBA? -
i've c# webservice deployed on production. able access service on localhost without authentication after deployment production gives me error :
connection failed or server refused connection
so after research came know authuser don't know username , password send. user name should pass value in authuser access webservice on production??
my code in vba :
soapclient.mssoapinit ("http://mywebsite.com/ws/mywebservice.asmx?wsdl") soapclient.connectorproperty("authuser") = "abc" soapclient.connectorproperty("authpassword") = "123" phone call soapclient.helloworld()
c# vba soap-client
No comments:
Post a Comment