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.
–
–
–
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
.