I am interested on creating a client for invoking a web service which is not known until runtime. I have checked the dii advanced example in JAXRPC but it still use the remote service WSDL file at compilation time. Is it possible to compile a client who does not know the service which is going to invoke until runtime? (I could pass the service location when invoking the client) Where could I find information about this?, Thanks in adavance. Guadalupe