Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • That's a nice idea. Right now (and maybe always), there is only 1 user/1 client app. Given the development/business parameters, we need to develop in more of a throw-away mode, so the goal is to spend as little time as possible in the middleware layer. If this project has a longer life and more users, I would definitely look into it. Would ZeroMQ take care of object serialization and interchange between .NET and Java as seamlessly as SOAP/WSDL? Commented Nov 21, 2012 at 19:28
  • you've not use SOAP in an interop scenario have you :) No, it doesn't, but you just serialise to a packet and send it - check the docs, they're quite comprehensive. Commented Nov 21, 2012 at 22:47