Hi, could you please help me to discover methods and it's parameters (especially complex types) using WSIF (and JROM?!)?
I get the WSIFPort in the following way: wsifService = wsifServiceFact.getService(wsdlDefinition, service, binding.getPortType()); wsifPort = wsifService.getPort();
but then I don't have a clue on how to continue! All examples found on Internet deal with dinamic invocation, but all I want to do is discover the complex types parameters of all operations. Can someone give me at least a birds eye view of what (and how) has to be done? Thanks very much! Xserty
