Thank you. I understand. For example, Xml Post is used by SOAP?
----- Original Message ----- From: "Paul Crabtree" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 18, 2004 2:25 PM Subject: Re: The diffrennce between StreamGenerator and using upload > An XML post is like a normal form post but instead of a load of > name/value params as request parameters the whole request body is an > XML document. > > You cant make an XML post by using normal HTML forms but you can use > client side javascript or make them from ASP/Java on the server. > > Paul > > > On Mon, 18 Oct 2004 14:19:25 +0400, Art Spasky > <[EMAIL PROTECTED]> wrote: > > Excuse me. I did not understand > > what do you mean by "XML Post"? > > > > > > > > ----- Original Message ----- > > From: "Paul Crabtree" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Monday, October 18, 2004 1:51 PM > > Subject: Re: The diffrennce between StreamGenerator and using upload > > > > > I think the StreamGenerator is for taking either a XML Post and > > > generating SAX events for the body of the request or optionally taking > > > a specfic request parameter and turning the value into SAX. > > > > > > The upload protocol is not tied to generating SAX events, it can be > > > any kind of data including binary. > > > > > > So for creating XML from the request you could either use a > > > FileGenerator with the upload protocol in the src or the > > > StreamGenerator. > > > > > > Paul > > > > > > > > > On Mon, 18 Oct 2004 12:31:14 +0400, Art Spasky > > > <[EMAIL PROTECTED]> wrote: > > > > Hi all > > > > > > > > Can someone tell me what is the difference between using StreamGenerator > > or > > > > usnig pseudoprotocol upload:// when you handle uploaded files? > > > > > > > > I see no diffeerences except of incorrect handling UTF-8 (cyrrilic > > > > characters) in StreamGenerator. > > > > > > > > Am I right? > > > > > > > > Thank you in advance. > > > > > > > > Art. > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > --------------------------------------------------------------------- > > > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
