Ask a Question related to ASP.NET Web Services, Design and Development.
-
klj_mcsd@hotmail.com #1
How can I return a binary file (image) from a web service
A url to an image file will be passed to my web service. What function
can I use that will get the image and return the image in binary form?
Thanks
klj_mcsd@hotmail.com Guest
-
What is the fastest way to return the binary of a file?
Currently this is what I'm doing and it takes about 30 - 60 seconds for 88 kb file to show in my web browser from my web service. I think that is... -
HessianC# - the implementation of Hessian Binary Web Service Protocol
Caucho's Hessian binary protocol has been ported for .NET. HessianC# (www.hessiancsharp.org) represents the latest implementation of Caucho's... -
How to return image URL via web service
I am looking to write a webservice that responds with a image URL and target url the two results will be seperatly requested. Basically I want... -
How to convert JPEG image into a binary data?
Hi, Using ASP and VBScript. How to convert JPEG image into a binary data? Is it possible with a command from ASP / VBScript without having to put... -
return binary content from within ASPX page
my aspx page gets binary data with ms-word file. (just byte array). I want this data to send back to the browser, but when i try to do this with... -
Manohar Kamath #2
Re: How can I return a binary file (image) from a web service
[url]http://www.codeproject.com/soap/DimeTest.asp[/url]
--
Manohar Kamath
Editor, .netBooks
[url]www.dotnetbooks.com[/url]
<klj_mcsd@hotmail.com> wrote in message
news:1119635373.109826.232840@f14g2000cwb.googlegr oups.com...>A url to an image file will be passed to my web service. What function
> can I use that will get the image and return the image in binary form?
>
> Thanks
>
Manohar Kamath Guest



Reply With Quote

