Home > Constructing SOAP with .NET 2.0 and WSE 3.0 > Sending Requests to CyberSource
To add a Web reference to CyberSource, follow these steps:
The next step, Step 5, is not required to run the application.
However, if you decide to use a name other than CyberSource,
use a name that is not associated with a particular server so that
you can easily change between the test and production servers. In
addition, change the import statement in the sample code using the
following format, where myapp
is your project default
name space:
import myapp.com.ic3.ics2wstesta;
myapp
, and you set the Web reference name
to CyberSource, you will import myapp.CyberSource
.
Depending on the URL that you entered in Step 2, the default Web
Reference Name in the field on the right side of the window is either com.ic3.ics2wstesta
or com.ic3.ics2wsa
. Revision