Re: SOAP attachment?
From: Dale (daleDeletepres_at_msndotcomNot.Net)
Date: 07/15/04
- Next message: R.Balaji: "Re: InvalidOperationException Calling a web service"
- Previous message: SqlJunkies User: "SOAP attachment?"
- In reply to: SqlJunkies User: "SOAP attachment?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 15 Jul 2004 06:45:23 -0500
Search MSDN and the web for "SOAP with Attachments" and Web Services
Enhancements (WSE).
You may want to check out this article:
http://msdn.microsoft.com/webservices/understanding/advancedwebservices/default.aspx?pull=/library/en-us/dnwebsrv/html/opaquedata.asp.
Dale
"SqlJunkies User" <User@-NOSPAM-SqlJunkies.com> wrote in message
news:uHESErlaEHA.2840@TK2MSFTNGP11.phx.gbl...
> Hi!
>
> is there any way to to upload a file as a soap-attachment???
> I have written a jscript function that handles all form-data, packs it up
into one xml-file and sends it off to the server.
> before the latest MS security patch, the one that disabled adodb.stream
object, this also worked nicely for upload-files (<input type=file>). I just
read the file from the users harddisk using the adodb.stream activeXObject,
read it into a an xml-node (nodeType=bin.base64) and sent it of to the
server.
>
> Now I am wondering whether a similar thing could be achieved using SOAP
attachments, since the adodb.stream object does not work anymore, thus
preventimg the file-access und the client computer.
>
> The whole thing is not very security sensitive because it is only used by
our company employees, but it still has to work on the internet - so just
uninstalling the latest security patch is not an option.
> sven
>
> ---
> Posted using Wimdows.net NntpNews Component -
>
> Post Made from http://www.SqlJunkies.com/newsgroups Our newsgroup engine
supports Post Alerts, Ratings, and Searching.
- Next message: R.Balaji: "Re: InvalidOperationException Calling a web service"
- Previous message: SqlJunkies User: "SOAP attachment?"
- In reply to: SqlJunkies User: "SOAP attachment?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|