Archive

Posts Tagged ‘the xml’

Xml Song Chart

December 8th, 2011 Comments off

Create a table of at least five of your favorite songs. Include the name of the song, the artist, the length of the song, the year the song was recorded, and the title of the album. For your Music XML File Project, you must do the following:

Categories: XML Tags: , , , , , ,

Xml Music Table

December 8th, 2011 Comments off

Create a table of at least five of your favorite songs. Include the name of the song, the artist, the length of the song, the year the song was recorded, and the title of the album. For your Music XML File Project, you must do the following:

o Encode the information from your table along with the XML schema in XML format.
o Create a DTD for the XML previously created.
o Create an XSD for the XML previously created.

Categories: XML Tags: , , , , , ,

Xml Project

January 12th, 2010 Comments off

Please create the project in three different separate folders. Nothing fancy or overly stylistic is needed.

Part 1:
The books in the eBook Collection are coded in XML. Create an XML file and a CSS file that would format a book similar to the textbook for this course. A sample portion of the book should be able to be displayed, for example, a couple of sections chapter 1

Part 2:
Add a DTD file to the XML program for Week Two. (Note. Do not incorporate an attribute declaration.)

Part 3:
Add a second DTD file to the XML program for Week Two that provides a different format for the book. (Note. Do not incorporate an attribute declaration.)

Categories: XML Tags: , , , , , ,

Joomla Zoo Element

August 20th, 2009 Comments off

I need a elemented coded, which has cases and breaks, and read config from the xml.

XML demo in PMB!!!

XML should have the 5vars/_params

In which it will have 4 cases, depends what you select on the XML config, it will echo what ever you select.

I provide the XML how it should look, please code the rest…

use case; and break;

keep it low, its very easy to develop with Zoo.

Radio-like Mp3 Player

August 19th, 2009 Comments off

Hi,

I am looking for a flash-based MP3 player that will read an XML file containing a few hundreds of songs, shuffle the songlist and play the songs one-by-one. The experience that the user will get is just like listening to a radio-station.

The player should be capable of integrating into a Joomla-based website.

Here are the requirements in detail:

1. XML-based playlist, with optional shuffle. This means that I will hear the songs in a different order every single time I launch the player. Shuffle should be optional and specified in the XML file.

2. Define an “intro MP3″: a pre-set MP3 file that will always play before the playlist begins playing the first track (e.g. when launching the player, the user will hear something like “thank you for choosing MT radio!”, and only then the playlist starts to play). The “intro MP3″ file is specified in the XML.

3. Ability to add “jingles”: every X songs the player will play a predefined list of MP3 files (e.g. every 4 songs the listener will hear something like “you’re listening to MT radio!”, afterwhich the playlist resumes). The “jingle” files (there can be several of these) and the intervals in which they play within the songs defined in the playlist, are specified in the XML file.

4. Crossfade between songs, so that songs will seamlessly overlap and there will be no “silence” between the tracks (excluding the jingles mentioned before, that should not crossfade amongst themselves or to the songs that comes before and after the jingles play). The option whether to enable or disable the crossfade is specified in the XML.

5. Display artist/song name information based on the ID3 tags contained within each MP3 file that is being played. The text should be UTF-8 to support both English (left-to-right) and Hebrew (right-to-left).

6. The “next/back tracks” buttons can be enabled/disabled according to the XML. If the buttons are disabled, the user will not have the ability to skip over to the next track, repeat the current track or jump back to the previous track – just like listening to a live radio station.

7. Tracks should be loaded into the player as the playlist progresses. I do not want the whole list to be cached as it can be very long…

8. The player should not display the actual playlist content, so that the user will not be aware of what song is coming next after the currently playing song finishes.

** Before selecting the successful coder, I will require evidence that you have previous experience with a similar project. In particular, I would like to see that you can provide the crossfade facility.

Please ask any questions you have prior to bidding.

