Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

I'm writing a project in .Net Core 2.2. As a part of it, for the payment service I have to use this web service: The Payment Web Service

My problem is that I want to make a SOAP request, and I don't exactly know how and there are no available documentation about it!

I want to use the SalePaymentRequest method. The sample code from the bank has the following code which uses in web reference: System.Web.Services.Protocols.SoapHttpClientProtocol . Apparently, it is not available in .net core.

In the Following Question there are elements like BasicHttpBinding which I really do not understand how to use! (My Bad!)

I just want to make a sale request and verify it afterwards.

Please make clear what exactly your question is about? For example I don't know if you are looking for a solution to call SOAP requests within .net core? Or your question is about the role of BasicHttpBinding ? mehrandvd Feb 6, 2019 at 17:24 @zolfaghari Yeah , I did, Unfortunately I don't know how to use the soap request based on this answer Masoud Tahmasebi Feb 9, 2019 at 20:52 @mehrandvd I want to make a SOAP request for a payment gateway in .net core and after some searches, I found out that it may can be done with something like the link below, but it has some variables of BasicHttpBinding : link Masoud Tahmasebi Feb 9, 2019 at 20:55

Thanks for contributing an answer to Stack Overflow!

  • Please be sure to answer the question . Provide details and share your research!

But avoid

  • Asking for help, clarification, or responding to other answers.
  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers .