A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Java
»
Web Services
Author
I need to write a client for Testing the SEI implemented as stateless session bean
Ravi Kiran Va
Ranch Hand
Joined: Apr 18, 2009
Posts: 2234
I like...
posted
May 09, 2009 06:40:05
0
Please let me know this :
I need to write a client for
Testing
the SEI implemented as stateless session bean .what is the appropiate way to do ?
should i use ?
1.
J2EE
Stub-based Client
2. Dynamic Proxy
3. Dynamic Invocation Interface (DII).
I Prefer using J2EE Stub-based Client since it is very easy. Will this be a right approach ??
Save India From Corruption - Anna Hazare.
Ravi Kiran Va
Ranch Hand
Joined: Apr 18, 2009
Posts: 2234
I like...
posted
May 10, 2009 22:04:00
0
with 2 days of patience
Please answer my queries
Kiran Joshi
Ranch Hand
Joined: Sep 04, 2005
Posts: 54
posted
May 10, 2009 22:31:02
0
One way I know is.
Using wsimport of JAX-WS create stub classes for the webservice.
Using these create a simple core
java
client.
Duc Vo
Ranch Hand
Joined: Nov 20, 2008
Posts: 254
posted
May 10, 2009 23:03:58
0
Try this
http://www.soapui.org
You won't have to write any client code at all.
“Everything should be as simple as it is, but not simpler.” Albert Einstein
Ravi Kiran Va
Ranch Hand
Joined: Apr 18, 2009
Posts: 2234
I like...
posted
May 11, 2009 00:25:48
0
Using wsimport of JAX-WS create stub classes for the webservice.
I am using JAX-RPC not JAX-WS
I agree. Here's the link:
http://aspose.com/file-tools
subject: I need to write a client for Testing the SEI implemented as stateless session bean
Similar Threads
SSB as web service endpoint Interface
JAX-WS dynamic proxies and increased platform independence
Web Services for EJB Session Beans
Sample Questions for 288 - Need answers
Can i create a session bean without using create() method??
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter