@related: [[WebService]] [[gsoap]] [[uddi]] [[WSDL]] Hello, I contacted [[RzR]] on the www to explain him my concern. It has to advise me to contact you. I have a PHP5 install and I would like to known how can I do to send an XML request without WSDL file. (All the example I have, are some with wdsl file’s referent) I’m sure about request parameters because I already test them on http://www.perfectxml.com/SOAPTestClient.asp , with the several elements: a) POST URL: http://test.jonview.com/WEBSERVICES/SOAP b) Content-Type: text/xml; charset=utf-8 c) SOAPAction: jonviewhostserver_xml/n_cst_xml.uf_process_request_call return,java.lang.String,return in,java.lang.String,as_type in,java.lang.String,as_cache in,java.lang.String,as_userid in,java.lang.String,as_password in,java.lang.String,as_client_loc_seq in,java.lang.String,as_message d) SOAP Request: XML jonview_host USATRHOST HOSTPASS 2464 CK YOW 28-MAR-2006 2 Available So, I would like to do it from my php5 server====== If I understand well the information given on php official web site, I should have something like that: $client = new SoapClient(null, array('location' => "http://test.jonview.com/WEBSERVICES/SOAP", 'uri' => "jonviewhostserver_xml/n_cst_xml.uf_process_request_call return,java.lang.String,return in,java.lang.String,as_type in,java.lang.String,as_cache in,java.lang.String,as_userid in,java.lang.String,as_password in,java.lang.String,as_client_loc_seq in,java.lang.String,as_message")); But, how I do to send post the request, Do I use __doRequest?? brgs, Michel Tadjarian here is my E-mail link: b.regards(a)voila.fr