-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Description
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 "="?
Metadata
Metadata
Assignees
Labels
No labels