Skip to content
Success

Changes

Summary

  1. Fix web service creation for non-file base URI schemes (details)
Commit 7587cf2bad489a173039ec901923e75a6ff01804 by Matthias Villiger
Fix web service creation for non-file base URI schemes
If a web service imports another wsdl from e.g. a http or https URL, the
corresponding document base URI is the location of the import. Not the
local filesystem.
The file was modified org.eclipse.scout.sdk.s2e/src/main/java/org/eclipse/scout/sdk/s2e/operation/jaxws/WebServiceNewOperation.java (diff)
The file was modified org.eclipse.scout.sdk.core.s/src/main/java/org/eclipse/scout/sdk/core/s/jaxws/JaxWsUtils.java (diff)