| Author |
Simple Web Services application ?
|
Prabhat Ranjan
Ranch Hand
Joined: Oct 04, 2006
Posts: 361
|
|
Hi,
I know about we Services need wsdl file apart file to run and use webservice for a simple application
what else software of SOAP UI i need and please help me to execute a small application
|
 |
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2193
|
|
Hi!
If you only want to develop a web service client, then everything you need is in Java SE 6.
If you also want to develop a web service, then you need a web service stack, like Metro.
Metro is the default web service stack in the GlassFish application server, so if you use it, you get everything pre-installed and ready to use.
The NetBeans IDE has quite good tooling for web service development. If you want more control, Eclipse is a better alternative.
http://www.netbeans.org also has a lot of web service tutorials, both regarding client and server development.
Best wishes!
|
My free books and tutorials: http://www.slideshare.net/krizsan
|
 |
Prabhat Ranjan
Ranch Hand
Joined: Oct 04, 2006
Posts: 361
|
|
Actually i just want to test simple application
using webservices(wsdl file) & java.
request and response of any simple application can help to start and understand the background.
|
 |
 |
|
|
subject: Simple Web Services application ?
|
|
|