-
Webservice (3 messages)
- Posted by: Shaik Subhani
- Posted on: July 16 2008 03:38 EDT
I have some doubts in Webservices and expecting your help. I need to develop the action class of search in this Set a proxy Call a URL, then it will ask for authentication Invoke the search method We will get the response (XML) This flow should be in webservicesThreaded Messages (3)
- Re: Webservice by Manuel Passerini on July 16 2008 05:30 EDT
- Re: Webservice by Mohammad Ahmed on July 16 2008 05:42 EDT
- Re: Webservice by Rajnikant Joshi on July 17 2008 12:33 EDT
- Re: Webservice by Mohammad Ahmed on July 16 2008 05:42 EDT
-
Re: Webservice[ Go to top ]
- Posted by: Manuel Passerini
- Posted on: July 16 2008 05:30 EDT
- in response to Shaik Subhani
there are several frameworks: jbossws/jaxws, axis2 and lots of good tutorials ;) -
Re: Webservice[ Go to top ]
- Posted by: Mohammad Ahmed
- Posted on: July 16 2008 05:42 EDT
- in response to Manuel Passerini
Can you mention few so that i can build the webservice application using struts frame work. -
Re: Webservice[ Go to top ]
- Posted by: Rajnikant Joshi
- Posted on: July 17 2008 00:33 EDT
- in response to Mohammad Ahmed
There are so many ways to implement web services with J2EE. one of them is http://static.springframework.org/spring-ws/sites/1.5/ you may find there tutorial, examples etc....