Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

passing pdf file between webservice and the web application.

Status
Not open for further replies.

chebbi

Programmer
Feb 6, 2002
98
IN
Hi all

I have a pdf document which i need to pass from the web service to the calling application(Both are on different network which is why i need web service to transport file,Making pdf file a virtual directory for http call is not an option.).

I was able to get network file info and could store it in fileino object but i cannot pass fileinfo object back with the web service method. Any thoghts on how to go about doing this?

Thanks
Badrinath Chebbi

Badrinath Chebbi
 
Could you make a HttpRequest to the other server and download the file that way?

----------------------------------------------------------------------

Need help finding an answer?

Try the search facilty ( or read FAQ222-2244 on how to get better results.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top