Re: Regarding XML-RPC
Re: Regarding XML-RPC
- Subject: Re: Regarding XML-RPC
- From: Quinn <email@hidden>
- Date: Thu, 24 Feb 2005 11:36:50 +0000
Title: Re: Regarding XML-RPC
At 9:56 +0530 24/2/05, Kiran Kumar wrote:
i just want to connect to any system in
my network or internet and contact our server deamon there, call a
method in that to acquire some data. How
can i do that using XML-RPC ?
AFAIK XML-RPC is a standard way of dispatching XML encoded RPC
requests over HTTP. So, yes, clearly you can use it as part of
your solution.
Sorry i didnt
specify the programming language in my previous mail ,iam working in
cocoa and Objective-C.plz suggest me in this
regard.
There are a variety of open source XML-RPC implementations out
there. I don't know a lot about them, so I can't give you any
advice in that regard.
As far as Mac OS X-specific APIs are concerned, we provide a
high-level API for accessing web servers (XML-RPC and SOAP). You
can learn more about it from the documentation on our web site.
<http://developer.apple.com/documentation/Networking/Conceptual/UsingWebservices/index.html>
There's also some samples in "/Developer/Examples/Web
Services". Most of them are AppleScript oriented, but
XMethodsInspector uses the C API (actually it uses the WSMakeStubs
tool to generate the code automatically from a WSDL file).
I don't think we have any Mac OS X-specific high-level API for
the server side. Then again, you didn't mention what platform
you want the server to run on.
S+E
--
Quinn "The
Eskimo!"
<http://www.apple.com/developer/>
Apple Developer Technical Support * Networking, Communications,
Hardware
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden