Error Bprowsdldoc

Shao

New Member
OE 11.6

Hi there,

Is anyone able to parse:
https://egtestws.test-secure-payment-processing.com/EMISws/WebPayment_1_0?wsdl

I.e. bprowsdldoc https://egtestws.test-secure-payment-processing.com/EMISws/WebPayment_1_0?wsdl

As it's a HTTPS address with a GoDaddy certificate there are all sorts of problems that Progress can't overcome, so you can follow the KBase guide to get a round that (not sure if that works though).

However, even if you bypass that and save the WSDL file to a local text file and do:

bprowsdldoc a.xml

it still does not work.

It works if you do

bprowsdldoc a.xml -show100style

so it seems its the new type of document generation being the problem.

Can anyone parse this URL?

Thanks.
 
Last edited:
Top