Can't get WSDL - Error

Note: the server is running the http process and has a live connection to the web.

I’ve created web service consumers in the past and consumed them using Lotus Script but, I’m trying to create a new consumer and I get a consistent error no matter which wsdl url I use (tried with several different urls).

I click the button “New Web Service Consumer” in designer, give it a name, select “URL…ec” instead of local, paste in the url and click OK.

I get an error that makes me think it’s looking locally even though I have specified “URL that points to WSDL file”

Here is the url I’m using:

https://stage.e-verify.uscis.gov/webservice/employerwebservicev19.asmx?wsdl

Here is the error message:

“The requested operation failed: C:\lotus\notes\https:\stage.e-verify.uscis.gov\webservice\employerwebservicev19.asmx?wsdl (The filename, directory name, or volume label syntax is incorrect)”

I notice that it’s reformatting the url with backslashes and looking on the C drive for it.

Any ideas as to how to solve this issue would be GREATLY appreciated.

Thanks in advance!

Subject: Cache WSDL

Hello Michael,Have you tried to cache the wsdl?

Try to save the wsdl into a local file and create the Consumer from it.

Subject: I have the same problem

Michael, were you able to solve this issue?