Need to check that in spec but we tried to implode several services into one WSDL and it does work!
2012/10/19 Jakob Simon-Gaarde <[email protected]> > I like the idea that the collection can describe itself. But as far as I > know there is no WSDL specification for service collections that allow this. > > But there is nothing to stop us from exposing a single method service at > collection level which can list all services in a collection. > > / Jakob > > 2012/10/19 Mykhailo Stadnyk <[email protected]> > >> Hi Jacob. >> >> Another one idea I think IS REALLY required in ladon is to have >> WSDL/JSONWSP/etc.. descriptions for service catalogs. I mean if there is >> published subset of service objects it's good to have only one URL which >> describes all the services available. >> >> Than just in client: >> >> import suds >> service = suds.client.Client('http://localhost/soap/description').service >> service['Test'].echo() >> >> Because currently if I want to work with several service objects I need >> to do 1 more HTTP request to parse description for each service I use and >> it's not very good. >> >> I guess it's not hard to implement. Currently I'm working on REST >> implementation proposal and after I guess I can work on this feature. >> What is your opinion? >> >> Best regards, >> Mike >> >> -- >> Mailing list: https://launchpad.net/~ladon-dev-team >> Post to : [email protected] >> Unsubscribe : https://launchpad.net/~ladon-dev-team >> More help : https://help.launchpad.net/ListHelp >> >> > > > -- > Med venlig hilsen / Best regards > Jakob Simon-Gaarde > > -- > Mailing list: https://launchpad.net/~ladon-dev-team > Post to : [email protected] > Unsubscribe : https://launchpad.net/~ladon-dev-team > More help : https://help.launchpad.net/ListHelp > >
-- Mailing list: https://launchpad.net/~ladon-dev-team Post to : [email protected] Unsubscribe : https://launchpad.net/~ladon-dev-team More help : https://help.launchpad.net/ListHelp