I am very clear with what I require from the project, and will give clear and accurate guidance throughout. But it is imperative that you have read and understood all of the above features before bidding. Please assure me that you have read these requirements to the end and that you understand every detail in your bid.

Good luck!

Zencart Xml Project

August 5th, 2009 Comments off

Looking for a skilled programmer to write / integrate a php script to generate the xml, with all the order and shipping information’s fetching from Zen-cart database.

After generating the xml, the script has to Notify our web url https://www.acutrack.com/netservicedev/odorders.aspx

This will create an order in our system with required information to ship the order.

You can use our Order receiving web services to notify the order XML with php script.
I have attached the Order Notification & Shipping Confirmation XML’s.
Order XML has to be notified by HTTP POST Method to our web services URL.
variable name to post the xml : xmlStrPO
The response will contain message codes and description.
E-P001 – Product does not exist
E-R001 – Purchase order Number already exist
S-S001 – Order created successfully
http://www.acutrackhelp.com/faq/88
Shipping Confirmation (This option can be used if your system requires the shipping confirmation)
We need a URL to post the ShippingConfirmation xml with tracking number after the shipment.
Acutrack will HTTP Post the ShippingConfirmation XML to the provided URL. The URL has to response back with the attached ShippingConfirmationResponse XML .I.e. writing the response to the browser.
Acutrack will get the response and check if the posting went successfully.

http://www.acutrackhelp.com/faq/89

XML are attached.

Payment is 50% escrow with full payment upon completion. All files should be documented and delivered at end. If these terms are not acceptable please do not bid.

Vdi Xml/javascript Menu

July 29th, 2009 Comments off

Hi,

I need to have a javascript menu built from an xml file. You may use jquery, but no other js library.

The js menu should have a very similar look & feel to that of the target.com website.

The mail level of the website will contain 4 items (these items will be read from the xml file)
New Items | Basic Stock | Seasonal | Seasonal In Stock

For New Items, there will be a list of departments. When a user hovers over the New Items text, the menu will display a dropdown menu of Department names (the department names will be read from the xml file)

For The Basic Stock and Seasonal items, there will be a list of departments and a sublist of divisions. When a user hovers over the menu text, the menu will display a dropdown menu of Department names (the department names will be read from the xml file). When a user hovers over the Department name text, the menu will display a dropdown menu of Division names (the division names will be read from the xml file).

The Seasonal In Stock item won’t have any dropdown. It will simply point to a single URL.

All links from this menu system will point to a PHP script located in a subdirectory (from the public web root /catalog/page.php?products=)
The value of products in the URL string is in the xml file. It will look like 10 or 10,16 or 10,16,61

The xml file is periodically dynamically built from a database, so the js menu must read the xml file dynamically as well.

I have attached the current 106K xml file. You can download it and check out the format. I wrote the code to build the xml file, so it will be possible to make changes if you deem it necessary.

The js menu should be presented with css to modify base colors, rollover colors, etc. I’ll show you the site this will run on so you can get the colors right the first time.

Quick Mod To Php Sendmail

July 22nd, 2009 Comments off

Hi, thanks for looking at our project! This should be a pretty simple one. It’s a quick modification to an existing PHP sendmail script, NEW_contact.php, which I’ve attached.

As you would expect, this PHP sendmail script gets information from a form on our web site. For most form submissions, the script sends a straightforward HTML email containing the info on the form.

However, for certain submissions that match a certain “recipient” field, it also sends a secondary email in XML/ADF format.

The mod we need is this:

We need a change to the way the script constructs the XML/ADF secondary email.

Right now, the contents of the form’s “recipient” field contains the full name of the form submitting user, and this becomes a variable called “$name”. This is passed into the XML like this:

<name>’.$name.’</name>

What we need is for the script to be modded so that it instead takes this input and splits it into three variables — $name, $first_name, and $last_name.

The recipient field can be passed directly to $name. However, this should then be parsed so that the first word/string goes to $first_name and any subsequent text goes to $last_name.

