0
votes
0answers
7 views

Replacement for Web Services Core?

It seems that back in OS X 10.8, Apple deprecated all of Web Services Core. Is there a replacement, preferably drop-in? In particular, I'm dealing with XML-RPC, so coupling NSURL* with NSXMLParser ...
0
votes
0answers
15 views

XMLRPC CLIENT not recognising webservice method

My XmlRpc Client not recognising the xml rpc srevice Here the sample code of xml rpc client is //XMLRPC CLIENT CODE XmlRpcClient server = new XmlRpcClient(`http://localhost:8056/`); ...
0
votes
0answers
87 views

How can I return a .NET 4 DataContract over a SoapRpcService from a SoapRpcMethod?

I'm migrating an ASMX web service to WCF and adding a few new methods for new functionality. The desktop app is a VB6 application which uses nsoftware's IPWorks SOAPS control to make the web service ...
0
votes
1answer
220 views

joomla article publishing using XML-RPC [closed]

can anyone recommend a solution for article remote publishing to Joomla using XML-RPC ?
0
votes
0answers
113 views

Drupal 7 > service 7.x-3.1 > XMLRPC > file.retrieve FORMAT

Someone could give the xml format it need to send an file.retrieve to drupal 7 ? I try this one but it doesn't work. I think some args are missing... : <?xml version='1.0' ...
1
vote
2answers
424 views

XML-RPC call to SAP

I'm trying to figure out what is the XML-RPC request format expected by SAP, when a client wants to invoke a Function Module or a BAPI, exposed as Web Service. For example, here's what the format ...
2
votes
1answer
2k views

What is there difference between SOAP, XML-RPC, JSON ?

I'm sorry to ask this question but I have spent hours trying to understand where each one of them fits in in a web service. I just can't wrap my head around what do I need to use to create a web ...
0
votes
1answer
44 views

Retrieve all keywords present in a Bugzilla instance through webservice

I have to get all the keywords present in bugzilla installation via webservice. I have installation 3.6 Can I know what is the method to get the same and the sample xml to retrieve the same. I am ...
2
votes
1answer
530 views

How to get xmlrpc response from a mysql db like field-names as elements and records as data?

I am working with webservices using xmlrpc-epi for a PHP/MySQL based website, I am getting xmlrpc client respaonse like below: opening socket to host: comingsoon.com, port: 80, uri: /CM_server.php ...
0
votes
0answers
229 views

when to use XML-RPC Service SOAP based Service or RESTFul based Service

When implementing a webservice, how should we go about the choice in choosing the implementattion When should we use XML-RPC based web service, SOAP based web service and RESTful webservice. Update: ...
1
vote
1answer
548 views

XMLRPC showing -32601 error (using PHP)

