On 06/18/12 19:36, nbmagus wrote:
Hello Burak,

First of all I would like to thank you for your great rpclib. Secondly I saw that .NET interop tests are missing. I would like to volunteer myself to help you with those tests.


Hi Nick,

First, thank you very much for your kind words and your proposition.


If it is OK with you - can you explain what is your interop strategy? Can those tests be created in pure python? And in what extend you aim rpclib to be .NET compatible?



The only non-python interop tests that we have are the ruby ones -- all two of them :) They reside in rpclib/test/interop/test_rpc.rb. (and actually fail because ruby's RPC library somehow makes an invalid SOAP request).

In the same vein, I was thinking of having a Visual Studio (and/or Mono) project in rpclib/test/interop/dotnet which tests the serialization of various data types by calling echo_* services in the rpclib.test.interop.server._services (via HTTP) It'd also be nice if they were pure python tests, but I don't know how you'd do it. IronPython maybe?

We have a run_tests.sh in the test directory, could it be somehow modified to run .Net tests as well? Maybe we could just integrate WS-I tests for SOAP messages and be done with it?

As for my aim, is 100% compatibility is too ambitious?

I'm open to suggestions as my familiarity with the Microsoft ecosystem is quite minimal.

Best Regards,
Burak

PS: You should also join our mailing list, cc'd.


I have all necessary .NET facilities and hopefully will be able to assist you with that goal.

With regards,
Nick Barykine


_______________________________________________
Soap mailing list
[email protected]
http://mail.python.org/mailman/listinfo/soap

Reply via email to