Ask a Question related to ASP.NET Web Services, Design and Development.
-
Vaibhav Modak #1
Unable to access the Web Service in a RSA secured/protected environment
Hi all,
I am working on MS .NET Alerts to be implemented at our site. We have our
web applications in ASP 3.0
I have created a local web service to access the MS notification web
service. It is working fine in
our local environment and I am able to send alerts in the Preproduction
environment (PPE).
We have RSA security implemented at our site. Our site requires Site ID on
requests given to the server.
Securid is activated at any time when a request is made to a protected site.
Now the problem that I am facing is with accessing the web service from my
ASP page.
I have given a call in one of the ASP pages to the Web Service and trying to
access the functions
to send the actual alerts.
Following is the Code for the same:
'---------------------------------------------------------------------------
--------
Dim oSOAP
Set oSOAP = Server.CreateObject("MSSOAP.SoapClient30")
oSOAP.ClientProperty("ServerHTTPRequest") = True
oSOAP.mssoapinit("http://<SERVERADDRESS>/SendAlertService/AlertSvc.asmx?WSDL
")
'---------------------------------------------------------------------------
--------
Here in the mssoapinit method, I am getting the following error :
Error Type:
WSDLReader (0x80020009)
WSDLReader:XML Parser failed at linenumber 0, lineposition 0,
reason is: A connection with the server could not be established
HRESULT=0x1: Incorrect function. - WSDLReader:Loading of the WSDL file
failed
HRESULT=0x80070057: The parameter is incorrect. - Client:One of the
parameters supplied is invalid.
HRESULT=0x80070057: The parameter is incorrect.
The web service WSDL is running fine when run stand alone.
I want a solution for accessing the web service through SOAP in RSA based
environment.
We also cannot set the RSA security off.
This is very urgent for me as I have to implement the same as fast as
possible.
Thanks in advance...
Regards,
Vaibhav Modak
Vaibhav Modak Guest
-
Unable to instantiate environment for 'ORACLE80.'
Hi everyone, I need some help. we are running CF 4.5.1 SP2 on UNIX. And we're using Oracle with client 8.1.7. But every so often we get this... -
Calling a secured web service
Hi, I have web service that is secured web service. (https://url...). Somehow, when I call this web service, flash throws and error saying... -
Call secured .net web service
I've been trying like heck to call a secured web service on another box but nothing works. I first tried calling the web service with the url in... -
Problem connection to ssl protected web service in .net
Hello, I have a problem calling a SSL secured WebService (written in C#, .Net Framework 1.1 SP1 running on IIS 5 on Windows Advanced Server... -
Unable to access public functions of the objects used as parameters of the web service.
I have a web method as follows: Public Function SearchDocument(ByVal UserLogonName As String, ByVal BusinessName As String,ByVal SearchData As...



Reply With Quote

