WCF and Apache AXIS interop

I'm getting back to building and publishing working examples.

My latest is a working example of a WCF client communicating with an Apache AXIS 1.4 server, using web services.  You can find it here.  There's full source code available.

This one shows complex types with nesting being transferred between AXIS and WCF.  There's no Security or Reliability, etc.  No MTOM either.

If you all have requests or suggestions for other examples, let me know. For this particular example, I think one nice enhancement would be to show the raw XML messages being transmitted back and forth.  I may do that. 

Seems like a higher priority ought to be publishing an AXIS 2.0 service, with some more advanced capabilities (like MTOM); or showing an AXIS client communicating with a WCF service.  I'm interested in your input!

Cheers!

-Dino