Actually the REST API is my own service written in PHP.
Currently im consuming the service by a GET block in ZennoPoser and a
new block of C# code that parses the XMl in the received message(variable).
But im not sure this is the correct/best way according to REST architecture.
Im not sure, but form Zenno side I would probably need to return a correct status code
with some XML in body of a response(successfuly received, error etc.).
As you can see Im still developing the PHP and the Zennopart...the C# word is new
for me but im learning it quickly(have Java and PHP background)...so im trying
to come up with a robust architecture to make this work.
Some questions that go trough my mind:
Could this be done inside C# block? Do i need to write some C# code in visual studio
and compile it as DLL and add it to Zennoposter(how?)? I have read some stuff about
WFC (Windows Communication Foundation), can this be used inside Zennoposter to
accomplish my goals?