Ok, ant. Thanks for pointing us at that. A couple of things come to mind
1/ Looking at the interop doc test we could extend this over time to include more comprehensive schema to test some of the dusty corners (as kelvin would put it). Looking at the client code it looks like the schema types in the WSDL get generated into in SDO type models so this is ideal for extending to run the interop schemas we are building and hence test the full range of SDO/XML(and hence AXIOM) mappings. 2/ I'm sure the client/service implementations can be extended to include Tuscany C++ implementations. I like the approach you have of being able to choose a Tuscany or external service. We could take this same approach between Java and C++ and implemente the services/clients in the appropriate projects. S On 6/9/06, ant elder <[EMAIL PROTECTED]> wrote:
We've also some WS interop tests in the Java runtime: http://svn.apache.org/repos/asf/incubator/tuscany/java/testing/interop/ Right now there's not so much there yet, the clients use the SCA Java WS binding to invoke some remote WSs out on the Internet, the services are supposed to be SCA WS impls of the services those clients use, and and when you run the clients you set a property to say if you want to call the real remote services or the local impls. We've still a way to go to make this easy to setup and use and to get a good selection of services to test. Anyway, would be good to fit the Axis2C stuff in here somehow. ...ant On 6/9/06, Simon Laws <[EMAIL PROTECTED]> wrote: > > OK, that's great. Feel free to go in and modify the wiki page to suite ( > http://wiki.apache.org/ws/Tuscany/Interop). I have also attached a > preliminary schema here for testing xml types. I have used this to > complete > the series 1 feature table you see there. However I think that I might > refactor this into a set of separate files to make the testing process a > little easier. The contents will be pretty much the same just spread > across > more files. Let me know when you are ready to have a go at some of this > and > I can attach up to date files. > > S > > On 6/9/06, Andrew Borley <[EMAIL PROTECTED]> wrote: > > > > Hi Simon, > > > > I've done some rudimentary testing using an Axis2 (Java) client, but > this > > is > > definately something I'd like to do more of. I'm currently tidying my > code > > so I can put the patch and initial tests up, but further testing & > interop > > will be following that. > > > > Cheers > > Andy > > > > On 6/8/06, Simon Laws <[EMAIL PROTECTED]> wrote: > > > > > > Hi Andy > > > > > > Re. Axis2C support for C++ SCA. Are you also looking at testing > against > > > the > > > Java SCA Axis2 WS binding? If so this ties in nicely with the series 4 > > > tests > > > here "http://wiki.apache.org/ws/Tuscany/Interop". I added some words, > > > towards the end of this page, about what we might test here so would > > > appreciate any input on the type of test that make sense. > > > > > > Regards > > > > > > Simon > > > > > > On 6/5/06, Andrew Borley <[EMAIL PROTECTED]> wrote: > > > > > > > > Hi All, > > > > > > > > I've been taking a look at Axis2C recently and I see that one of the > > > items > > > > on the list for the ApacheCon C++ release ( > > > > http://wiki.apache.org/ws/Tuscany/TuscanyCpp/Tasks) is an Axis2C Web > > > > Service > > > > Entrypoint (jira# TUSCANY-429). I've had a quick hack around and got > > > > something going, so unless someone's already taken it, I'm happy to > > own > > > > this > > > > task and turn my hackings into something uselful! > > > > > > > > Cheers > > > > > > > > Andrew > > > > > > > > > > > > > > > > > > > >
