Community
Participate
Working Groups
A service invocation will take the form of srvc IMyInterface; http HttpREST{request.method=POST,request.uri="http://...";, request.encoding=JSON, request.charset="UTF-8", response.encoding=XML, response.charset="useContentTypeCharset"}; http.headers.myValue="some random text"; ServiceLib.bind(srvc, http); call srvc.interfaceFunction1(param1, param2, param3) returning to handleResonse onException exceptionHandler function handleResonse( param4 MyRecord, retResult string in) http HttpREST = ServiceLib.getHttpREST(); end I've attached the start of the EGL records and enumerations needed for this, I'm sure they will change as we get further along.
Rolling forward to I12 as agreed to by Joe.
implemented