apigee / wsdl2apigee

Generates Apigee Proxy bundles from WSDL
Apache License 2.0
23 stars 26 forks source link

handle case in which target ns is empty #22

Open DinoChiesa opened 5 years ago

DinoChiesa commented 5 years ago

When the targetNamespace on the WSDL is empty or not specified, the @@PREFIX and @@NAMESPACE in add-template11.xslt and other files is no longer necessary. The naive calls to .replaceAll() results in an invalid XSLT. This change handles the case of a blank namespace by removing those things from the XSLT template.

Adds a test for this case.

Converts to tabs to spaces in some source files. Sorry, my editor made me do it.

Specifies a default logging format for running tests.

Update to version 1.0.1 of the JAR

srinandan commented 5 years ago

@DinoChiesa - this repo is no longer maintained. We have moved this to an internal repo.