So, if for example, the form posts a recipient value of “John Smith”, the XML should thus be written as:

<name part=”full” type=”individual”>John Smith</name>
<name part=”first” type=”individual”>John</name>
<name part=”last” type=”individual”>Smith</name>

If there is only one word in the recipient, i.e., “John”, it should look like this:

<name part=”full” type=”individual”>John</name>
<name part=”first” type=”individual”>John</name>
<name part=”last” type=”individual”></name>

Another example: “John P. Smith”

<name part=”full” type=”individual”>John P. Smith</name>
<name part=”first” type=”individual”>John</name>
<name part=”last” type=”individual”>P. Smith</name>

Does that make sense?

Please let us know if you have any questions. Thanks!

Soap Xml Php Script

July 18th, 2009 Comments off

Hi,

I need a simple script that will send an xml file via soap.

It’s a non WSDL web service so I just need the connection script and the script to pass the xml file. to the web service.

I can’t give you the login details for the soap connection because it’s private but if you can just test it with a soap server at your end.

I have a problem that the xml I’m sending is getting changed by the php so can you make sure that the xml is the same at the start and after it’s sent via soap.

I can give an example XML file to the winning bidder.

Xml To Excel Converter

July 3rd, 2009 Comments off

Ok all here is what i’m asking for:

** First please only bid to my maximum bid not more.

* I have XML file from my wholesaler:
http://www.sextoydistributing.com/xrproducts.xml

* I have a shopping cart cs-cart (www.cs-cart.com)

* I am Looking for a programmer to create a mode for my cart or a .exe file or something similar so i can download the xml and convert it to excel file csv… so i can import it every day to my shopping cart and update the cart.

NOTE:
If its possible (if its not its ok but will be better)
i want to be able to chose what xml fields to export.
Something like kind of a form to browse for the XML file. Then like a drop down or selection of fields to export maybe?

ATTACHED are 2 files the xml explanation fields i need to convert and the cs-cart sample exported file i did so you can review it.

IF you can make a small sample just so i see it will be great so i know if you can do it or not because many say tehy can but they just trying to

Thank You and if you good i have 5 more projects like this so…

Make My As2/xml Nav. Work

June 30th, 2009 Comments off

I need someone who knows AS2 to modify and write a short class for my navigation.

I purchased a 100% XML driven Nav bar from FlashDen that I need to tie into my site.

I need you to modify the onPress function from button.as that came with the Nav. Currently it is a getURL function that retrieves a URL from the xml and loads it.
It looks like this: getURL(node.attributes.url, String(node.attributes.target));

I NEED:
You replace that function with one that will load my individual section .swfs as defined in the XML into my main content area. Pretty simple for you, but not for me.

So here are the mandatories:
The XML Nav bar must load/’alpha in’ my prebuilt swfs into the main content area. You may need to write or modify my .as file to do this; here is an example of what it ‘might’ look like:

//BUTTON SETUP
function initButtons() {
for (i in nav.buttons) {
nav.buttons[i].onPress = function() {
var thisIndex = this._name.substr(6);
if(thisIndex == “1″) {
loadContent(“content/swfs/home.swf”);
}
if(thisIndex == “2″) {
loadContent(“content/swfs/classesIntro.swf”);
}
if(thisIndex == “3″) {
loadContent(“content/swfs/classesGroup.swf”);
}
if(thisIndex == “4″) {
loadContent(“content/swfs/classesSemi.swf”);
}
if(thisIndex == “5″) {
loadContent(“content/swfs/classesPrivate.swf”);
}
if(thisIndex == “6″) {
loadContent(“content/swfs/classesSchedule.swf”);
}
if(thisIndex == “7″) {
loadContent(“content/swfs/endermologie.swf”);
}
if(thisIndex == “8″) {
loadContent(“content/swfs/giftCerts.swf”);
}
if(thisIndex == “9″) {
loadContent(“content/swfs/aboutUs.swf”);
}
if(thisIndex == “10″) {
loadContent(“content/swfs/trainers.swf”);
}
if(thisIndex == “11″) {
loadContent(“content/swfs/studioHours.swf”);
}
if(thisIndex == “12″) {
loadContent(“content/swfs/location.swf”);
}
if(thisIndex == “13″) {
loadContent(“content/swfs/contactUs.swf”);
}
if(thisIndex == “6″) {
loadContent(“content/swfs/home.swf”);
}

}
}
}

