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 7910423
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T12:51:57+00:00 2026-06-03T12:51:57+00:00

I need to send a SOAP request to a URL. But i find this

  • 0

I need to send a SOAP request to a URL. But i find this harder then i thought it would be.

The request that i have to send is:

string bla = "" +
"<?xml version='\"1.0\" encoding=\"UTF-8\"?>" +
    "<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">" +
        "<soap:Body>" +
            "<ns1:sendNotificationResponse" +
              "xmlns=\"http://notification.services.adyen.com\"" +
              "xmlns:ns2=\"http://common.services.adyen.com\">" +
            "<notificationResponse>[accepted]</notificationResponse>" +
            "</sendNotificationResponse>" +
        "</soap:Body>" +
    "</soap:Envelope>";

I’ve been given an URL: https://ca-test.adyen.com/ca/services/Notification?wsdl

The problem is, is that I’m not sure how to go on from here. Can i simply just send a request to that URL? Or do I have to import the WSDL somehow first?

I’ve found a lot of examples on the net, but I couldn’t really make sense out of most of them. Some were even out dated, because they were still using: Microsoft.Web.Services3

So in short, I’m kinda clueless on what I exactly have to do here and how. I simply want to send that ‘SOAP’ message…

  • 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-06-03T12:51:58+00:00Added an answer on June 3, 2026 at 12:51 pm

    You can do this by adding a service reference to the endpoint URL you’ve provided in the question. Then you can call the web method as you would call a normal method, just off the client object. Step-by-step below:

    1. Right-click references, select add service reference
    2. Enter URL to add service reference
    3. In code instantiate new client and use as below:
    ServiceReference1.NotificationPortTypeClient client = new ServiceReference1.NotificationPortTypeClient(); 
    client.sendNotification(...);
    

    Edit

    Looking at the web service in more detail, it looks as though the SOAP request you have included in the question is the response that would be sent back by the url when you had invoked the method – not the request you would send to the web service to invoke the method.

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

Sidebar

Related Questions

I need to send a soap-request that looks like this: <v:Envelope xmlns:i=http://www.w3.org/2001/XMLSchema-instance xmlns:v=http://schemas.xmlsoap.org/soap/envelope/> <v:Header/>
I have this class to send a SOAP-request (the class also defines the header)
I have an incoming soap message wich form is TStream (Delphi7), server that send
I have a unique requirement where I need to send a highly customized soap
Problem : I'm calling a SOAP Webservice, but need to change the URL with
I'm looking for a simple test tool that can send a raw soap request
I need to send SOAP requests to some web servicer as part of a
I've a custom form (created with form API) that need send an uploaded file
I need to send this XML <?xml version=1.0 encoding=UTF-8?> <gate> <country>NO</country> <accessNumber>1900</accessNumber> <senderNumber>1900</senderNumber> <targetNumber>4792267523</targetNumber>
I am trying to send a soap request to an open webservice (webserviceX.NET currency

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.