Re: request help with first XML-RPC implementation in ASP environment

"fgmarand" <[email protected]> Thu, 02 Sep 2010 18:49:41 -0000
Newsgroups gmane.text.xml.rpc.specification
Message-ID <[email protected]>
The reference is really here:
  http://www.xmlrpc.com/spec

And most of what you need, if you already have the XML-RPC serialized, ready to exchange over HTTP, is this: "An XML-RPC message is an HTTP-POST request. The body of the request is in XML. A procedure executes on the server and the value it returns is also formatted in XML."

Note that XML-RPC has no builtin security mechanism, so if you are using it to exchange any kind of sensitive data (say, commerce data, for instance), you need to include some sort of protection somewhere, like communicating over an IP tunnel (safer, simpler, infrastructure-dependent), or using encrypted payloads and some authentication/key exchange scheme (less safe, application-dependent, infrastructure-independent).


--- In [email protected], "bradbansner" <brad@...> wrote:
>
> The site at http://www.xmlrpc.com appears a little neglected. I'm trying to use XML-RPC in an ASP environment to communicate with a Shopatron secure checkout system. I have my XML, the destination URL and port, just need to know how to send the data via XML-RPC.
> 
> I have sent and received XML in the past by using an XML/HTTP utility called KHTTP:
> 
> http://www.rainfall.com/coding/khttp.htm
> 
> (towards the bottom of that page is info regarding using it with XML)
> 
> I'm not sure if that component is using a transport that is compatible with XML-RPC, I suspect not because it doesn't specifically mention it.
> 
> Anyway, if someone could point me in the right direction to get started, I would really appreciate it. Thank you!
>




------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/xml-rpc/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/xml-rpc/join
    (Yahoo! ID required)

<*> To change settings via email:
    [email protected] 
    [email protected]

<*> To unsubscribe from this group, send an email to:
    [email protected]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/