iNTERFACEWARE Products Manual > Learning Center > Tutorials and Sample Scenarios > Working With Plugins and Web Services > Calling Web Services from Iguana > Calling a Web Service from a Plugin |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
The following examples show how to call a web service using the programming languages that are supported for plugins.
Calling a Web Service in Java
Calling a Web Service in C#
Calling a Web Service in C++ The following example shows how to call a web service in C++ using the standard Microsoft library:
And the following example shows how to call a web service from C++ if you have libcurl installed on your system:
|