As far as I know there is no simple way to create a web service. I
thought the easiest way would be to use the built-in functionality of
PHP (Should only take a few lines). I found out the hard way that it
is not that simple. It took me months of research and a lot of
tinkering (Not to mention a few leaps of faith) on my part to figure
it out.

When I started learning Java a few months ago, I used that tutorial to
jump start my understanding of Web Services in Java.

If you are an absolute beginner, I would suggest reading up on WSDL
files. Once you know enough, try to create a WSDL file for your Web
Service (You are going to need one when you deploy your service). Once
you can create a WSDL, you are well on your way to understanding how
to build a web service and deploy it.



--- In flexcoders@yahoogroups.com, Vik <vik....@...> wrote:
>
> Hmm
> I think this is not at least the simplest way to start with
especially for a
> beginner. Any other ideas?
> Thankx and Regards
> 
> Vik
> Founder
> www.sakshum.com
> www.sakshum.blogspot.com
> 
> 
> On Wed, Feb 4, 2009 at 12:51 AM, valdhor <valdhorli...@...>wrote:
> 
> >   http://java.sun.com/webservices/docs/1.6/tutorial/doc/ ?
> >
> > --- In flexcoders@yahoogroups.com <flexcoders%40yahoogroups.com>, Vik
> > <vik.ceo@> wrote:
> > >
> > > Hie
> > > I am very new to web services. My very simple requirement is to
> > > return the records from a db table as an xml when i invoke a ws from
> > my flex
> > > application.
> > >
> > > I have already code ready which is having a java method fetchRow()
> > which
> > > returns a List of objects (rows).
> > >
> > > Any idea how to about creating and deploying it as a web service
> > >
> > > Thankx and Regards
> > >
> > > Vik
> > > Founder
> > > www.sakshum.com
> > > www.sakshum.blogspot.com
> > >
> >
> >  
> >
>


Reply via email to