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 write effective web services in java

Though this might appear as a duplicate of Java Web Services , I would like to know Where to start and …

java web-services jax-ws axis2 jax-rpc
JAX-RPC support in Netbeans 6.9.1

I am trying to generate new Web Service Client. When choosing Client Style to JAX-RPC Style I get a notification …

web-services plugins netbeans netbeans-6.9 jax-rpc
clientgen generated PortType_Stub cannot be cast to javax.xml.ws.BindingProvider

While trying to access a webservice through a client, I am not able to get the requestContext. I am trying …

java web-services client jax-ws jax-rpc
SoapUI endpoint error randomly

I don't understand something about SoapUI and his mockservice's behaviour. I'm using the client of SoapUI (testcase) and a Java …

soap soapui jax-rpc
Java Web Service - List vs Array

I'm new to web service. I'm writing some simple web services for testing and I have the following questions. The …

java web-services jax-rpc
Java web service, xsd date instead of dateTime

In Java EE 1.4 using JAX-RPC 1.1, how can i expose web service, so the wsdl has a complex type (person) where …

java web-services xsd wsdl jax-rpc
Configuring WSDD to match the WSDL in AXIS

I have WSDL (I got it from external provider). There are lines like this: <xsd:complexType name="SalesRequest"> &…

java web-services soap axis jax-rpc