first stab at generating an XML output
first stab at generating an XML output
- Subject: first stab at generating an XML output
- From: WebObjects <email@hidden>
- Date: Thu, 18 Aug 2005 00:03:38 -0700
I've combed PracticalWO and BuildingWO5, and still feel a little
directionless. I have a 3rd party whose software needs to query mine, and
get the results in .xml format. Sounds pretty simple. The simple part is
getting the request in the form of a direct action. My problem/question is
"How do I return the resulting data in the form of .xml?"
Ideally the resulting document should look like:
<?xml version="1.0" encoding="ISO8859-1" ?>
<statuscheck>
<statuscode>12345</ statuscode>
<statusdescription>This account is valid</ statusdescription>
</statuscheck>
Thanks for any guidance,
-Bill
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden