Hi,
I want to read file from client system, I have path of client system where our file is generated,
I want to use WSDL to do this functionality ... I am new to WSDL if any body already did please guide me how to read file from client system with WSDL ....
Any Help Appreciated ...
EDIT :- The requirement is like ... We have client code in client system which will generate xml file when client run the code. that xml file location we know like C://client/abc.xml I want to read that file from our web application. so for that I want to know that is WSDL is usefull or I can use simple FTP file read.