Click here to Skip to main content
16,012,843 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: delete records automatically from database Pin
saanj14-Jun-09 0:54
saanj14-Jun-09 0:54 
QuestionRadDateTime picker in radgrid Pin
chinmay kumar palei13-Jun-09 20:58
chinmay kumar palei13-Jun-09 20:58 
QuestionFolder Security Pin
ellllllllie13-Jun-09 18:45
ellllllllie13-Jun-09 18:45 
QuestionCaching not working Pin
Steve Holdorf13-Jun-09 10:34
Steve Holdorf13-Jun-09 10:34 
AnswerRe: Caching not working Pin
Mark Graham14-Jun-09 11:43
Mark Graham14-Jun-09 11:43 
QuestionUser control using AJAX Control Toolkit Pin
AB777113-Jun-09 8:00
AB777113-Jun-09 8:00 
AnswerRe: User control using AJAX Control Toolkit Pin
Christian Graus13-Jun-09 13:04
protectorChristian Graus13-Jun-09 13:04 
QuestionHow to upload Product XSD into Amazon site .... Pin
chirag_pandey13-Jun-09 4:42
chirag_pandey13-Jun-09 4:42 
I am using this xml file to upload Product.


<?xml version="1.0" encoding="utf-8"?>
<AmazonEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://images-na.ssl-images-amazon.com/images/G/01/rainier/help/xsd/release_1_9/Product.xsd">
<Header>
<DocumentVersion>1.01</DocumentVersion>
<MerchantIdentifier>M_WIDECOMMER_6058020</MerchantIdentifier>
</Header>
<MessageType>Product</MessageType>
<Message>
<MessageID>1</MessageID>
<Product>
<SKU>njkhjhjdghjb</SKU>
<Condition>
<ConditionType>New</ConditionType>
</Condition>
<DescriptionData>
<Title>tedy</Title>
<Brand>ProductBrand</Brand>
<Description>ProductDescription</Description>
<BulletPoint>Product Feature 1</BulletPoint>
<BulletPoint>Product Feature 2</BulletPoint>
<BulletPoint>Product Feature 3</BulletPoint>
<ItemDimensions>
<Length unitOfMeasure="MM">10</Length>
<Width unitOfMeasure="MM">11</Width>
<Height unitOfMeasure="MM">12</Height>
<Weight unitOfMeasure="KG">4</Weight>
</ItemDimensions>
<Manufacturer>2009</Manufacturer>
<MfrPartNumber>ProductPartNumber</MfrPartNumber>
</DescriptionData>
<ProductData>
<Home>
<ProductType>
<BedAndBath>
<ColorMap>beige</ColorMap>
<IsStainResistant>true</IsStainResistant>
<Material>Material1</Material>
<NumberOfSets>1</NumberOfSets>
<ThreadCount>1</ThreadCount>
<VariationData>
<VariationTheme>Size</VariationTheme>
<Size>Size1</Size>
<Color>Color1</Color>
<Scent>Scent1</Scent>
</VariationData>
<Wattage>1</Wattage>
</BedAndBath>
</ProductType>
<Parentage>collection-parent</Parentage>
<CountryProducedIn>CountryProducedIn1</CountryProducedIn>
<PatternName>PatternName1</PatternName>
<StyleName>StyleName1</StyleName>
<Occasion>Occasion1</Occasion>
<MatteStyle>MatteStyle1</MatteStyle>
<DisplayLength unitOfMeasure="MM">1</DisplayLength>
<DisplayWidth unitOfMeasure="MM">1</DisplayWidth>
<DisplayHeight unitOfMeasure="MM">1</DisplayHeight>
<DisplayDepth unitOfMeasure="MM">1</DisplayDepth>
<DisplayDiameter unitOfMeasure="MM">1</DisplayDiameter>
<DisplayWeight unitOfMeasure="GR">1</DisplayWeight>
<ItemPackageQuantity>1</ItemPackageQuantity>
<ManufacturerWarrantyDescription>ManufacturerWarrantyDescription</ManufacturerWarrantyDescription>
<VolumeCapacity unitOfMeasure="cubic-cm">1</VolumeCapacity>
<NumberOfPieces>1</NumberOfPieces>
</Home>
</ProductData>
</Product>
</Message>
</AmazonEnvelope>

And I am taking Xsd from "https://images-na.ssl-images-amazon.com/images/G/01/rainier/help/xsd/release_1_9/Product.xsd[^]"

And using this code to send feed


request.FeedContent = File.Open(Server.MapPath("XmlFeed/Product.xml"), FileMode.Open, FileAccess.Read);
request.ContentMD5 = MarketplaceWebService.MarketplaceWebServiceClient.CalculateContentMD5(request.FeedContent);
request.FeedContent.Position = 0;
request.FeedType = "_POST_PRODUCT_DATA_";
ClsMWS.InvokeSubmitFeed(service, request);
request.FeedContent.Close();

Trough this Xsd data cannot send to amazon. its working for xml but not for xsd.
Plese help me to resolve this problem
AnswerRe: How to upload Product XSD into Amazon site .... Pin
N a v a n e e t h13-Jun-09 5:10
N a v a n e e t h13-Jun-09 5:10 
QuestionJavascript call Pin
AB777113-Jun-09 4:29
AB777113-Jun-09 4:29 
AnswerRe: Javascript call Pin
Niladri_Biswas13-Jun-09 5:06
Niladri_Biswas13-Jun-09 5:06 
AnswerRe: Javascript call Pin
N a v a n e e t h13-Jun-09 5:08
N a v a n e e t h13-Jun-09 5:08 
GeneralRe: Javascript call Pin
AB777113-Jun-09 8:10
AB777113-Jun-09 8:10 
Questionhow can bind two tables to one grid view Pin
Bandanenilima13-Jun-09 3:28
Bandanenilima13-Jun-09 3:28 
AnswerRe: how can bind two tables to one grid view Pin
Colin Angus Mackay13-Jun-09 3:41
Colin Angus Mackay13-Jun-09 3:41 
AnswerRe: how can bind two tables to one grid view [modified] Pin
Niladri_Biswas13-Jun-09 4:54
Niladri_Biswas13-Jun-09 4:54 
AnswerRe: how can bind two tables to one grid view Pin
N a v a n e e t h13-Jun-09 5:20
N a v a n e e t h13-Jun-09 5:20 
QuestionNeed help multiline textbox Pin
NetQuestions13-Jun-09 3:16
NetQuestions13-Jun-09 3:16 
AnswerRe: Need help multiline textbox Pin
Colin Angus Mackay13-Jun-09 3:44
Colin Angus Mackay13-Jun-09 3:44 
AnswerRe: Need help multiline textbox Pin
N a v a n e e t h13-Jun-09 5:26
N a v a n e e t h13-Jun-09 5:26 
Questionhow to set multilingual setting Pin
anbusenthil13-Jun-09 2:24
anbusenthil13-Jun-09 2:24 
AnswerRe: how to set multilingual setting Pin
Parwej Ahamad13-Jun-09 3:27
professionalParwej Ahamad13-Jun-09 3:27 
GeneralRe: how to set multilingual setting all pages of a websites Pin
anbusenthil14-Jun-09 18:53
anbusenthil14-Jun-09 18:53 
GeneralRe: how to set multilingual setting all pages of a websites Pin
Parwej Ahamad15-Jun-09 3:58
professionalParwej Ahamad15-Jun-09 3:58 
AnswerRe: how to set multilingual setting Pin
Niladri_Biswas13-Jun-09 5:09
Niladri_Biswas13-Jun-09 5:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.