I have tried to create Ensemble SOAP passthrough operation following this guide.
Here's my production configuration (after steps 1-4):
Class Passthrough.Production Extends Ens.Production
Step 5 of the guide says to open the url:
http://localhost:nnnnn/currencyconverter/ConvertCurrencySOAPPassthrough…
have two web applications in a namespace:
- /csp/passthrough
- /passthrough
I have tried calling the following urls:
- http://localhost:57773/passthrough/PassthroughService/CurrencyConvertor.asmx
- http://localhost:57773/passthrough/PassthroughService/CurrencyConvertor.asmx?CfgItem=

