Top "Jax-rpc" questions

JAX-RPC is a technology for building web services and clients that use remote procedure calls (RPC) and XML

How to set a connection timeout when using JAXRPC-RI web services client?

I'm working with a bit of a legacy component in which we interact with a SOAP web service (a technology …

java web-services jakarta-ee soap 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 …

java jakarta-ee jax-ws jax-rpc websphere-7
Best way to consume RPC/encoded webservice?

I need to consume old-school RPC/encoded WSDL webservice for my backend. At first I tried to use Apache CXF …

java jax-ws cxf jax-rpc
Axis2's wsdl2java fails on RPC/Encoded style web services

Is there any alternative to Axis2? Or the way to make it work (different data binding, for example)? Retrieving document …

java axis2 axis wsdl2java jax-rpc
How to change address location of JAX-WS webservice

We have currently exposed JAX-RPC webservice with following URL http://xx.xx.xx.xx/myservice/MYGatewaySoapHttpPort?wsdl We migrated webservice …

java web-services jax-ws jax-rpc
Generating JAX-WS client stubs for JAX-RPC web service?

Will I be able to connect to a JAX-RPC web service using a JAX-WS (wsimport) generated client stub? What are …

java web-services wsdl jax-ws jax-rpc
Sending array of string as a parameter to web service method using JAXRPC

I've got problem sending an array of string as parameter to a web service method, given in a specific wsdl. …

java web-services axis jax-rpc
Dozer deep mapping not working

I am trying to use dozer 4.1 to map between classes. I have a source class that looks like this: public …

java xml jaxb dozer jax-rpc
Where can i find the JAX-WS version shipped with Java 6?

I'm using Java 6 for learning more about web Services (JAX-WS). I also read that JAX-WS latest version is available with …

java web-services jax-ws jax-rpc
Adding custom HTTP headers to Axis 1.4 web service responses

I'm trying to add custom HTTP headers to Axis 1.4 web servers. I've created a handler which extends BasicHandler: public class …

java web-services axis jax-rpc