IP*Works! SSL V9 - Online Help
IP*Works! SSL V9
Questions / Feedback?

SendRequest Method

Send the request.

Syntax

[VB.NET]
Public Sub SendRequest()
[C#]
public void SendRequest();

Remarks

Calling this method is equivalent to calling BuildPacket, SendPacket, and EvalPacket in succession.

Example (Send SOAP Request)


SOAPControl.Reset()
SOAPControl.AddParam("paramname", "paramvalue")
SOAPControl.AddParam("paramname", "paramvalue")
SOAPControl.MethodURI = "methoduri"
SOAPControl.Method = "methodname"
SOAPControl.URL = "endpointURL"
SOAPControl.SendRequest()

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0