Forum Discussion

bsevans's avatar
12 years ago

endpoint misconfigured after import from WADL

I have tried import/export of my service definition with WADL, and found that the endpoint does not get configured correctly after importing from WADL into a SoapUI project.

My endpoint is of the form http://host:port/rest-engine. This endpoint is exported correctly in the WADL - the "resources" node's "base" attribute is set to the correct endpoint - but the service definition's endpoint after import is of the form http://host:port. It looks like the import is making assumptions about the format of the endpoint and cutting it off after the first "/" character. The remainder of my endpoint gets added as a prefix onto all of my resource definitions, which is not the behaviour I want or expect.

This seems like a bug to me.
No RepliesBe the first to reply