I have the following code... <?php include("lib/xmlrpc.inc"); $email='whatever@hotmail.com'; $c=new xmlrpc_client("/register/index.php", "ws.myserver.com", 80); $f=new xmlrpcmsg('existsEmail', ...
1
vote
1answer
111 views

XML-RPC , specifying a category when pinging a blog?

I'm using codeigniter xml-rpc library to ping different blogs, $this->xmlrpc->server('bloglines.com/ping', 80); $this->xmlrpc->method('weblogUpdates.ping'); $request = array('My Blog', ...
0
votes
1answer
147 views

XML-RPC message format trouble

I have a WS (ZOPE/PLONE) that accept some XMLRPC calls. So, I write a python snippet of code for do a call to WS and do something. I follow messagge format that I found here, and that's my snippet ...
0
votes
0answers
240 views

Typo3 web service extension

I am using the typo3 web service http://typo3.org/extensions/repository/view/typo3_webservice/current/, when testing it to a xml rpc client, it is working, and when using the login method, it ...
0
votes
2answers
59 views

Has any language or library found a way to implement a SOAP client without tons and tons of generated code?

I come from the .NET and Java world, and my impression of SOAP is that it always involves lots and lots of generated boilerplate code. Is this a priori necessary? Or have other languages or ...
3
votes
1answer
906 views

using c# to create node in drupal

i need to make a ("webservice") c# app that can create/update/delete nodes for/from drupal 7 using xmlrpc. everytime i run my app i get errors from the xmlrpc files(library). I tried to find ...
0
votes
1answer
310 views

C# xml-rpc <dateTime.iso8601>

so I have to hit a webservice (xml-rpc), im using xml-rpc.net library to do this. One of the parameters i have to pass must be of type of which there is no such thing in .net as a variable. At the ...
1
vote
1answer
171 views

Does the wordpress XML RPC interface offer token based authentication?

I'm looking at the wordpress XML RPC documentation and it seems that the username and password are required in the plain on every request. Is there a token based alternative to this to stop this?
0
votes
1answer
161 views

How to avoid concurrency exceptions when creating an XML-RPC service that needs to share global data across threads

I'm creating an XML-RPC server in Java using the Redstone XML-RPC library. The server is responsible for kicking off commands on the system and then shooting back the response. For example, the user ...
2
votes
1answer
608 views

Creating drupal web services for android

I have been struggling particularly with this module in setting up xmlrpc. I am using services 6.2 and enabled xmlrpc in site building -> module Then I downloaded this library: ...
0
votes
3answers
543 views

Just cant integrate DRUPAL and ANDROID

I am using Drupal to create a web service for my android application. I have basic understanding of Drupal like enabling modules , themes , configuring them ; But this "Services" module is the one ...
1
vote
2answers
574 views

Uploading files to external server using Perl

I have a Perl script on my computer which generates some text or images. I wish this data to be stored on an external service. I have no experience with it, so I'd like to know how to do it, and what ...
0
votes
1answer
266 views

How to handle multiple connections Abyss Server in XMLRPC - C++

The scenario is the next one: I have a XMLRPC-C++ applcation, listening for connections on PORT=8081. It implements an Abyss Server, using the xmlrpc-c library as next: xmlrpc_c::serverAbyss ...
0
votes
3answers
1k views

SSL certificate problem in a web service proxy

I am building a JAVA web service client in which i connect to a service. This service has a ssl certificate verification. How to call this service using ssl certificate verification. I am using ...
1
vote
1answer
290 views

Drupal-6/PHP to Java data retrieve

I have a site, where Admin is already developed in Drupal. Admin used to add component, module, data with the help of Drupal. Now I need to make this site Front-end with the help of JAVA. Now I ...
0
votes
2answers
922 views

SOAP Web Service on ASP.NET - Multiple Connection - Static Values - XMLRPC API

Have a SOAP Web Service that encapsulates calls to a 3rd party API... so our application can simply call my service and then my service handles all the various calls to the API. Works just fine. ...
1
vote
1answer
889 views

Drupal services XML-RPC access from javascript

I am trying to access the XML-RPC of my local drupal installation, from javascript. Here is the code: $.ajax({ type: "POST", url: "http://www.sms2.com/services/xmlrpc", dataType: ...
1
vote
0answers
132 views

How expose rpc method in struts 2 application?

I have a struts 2 web application and I want to expose some functionality as rpc/xml method. How can I do that? Also, I want to use all implementations I already have such as connection to database ...
1
vote
1answer
154 views

Web services and RPC

Hi I have misunderstanding in the two terms What is the technical differences between Web Service and RPC ? can we consider a WS as a XML RPC and is it a xmlRpc ? thanks
1
vote
1answer
64 views

Access Ant through a web service?

I would like to call ant tasks on a remote computer. Unfortunately, ssh is not an option. Are there other ways to do it? A web service would be ideal, but I am open to any suggestion. I know I could ...
0
votes
2answers
661 views

How do I connect to an external API using Joomla 1.5?

I want to connect to an external API from my joomla website. The external api is a reservation system which I would like to view info and update content. They have provided a URL for testing as well ...
0
votes
1answer
460 views

Perl web service : Using XML RPC

Something is wrong with this code. #!/use/bin/perl use strict; use warnings; use Frontier::Daemon; use DBI; sub credentials { my ($username, $password) = @_; my $tablename = "users"; my ...
2
votes
5answers
294 views

Is XML-RPC bad used as a protocol for a public API implementation?

I need to implement a web API for a project I'm working on in this period. I read there are many standard protocols to do it: XML-RPC, SOAP, REST. Apparently, the XML-RPC one is the easiest one to ...
1
vote
1answer
845 views

Zend XMLRPC service to Execute/Call Class

I have a Class the runs a process by itself Pseudo Class class MyClass { private $x; private $y // filename is INI file, each project have its own INI file public function ...
1
vote
1answer
169 views

xmlrpc User Credentials are not Authentic logic

Ok I'm following this tutorial for a basic PHP webservice server/client setup: http://www.java-samples.com/showtutorial.php?tutorialid=1186 Now I'm wanting to add a user authentication and have the ...
2
votes
1answer
475 views

Custom HTTP headers with XmlRpcClient

I was wondering if anyone knows how to send custom HTTP headers using an XmlRpcClient in Java? I see a custom header can be set using XmlRpcHttpTransport.setRequestHeader() but I don't see a way of ...
0
votes
1answer
78 views

What's this web service protocol? Unfamiliar XML Format

I'm following a document to send a request to a web service, but I'm confused about it's protocol. It's based on HTTP, but it's not in SOAP format nor XML-RPC. Is it in an standard protocol format ...
1
vote
2answers
2k views

MS Access and SOAP, XMLRPC etc

I have been searching high and low on Google and finding very little information on using Web services with MS Access 2007. I'm sure this is possible somehow but I can't find any relevant information. ...
1
vote
4answers
1k views

How can I get a Post with XML-RPC in Wordpress?

After some digging around with the Wordpress XML-RPC documentation, it seems that there isn't a way to remotely obtain a "post" (such as a news article) through the XML-RPC interface. The ...
2
votes
3answers
157 views

Choosing a method for a webservice

I'm asked to set up a new webservice which should be easily usable in whatever language (php, .NET, Java, etc.) possible. Of course rolling my own can be done, accepting different content-types (xml / ...
0
votes
2answers
819 views

Which XML-RPC library do you recommend for Android?

I need to make my client talk to a XML-RPC service. I found a couple of interesting ones on the web like android-xmlrpc. Have you used any such libraries in your code? Which library do you recommend?
2
votes
1answer
3k views

How do I implement secure authentication using xml-rpc in python?

I have a basic xml-rpc web service service running. What is the simplest way(I'm a newbie) to implement secure authentication? I just need some direction.. thanks in advance !
3
votes
1answer
4k views

Enable Web services in Redmine

Can any one guide me how to enable web services in redmine, specially XML RPC. And a proper way to implement such web service in redmine. Thanks. Parthiv
2
votes
6answers
2k views

Can anyone explain the difference between XMLRPC, SOAP and also the C# Web Service?

Are they just the same protocol or something different? I am just confused about it. Actually, I want to call a web service written in C# with ASP.NET by Python. I have tried XMLRPC but it seems just ...
0
votes
1answer
331 views

J2me web service connection problem

i'm trying to connect to a php web service using kxml-rpc api and the code is as simple as this: XmlRpcClient xmlrpc = new XmlRpcClient("http://***ip here***:88/secure/service"); Vector parameters = ...
0
votes
1answer
162 views

XML-RPC Standard and XML Data Type

I was looking at XML-RPC for a project. And correct me if I'm wrong, but it seems like XML-RPC has no XML datatype. Are you supposed to pass as a string? or something else? Am I missing something? ...
0
votes
1answer
53 views

The name/identity of the invoker of a web service

I have a SOAP web service which I call from two clients using axis2. Can the web service know from which of these two clients the call originated from? If so, how do I know that during runtime? Is ...
0
votes
2answers
372 views

i18n in web service

How you guys usually do i18n in web service? especially XmlRpc. You guys just throw code number (e.g Error 1011 - Password not valid) or what? [edit] The project that we worked on consists of 3 ...
2
votes
1answer
7k views

“Hello World” for a Joomla web service?

I'd like to write a small web service in Joomla for a client, but I'm not sure how to get started. Although I'm moderately familiar with Joomla and quite comfortable with web services, I'm a complete ...
3
votes
4answers
1k views

java: basic web service interface without a web server

how hard is adding a basic web services interface to an existing java server application without having to turn it into a .war, or embedding a small web server like jetty? say, xml-rpc instead of ...

1 2