Hi
Is it "legal" to forward an attachment
(Microsoft.Web.Services2.Attachments.Attachment) from one Web service to
another, without saving it to disc inbetween??
What I have is an application which first connects to an exporter service,
which returns an xmlfile/stream in side an attachment , it then forwards
this attatcment object to another service which converts the attachment
(xml-stream)) to something else. However it seems like the last webservice
only gets part of the data forwarded, so I was wondering if it "legal" to
forward an attachemnt or if the attachemnt/stream has to be read within a
certain time....
TIA
S?ren
Dilip Krishnan - 03 Feb 2005 13:43 GMT
Hello Søren,
Sure, its no different that the 'xml-stream' coming from your client to
the exporter service
HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
> Hi
>
[quoted text clipped - 13 lines]
>
> Søren