473,385 Members | 1,927 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

XML Transaction

Hello we are a online area rug retailer. We are preparing a proposal
for another online site that will send us traffic. They want us to "be
able to report sales data on a monthly basis in XML transaction.
Orders and returns must be sent XML".

What is XML? We are a small setup & don't have a technical in change.
I know HTML & a bit os ASP programming. can some one help us
understand what we may have to do to meet this request. Is it a costly
& very technical affair?

Thanks a lot.
Deepak
Jul 20 '05 #1
3 2213

"deepak" <de*********@hotmail.com> wrote in message
news:61**************************@posting.google.c om...
Hello we are a online area rug retailer. We are preparing a proposal
for another online site that will send us traffic. They want us to "be
able to report sales data on a monthly basis in XML transaction.
Orders and returns must be sent XML".

What is XML? We are a small setup & don't have a technical in change.
I know HTML & a bit os ASP programming. can some one help us
understand what we may have to do to meet this request. Is it a costly
& very technical affair?

Deepak,

Let me answer your last question first : anything is costly if you /
your team lack the experience. XML is not anymore complex than anything
else. If you took a random person off the street, someone who didnt know
what HTML is, and tasked him / her with building an HTML based application,
you are in for a lot of trouble. Fortunately, there are a lot of people
around who know about HTML and there are quite a few folks who know about
XML.

XML is a format for data. It stands for eXtensible Markup Language. It
is a modification of SGML (Standard Generalized Markup Language). HTML
itself is a derivative of SGML. So, reading XML is quite easy if you know
how to read HTML. However, getting something into XML format may only be
half the job. It depends on what your partner is expecting from you. If they
are expecting the xml file to be ftp'd / emailed to them, then you are ok.
If however, they are expecting a SOAP request from you with the XML file as
the payload, then you will have more work to do.

Regards,
Kenneth
Jul 20 '05 #2
ian
deepak wrote:
Hello we are a online area rug retailer. We are preparing a proposal
for another online site that will send us traffic. They want us to "be
able to report sales data on a monthly basis in XML transaction.
Orders and returns must be sent XML".

What is XML? We are a small setup & don't have a technical in change.
I know HTML & a bit os ASP programming. can some one help us
understand what we may have to do to meet this request. Is it a costly
& very technical affair?

Thanks a lot.
Deepak


Your best bet to start is to ask them for sample xml files for all
transaction types. XML formats are quite like html tags, although
stricter about having matching beginning and end tags. Once you
understand them they should not cause you too much trouble (althouigh
you really should automate the xml creation, since its not a reliably
accurate process when done manually).

As the other poster said, if they require you to do SOAP protocol
transactions or web-service-type interfaces to their server, you will
need to hire some technical help.

Ian

Jul 20 '05 #3
Folks, thanks for the education. What is SOAP protocol
transaction? Thanks
ian <sp****************************@spamerolsspammaps. invalid> wrote in message news:<Ic6Ib.13440$WQ3.6918@lakeread05>...
deepak wrote:
Hello we are a online area rug retailer. We are preparing a proposal
for another online site that will send us traffic. They want us to "be
able to report sales data on a monthly basis in XML transaction.
Orders and returns must be sent XML".

What is XML? We are a small setup & don't have a technical in change.
I know HTML & a bit os ASP programming. can some one help us
understand what we may have to do to meet this request. Is it a costly
& very technical affair?

Thanks a lot.
Deepak


Your best bet to start is to ask them for sample xml files for all
transaction types. XML formats are quite like html tags, although
stricter about having matching beginning and end tags. Once you
understand them they should not cause you too much trouble (althouigh
you really should automate the xml creation, since its not a reliably
accurate process when done manually).

As the other poster said, if they require you to do SOAP protocol
transactions or web-service-type interfaces to their server, you will
need to hire some technical help.

Ian

Jul 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

16
by: noah | last post by:
Does PHP have a feature to associate Cookie sessions with a persistent database connection that will allow a single transaction across multiple HTTP requests? Here is how I imagine my process: I...
10
by: TZoner | last post by:
1) Can one find the location of the 'Transaction Log' at: <Hard Disk>\Program Files\Microsoft SQL Server\MSSQL\Data\MyDb_Log.ldf? 2) Is it safe to delete it, as SQL will create a new Transaction...
3
by: Thiko | last post by:
Hi I take one nightly full database backup at 02:00 and backup the transaction log to one backup set every 15mins. The commands to do this are as follows and are set up to run as database...
2
by: Deepak Mehta | last post by:
i have to update two tables from ASP pages with same data but i want that both of them should be updated at one time. If either of them is not updated then my transaction should roll back.I want...
1
by: Avanish Pandey | last post by:
Hello All We have 3 differen services (in 3 different server) Service A,B,C . We want to implement distributed transaction when call methods of B and C from A. Is it possible? if yes then how? ...
2
by: John Lee | last post by:
Hi, I have few questions related to .NET 2.0 TransactionScope class behavior: 1. Check Transaction.Current.TransactionInformation.DistributedIdentifier to identify if distributed transaction...
15
by: Zeng | last post by:
Hi, The bigger my C# web-application gets, the more places I need to put in the tedious retrying block of code to make sure operations that can run into database deadlocks are re-run (retried)...
1
by: Hubert Fröhlich | last post by:
Hi list, when doing a large Insert I get in the logfile: 2004-08-03 07:23:46 LOG: recycled transaction log file "000001BA000000BD" 2004-08-03 07:34:00 LOG: recycled transaction log file...
1
by: Matik | last post by:
Hi to all, Probably I'm just doing something stupid, but I would like you to tell me that (if it is so), and point the solution. There ist the thing: I' having a sp, where I call other sp...
2
by: Ryan Liu | last post by:
Hi, I have few db write and read to execute, so I use transaction. Is that a problem or is that a regular way that I only use transaction on some cmds only, and other cmds I do not use...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.