In server-config.wsdd set the <parameter name="allowedMethods" value="*"/> to the single method instead of "*".
 
Bye,
Guenter
 


From: sergej panic [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 29, 2005 9:39 AM
To: [email protected]
Subject: How to tell AXIS that the client is using only one method in WSDL file?

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?

Reply via email to