A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
Here is my query:
<Query>
<Method Name="LoginOTP" Namespace="http://schemas.xmlsoap.org/soap/envelope/">
<Parameters>
<Parameter Name="ClientID">
<DefaultValue>xxxxxxx</DefaultValue>
</Parameter>
<Parameter Name="GUID">
<DefaultValue>some_guid</DefaultValue>
</Parameter>
<Parameter Name="User">
<DefaultValue>xxx</DefaultValue>
</Parameter>
<Parameter Name="Password">
<DefaultValue>xxxx</DefaultValue>
</Parameter>
</Parameters>
</Method>
<SoapAction>abc/hhh/lkklk</SoapAction>
</Query>
And I get this:
Hard to say if it s the correct one becausue I need to add two headers.