I have some problems with the library, but I can't find where it stands,

I'm able to access the service throught CookComputing XML-RPC library, but
it don't work through xml-rpc.tcf:

I got theses fault code:

6900 A general fault/error occured while assembling the client request.
7100 A general fault/error occured on the responding server.
7110 The requested service (methodName) does not exist.

Will do some tests with tcptrace.exe and report back my experience if I can
advance.

Thanks for your descriptions, diving into the docs and feedback.

Gauthier

----- Original Message -----
From: "Scott Cadillac" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 21, 2004 3:36 PM
Subject: RE: Witango-Talk: XML-RPC with Witango


Hi Gauthier,

> Hello, I'm doing some work using the great library XML-RPC
> functions (thanks Scott).

Thank you :-)


> I have to make a client for a web-service so if I got the
> whole library right, I only have to use:
> set_methodName, set_paramValue, and do_Request methods
> according to my needs (will come back if got problems with
> incoming data).
>
> I'm ok with the first and last methods, but could you explain
> a bit more how the second method has to be used:
>
> May I call it twice for putting two parameters?

Yes. This assumes the first call set a <param> with a value - if no "value"
is set, then the second call populates the empty first value. Just make sure
each call contains a value.


> May I pass an array has param_s argument of the method?

Yes, but first use one of the "convert" methods (depending on the dimensions
of your array) to change the Witango array into a format that XML-RPC
understands. Then use set_paramValue.

Documentation is available at:

http://xmlx.ca/articles/581.aspx

Hope this helps. Cheers...

Scott Cadillac,
XML-Extranet ~ 403-254-5002 ~ [EMAIL PROTECTED]
------------
Well-formed Programming in C# .NET, Witango, MSIE and XML
For Hire ~ http://xmlx.ca/forhire
------------
Weblog ~ http://xmlx.ca
Forums ~ http://forums.xmlx.ca
Knowledge Base ~ http://kb.xmlx.ca
------------
IExtranet ~ http://iextranet.ca
Witango ~ http://witango.org
EasyXSLT ~ http://easyxslt.ca
IIS Watcher ~ http://iiswatcher.ca
------------
P.O. Box 69006
RPO Bridlewood SW
Calgary, Alberta
Canada T2Y 4T9


>
> The service is only using single string as input named parameters.
>
> Thanks for your support.
>
> Gauthier
>
>
> _____________________________________________________________________
> Envie de discuter en "live" avec vos amis ? Télécharger MSN
> Messenger http://www.ifrance.com/_reloc/m la 1ère messagerie
> instantanée de France
>
> ______________________________________________________________
> __________
> TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
>


________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

___[ Pub ]____________________________________________________________
Inscrivez-vous gratuitement sur Tandaime, Le site de rencontres !
http://rencontre.rencontres.com/index.php?origine=4


_____________________________________________________________________
Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger
http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France

________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to