Hi All,
I have a java webservice [WSDL]. I want to communicate to it through Dot Net client. Webservice contains 6 methods and I want to use 5 methods. Based on the provided WSDL, I have created web reference in VS and could able to access 3 methods. These methods are : getReservationS tatus,getReserv ations,cancelRe servation). And the methods with which I am facing problem are : createReservati on,modifyReserv ation). I am getting...