To reach the .NET 3.0 (and later) command shell and create the client, follow these steps:
cd
sample_wcf.cs
svcutil /config:sample_wcf.exe.config https://ics2wstesta.ic3.com/commerce/1.x/transactionProcessor/ CyberSourceTransaction_N.NN.wsdl
svcutil /config:sample_wcf.exe.config
https://ics2wstesta.ic3.com/commerce/1.x/transactionProcessor/
CyberSourceTransaction_N.NN.wsdl
where
Two files are generated:
> The CyberSourceTransactionWS.cs file contains the proxy classes.
CyberSourceTransactionWS.cs
> The sample_wcf.exe.config file is the configuration file for your application.
sample_wcf.exe.config
Transport
TransportWithMessageCredential
<security mode="TransportWithMessageCredential">
csc /out:sample_wcf.exe /target:exe /reference:"C:\WINDOWS\Microsoft.NET\Framework\v3.0\Windows Communication Foundation\System.ServiceModel.dll" CyberSourceTransactionWS .cs sample_wcf.cs
sample_wcf.exe
sample_wcf.exe file