Form to XML

A

ats@jbex

I have a form on a .aspx web page which contains payment information. I
need to send this as an xml file to our online payment service and then
parse a reply back from them as to wether the payment was acceped or not.
Being fairly new to .net and xml I have no idea how to go about this. Any
help would be much appreciated.

TIA
--
ats@jbex

You have been dying since the day
You were born
You know it has all been planned

Metallica - The Four Horsemen
 
M

Mr. Arnold

ats@jbex said:
I have a form on a .aspx web page which contains payment information. I
need to send this as an xml file to our online payment service and then
parse a reply back from them as to wether the payment was acceped or not.
Being fairly new to .net and xml I have no idea how to go about this. Any
help would be much appreciated.

You need to start with the XML schema or .XSD file type that the payment
service expects the XML file should be derived from using those
specifications. The payment service has the XML schema you will need to use.

The payment service should provide all aspects of how that XML should be
created, how to make contact with their Web site, how the XML should be
transmitted and any return codes you should be expecting on your end.

You can't pull this out of thin air. The payment service should have
documentation concerning the XML it is expecting from you.
 
A

ats@jbex

You need to start with the XML schema or .XSD file type that the payment
service expects the XML file should be derived from using those
specifications. The payment service has the XML schema you will need to use.

The payment service should provide all aspects of how that XML should be
created, how to make contact with their Web site, how the XML should be
transmitted and any return codes you should be expecting on your end.

You can't pull this out of thin air. The payment service should have
documentation concerning the XML it is expecting from you.

Thanks for that. I will contact them for more information.
--
ats@jbex

Those who died are justified, for wearing the badge, they're the chosen
whites
You justify those that died by wearing the badge, they're the chosen whites

Rage Against The Machine - Killing In The Name
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Gridview rows 2
XML 2
POST xml and read response 2
XML and POST 4
XML 5
Help with Xml 8
Selection of records from subform to lock and further processing in access 2007 0
Sub Main 2

Top