Skip to main content
Question

How to create a valid HTML-SOAP request.

  • May 26, 2023
  • 0 replies
  • 108 views

Forum|alt.badge.img+2

 

I'm creating a request to the bank to retrieve a bank statement. The communication with the bank is done using the SOAP standard. I define the Routing Address, which includes the URL and SOAP Action among other things. However, I don't see where I need to place the SOAP XML Body. The XML body contains the parameters for the request.

I also thought that I would need to include parameters in the request, such as an account number and date. Can someone help me with how to do that?