Hi Geert, Geert Bevin <[EMAIL PROTECTED]> writes:
>> This works fine however I won't be able to sell it to the Perl guys >> who >> have to use it. ;) >> If I wanted it really to just submit using a post of text/xml and no >> url-stuff -- how hard would that be? I guess I'd have to write an own > What do you mean, no URL stuff? You have to send that information to a > URL otherwise nothing can respond. The URL is your service > endpoint. Uhm yeah, I'm being fuzzy: I meant no url-encoding. The example you gave me would be: submission=call&script=%3Croot%3E%3Cstuff+arg%3D%22value%22%2F%3E%3C%2Froot%3E > If you want to handle several submissions within the same element, you > have to add the submission=name parameter. However, you can just leave > the submissions out altogether and send the XML data as a post request > to an element that will then always handle it the same way. Yeah, that's what I want, ideally w/o the "script" parameter. I want just an Element which receives a XML document via HTTP POST. Ideally with Content-Type "text/xml". >> participant again...I'm just a bit scared as I don't know much about >> this web stuff. My last participant was a home match (-> sockets) and >> I'm not sure how hard it would be, to get the raw Servlet data? >> Any pointers/estimations concerning this? Is somethign like this >> possible/wanted in RIFE? > I really don't understand why you're making such a fuzz about > this. Sending a post request really is one of the most basic tasks of > web remoting. For example, using Curl: > http://erik.thauvin.net/wiki/display/Tips/Quickly+Send+a+HTTP+POST > +Request Uhm, that's exactly what I want, and I actually know how to do it with CURL or via netcat. And I also know how to achieve it in Perl, I'm currently just totally confused how to achieve it in RIFE. :( The first example is _exactly_ what I want, but where can I access the document inside which is supplied there? Sorry for probing your patience, I feel really stupid right now. :/ TIA, -hs _______________________________________________ Rife-users mailing list [email protected] http://lists.uwyn.com/mailman/listinfo/rife-users
