Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Empty Query parms have spurious = #574

@sggraham32

Description

@sggraham32

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions