I am writing a QVX Connector to fetch data from a Java Web Service JAX-WS using SOAP request and response.
My problem is that I cannot have the request in the URL since it is SOAP, (safe to mention I am revisiting a world I left long back so rough on the edges).
Any assistance in how I can pass parameters to the SOAP request would be great. I am trying to use the RunStandalone and Run methods from the QvxServer class.