Re: Java Web Services




Cool Guy wrote:
I am learning web services in these days.I have downloaded Axis 1.4
and working with it.
But after that I am having a lot of questions with me.Some are listed
below:

1) If I am developing a web service(I am a producer) what should I need
to give to external world, to acess my web service.
2) If I am consumer ,Want to access a web service,What i need to do to
acess the web service e.g writing stub class or what.
3)The endpoint of a webservice will be URL or URI.Diff, And if URL is
the end point then it will be hardcoded, e.g.
http://webservices:8080/services/myWelcomeService.
Now if someone is using my service with this URL and later on I need to
change the server name or application context,then how it will be
notified to the consumer of my web service

I am not able to find a good book,which will provide some live
demonstration of creating a webservices and give some practical
aspects.

Your help and response will be highly appreciated.


Sudhir Mongia

The WSDL file for a web service provides all the information a person
(your client or youself) would need in order to use that web service.
With it you can use software like Axis to generate stub classes or call
the web service dynamically without stubs depending on your needs.

John

.



Relevant Pages

  • Re: Web Service stubs and cookies
    ... | particular web service call refers to. ... | example that shows how to set the cookie in the HTTP POST that is the ... | result of a call to one of the stub functions. ... Programs that have duplicated logic are hard to modify. ...
    (comp.lang.java.help)
  • Web Service stubs and cookies
    ... I've generated some web service client stubs from a WSDL using ... example that shows how to set the cookie in the HTTP POST that is the ... result of a call to one of the stub functions. ... If this is not possible in Sun Java, how can I work around it? ...
    (comp.lang.java.help)
  • Re: Java Web Services
    ... You may find our online wsdl validator helpful to examine and explore ... the anatomy of WSDL documents and the SOAP requests and responses that ... acess the web service e.g writing stub class or what. ... With it you can use software like Axis to generate stub classes or call ...
    (comp.lang.java.programmer)
  • Re: Posting with XHR and ISO-8859-15
    ... There's no form on the page, and I'm not requesting an HTML document. ... I'm just talking to a web service (stub) at this point. ...
    (comp.lang.javascript)
  • Java Web Services
    ... If I am consumer,Want to access a web service,What i need to do to ... acess the web service e.g writing stub class or what. ... 3)The endpoint of a webservice will be URL or URI.Diff, ...
    (comp.lang.java.programmer)