Hello,

I have a very simple service (echo) :

public interface EchoServices {
public String callService(String in_input);
}

But the length of in_input should not exceed 10 characters.

How can I export this business rule to the WSDL ?
-> with XML Schema ? Ok, but could Java2WSDL do it for me ?

More general questions :
Can WSDL2Java and Java2WSDL deal with business rules ?
Does Axis deals with business rules ?

Thanks in advance.
d2d

_________________________________________________________________
Discutez en ligne avec vos amis, essayez MSN Messenger : 
http://messenger.msn.fr/

Reply via email to