Wrong service method called

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?

See the post here: http://connect.remobjects.com/discussion/1598/webservice-soap

The issue is fixed in the current stable release (6.0.57).

Thanks Nathaniel. Also, thanks for your blog posts on getting RO/Hydra packages created.

My pleasure!