Having trouble setting up a working test with the Service Tester

Hey

I’m trying to run a test using the Service Tester.

My server is using HttpSysSuperHttpServerChannel and BinMessage with AesEncryptionEnvelope and is on another computer than the one I’m testing from.

Neither the correct serverchanneltype or the correct clientchanneltype (IpSuperHttpClientChannel) are available in the dropdown list, and I’ve only been able to read the server RODL by using TROWinInetHTTPChannel and TROBinMessage. But when trying to run the test then it tells me “Invalid binary header. Either incompatible or not binary message.”

Any suggestions on what settings to use?

Thanks

Hello,
Unfortunately, you can’t use envelopes in ServiceTester.

Hm ok. So, if i turn off envelopes for testing, would I still get a fairly realistic result?

Actually turning off the AES encryption envelope on the server gives the same “Invalid binary header” error.

Which settings should I use to set up a test for HttpSysSuperHttpServerChannel and BinMessage?

Hello,
We retested it again. Thanks, the issue was logged as #62186

Is this still an issue? I’d like to use Service Tester with the HttpSySuperHttpServerChannel and BinMessage with Aes encryption. I can’t seem to get it to work still.