-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes to support the redefining of a namespace alias within different elements. #1151
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lah8789 all current tests on the master branch pass for me. we try to stay back compat on this project. please leave existing tests alone and add new ones.
6211ef5
to
22c8c88
Compare
within different elements. The provided WSDL was not serializing the response correctly when returning the XML. Created a request response folder to test the changes that were made and made sure code coverage remained the same.
dedd6dc
to
3c88c5e
Compare
@jsdevel I have reverted back changes to tests and only have the original changes related to the PR |
3c88c5e
to
cfb4497
Compare
@jsdevel , have you had a chance to look at this? |
@lah8789 please pull the latest from master so the PR check can run |
…espace-redefined-in-element
@lah8789 please ensure all tests pass. |
The provided WSDL was not serializing the response correctly when returning the XML.
Created a request response folder to test the changes that were made and made sure code coverage remained the same.
Commented out any test referencing json_response.wsdl because it was failing after I cloned master and ran the tests.