I wrote 2 webservices, one with Jax-WS and one with Jax-RPC.
They just return a String.
I stress-tested both with jMeter and, strangely, thereby Jax-RPC was a bit faster.
When do I really profit of Jax-WS in aspects of performance (response time, CPU-time, heap)?
How can I proof it?
thanks for your time! =)
...
I am trying to access the XML response via a JAX-RPC java client.
I have been looking into Axis custom handlers, but it looks like they are useful only in the service side.
...
Hi,
I'm trying to pass Vector of complex objects as a result of a WS method. I'm following a JavaBeans scheme and all Collections are replaced by Vectors already, but I'm still getting a serialization exception WSWS3037E: Serialization cannot occur for [myclass]
How can I test if serialization really fails or this is WAS issue?
...
Hi Gangs,
I have a web service created in JDeveloper using J2EE 1.4 (JAX-RPC) wizards.
I need to run it over a SSL on an Oracle Application Server that is configured for supporting HTTPS.
EDIT: I have created the web service following the following instructions:
http://st-curriculum.oracle.com/obe/jdev/obe1013jdev/10131/devdepandmanag...