Hello.
I need to invoke a CGI service, where the URL is given to me. And i’m supposed to wait for the reply back from this URL.
I will send an XML, via http to this URL, and receive back another XML, via http.
-
Would i still use the ‘invoke method’? Or is invoking the CGI URL different from invoking a normal URL?
-
If i wish to submit in a user ID and password to this CGI URL, how do i pass on this info to the URL, including my data?