Skip to main content
13-Aquamarine
September 13, 2019
Solved

How to link CreoSon with Visual Studio?

  • September 13, 2019
  • 3 replies
  • 2300 views

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

Best answer by DavidBigelow

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

3 replies

18-Opal
September 18, 2019

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

1-Visitor
November 26, 2020

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?

18-Opal
November 26, 2020

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