I'm a newbee trying to use a Web Service that I developed as a separate project in another project and am getting the following:
The request failed with HTTP status 401: Access Denied.
Source File: D:\Inetpub\ References\localhost\Reference.vb Line: 60
Line 58: <System.Web.Services.Protocols.SoapDocumentMethodAttribute(" RequestNamespace:=" ResponseNamespace:=" Use:=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle:=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)> _
Line 59: Public Function DaysUntilHalloween() As Integer
Line 60: Dim results() As Object = Me.Invoke("DaysUntilHalloween", New Object(-1) {})
Line 61: Return CType(results(0),Integer)
Line 62: End Function
Any help would be appreciated. Thanks in advance.
Everything I know I learned from The Grateful Dead and Buffy The Vampire Slayer
Charlie
The request failed with HTTP status 401: Access Denied.
Source File: D:\Inetpub\ References\localhost\Reference.vb Line: 60
Line 58: <System.Web.Services.Protocols.SoapDocumentMethodAttribute(" RequestNamespace:=" ResponseNamespace:=" Use:=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle:=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)> _
Line 59: Public Function DaysUntilHalloween() As Integer
Line 60: Dim results() As Object = Me.Invoke("DaysUntilHalloween", New Object(-1) {})
Line 61: Return CType(results(0),Integer)
Line 62: End Function
Any help would be appreciated. Thanks in advance.
Everything I know I learned from The Grateful Dead and Buffy The Vampire Slayer
Charlie