Message: 10
Date: Mon, 2 Jul 2007 01:02:05 -0700
From: "Tanmoy Roy" <email@hidden>
Subject: Webservices - Newbie
To: "WebObjects Dev" <email@hidden>
Message-ID:
<email@hidden">email@hidden>
Content-Type: text/plain; charset="iso-8859-1"
Hi all,
I am a total newbie to WebSevices world. so kindly pardon my ignorance.
I have been developing WebObjects based application for quite some time now.
So I will be very comfortable if I can develop a WebServices application in
WebObjects.
Here is my requirement, there will be a Webpage (not owned by us) where in
we will provide a link to our service that will capture information.
I was going through the WebObjects-WebServices tutorial and going by the
Client-Server codes it seems that a lot of coding is needed by the client as
well to use the service of the Server/Provider.
In my case that will not be possible. As we do not own the clients we cannot
do any change in them. So is it that I will not be able to use WebObjects?
It will be hard to deploy if you have no access to the server, but the client is typically not owned by the provider.
Also is it possible to have a WebObjects application without any Front-End.
What I am asking is a Direct-Action enabled aplication which will just do
some logic and will not throw-up
any front-end.
Definitely! Specially, a service may be provided without any web-page at all.
You can consume them, theoretically, from any other platform.