//BUTTON SETUP

You will NOT need to generate content or develop out sections, just get my placeholder swfs to alpha into the content area.

You can see what I mean here: http://www.inhousela.com/P/

I will pay 100% escrow

Step 1. I send you a link to my zipped source files
Step 2. You upload a working nav to my dev server within 48 hours
Step 3. I Test your work and review you well commented source files
Step 4. You get paid
Step 5. Everyone is happy

Adf Xml Process Script

June 12th, 2009 Comments off

I need an ADF XML email process script.

1. This script needs to check an pop email address for emails.
2. Needs to pull the adf attachment from the emails and place the data into a mysql database.
3. The software needs to build the xml doc again with new details
4. Then it needs to send the data to a new email address based on the data pulled from the xml.

- This script should be able to handle multiple jobs/email addresses.
- This script needs to run automatically (cron) at set intervals.
- Should be able to read the incoming email address’s header information and subject line and have the ability to pass those varibales into the xml doc.

- This script should also be able to check one email box and send it to a different email addressed based on the content of the adf/xml file

PMB me with any questions or comments.

Flash & Xml: Bold / Link

May 5th, 2009 Comments off

Hello, I am searching in hopes of gaining assistance with some quick XML coding trouble I have. Basically we have a site that we are building in Flash for a wine client in the Washington area. We are finalizing the design and the client would like XML text implemented into flash, that way he can make edits to the XML file alone and work within the site for updates.

Please go here for the home page:

http://www.clockworkstudios.com/test/bae/www_v15/index.html

Or to directly link to the interior pages:

http://www.clockworkstudios.com/test/bae/www_v15/landing_winery.html

Basically it is 7 pages that have 7 different XML files linked to it externally in a folder from my main root directory (folder called “xml”). I have implemented the XML code into Flash to work from 7 different external sources and have triggered the scrollbars to work accordingly. What I am needing now is the ability to BOLD and trigger links from the XML code. I know that the html code of using &lt;b&gt; for bold or &lt;strong&gt; for bold does not work in the XML code.

Overall, I would like to gather quotes from you all to do this to 7 different XML files and can pass the entire site’s files for you to look at and implement. I would need to make some text bold (titles, etc) and also code in some tags in the XML to trigger to new url links.

This should be very quick and I can send the files to the awarded programmer for their implementation purposes

Change The Xml Web Service Of

May 2nd, 2009 Comments off

I am looking to change the XML Web Service of a site.
I have all the back end info to the project.

The new site needs to have the function of this site when it comes to XML Web service

http://www.directresidential.co.uk/

on the search of home by clicking search properties you come to this
http://www.directresidential.co.uk/Properties.aspx?Mode=1&amp;PriceMin=0&amp;PriceMax=0&amp;Bedrooms=0&amp;SortBy=0&amp;Areas=

if you click on the photo you get this

http://www.directresidential.co.uk/Property-To-Rent-Prince-Of-Wales-Terrace-Kensington-PI-87.htm

I like the same format for the client site.

The “simple” interface is using a query string / form post. This returns HTML pages with the data preformatted into a simple generic layout. You can pass thru a CSS stylesheet to change the colours, fonts etc but the basic layout is fixed. I would suggest maybe putting the page in a IFRAME so that you can put your own headers/footers on.

e.g.

www.acquaintcrm.co.uk/propertyupload/propertysearch.asp?SitePrefix=PFIN

