Hello there.
Our AXIS clent is accessing web services on a server that has a very large WSDL file - it contains a lot of methods.
Every
time a new method is added to this WSDL file, we need to generate a new
java interface on the client side, otherwise "service endpoint not
compatible exception" is thrown.
But since our client is using
only one method that never changes: Is it possible to configure AXIS
client to tell it that we are interested in only one method in WSDL
file? That way would not have to generate java interface on the client
side every time a new method is added to the WSDL file?
- How to tell AXIS that the client is using only one me... sergej panic
- RE: How to tell AXIS that the client is using on... Grossberger, Guenter
- Re: How to tell AXIS that the client is usin... sergej panic
