Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Simple IW hosted web service app for MadExcept.
#2
Shouldn't be hard to create something in IW.

I would start by creating a new content handler class (a descendant of TContentBase). Register it for some arbitrary URL.
Then send the data from your test application using MadExcept to that registered address.
Put a breakpoint inside the Execute event, and inspect the request. IW will do all the hard work for you, i.e. all the content should be there.
You just need to handle it (i.e. save it somewhere, create a new ticket, etc)

This demo does something like that however, the content received is an XML stream (or file), but it should give you something to get you started:

https://github.com/Atozed/IntraWeb/tree/...stDataDemo
Reply


Messages In This Thread
RE: Simple IW hosted web service app for MadExcept. - by Alexandre Machado - 05-22-2021, 12:23 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)