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...
Show off your group to the world. Share a photo of your group with us.

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 6607 - 6636 of 6839   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
6615
Can we convert xml-rpc output to soap so that it can access via web services?...
aswathyvg
Offline Send Email
Mar 7, 2007
5:39 am
6616
Hi! When I connect to ZODB using XMLRPC, as a server response I get byte answer not "xml" . What should I do ? Maybe should I configured server ZODB but how ? ...
jola_balinska
Offline Send Email
Mar 13, 2007
3:42 pm
6617
Hello, I am trying to install xmlrpc-epi-php extension, and I need libxmlrpc.so library according the instruction manual. I can't find this library and how to...
mr_zoffmann
Offline Send Email
Mar 22, 2007
9:06 am
6618
I need some clarification of the XML-RPC spec, and I can't seem to find the information elsewhere. I am confused as to the value portion of a struct member. ...
chris
originaluid
Offline Send Email
Mar 30, 2007
10:12 pm
6619
It's the same for complex types as for simple ones: your second example, with the value given as a <value> element. ... Nothing replaces the value tag in the...
bryanh@...
giraffedata
Offline Send Email
Mar 31, 2007
6:12 pm
6620
THE RESPONSE: I'm new to XML-RPC. Are the duplicates and members without names normal, or am I getting junk data from the provider? <?xml version="1.0"...
mcgmatt
Offline Send Email
Apr 3, 2007
7:12 pm
6621
... Looks like junk to me. John Wilson...
John Wilson
tug123uk
Offline Send Email
Apr 4, 2007
11:12 am
6622
ReDim paramList(1) set dict=Server.createObject("Scripting.Dictionary") dict.add "partner_id","ourid" 'dict.add "title1", 2 'dict.add "title2", 3 set...
lakshmanmcaj
Offline Send Email
Apr 4, 2007
3:06 pm
6623
Hi folks, I'm designing an application using CakePHP and want to include XML-RPC functionality, mainly something like a Moveable Type API, so Flockr can...
digital.spaghetti
digital.spag...
Offline Send Email
Apr 8, 2007
7:14 am
6624
Hello Everyone: I am working on an installment of MegaPOV XRS which uses the XML-RPC protocol to connect machines and render tridimensional scenes on a ...
einarabelc5
Offline Send Email
Apr 17, 2007
10:26 pm
6625
Hi all. I have gotten stuck finishing a project and am running quite short of time. I have a c++ client accessing a python server and I'm using xmlrpc as a...
nardling1
Offline Send Email
Apr 18, 2007
9:42 pm
6626
I'd like to bring up again a favorite topic on this list: the line of the XML-RPC spec that attempts to say you can put arbitrary bytes in a <string> element. ...
bryanh@...
giraffedata
Offline Send Email
May 6, 2007
10:27 pm
6627
... Bryan, I wrote and maintain MinML-RPC ( a server only implementation written in Java which is mostly used in intelligent instruments) and the Groovy...
John Wilson
tug123uk
Offline Send Email
May 7, 2007
7:49 am
6628
As far as I am concerned (ie. maintaining the php-xmlrpc lib): + by default I encode using &#xxxx; notation EVERY char outside ASCII range when sending. That...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
May 7, 2007
9:37 am
6629
... I can't see a difference between the default and the option. When do you send \r \n as the raw characters and when don't you? When you say "code point...
bryanh@...
giraffedata
Offline Send Email
May 8, 2007
3:48 pm
6630
... Sorry for my poor wording. I am always very bad at using the correct terms. By "code point representation" I did mean "&#xxxx;" representation, or, as it...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
May 9, 2007
8:10 am
6631
If it is of interest this is how I handle encoding the the Groovy implementation: Characters with values less than 0X20 but not equal to 0X09 0X0A or 0X0D...
John Wilson
tug123uk
Offline Send Email
May 9, 2007
10:03 am
6632
... Well, there's still some confusion, because I have a user who, using your implementation as a standard by which to measure mine, claims that yours does...
bryanh@...
giraffedata
Offline Send Email
May 10, 2007
1:13 am
6633
Only way to make sure is trying out, really... I'll try to allocate time for a test in the next couple of days. I am fairly sure I use the standard xml parser...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
May 11, 2007
10:10 am
6634
Hello, I am working with xmlrpc-c v.1.1 because I work on windows and with C (this version is checked for windows). But I can get structs to work. Using for...
generalcopperfield
generalcoppe...
Offline Send Email
May 15, 2007
12:46 pm
6635
Hi, I'm new in xmlrpc, and i need to build a client in delphi 7 that communicates to a server in C# using xml-rpc , does anyone know how do i call c# methods...
xmlrpccarlosfred
xmlrpccarlos...
Offline Send Email
May 16, 2007
9:41 pm
6636
Hello, where can I see an example of the basic functions of xmlrpc++ on windows for structs? How can I assign values between two an integer and a struct...
generalcopperfield
generalcoppe...
Offline Send Email
May 17, 2007
8:32 am
Messages 6607 - 6636 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