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. We can take control of the EPR by providing our own listener that extends the WSAS listener. The piece that left in the puzzle is to have two services with the same name in Axis2. Any clue what this configuration parameter is?
Thanks, Keith. > >> 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? > > Sanjiva. _______________________________________________ Mashup-dev mailing list [email protected] http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev
