Hello, I'm writing web-services based on Axis and I have several problems. 1) When I write the interface of my RPC-Service I specify my own parameters name. But when I generate the others classes of my service, my initial interface is overwritten and the parameters name change to in0, in1, etc. Why?
2) What helpers can be used for ? 3) What is the advantage of deploying a skeleton-based service rather than of an implementation-based one ? Arnaud.
