I am trying to consume a java web service from .NET. When I add service reference to generate proxy and run the programme i get the error below
The formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter http://order.x.service.y.com:requestPayment.
Apparently I have to tweak the proxy classes generated bacause of differences in namespaces between JAVA and .NET but am not sure how.