Re: [WebDNA] how can i grab the contents of a post?

This WebDNA talk-list message is from

2011


It keeps the original formatting.
numero = 106717
interpreted = N
texte = This is a multi-part message in MIME format. --------------020602000003050504050108 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Yes I can parse the XML but I can't get the contents of the post! What I need is the WebDNA equivalent of $postText = file_get_contents('php://input'); I may have to just write this in php :( What the above code does is takes the file contents, something I can't seem to do via webdna. Unless someone has an idea on how to grab the raw POST of an incoming post that is not set to a form variable. Thanks! Olin Stuart Tremain wrote: > Olin > > If you are receiving XML back, you will need to parse the XML > > http://www.webdna.us/page.dna?numero=284 > > > On 13/06/2011, at 12:43 PM, Olin Lagon wrote: > >> Aloha all, am trying to work with an API that posts an XML doc. I can get it to post but it is not setting the XML to a formvariable. Anyone know how I can grab the contents of the post? >> >> Here is the test code to show what is hitting our server >> >> [writefile log.txt] >> >> http header >> --------------- >> [ListMIMEHeaders] >> [name] = [value] >> [/ListMIMEHeaders] >> >> form vars >> --------------- >> [formvariables] >> [name] = [value] >> [/formvariables] >> [/writefile] >> >> And here is the response. As you can see the form vars are empty :( >> >> Thanks! Olin >> >> http header >> --------------- >> HOST = www.kanuhawaii.org >> Connection = Close >> Content-Type = application/xml >> msg-timestamp = 1307900329 >> Content-Length = 81 >> >> >> form vars >> --------------- >> >> >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list. >> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us >> Bug Reporting: support@webdna.us > > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list. > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us --------------020602000003050504050108 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Yes I can parse the XML but I can't get the contents of the post! What I need is the WebDNA equivalent of

        $postText = file_get_contents('php://input');