I’ve also created and attached an example ASP.NET project that shows how to use the XML Web Service. This simply creates a reference to the Acquaint Web Service, retrieves all of Place Finders rental properties into a DataSet and then binds that to a Datagrid for display.

As the data is just returned into a Dataset object, you can then read it and display whatever data elements you wish in whatever format you like – I used a Datagrid just to keep it simple, but for your web site it will probably be best to display the data in a HTML table.

I have all the document and everything you need to do a simple and quick job.

I also would like for the winning bidder to include both google map like this page

http://www.directresidential.co.uk/Property-To-Rent-Prince-Of-Wales-Terrace-Kensington-PI-87.htm

if you up for the challenge and can do the finish project with in 7 days then feel free to bid

Please bid not in a access of $90.00 for the complete project any higher bids will be removed so please do not waste your time.

For a experience programmer is around 4 hours work if it takes you longer then next time you will get much quicker J

All the best to all bidders.

Iphone Music Application

April 29th, 2009 Comments off

I am seeking an iPhone / iPod Touch Application solutions provider that can supply an Artist music application. Developer designs and builds a branded iPhone application that pulls in data as defined in the XML (playlist.xml) feed provided as an attachment to this project. Users download the Application from the AppStore and can browse the audio collection (album art, song name, description, etc.). The user can also play the audio clips attached to each song. When user clicks to buy a song they are redirected to our website link for purchasing via the built in iPhone Safari web browser.

Regarding the XML file: I have provide a good format for you to pull in the data for the iPhone application. It will be hosted (the XML file) on a web server and you will pull the XML file each time the iPhone Application is launched. This way the app content can be updated server side and app is always up to date. This will also save us time, so when we update one XML file for both the website and the iPhone Application.

Also need to incorrporate ADMOB, mobile advertising

The app will need an Opening Intro, Music Player, Alert, Send-to-a-friend and a Credits Screen.

There is a web version of the player located here: http://alturl.com/ky3u

Modules:

Music: Audio Player

Custom Joomla Module

April 23rd, 2009 Comments off

Hello,

I am in need of a custom Joomla module. I need to have full ownership rights and sole redistribution rights of the final product.

This module will be used with Overstock.com’s affiliate program. Overstock offers XML feeds of its products and I want to use those feeds to populate the module.

BRIEF DESCRIPTION

