Hi there,

i read that it is possible to handle XML Requests (or XML-RPC?)

How can I request XML Data from a webservice?

I tried something like this in my controller:

function index() {
uses('Xml');
$xmldata =& new XML('http://xmlserver/xml/request1');
}

This is the way described in the thinkingphp Blog...

The Result:
XML file http://xmlserver/xml/request1 is empty or could not be read
(possible permissions error). 0 0


But how to send my credentials? I got already a username and password
from the webservice admin.

Regards,
Alexander


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to