Search the web
Sign In
New User? Sign Up
xml-rpc · XML-RPC Discussion
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6585 - 6614 of 6839   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6585
Hey list, i'm playing around something with the xmlrpc-c lib and read about the problem with timeouts and faulty rpc request. The program i wanna write should...
Michael Wilke (mailli...
list@...
Send Email
Dec 2, 2006
3:35 pm
6586
I'm trying to trouble shoot and error that I'm receiving when making a client query: An error occurred - -32700:parse error. not well formed This occurs when...
kahenraz
Offline Send Email
Dec 3, 2006
6:22 pm
6587
... You are going to have to give us more information if we are going to able able to help you. What XML-RPC implementations are you using for the client and...
John Wilson
tug123uk
Offline Send Email
Dec 3, 2006
7:05 pm
6588
greetings everybody, i'm new to xml-rpc and i'm using the apache xmlrpc implemtation. I would just would like to ask if theres a way to add /edit headers of to...
Donini
donini1776
Online Now Send Email
Dec 4, 2006
8:30 am
6589
... I don't think you can do this without hacking the source. You might get a better response on the Apache XML-RPC list. John Wilson The Wilson Partnership ...
John Wilson
tug123uk
Offline Send Email
Dec 4, 2006
9:07 am
6590
hi john , thanks for the quick response. I was lookin for the apache XML-RPC list too. but i can't find it here. Do i have any suggestions on other java...
Donini
donini1776
Online Now Send Email
Dec 4, 2006
9:53 am
6591
... The Apache lists are here http://ws.apache.org/xmlrpc/mail-lists.html The Apache implementation is the most widely used Java implementation. I'd stick with...
John Wilson
tug123uk
Offline Send Email
Dec 4, 2006
11:02 am
6592
ok thanks a lot ! :) ... From: John Wilson To: xml-rpc@yahoogroups.com Sent: Monday, December 04, 2006 2:56 AM Subject: Re: [xml-rpc] newbie needs guidance :) ...
Donini
donini1776
Online Now Send Email
Dec 4, 2006
2:23 pm
6593
hey group, i have some problemes with compiling Xmlrpc-c-advanced 1.08.00 system is gentoo linux micha@cassandra ~ $ gcc --version gcc (GCC) 3.4.5 (Gentoo...
Michael Wilke (mailli...
list@...
Send Email
Dec 6, 2006
7:25 pm
6594
Hi , One of my methods is getting executed twice because of some error in xmlrpc_client_call. I have the backtrace of the call. I was just wondering about the...
coolnishant83
Offline Send Email
Dec 7, 2006
11:07 am
6595
I forgot to mention that it was giving segmentation fault at the last call. thanks ... Find out what India is talking about on - Yahoo! Answers India Send...
nishant kumar
coolnishant83
Offline Send Email
Dec 7, 2006
10:54 pm
6596
Hi all the problem that i am having is that the user is not being authenticated: my code: Dim methods As IStateNames = ...
lfowdur
Offline Send Email
Dec 11, 2006
8:45 am
6597
... It looks like you are using the Apache Java XML-RPC implementation. You will probably get better help if you ask on their mailing list. John Wilson The...
John Wilson
tug123uk
Offline Send Email
Dec 11, 2006
11:26 am
6598
I have developed a graphical editor of json / xmlrpc values. It is 100% javascript, based on the yui library (and on a work-in-progress port of the phpxmlrpc...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Dec 15, 2006
11:10 am
6599
Hello, i want to install xmlrpc-epi. I looking for the sources to compile with my php. I am completely loose ... I use php 5.0.3 and apache 2.0.59. This is my...
Yvan Dauby
yvand2007
Offline Send Email
Jan 2, 2007
12:45 pm
6600
Hello, i want to install xmlrpc-epi. I looking for the sources to compile with my php. I am completely loose ... I use php 5.0.3 and apache 2.0.59. This is my...
yvand2007
Offline Send Email
Jan 2, 2007
12:55 pm
6601
Hello, Je souhaite installer l'extension xmlrpc-epi sous php. Je cherche les souces mais je suis complètement perdu. J'utilise Solaris 2.8, php 5.0.3 et...
yvand2007
Offline Send Email
Jan 2, 2007
12:58 pm
6602
Hello, i want to install xmlrpc-epi. I looking for the sources to compile with my php. I am completely loose ... I use php 5.0.3 and apache 2.0.59. This is my...
Yvan Dauby
yvand2007
Offline Send Email
Jan 2, 2007
1:00 pm
6603
I have made available a new XML-RPC client Perl module on CPAN. This one is a thin interface to the executable libraries of XML-RPC For C And C++. That means...
bryanh@...
giraffedata
Offline Send Email
Jan 4, 2007
1:20 am
6604
With the delphi (client) it uses xmlrpc for c (server) and it is in the process of planning a project. But, does the progress hold goes with the Korean...
diwjdgh2
Offline Send Email
Jan 8, 2007
9:20 am
6605
The EPI lib is now officially part of php. This means you do not have to download the sources by hand, just grab the php source code. Did you try out just...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Jan 15, 2007
10:24 am
6606
I am getting the following error message while trying to run one XMLRPC server program.How can i rectify that. msvcprtd.lib(MSVCP60D.dll) : error LNK2005:...
aswathyvg
Offline Send Email
Jan 22, 2007
10:05 am
6607
Please note that I am fairly new to XML RPC. Actually I know very little as yet about it. Ive been provided with a format of XML RPC Client request and a...
Ali hammad baig
saintbaig
Offline Send Email
Feb 6, 2007
7:45 am
6608
On Tue, Feb 06, 2007 at 06:26:15AM -0000, Ali hammad baig <saintbaig@...> wrote ... In almost every case, you do not produce or parse directly these XML ...
Stephane Bortzmeyer
bortzmeyer@...
Send Email
Feb 6, 2007
8:58 am
6609
Hello, We want to use Xml RPC as Interface between 2 Applications. One Application is written in Java, and one in C#. In C# we use the Implementation from...
jho_4711
Offline Send Email
Feb 9, 2007
8:51 am
6610
... XML-RPC allows you to return a struct. Sounds like you have a problem with your use of Apache XML-RPC. I see a colleague of yours has posted a question on...
John Wilson
tug123uk
Offline Send Email
Feb 9, 2007
10:51 am
6611
Hello all I hope you are all fine. I am new in your communication. Just a quick question: Can I call a xml-rpc web service written in C#.Net 2005 using ...
sdarvisheskandari
sdarvisheska...
Offline Send Email
Feb 12, 2007
4:30 pm
6612
I am happy to announce the first public release of the js-xmlrpc library - version 0.1. - implements the same API of the php-xmlrpc lib - implemented in pure...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Feb 27, 2007
9:45 am
6613
Hi Is it a tool which will convert XMLRPC to webservices? Thanks Aswathy Gaetano Giunta <giunta.gaetano@...> wrote: I am happy to announce...
aswathy vg
aswathyvg
Offline Send Email
Feb 27, 2007
4:08 pm
6614
On Tue, Feb 27, 2007 at 07:44:54AM -0800, aswathy vg <aswathyvg@...> wrote ... ??? XML-RPC is a protocol of "Web services"....
Stephane Bortzmeyer
bortzmeyer@...
Send Email
Feb 28, 2007
10:40 am
Messages 6585 - 6614 of 6839   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help