Using D2010 and RO SDK 6.0.51.901, I created a new Combo service using a SoapMessage and letting the wizard create the Server and Client. I added code on the client to call the Sum and GetServerTime service methods. The first call to either method works correctly. If I next call the method not called the first time, the first method still get called on the server. So I call Sum first and then call ServerTime, Sum gets called both times on the server. If I call ServerTime first and then Sum, ServerTime gets called both times on the server.
I’ve tried with an existing project and with 2 brand new projects.
Any ideas?