Thank you for quick reply.

As I understand it, server-config.wsdd is configured on the server side. But we cannot do much about server confuguration, because we do not have access to it.

What about the client side?

Our client uses only one method out of all the methods listed in the wsdl file. Implementation of this method is finished(its signautre does not change), yet the rest of the methods listed in WSDL file are being changed almost daily, and  even new methods are added to the WSDL file. Is there a way to configure the client, so that it works even if wsdl file is changed - I wish I could use something like "allowedMethods" configuration on the client side as well.



On 11/29/05, Grossberger, Guenter <[EMAIL PROTECTED]> wrote:
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