Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 551177
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T11:21:57+00:00 2026-05-13T11:21:57+00:00

So I believe all you have to do with .NET 2.0 vanilla web services

  • 0

So I believe all you have to do with .NET 2.0 vanilla web services (not WCF) is the following:

1) Add your service reference. In my case I’m using the PayPal WSDL
2) Before you can use any proxy class, you must first create an instance of your service reference
3) Once you create an instance of your service reference, then just do [servicereference].ProxyClassName.Method or whatever you’re trying to access from those classes

right?

Ok, so I tried that. I added a service reference and named it SandboxSoapAPI. So that’s what you see under references in my C# project.

In code I tried this:

SandboxSoapApi reference = new SandboxSoapApi();

but it doesn’t recognize SandboxSoapAPI. Am I doing something wrong? I just want to start calling class methods, etc. with PayPal and I can’t seem to get this right.

And if I’m not incorrect, as of .NET 2.0+ it handles the low level sending of the actual request over Http for SOAP web service references?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T11:21:58+00:00Added an answer on May 13, 2026 at 11:21 am

    SandboxSoapAPI is not the SOAP client proxy type name. It’s a namespace.

    To check this, in VS.NET tick ‘show all files’ and drill into the Web References, open up the Reference.cs file, you will see the SandboxSoapApi is a subnamespace (not your SOAP client proxy name!) in the project’s root namespace.

    So either use the fully qualified name:

    SandboxSoapAPI.YourProxyType client = new SanboxSoapAPI.YourProxyType();
    

    Or use using SandboxSoapAPI; in your code where you need the SOAP client.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a .NET application that throws the following exception: System.ComponentModel.Win32Exception : Not enough
Happy New Year. I have a bunch of SOAP Web Services. They all have
I've recently been trying to port a C++ application. I believe I have all
I believe I have disabled the view state on all controls as well as
First of all, I do not believe this belongs on Superuser. This belongs here
All, I have some script tags that are not working in Wordpress. If I
I have a ASP.Net 3.5 web site I developed on my old XP sp3
I have a new ASP.NET MVC 3 project, and MVC and Razor are all
I have the following query in ASP.NET/C# code which is failing to return any
I have a ASP .Net web appliaction written in Visual Basic .Net running on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.