Maybe off-topic, but are you sure you are taking the right approach with this? If the communication is wireless, how will you add transaction support? You have to make sure that each invoice is sent and that it is sent only once!
I have a lot of expierence in this area and I can tell you that plain web-technologies are not very well suited for this kind of communications (I learned this the hard way :-p ). Maybe you should look at a more suitable approaches such as Sybase's iAnywhere suite, which is very good; or (if you happen to have an SAP backend) the SAP mobile engine. Both of these technologies allow you to run an offline application on a mobile device and then synchronize (be it wireless or not) with a backend. Both of them can be implemented with full transaction support... K. > -----Oorspronkelijk bericht----- > Van: Leszek Gawron [mailto:[EMAIL PROTECTED]] > Verzonden: zaterdag 13 juli 2002 19:08 > Aan: [EMAIL PROTECTED] > Onderwerp: Re: Stream generator & XMLForms > > > On Sat, Jul 13, 2002 at 11:23:56AM -0500, Ivelin Ivanov wrote: > > > > Tell us more about the problem you're trying to solve. > > What type of content you want to send in and return back. > > > > Can you you consider using HTTP GET parameters to submit to > Cocoon, instead > > of XML? > > This will allow you to use XMLForm, etc. > I am writing an application for Pocket PC for company's mobile > representatives > I don't think I can use GET parameter because of the size of data (whole > invoice for example - I do not want to collect is sequentially in session > object because it's more complicated) > > > Otherwise you can use StreamGenerator. It will read your XML > Post and make > > the XML available in the pipeline. > Still I do not know how to validate the data ( product units > number available > in store vs units ordered for example ) and place an order using plain XSL > because that's all left when you receive the document as SAX events > > The best way i figured now is: > make an xsp that parses appropriate request parameter manually, esqls to > database, outputs result > > ouzo > > -- > __ > | / \ | Leszek Gawron // \\ > \_\\ //_/ [EMAIL PROTECTED] _\\()//_ > .'/()\'. Phone: +48(600)341118 / // \\ \ > \\ // recursive: adj; see recursive | \__/ | > > > --------------------------------------------------------------------- > Please check that your question has not already been answered in the > FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> > > To unsubscribe, e-mail: <[EMAIL PROTECTED]> > For additional commands, e-mail: <[EMAIL PROTECTED]> > > --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>