Access to a service web

How can I access to data of a web service with dojo as Microsoft Visual Studio Does?
To me is important to decide to buy the suite.

Thanks
Juan

What type of web service? SOAP? REST? Something else?

You can access SOAP using the SOAPMethod class.

You can access most REST (or anything HTTP) using the HTTPSocket (or HTTPSecureSocket) class.

Several examples of these classes are include with Xojo. To see them, choose “Examples” in the Project Chooser that appears when you start Xojo and select Communication/Internet and take a look at these:

  • SOAPConversionRate
  • SOAPTempConv
  • TwilioSMS
  • TwilioAnswerCall
  • YahooWeather
  • YahooYQL
  • YouTube