How to call php soap client __dorequest

kaitoboado

New Member
I've been stuck on this for more than 24 hours. Any information I find online is not relevant to my requirement. Basically, I need to edit the XML before sending it the server. However, I can't figure out how to do this with a wsdl file. I need to edit the xml before sending it. Research online shows these parameters;request - The XML SOAP request.location - The URL to request.action - The SOAP action.version - The SOAP version.I'm using this;\[code\]$response = $client->__doRequest('','http://hiddenlink','myMethod','1');echo $response;\[/code\]What is the request when using a wsdl file.
 
Back
Top