I get the development side of web services … but I must be missing something on the admin/setup side because every time I try to consume a Domino web service in .Net, it throws the error …
"No connection could be made because the target machine actively refused it "
This error also comes up when using an HTTPRequest.GetResponse(), so ‘the force’ is telling me I’m missing something here (not unusual).
So far, I’ve gleaned that Session Authentication must be disabled, is there anything else you have to do on the server? Do you HAVE to use Internet Site docs?
Is there any documentation that specfically talks about what configuration needs to be done for web services to work?
Subject: RE: Domino Web Services Setup - What am I missing?
Yes, but this is in the context of the design. I’m looking for information related to server documents, or internet site documents - Domino Directory stuff (if necessary)… the configuration of the server, not the database or agent/web service.
I can’t make my test Webservice any more unsecure, which leads me to believe I’m missing something on the server config side.
When I launch the same code from a server-based webserver (not my local web server), everything works fine. The server wasn’t allowing client-based webserver connections.
Subject: RE: Domino Web Services Setup - What am I missing?
Cesar,
Thanks for hanging in there with me.
The things I am able to do are:
Hit the URL anonymously (both ?WSDL & ?OpenWebService).
Add the web reference in .Net
It’s only when the .Net code goes to create the connection that it bombs saying that the target machine actively refused the connection, which confuses me because it’s getting some kind of connection when it adds the web reference in Visual Studio.
Do you know for sure if you HAVE to use Internet Site Documents for Web Services, or can you just continue to use the Server Configuration document?