Hi, > In the stub there is a method named "createCall(...) ". You can manually > change the code inside the - createCall method to create a call object > that you desire.
In my case to get access I modified the stub to make createCall
protected. This way I need to make minimal modifications in the
generated class and can access createCall in a sub class of the
Stub.
Question: Would it hurt Axis, if future versions would create a Stub
where createCall and _operations are protected?
The attached patch against Axis 1.1 modifies JavaStubWriter.java to do
that.
claudio
--
Claudio Nieder . mailto:[EMAIL PROTECTED] . http://www.inodes.ch
iNodes AG . Friesenbergstrasse 3 . CH-8055 Z�rich . +41 43 960 0066
protected.patch
Description: Binary data
