Error Cannot resolve URI - WebService Client

JavaBoy

New Member
Hello Guys! My first post here...

I have a big problem to solve, I'm creating a WebService Client to test some integrations but I got an error:

Error loading WSDL document <WSDL>?wsdl: Cannot resolve URI: <WSDL>?wsdl' status code: 2 (11748)

I'm using the Progress 10.1B and I've already imported the certificate through PROENV with the mkhashfile command.

My code:

define variable hWebService as handle no-undo.

create server hWebService.
hWebService:connect("-proxyhost <proxy_ip>" +
" -proxyport <proxy_port>" +
" -nohostverify" +
" -WSDL <WSDL_URL>").

Someone please help me!

Thank you!
 

Cringer

ProgressTalk.com Moderator
Staff member
As you've posted this in a couple of places now, I think you would be best to start a brand new thread explaining exactly what you want to do, what you have tried, and what errors you are getting. That way we should be able to provide you with much better assistance.

Thanks.
 

Emily

New Member
As you've posted this in a couple of places now, I think you would be best to start a brand new thread explaining exactly what you want to do, what you have tried, and what errors you are getting. That way we should be able to provide you with much better assistance.

Thanks.

Hi Cringer,
my problem has been resolved. You may look into the problem that JavaBoy has.
Thank you.
 
Top