Hi,
I have created an application that uses SOAP interface about 15-20 years ago and it has worked without problems. I created service and proxies from WSDL and in code used it
SoapConnection conn
conn = create SoapConnection
rval = conn.CreateInstance(px_service,"jtj_jasentuontirajapintaservice",str_endpoint)
Now I'm trying to convert it to use HTTPClient using code
inv_http = CREATE HTTPCLIENT
rval = inv_http.CreateInstance(px_service,"jtj_jasentuontirajapintaservice",str_endpoint)
But the compiler complains Unkown function name : createinstance.
What am I doing wrong?
BR, Hannu