This module needs to be able to be customized by the user to create an XML call. Once the XML call has requested the needed information from Overstock.com it then needs to be parsed into a viewable module. (The output should look something similar to the products on this page: http://www.overstock.com/Home-Garden/Living-Room-Furniture/713/cat.html ). If someone is to click on the product, they need to be taken Overstock.com using the affiliate tracking code URL.

FULL PROJECT

STEP ONE: Setting up the XML Call

The user needs to be able to customize the XML call. This should be set up in the

Tool To Create Xml/rss Files

April 19th, 2009 Comments off

I need someone to create a basic content managment system that allows an editor to enter text and upload images into a DB. The editor will then publish the text and image URLs as static XML and RSS files.

The XML files will be used to power image galleries a bit like this one:
http://o.aolcdn.com/art/gat/eleven/1/1/caught-on-camera.html

Please see the attached page mockups for the editor work flow.

Page 1
The editor selects the number of images to appear in the gallery from hard coded select boxes. The number of images will range from 5 to 20

The editor selects the theme of the gallery.
The themes will be: Big Brother, X Factor, Britains Got Talent

The editor presses a submit button to move to the next page where they will enter the copy.

Also on this page is a table of previously created galleries. The edit link in each row will take the editor to page 2 in edit mode (pulling the relevant data for that gallery from the DB).

Page 2
Depending on how many images the editor has selected on page 1 a list of the same number of imput areas will be available on this page.

If the editor selected 10 images on page 1, there will be 10 image upload boxes, 10 title boxes, 10 caption boxes etc on page 2.

There will only be 1 main gallery title and gallery description box.

When an editor uploads an image its full URL must be inserted into the DB and ajax must be used to pull the image back into the relevant position in page 2 immediately.

At the bottom of page 2 will be a publish button. Pressing this will update all data in the DB along with a timestamp and the editor will be taken to page 3.

Page 3
Page 3 will display the URLs of the XML and RSS that has been created for this gallery. The RSS and XML format I want are attached.

A copy of the XML/RSS is published as static files to a folder named to todays date.

A copy of the XML/RSS is also published as static files to a general content directory – over-writing any files with the same name that are in there.

The file name for the XML/RSS will depend on the theme of the gallery:

Big Brother = big-brother.xml | big-brother.rss
X Factor = x-factor.xml | x-factor.rss
Britains Got Talent = britains-got-talent.xml | britains-got-talent.rss

Do not worry about making this tool look too pretty or validate as XHTML is will not be public facing.

That’s it,

Thanks for looking at this project
Simon

Display Xml File On Website

April 16th, 2009 Comments off

I have an xml file that contains information about various different homes (properties). I want my site to display the information from the xml file once I upload the file to my ftp server.

I need to upload a new version of this xml file to my ftp server each day. The xml tags and setup will remain the same; the only thing that will change is the content in the xml file. (sample xml file attached)

I’m not sure what the best way is to achieve this, maybe the xml file needs to be inserted into a MySQL database, so I am open to ideas and offers.

As seen in the screenshot provided, my site will need to be able to search for different properties and display them in the list.

I need someone to do this work. If I am 100% happy with your wok, i will give you several other projects, so please bid sensibly.

Please show work similar to this that you have done before

Read Xml Feed (add To Db)

March 27th, 2009 Comments off

(PLEASE SEE ATTACHED FOR WORD DOCUMENT CONTAINING DATABASE DETAILS AND FULL DETAILS, THE BELOW INFORMATION IS JUST A SMALL BRIEF. THIS PROJECT NEEDS TO BE COMPLETED WITHIN 2 WEEKS)

Tabsoft is a financial software company which has a number of important clients. On a regular basis, information regarding financial products is sent to the company in the form of an XML feed. This information is then inserted into the internal company database and used within a number of software products.

A system is required to automate this process, reading in the data from the XML feed and loading it directly into the database. The structure of the database is given below. The DBMS Database Management System (DBMS) used by the company is MySQL which is freely available on the internet.
In addition to loading the data, the directors of the company would like a report produced which outlines all of the products found in the XML feed for this month. The format of the report should be HTML so that it can be uploaded to the internal company website.
You are required to:

1. Implement a system using the appropriate technology to produce a report outlining the products available from the distributor this month (see XML feed/document)

2. Implement an XML Schema for the given XML document (see XML feed/document).

3. Indentify a suitable programming language that will read the XML document and insert its contents into the database. You must justify your choice.

4. Create the MySQL database from the structure given below and insert the appropriate data from the XML feed

Small Xsl Project

March 16th, 2009 No comments

In this project you are free to choose if this solution should be written in PHP or .NET (ASPX).Please inform me of your preference in your bid.

The user will have an XML file locally on his computer that he needs to upload and be transformed by XSL into a presentation. You find an example XML file attached that is created based on this project (the content is describing this project). The XML file is created by a MindMap application (http://mind42.com).

Before the presentation is rendered we will need to apply some extra information that is not in the XML file, so this must be collected in a form first. The information to collect is: Company name, Full name, email address and the XML file. And also a check box (see below).

To get the XML file into the solution we need a browse and upload function. The XML file, the result or the PDF file (see below) shall not be stored where this solution is hosted. No need for any “save” button etc.

Pressing the Next &gt;&gt; button on this form should render the XML into a presentation which must work in IE, FF and Opera.

The result must be a single document.

The presentation should have a first page (cover page) which includes the gathered information from the form (Company, email etc.) and the name of the root node. This should look like a nice formatted cover of a manual.

After the first page it should be a table of content (TOC) with anchors to all the nodes so the TOC becomes clickable and auto-scrolls down to the correct content.

The main content will come after the TOC.

The solution must use CSS for all formatting. Tables must not be used to format the content.

It must also be a function to export PDF by using a free existing HMTL-2-PDF library like http://www.digitaljunkies.ca/dompdf/about.php. (or other if any better)

The way to trigger such export is during the input form described above. If the user checks the

Ebay Stores Inventory Updates

March 16th, 2009 No comments

I am looking for someone to develop an application that communicates product information (quantities) from my supplier’s xml files to our eBay Stores listings using the eBay SDK. This is some kind of an inventory management system to be adapted to my needs. I have attached documentation for the XML request and reply. The programmer should have experience or knowledge of the eBay API.

How I need it to work:

1. Send xml request to supplier.
2. Receive xml response from supplier.
3. Process the xml response and update the eBay API according to the following information.

The quantity of each eBay Store Listing is manually set either to 5 or 10 when listed and renewed when the last one is sold. What I need the script to do is compare the quantities between my eBay Stores and the Supplier’s inventory and when an item quantity in my supplier’s inventory gets equal or lower than the quantity in my eBay Stores then the quantity in the eBay Stores should be automatically adjusted accordingly.

e.g.: item part number DU2278 has 4 left in our eBay store and gets to 3 in my supplier’s inventory. In that case, the quantity in the eBay Store would be automatically adjusted to 3. On the other hand, if there are 45 in my supplier’s inventory, it will still show 4 in my eBay Store.

My supplier’s inventory xml files are the same for all retailers, that’s why I need to be careful when the quantities get low. I don’t want to sell something that would become out of stock during the time I receive the customer’s payment and place the order at my supplier. In that case, I would have to cancel the eBay sale and refund the customer. I have been there a few times and the customers can easily give you negative feedbacks and you don’t want that to happen on eBay.

That’s why I want to receive an email notification every time an item quantity in my supplier’s inventory gets equal or lower than the quantity in my eBay Stores allowing me to decide if I close this listing on eBay or not.

My supplier has over 12 000 different items in his inventory. That’s why he has divided them in many files (46 files but the number varies depending upon the items in and out). One file would be too large. I receive the daily inventory update via email.

Right now I have only one supplier but he has 3 warehouses (locations). All 3 locations are on the same xml files. You have location 20, location 60 and location 100 for each item. This is the way they are identified in the xml files. During the inventory update, the quantities from all 3 locations need to be added to give the real total of each item.

Our eBay Stores will contain about 400 items from the same supplier. Daily automation will query for the 400 products, then match those products against our supplier’s xml datafeeds of 12 000 products from the 3 locations, and send the updates to the relevant products in the eBay API.

I would like this script to run once a day, 7 days a week. I want to be able do it manually with the click of a button and also set cron to do the job for me.

I want to be able to check the quantities on more than one eBay stores, at least two to begin with, and the possibility to add more suppliers using xml inventory files.

I would also like to have an email verification when updates have completed. Just a simple email with update information to let us know it was successful and there were no errors.

Quote specifics:

1. I need a document describing everything the final application will do.
2. An estimate of the working schedule (delivery time).

Delivery:

1. I need the application to be easily used on two different eBay Stores.
2. I require complete and fully-functional working application as well as complete source code of all work done (so that I may modify it in the future).
3. Deliverables must be in ready-to-run condition and must include the application installation in ready-to-run condition on the platform.

Please find attached the following files for more details:

1. My supplier’s XML naming conventions, protocol and all relevant information (5 .doc files).
2. The daily inventory update emails I receive from my supplier (just as an example, I know these emails won’t be necessary for the application).

Here’s an example on how to integrate an inventory system with the eBay SDK:
http://www.devx.com/dotnet/Article/19812/0

Make sure you go through the 4 pages to see how it works and to look at the possibility to use their

Bear