Accessing a webservice
This question was probably asked before but the topics I could find weren't of much help to me.
First, I'd like to know whether it's possible to call a webservice function in Fastreport (for example by code in the script).
If that's possible, what are the required steps to set up a connection to a webservice? For example, in VisualStudio the WSDL is enough and all the necessary classes are built.
Or would you propose to build a separate assembly with the desired functionality and just include the dll?
First, I'd like to know whether it's possible to call a webservice function in Fastreport (for example by code in the script).
If that's possible, what are the required steps to set up a connection to a webservice? For example, in VisualStudio the WSDL is enough and all the necessary classes are built.
Or would you propose to build a separate assembly with the desired functionality and just include the dll?