0

I have a website which is having paypal integration (all using classic ASP).

Now we need to remove Paypal and integrate the HSBC gateway using XML API. I need to know how to integrate the XML code in classic ASP from scratch.

JoseK
  • 31,141
  • 14
  • 104
  • 131

1 Answers1

0

Take a look at this MSDN entry for a beginner's tutorial for working with XML.

Then take a look at this MSDN article for API documentation.

Other source on StackOverflow: Asp XML Parsing

Depending on the requirements of HSBC you can then build XML requests and parse XML responses. If HSBC is offering a SOAP service then the following resource might be handy:

Classic ASP Tutorial: How to do Soap Requests

Community
  • 1
  • 1
Guido Gautier
  • 1,237
  • 9
  • 13