Questions tagged [zend-xmlrpc]

Zend Framework provides support for both consuming remote XML-RPC services and building new XML-RPC servers.

XML-RPC is described as a ”...remote procedure calling using HTTP as the transport and XML as the encoding. XML-RPC is designed to be as simple as possible, while allowing complex data structures to be transmitted, processed and returned.”

Zend Framework provides support for both consuming remote XML-RPC services and building new XML-RPC servers.

12 questions
5
votes
2 answers

Activate SSL-Certificate on Domain via Plesk XML API

I'm currently working on a Plesk-Panel Plugin for automatically getting & installing SSL-certificates. With the very powerful XML API provided by Parallels I'm able to install the certificate to Plesks SSL Cert-Pool. It's also possible to turn SSL…
tillz
  • 2,108
  • 15
  • 21
2
votes
1 answer

Zend_XmlRpc parameter trouble

I'm trying to get a simple client/server XMLRPC server setup but I am having trouble using parameters. The code runs fine if I take the $client_id parameter out of the fetchClient() method and $client->call(). However if I include it, the server…
Mark
  • 6,254
  • 1
  • 32
  • 31
1
vote
1 answer

PHP Zend XML-RPC client - "Unknown type: i8" when making a request with Zend_Crypt_Math_BigInteger?

I am using Zend 1.10's XML-RPC client library to make XML-RPC requests to another server. One of the methods I have to call uses a i8 (a.k.a. ex:i8) type, i.e. extended big integer. This is supported in Zend (cf.…
Amandasaurus
  • 58,203
  • 71
  • 188
  • 248
1
vote
1 answer

HTTP Authentication with PHP's Zend XML RPC Client

I am using the Zend library's XML RPC Client in a PHP application to pull data from another server over XML RPC. However the other server is using HTTP basic authentication. How can I tell the XMLRPC client to use authentication for the requests?
Amandasaurus
  • 58,203
  • 71
  • 188
  • 248
0
votes
2 answers

XMLRPC.Net how do you pass in an associated array?

I am using the open source library xmlrpc.net and am trying to make a call to a service that has an input parameter that is an associative array. Documentation on call (I am trying to integrate with a phpsite called Magento and by the errors it is…
runxc1 Bret Ferrier
  • 8,096
  • 14
  • 61
  • 100
0
votes
1 answer

zend xmlrpc process needs to die gracefully

I have a Zend XMLRPC web service running, but in my class I need the script to die gracefully and would like XMLRPC not to throw an error. Is this possible? Over view XMLRPC client starts the call that starts an instance of a class, XMLRPC client…
Phill Pafford
  • 83,471
  • 91
  • 263
  • 383
0
votes
1 answer

Does Zend provide an object wrapper for Zend_XmlRpc return values?

I have something like: $client = new Zend_XmlRpc_Client(''); $result = $client->call('', array( ... )); I get an XML string in $result. Is Zend capable of marshalling this XML into some object or associative array? If…
Nikki Erwin Ramirez
  • 9,676
  • 6
  • 30
  • 32
0
votes
1 answer

Zend_XmlRpc :Failed to parse response error

Am trying to get a simple hello world XMLRPC server setup to work.However I get this Failed to parse response error error when I run the test URL http://localhost/client/index/ on my browser In my Rpc Controller that handles all my XMLRPC…
davykiash
  • 1,796
  • 5
  • 27
  • 60
0
votes
1 answer

Zend_Soap_Server or Zend_XmlRpc_Server

I need to implement webservice for a mobile application. I am using Zend Framework. I know we have Zend_Soap_Server and Zend_XmlRpc_Server. Which should I prefer. Client is concern about security. After reading here I think it is SOAP. But when to…
Kiren S
  • 3,037
  • 7
  • 41
  • 69
0
votes
2 answers

How to configure XML-RPC server in Symfony

In my website I need to configure the REST, XML-RPC, SOAP servers. REST: I have used the FriendsOfSymfony REST bundle SOAP: PHP SOAP used (doc from symfony website XML-RPC: I have planed to use the Zend XmlRpc How to configure the Zend XmlRpc…
Sanjith
  • 85
  • 1
  • 6
0
votes
1 answer

Missing required extension: XMLRPC

I'm trying to install KnowledgeTree Community Edition on my CentOS VPS. One of the requirements for this was ZendServer - Which I had to install via their universal installer as installing via YUM was just straight out failing. I assume due to…
dave
  • 7,717
  • 19
  • 68
  • 100
0
votes
1 answer

Can't parse chunked response while using Zend\XMLRpc\Client

I got error after upgrade zf 2.0.4 => 2.0.6 Zend\Http\Exception\RuntimeException File: D:\xampp\htdocs\htm\base\vendor\zendframework\zendframework\library\Zend\Http\Response.php:449 Message: Error parsing body - doesn't seem to be a chunked…
Tran Minh Dung
  • 184
  • 2
  • 7