D
Donicello Lampe
Guest
For the record, these are the methods we recommend when using HTTP(S). For HTTP communication: knowledgebase.progress.com/.../P120871 For HTTPS communication: 1) Configure the OpenEdge client to dump the HTTPS messages as documented in the following KBase article: knowledgebase.progress.com/.../P191993 2) You can use Telerik Fiddler as follows: - Download and install Fiddler: www.fiddler2.com/.../ - Go to the Tools menu -> Fiddler Options ... - Go to the HTTPS tab and activate both "Capture HTTPS CONNECTs" and "Decrypt HTTPS traffic ... from all processes". - Click on the "Actions" button and select "Export Root Certificate to Desktop" button. - If needed change the listen port in the Connections tab. - If Fiddler is being installed on a different machine, then in the Connections tab, select "Allow remote computers to connect" (a restart of Fiddler is required). - Import the Fiddler certificate into the OpenEdge client via a Proenv session: certutil -format DER -import \FiddlerRoot.cer - Start the OE client using the parameters -proxyhost and -proxyport 8888 . - Call the Web Service and review the HTTP messages within the Inspectors tab in the right panel (Raw mode).
Continue reading...
Continue reading...