I may have to just write this in php :(

What the above code does is takes the file contents, something I can't seem to do via webdna.

Unless someone has an idea on how to grab the raw POST of an incoming post that is not set to a form variable.

Thanks! Olin

Stuart Tremain wrote:
OlinIf you are receiving XML back, you will need to parse the XMLhttp://www.webdna.us/page.dna?numero=284On 13/06/2011, at 12:43 PM, Olin Lagon wrote:
Aloha all, am trying to work with an API that posts an XML doc. I can get it to post but it is not setting the XML to a formvariable. Anyone know how I can grab the contents of the post?Here is the test code to show what is hitting our server[writefile log.txt]http header---------------[ListMIMEHeaders][name] = [value][/ListMIMEHeaders]form vars---------------[formvariables][name] = [value][/formvariables][/writefile]And here is the response. As you can see the form vars are empty :(Thanks! Olinhttp header---------------HOST = www.kanuhawaii.orgConnection = CloseContent-Type = application/xmlmsg-timestamp = 1307900329Content-Length = 81form vars------------------------------------------------------------------------This message is sent to you because you are subscribed tothe mailing list <talk@webdna.us>.To unsubscribe, E-mail to: <talk-leave@webdna.us>archives: http://mail.webdna.us/list/talk@webdna.usBug Reporting: support@webdna.us
---------------------------------------------------------This message is sent to you because you are subscribed tothe mailing list <talk@webdna.us>.To unsubscribe, E-mail to: <talk-leave@webdna.us>archives: http://mail.webdna.us/list/talk@webdna.usBug Reporting: support@webdna.us
--------------020602000003050504050108-- Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] how can i grab the contents of a post? ("Brian B. Burton" 2011)
  2. Re: [WebDNA] how can i grab the contents of a post? (Aaron Michael Kaczmarek 2011)
  3. Re: [WebDNA] how can i grab the contents of a post? (Olin Lagon 2011)
  4. Re: [WebDNA] how can i grab the contents of a post? (Aaron Michael Kaczmarek 2011)
  5. Re: [WebDNA] how can i grab the contents of a post? (Olin Lagon 2011)
  6. Re: [WebDNA] how can i grab the contents of a post? ("Psi Prime Inc, Matthew A Perosi " 2011)
  7. Re: [WebDNA] how can i grab the contents of a post? (Olin Lagon 2011)
  8. Re: [WebDNA] how can i grab the contents of a post? ("Psi Prime Inc, Matthew A Perosi " 2011)
  9. Re: [WebDNA] how can i grab the contents of a post? (Olin Lagon 2011)
  10. Re: [WebDNA] how can i grab the contents of a post? (Stuart Tremain 2011)
  11. Re: [WebDNA] how can i grab the contents of a post? (Olin Lagon 2011)
  12. Re: [WebDNA] how can i grab the contents of a post? (Stuart Tremain 2011)
  13. Re: [WebDNA] how can i grab the contents of a post? (Olin Lagon 2011)
  14. Re: [WebDNA] how can i grab the contents of a post? (Stuart Tremain 2011)
  15. Re: [WebDNA] how can i grab the contents of a post? (Olin Lagon 2011)
  16. Re: [WebDNA] how can i grab the contents of a post? (Stuart Tremain 2011)
  17. [WebDNA] how can i grab the contents of a post? (Olin Lagon 2011)
This is a multi-part message in MIME format. --------------020602000003050504050108 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Yes I can parse the XML but I can't get the contents of the post! What I need is the WebDNA equivalent of $postText = file_get_contents('php://input'); I may have to just write this in php :( What the above code does is takes the file contents, something I can't seem to do via webdna. Unless someone has an idea on how to grab the raw POST of an incoming post that is not set to a form variable. Thanks! Olin Stuart Tremain wrote: > Olin > > If you are receiving XML back, you will need to parse the XML > > http://www.webdna.us/page.dna?numero=284 > > > On 13/06/2011, at 12:43 PM, Olin Lagon wrote: > >> Aloha all, am trying to work with an API that posts an XML doc. I can get it to post but it is not setting the XML to a formvariable. Anyone know how I can grab the contents of the post? >> >> Here is the test code to show what is hitting our server >> >> [writefile log.txt] >> >> http header >> --------------- >> [listmimeheaders] >> [name] = [value] >> [/ListMIMEHeaders] >> >> form vars >> --------------- >> [formvariables] >> [name] = [value] >> [/formvariables] >> [/writefile] >> >> And here is the response. As you can see the form vars are empty :( >> >> Thanks! Olin >> >> http header >> --------------- >> HOST = www.kanuhawaii.org >> Connection = Close >> Content-Type = application/xml >> msg-timestamp = 1307900329 >> Content-Length = 81 >> >> >> form vars >> --------------- >> >> >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list. >> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us >> Bug Reporting: support@webdna.us > > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list. > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us --------------020602000003050504050108 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Yes I can parse the XML but I can't get the contents of the post! What I need is the WebDNA equivalent of

        $postText = file_get_contents('php://input');

I may have to just write this in php :(

What the above code does is takes the file contents, something I can't seem to do via webdna.

Unless someone has an idea on how to grab the raw POST of an incoming post that is not set to a form variable.

Thanks! Olin

Stuart Tremain wrote:
OlinIf you are receiving XML back, you will need to parse the XMLhttp://www.webdna.us/page.dna?numero=284On 13/06/2011, at 12:43 PM, Olin Lagon wrote:
Aloha all, am trying to work with an API that posts an XML doc. I can get it to post but it is not setting the XML to a formvariable. Anyone know how I can grab the contents of the post?Here is the test code to show what is hitting our server[writefile log.txt]http header---------------[listmimeheaders][name] = [value][/ListMIMEHeaders]form vars---------------[formvariables][name] = [value][/formvariables][/writefile]And here is the response. As you can see the form vars are empty :(Thanks! Olinhttp header---------------HOST = www.kanuhawaii.orgConnection = CloseContent-Type = application/xmlmsg-timestamp = 1307900329Content-Length = 81form vars------------------------------------------------------------------------This message is sent to you because you are subscribed tothe mailing list <talk@webdna.us>.To unsubscribe, E-mail to: <talk-leave@webdna.us>archives: http://mail.webdna.us/list/talk@webdna.usBug Reporting: support@webdna.us
---------------------------------------------------------This message is sent to you because you are subscribed tothe mailing list <talk@webdna.us>.To unsubscribe, E-mail to: <talk-leave@webdna.us>archives: http://mail.webdna.us/list/talk@webdna.usBug Reporting: support@webdna.us
--------------020602000003050504050108-- Olin Lagon

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

New Server? (2006) Forms Search Questions (1997) [ShowNext] feature in 2.0 (1997) WebCat2b12 - nesting [tags] (1997) Request Time Out (1997) OT?: Size issues (2001) Upload (1998) WebMerchant/MacAuthorize (1998) WebCat2b12 CGI Mac - [shownext] problem (1997) Just testing (2003) MacAuthorize order data fields WAS:How To question... (1997) WebCatalog can't find database (1997) WebTV (1998) WebCat2 - Getting to the browser's username/password data (1997) Mac 2.1b2 speed (1997) form mail (2000) Just Testing (1997) WCS Newbie question (1997) For those of you not on the WebCatalog Beta... (1997) Not reading code (1997)