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

Empty Query parms have spurious = #574

Open
sggraham32 opened this issue Dec 10, 2012 · 0 comments
Open

Empty Query parms have spurious = #574

sggraham32 opened this issue Dec 10, 2012 · 0 comments

Comments

@sggraham32
Copy link

For grins, I am doing some SOAP stuff in ql.io (don't ask! :-))

I am trying to pull in the WSDL file and do some manipulation on it. When I try to set up the table and query it:

create table wsdl on select get from "my-host/myPath?wsdl"
select * from wsdl;

The URL resolves to "my-host/myPath?wsdl=". That additional "=" causes the request to fail. I tried a monkey patch, but it appears mutable-uri keeps adding the additional =.

Is there anyway to suppress the "="?

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

1 participant