Sanjiva Weerawarana wrote: > Keith Chapman wrote: >> >> How can I have 2 axis services both with the name sudoku? Axis disallows >> this at present which pushes us to use something like jonathan-soduku >> and keith-sudoku. > > Nahh .. you can control all of that in Axis2. > >> I can have jonathan-soduku and keith-sudoku as the actual service name >> and even make them available at /services/jonathan/sudoku and >> /services/keith/sudoku and dispatch accordingly. But the wsdl will have >> jonathan-soduku and keith-sudoku as the service name and hence will >> have that in the address of the wsdl. > > Nope; you just need to take control of WSDL generation and fix up the > name too. Yes it takes a bit of work as Deepal noted but that doesn't > scare me ;-). > > Deepal, can you please point to the WSDL generation logic so that Keith > can see how he can take control of the EPR fully? I know the ?wsdl2 logic (cause I wrote it) :). We get the eprs using getMyEprs from AxisService. I'll check whether there is a possibility of overriding this method (Because ultimately wsas is the one that provides the EPRs)
Thanks, Keith. > > Sanjiva. _______________________________________________ Mashup-dev mailing list [email protected] http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev
