Skip to content

handle case in which target ns is empty#22

Open
DinoChiesa wants to merge 1 commit intoapigee:masterfrom
DinoChiesa:master
Open

handle case in which target ns is empty#22
DinoChiesa wants to merge 1 commit intoapigee:masterfrom
DinoChiesa:master

Conversation

@DinoChiesa
Copy link
Copy Markdown

@DinoChiesa DinoChiesa commented Jan 26, 2019

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

  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 .replaceAll() results in an invalid XSLT.
  This change handles the case of a blank namespace.

  Also, converting to tabs to spaces.

  And, specifying a default logging format for running tests.

  And, update to version 1.0.1 of the JAR
@srinandan
Copy link
Copy Markdown
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants