Create API from WSDL issue

What product/components do you use and which version/fix level are you on?

webMethods API Management Essentials (E456-7BE) version- 10.11

Is your question related to the free trial, or to a production (customer) instance?

-Partner training VM

What are you trying to achieve? Please describe it in detail.

Import API from URL

Do you get any error messages? Please provide a full error message screenshot and log file.

Yes, Getting error message “Unable to create an API as the input url is not reachable”

Have you installed all the latest fixes for the products and systems you are using?

Using the VM -

It says the input URL is not reachable so either you have the wrong host name, wrong port number, or the IS that is supposed to be running behind that port number (7777) is not running.

Percio

Hi Percio,
In the wsdl url as per the instruction specifying the hostname of the VM machine. Do we need to run specific IS? Thanks

I’m not familiar with this VM but that’s my guess. Is LocTrain220905 the host name of the virtual machine you’re on? If you open a browser and go to http://LocTrain220905:7777, are you prompted for a login for the IS Administration console? I’m guessing you won’t be due to the error you’re receiving. What happens if you go to http://localhost:7777? You can also run netstat -an | findstr 7777 on the command prompt to see if that port is open.

If it’s not, then you will need to start the IS that is supposed to run under that port. It could also be that the IS is running but on a different port. In that case, you could find the process ID that the IS is running under and then use something like netstat -ano | findstr pid to find the port number. It’s possible (perhaps even likely) you have multiple IS’ running though, for example, one for APIG and a separate one to host the web service so keep that in mind.

Percio

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.