Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hi,
I came across Creoson and it's components, but I couldn't figure out how to use these with Visual Studio(VB). Could anyone please help me with this?
Thanks
Solved! Go to Solution.
CREOSON is an HTTP service - so it really has nothing to do with Visual Studio. There are no syntax helpers for this or any other IDE - but that is a cool idea.
Communication with CREOSON purely depends on the language you are using for development and that language's ability to perform HTTP Post requests and pass/process JSON via that interface.
Hope that helps.
Dave
CREOSON is an HTTP service - so it really has nothing to do with Visual Studio. There are no syntax helpers for this or any other IDE - but that is a cool idea.
Communication with CREOSON purely depends on the language you are using for development and that language's ability to perform HTTP Post requests and pass/process JSON via that interface.
Hope that helps.
Dave
Hi I am trying to write a web service request form browser.Is it possible? if so, Can you give me an example to get me started?
Just launch CREOSON and go into the playground.... there are examples there... also review the functions section... and look for the JS libs in the distribution web directory I think.
you should be good to go.
dave