RE: Here's a suggestion Kings Fern 15.Feb.18 04:01 PM a Web browser Applications Development 7.0.3 FP1Linux on zSeries
Thanks Carl for your advice.
I found out the error in the subsequent web call. I had to pass a URL safe encoded argument in that HTTP call for the Server's Web Navigator to process it properly. In Client, the same code was processed by my local Personal Web Navigator & it worked fine.
Now I am stuck on the second part, usage of SXML2.ServerXMLHTTP objects on a Linux Server. It says "Operation not supported on this platform".
So I used getDocumentByURL to fetch the webpage but the results are stored in a $FILE attachment which I am now trying to read the attachment without physically extracting the file to the Server disk.
Is the possible? Any suggestions? I have to just search for the string <rc>0</rc> which means return code is 0 if the email is a member of the BlueGroups else not a member.