Need help for xmlrpc
"Aymen GRUN" <[email protected]> Wed, 17 Dec 2008 17:02:35 +0100
| Newsgroups | gmane.comp.php.xml-rpc |
|---|---|
| Message-ID | <[email protected]> |
--===============1533508501==
Content-Type: multipart/alternative;
boundary="----=_Part_4083_27982.1229529755626"
------=_Part_4083_27982.1229529755626
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Hi all,
I'm using xmlrpc.inc,v 1.158 2007/03/01 21:21:02
My problem is that xmlrpc_client() needs $path variable, I'm beginner with
this framework and I don't understand what's this variable ?
I asked the xmlrpc server admin and he said that he don't know about this
variable, all what he gives me is the server url and methods name :
for example : https://toto.titi.com:8443/tata/getSomething
he also gives me a client example but in java :
PostMethod post = new PostMethod("
https://toto.titi.com:8443/tata/getSomething");
RequestEntity entity = new StringRequestEntity(inputRequest,
"application/xml", "ISO-8859-1");
post.setRequestEntity(entity);
HttpClient httpclient = new HttpClient();
int result = httpclient.executeMethod(post);
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 ?
Another issue : when using https, why it fails returning this error message
: "Fault code: [16] Reason: 'No CURL support compiled in.'"
what's the solution to work with a https server ? Knowing that I have the
security certificate xxx.cer for this https server.
Thanks.
--
---------
Aymen GRUN
------=_Part_4083_27982.1229529755626
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Hi all,<br>I'm using xmlrpc.inc,v 1.158 2007/03/01 21:21:02<br>My problem is that xmlrpc_client() needs $path variable, I'm beginner with this framework and I don't understand what's this variable ?<br>I asked the xmlrpc server admin and he said that he don't know about this variable, all what he gives me is the server url and methods name :<br>
for example : <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> <br> PostMethod post = new PostMethod("<a href="https://toto.titi.com:8443/tata/getSomething">https://toto.titi.com:8443/tata/getSomething</a>");<br>
RequestEntity entity = new StringRequestEntity(inputRequest, "application/xml", "ISO-8859-1");<br> post.setRequestEntity(entity);<br> <br> HttpClient httpclient = new HttpClient(); <br>
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 : "Fault code: [16] Reason: 'No CURL support compiled in.'"<br>
what'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
------=_Part_4083_27982.1229529755626--
--===============1533508501==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
phpxmlrpc mailing list
[email protected]
http://lists.usefulinc.com/cgi-bin/mailman/listinfo/phpxmlrpc
--===============1533508501==--