webservice import WSDL problem

0
I tried to import a wsdl in a 'consumed webservice'. Got the message : "An error occurred while retrieving the wsdl document: Kan geen verbinding met de externe server maken" Werk lokaal en tracht via een webservice info op te halen uit een in een ander (lokaal) project gepubliceerde webservice. Iemand even een hint? Werk op dit moment in modeler versie 6.10.5  
asked
3 answers
0

If you open the WSDL link from your browser, does it work? Sounds like something is wrong there

As an alternative, you could ask for the WSDL file and have it loaded in that way? Reason I usually do this is because we often have WSDL's that can only be reached at the clients location.

 

answered
0

Hi Jeffry,

The project with the published service has server with application root url : http://localhost:8081/

The project with the (intended) consumed project has server with application root url : http://localhost:8080/

 

 

answered
0

I don't know what was wrong, but it works, so thanks for the support!!

answered