Thank you for your replies, I'll try to clarify. If you look at the zip-file you will find a client-implementation (sent in the first mail). It contains the following code
Fast3KObject ss = new Fast3KObject(wsdlURL, SERVICE_NAME); Fast3KObjectSoap port = ss.getFast3KObjectSoap(); java.lang.String _getObject_objectNo = "547200"; se.redpill.alfresco.module.jkp.wsclient.fast3k.GetObjectResponse.GetObjectResult _getObject__return = port.getObject(_getObject_objectNo); _getObject_return is not an EstateObject and gives me no way of getting the EstateObject. Wsdl2java has generated an class called EstateObject. But how am I supposed to get an instance of it? Three questions: 1) Is there anything wrong with the wsdl that could cause wsdl2java go banans? 2) Is there anything wrong with wsdl2java? 3) Is there anything I have missed, if so please complete the above example with the line of code missing. Thank you very much Best regards Roland 2008/10/31 JuliusIT <[EMAIL PROTECTED]> > > I don't know if I've understand the question, but between the generated > classes there should be a class named *****_CLIENT which you can complete > with the service parameter, BL, or anything else you need and then try > using > the service with that class. > -- > View this message in context: > http://www.nabble.com/How-to-use-the-generated-classes-tp20260653p20260969.html > Sent from the cxf-user mailing list archive at Nabble.com. > >
