Web Services
Web Services
- Subject: Web Services
- From: Michael Singh <email@hidden>
- Date: Thu, 10 Jul 2003 05:14:00 -0400
Considering that I've been working on trying to get Web Services to
work for over 3 weeks now, and haven't gotten very far at all, I've
come to the conclusion I am doing this all wrong.
I'm trying to stay away from Direct to Web stuff.
I can create a simple Web Service that returns any simple data type
(String, int, boolean, etc. etc.) However the second I try to make a
Web Service return an array of Enterprise Objects I get errors.
I've been successful in getting the Server to send back an array of
Enterprise Objects, and on the Client side, having the application
convert it back into an NSArray. However I've been unable to do
anything with it then.
I am more then confident I am going down the wrong path here, so let me
explain what I am trying to do:
I would like the Client to request a list of all Authors in the system.
The Server accepts the request, sends back the Authors, and the Client
then uses these Authors to populate a popup box, or a WORepeater.
How would I go about creating this?
Thanks in advance.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.