SendRequest Method
Send the request.
Object Oriented Interface
public function doSendRequest();
Procedural Interface
ipworks_soap_do_sendrequest($res);
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()