Re: Doubts on WSDL design

2005-03-01 Thread Bill Keese
Hi Ana, You should use an arrays rather than collections. I recommend Document-Literal Wrapped . As per the usual recommendation, you should write your WSDL file first, rather than writing the java classes first as you have done. (Since you have already written java classes, I suggest you ru

Doubts on WSDL design

2005-03-01 Thread Ana Carolina Chaves Machado
Hi, I need implement the Web Service using the Document/Literal style (WSDL) based in following Java interface: public class AccessControlFacade { public IServices getInstance(); public User authenticateUser(String login, String password); public boolean authorizeService(User user, Ser