I just googled: "WebObjects WebServices" and got:
http://developer.apple.com/documentation/WebObjects/Web_Services/About/chapter_1_section_1.html
Dave
On Oct 28, 2008, at 1:30 AM, Eleni Manou wrote:
Hi all,
is there any documentation (books, articles) on implementing Web
services with WebO
Hi Kieran -
We do all our web service work by creating a set of POJO's that
represent the request and another set that represent the response. We
use WOXMLCoder to serialise the request objects into XML, pass the
result through an XSLT stylesheet to get it into the format required
by the
Hi Simon,
For raw xml post, and response read, what library/API is your
favorite for processing the incoming xml response into something like
a dictiionary structure?
Regards, Kieran
On Dec 3, 2007, at 5:33 PM, Simon McLean wrote:
We use web services extensively within webobjects apps. Yo
We use web services extensively within webobjects apps. You can
tackle it in several ways. We use raw xml and http post, but you
could use a library like axis or xfire. And I guess someone somewhere
must use WebObjects own WebServicesAssitant :-)
Simon
On 3 Dec 2007, at 22:16, Michael Kond
On 10/10/2007, at 11:38 PM, Francis Labrie wrote:
Thomas wrote:
Thanks for your help, Francis.
It's true that the WSDL refers to EOGenericRecord but does not
define it:
name="_Product">base="tns4:EOGenericRecord">
I previously saw your article about SOAP serialisers, and must
confess I
Hi,
Thomas wrote:
Thanks for your help, Francis.
It's true that the WSDL refers to EOGenericRecord but does not
define it:
name="_Product">base="tns4:EOGenericRecord">
I previously saw your article about SOAP serialisers, and must
confess I still don't understand how to use it after re
I make stripped-down cover objects for things I send across a web
service (WSPerson that just has select fields from my Person EO) ...
Admittedly this is annoying, but it is a substantially smoother
process than trying to get typed EO's to work properly going across
the wire. It also often
Thanks for your help, Francis.
It's true that the WSDL refers to EOGenericRecord but does not define
it:
name="_Product">
I previously saw your article about SOAP serialisers, and must
confess I still don't understand how to use it after re-reading it. I
don't have any custom serialiser
Hi Thomas,
Thomas wrote:
I am developing my first Flex application, and using it to consume
a Web Service generated by a WebObjects project. The project was
created in Eclipse as a WebObjects Application, as per the
instructions in
http://wiki.objectstyle.org/confluence/display/WO/Web+Se
Hola Gino!
Try the examples in
/Developer/Documentation/WebObjects/Web_services/projects
it may be a good starting point...
Dino
see also
http://strausz.blogspot.com/2006/08/web-services-documentation.html
On Aug 11, 2007, at 14:08, [EMAIL PROTECTED] wrote:
Message: 1
Date: Sat, 11 Aug 2007
On 04/08/2007, at 5:47 AM, John Huss wrote:
Any idea how to deal with this error in my WO web services server
application? When the client invokes a method with a dateTime
parameter I
get this error. Does the dateTime parameter need to be something
other than
xsi:type="xsd:dateTime"?
Th
On Jul 27, 2006, at 1:15 AM, [EMAIL PROTECTED]
wrote:
From: Roy <[EMAIL PROTECTED]>
Subject: Re: Re: Web Services - A newbie
To: "Mike Schrag" <[EMAIL PROTECTED]>
Hi Mike,
Thanks a lot for the help. I really got a starting point. But I am
having a strange problem,
I
Hi Mike,
Thanks a lot for the help. I really got a starting point. But I am
having a strange problem,
I followed to the point where a provider was asked to setup. I did
what was there exactly but then I tried to access my server after
sytarting to get the WSDL document it simply throws up a blank
s/some guy/Jonathan Rentzsch, Huge Badass (TM)/
On Jul 25, 2006, at 4:02 PM, Chip Myers wrote:
Here's a 15 minute visual presentation where some guy builds a
simple weblog from scratch...
___
Do not post admin requests to the list. They will be ign
Here's a 15 minute visual presentation where some guy builds a simple weblog from scratch...http://rentzsch.com/webobjects/wo5in15 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (Webobjects-dev@lists
Have a look at
/Developer/Documentation/WebObjects/Web_Services/Web_Services.pdf
and at the examples that are referenced in that PDF:
/Developer/Documentation/WebObjects/Web_Services/projects/
gave me a starting point.
On 7/25/06, Roy <[EMAIL PROTECTED]> wrote:
Hi all,
I am a newbie in the w
http://en.wikibooks.org/w/index.php?
title=Programming:WebObjects#Web_Services
On Jul 25, 2006, at 2:17 PM, Roy wrote:
Hi all,
I am a newbie in the world of Web Services. I have been developing in
WebObjects but I have not tried out its Web Services part. I have to
do it now.
If anybody can p
Excuse me folks, this was not supposed to go to the list.
Enjoy your day :-)
- Hugi
On 21.2.2006, at 15:36, Hugi Thordarson wrote:
Hi Jacky.
Sorry for the intrusion, but I'm looking at the same exact problem
right now - did you figure out how to solve it, or get rid of the
instance numb
Hi Jacky.
Sorry for the intrusion, but I'm looking at the same exact problem
right now - did you figure out how to solve it, or get rid of the
instance numbers from the WSDL?
Thanks,
- Hugi
// Hugi Thordarson
// http://hugi.karlmenn.is/
On 15.11.2004, at 18:39, Jacky Gagnon wrote:
Hi,
Bingo!
Should have thought they'd hide it in a tgz archive in a completely
different location :)
Thanks very much to those who replied.
Cara
On 24/11/2005, at 5:33 PM, Jean Pierre Malrieu wrote:
The documentation is now under Developper/ADC Reference Library/
Documentation/WebObjects/Web
The documentation is now under Developper/ADC Reference Library/
Documentation/WebObjects/Web_Services/
And there is a Web_Services.tar.gz in there, which, I suppose,
contains the example projects.
Spotlight is your friend!
JPM.
___
Do not post ad
Hello Cara;
I agree the documentation is not very useful, but it's also do-able
to get started at a very basic level. Establishing robust
integration with your existing infrastructure might be a bit more
tricky, but simply vending a method isn't too hard.
Check out "Serialization and Des
Thanks for that.
This seems wholly unsatisfactory to me. The documentation is dated
2005-08-11. Why is a new documentation release referring to something
that doesn't exist?
As the documentation does not tell you how to build your own from
scratch, but only presents an example, and that
Hello Cara:
The /Developer/Documentation/WebObjects directory no longer exists
starting with the integration of Xcode/WebObjects (i.e. starting
from WO5.3)
If you still have an older WO version such as WO5.2.3, you will find
the examples in /Developer/Documentation/WebObjects/Web_Services
I've successfully used Axis 1.1 with 5.2.3 - BUT (and this is a big
BUT), didn't use the WO classes that wraparound Axis, but just used
Axis directly.
Mark
On 13 Oct 2005, at 08:57, Art Isbell wrote:
On Oct 12, 2005, at 7:17 PM, Corin Lawson wrote:
I've been successfully developing web s
On Oct 12, 2005, at 7:17 PM, Corin Lawson wrote:
I've been successfully developing web services with WO 5.2.3 and
have Axis 1.0 installed using Eclipse.
I decided to upgrade Axis. But now my app breaks at other places.
WebObjects 5.2.3 requires Axis 1.0 and includes it in $NEXT_ROOT/
26 matches
Mail list logo