Hi There
I've created a new WebClient using Studio Addon-s Soap Wizard.
I've tried to send a soap request using InvokeMethod.
However the Body comes empty <soapenv:Body></soapenv:Body>
I needed it to be
   <soapenv:Body>
      <ns:Ping/>
   </soapenv:Body>
 

 945