I am a bit closer to my aim now.
Ths SOAPenvelope is still not included, but I finally found a source, where I can see the necessary settings for posting a SOAP 1.1 or 1.2 request. It is in the Weather-Client-example.
Beside the missing SOAPenvelope, I am unable to store the received XML into my InMemory-Table. However, I can store the XML-contents into a Queue. Frome I can copy it with a LOOP to my Table .... but I suspect, this is not the way Bruce intended this stuff to be done.
Load (*Queue p_Group, *String p_XMLString, Long p_XMLStringLength, <string p_FileBoundary>,<string p_RecordBoundary>) ! I suppose this is a typo
Load (*Group p_Group, *String p_XMLString, Long p_XMLStringLength, <string p_FileBoundary>,<string p_RecordBoundary>)
Load (*File p_File, *String p_XMLString, Long p_XMLStringLength, <string p_FileBoundary>,<string p_RecordBoundary>)
from file:///D:/SoftVelocity/Clarion9.1/Accessory/Documents/Capesoft/xfiles/xfiles.htm#xFileXMLMethods
Why does it work for QUEUE, but not for a FILE?
Does FILE mean TABLE in this context?
Some secrets solved, some secrets are left for tomorrow........
Wolfgang