jax-rpc

JAX-WS vs. JAX-RPC

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! =) ...

Is it possible to access the raw SOA/XML message in a JAX-RPC java client?

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. ...

JAX-RPC webservice serialization issue on WAS6.1 test environment

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? ...

Securing J2EE 1.4 Webservice in JDeveloper

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...