XFire has dynamic client api ( Client client = new Client(wsdl) ), but currently it doesn't work well with complex types. Maybe its possible to generate all required classes in runtime, just as xfire-generator does, and execute client code with them ( but i'm not sure ).
On 10/25/06, Shurbann Martes <[EMAIL PROTECTED]> wrote:
The goal is to make a dynamic service, where someone can upload a wsdl file and then with a push of a button, can start a service based on that specific wsdl. So no static service, but a generic and dynamic one. Greetz On 10/25/06, Tomek Sztelak <[EMAIL PROTECTED]> wrote: > > I'm not sure exactly what are you trying to accomplish. > But you can try to start from classes from xfire-generator module. > > On 10/24/06, Shurbann Martes <[EMAIL PROTECTED] > wrote: > > Hi xfire users/developers, > > > > I'm trying to use xfire to generate dynamic services. By publishing the wsdl > > I would like xfire to generate dynamically the webservice. > > I've taken a look at the xfire API and bumped into the > > org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder class: > > Builds a collection of Services from a WSDL. > > > > So my questions are: > > > > Is it possible to accomplish my goal with this WSDLServiceBuilder class? If > > not are there any other classes in the xfire framework which I can > > accomplish this? Can you give an snippet code how to use the class needed? > > > > Thank you in advance. > > > > Shurbann Martes > > > -- > ----- > When one of our products stops working, we'll blame another vendor > within 24 hours. > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > -- Shurbann Martes Asstraat 97 2516 KA Den Haag T: +31 (0) 70 319 4280 M: +31 (0) 62 486 2364 E: [EMAIL PROTECTED]
-- ----- When one of our products stops working, we'll blame another vendor within 24 hours. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
