Skip to content
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

Support "this namespace" aka "tns" #66

Closed
Fank opened this issue Dec 14, 2017 · 2 comments
Closed

Support "this namespace" aka "tns" #66

Fank opened this issue Dec 14, 2017 · 2 comments

Comments

@Fank
Copy link
Contributor

Fank commented Dec 14, 2017

Related to #65 which uses "tns"
The request which was send used "xmlns:ns":

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="urn:HandleSearch" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

but needed "xmlns:tns":

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tns="urn:HandleSearch" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
@Fank
Copy link
Contributor Author

Fank commented Dec 14, 2017

duplicate of #9 ?

@fiorix
Copy link
Owner

fiorix commented Dec 16, 2017

Yes, it is a dup of #9.

@fiorix fiorix closed this as completed Dec 16, 2017
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

No branches or pull requests

2 participants