> -----Original Message----- > > I was wondering if anyone had an example of using SOAP/xml? > > > > I have data stored as a URL which returns xml, I have been > using curl > > to return the data (for testing) although I think that > using the built > > in SOAP methods would be a better way to do this..?
Is the URL that returns the XML a SOAP endpoint? If it's not, then using SOAP is not an option. If you don't know what "SOAP endpoint" means, then it's not, and using SOAP is not an option. If it is, and you're using SOAP via Curl, and you therefore understand a bit about SOAP, then the examples in the Language Reference (or the online help) are perfectly clear. ~Walter _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
