Hi all,<br>I&#39;m using xmlrpc.inc,v 1.158 2007/03/01 21:21:02<br>My problem is that xmlrpc_client() needs $path variable, I&#39;m beginner with this framework and I don&#39;t understand what&#39;s this variable ?<br>I asked the xmlrpc server admin and he said that he don&#39;t know about this variable, all what he gives me is the server url and methods name :<br>
for example : &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <a href="https://toto.titi.com:8443/tata/getSomething">https://toto.titi.com:8443/tata/getSomething</a><br><br>he also gives me a client example but in java :<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; PostMethod post = new PostMethod(&quot;<a href="https://toto.titi.com:8443/tata/getSomething">https://toto.titi.com:8443/tata/getSomething</a>&quot;);<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; RequestEntity entity = new StringRequestEntity(inputRequest, &quot;application/xml&quot;, &quot;ISO-8859-1&quot;);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; post.setRequestEntity(entity);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; HttpClient httpclient = new HttpClient();&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int result = httpclient.executeMethod(post);<br clear="all"><br>How can I communicate with this server and execute those methods in php and using xmlrpc.inc,v 1.158 2007/03/01 21:21:02 ?<br><br>Another issue : when using https, why it fails returning this error message : &quot;Fault code: [16] Reason: &#39;No CURL support compiled in.&#39;&quot;<br>
what&#39;s the solution to work with a https server ? Knowing that I have the security certificate xxx.cer for this https server.<br><br>Thanks.<br><br><br>-- <br>---------<br>Aymen GRUN