潇洒的书签 · Shimano Sora ...· 1 周前 · |
酷酷的海豚 · 学军中学有几个校区哪个校区最好?学军中学入学 ...· 2 月前 · |
干练的打火机 · [email protected] - jsDocs.io· 6 月前 · |
跑龙套的小狗 · 2017年度沈阳市开展用人单位遵守劳动用工和 ...· 9 月前 · |
面冷心慈的西装 · java8 stream取出 ...· 9 月前 · |
post请求 |
https://sellercentral-europe.amazon.com/seller-forums/discussions/t/2019a9aa835ca2c71ba56f7ae6da1082 |
活泼的葫芦
4 月前 |
Hi, i’m chinese developer.I have some proplems.
I got “FeedSubmissionId” after use SubmitFeedSample.main(),i got some problems when i want to get feed submission result by use GetFeedSubmissionResultSample.main().
I don’t know what caused ResultDescription.
My english isn’t good.
Thank you.
//下面是中文版本
各位大佬好,我在接入MWS的java客户端时遇到了问题。
我在通过 SubmitFeedSample.main()方法上传数据,并拿到FeedSubmissionId之后,又通过GetFeedSubmissionResultSample.main()获取上传数据处理报告,但是这个报告有问题。
如这个xml文件所示,我上传数据并没有成功,在ResultDescription里告诉了我错误描述,但是我不知道是什么原因导致的这个问题。请求这个接口时并没有传入xml,这回是输出流写成xml文件出的问题吗?还是我上传的文件有问题?
谢谢各位大佬解答。
this is complete GetFeedSubmissionResultResponse xml(这是完整dexml文件):
<Header>
<DocumentVersion>1.02</DocumentVersion>
<MerchantIdentifier>xxxxxxxxxxxx</MerchantIdentifier>
</Header>
<MessageType>ProcessingReport</MessageType>
<Message>
<MessageID>1</MessageID>
<ProcessingReport>
<DocumentTransactionID>xxxxxxxxxxxxx</DocumentTransactionID>
<StatusCode>Complete</StatusCode>
<ProcessingSummary>
<MessagesProcessed>0</MessagesProcessed>
<MessagesSuccessful>0</MessagesSuccessful>
<MessagesWithError>1</MessagesWithError>
<MessagesWithWarning>0</MessagesWithWarning>
</ProcessingSummary>
<Result>
<MessageID>0</MessageID>
<ResultCode>Error</ResultCode>
<ResultMessageCode>5001</ResultMessageCode>
<ResultDescription>XML Parsing Fatal Error at Line 1, Column 1: Content is not allowed in prolog. Content is not allowed in prolog.</ResultDescription>
</Result>
</ProcessingReport>
</Message>
12 views
1 reply
Tags
:
Fees
0
0
Reply
Seller_BAiypFqaGsKFS
In reply to:
Seller_BAiypFqaGsKFS’s post
Most helpful reply
This reply was marked most helpful by the original poster.
我想我知道原因是什么了,因为我上传的是excel文件:rofl:
I think i know the reason ,because i upload excel:rofl:
0
0
1 reply
Seller_BAiypFqaGsKFS
In reply to:
Seller_BAiypFqaGsKFS’s post
Most helpful reply
This reply was marked most helpful by the original poster.
我想我知道原因是什么了,因为我上传的是excel文件:rofl:
I think i know the reason ,because i upload excel:rofl:
0
0
There are no more posts to display
Seller_BAiypFqaGsKFS
<ResultDescription>XML Parsing Fatal Error at Line 1, Column 1: Content is not allowed in prolog. Content is not allowed in prolog.</ResultDescription>
Hi, i’m chinese developer.I have some proplems.
I got “FeedSubmissionId” after use SubmitFeedSample.main(),i got some problems when i want to get feed submission result by use GetFeedSubmissionResultSample.main().
I don’t know what caused ResultDescription.
My english isn’t good.
Thank you.
//下面是中文版本
各位大佬好,我在接入MWS的java客户端时遇到了问题。
我在通过 SubmitFeedSample.main()方法上传数据,并拿到FeedSubmissionId之后,又通过GetFeedSubmissionResultSample.main()获取上传数据处理报告,但是这个报告有问题。
如这个xml文件所示,我上传数据并没有成功,在ResultDescription里告诉了我错误描述,但是我不知道是什么原因导致的这个问题。请求这个接口时并没有传入xml,这回是输出流写成xml文件出的问题吗?还是我上传的文件有问题?
谢谢各位大佬解答。
this is complete GetFeedSubmissionResultResponse xml(这是完整dexml文件):
<Header>
<DocumentVersion>1.02</DocumentVersion>
<MerchantIdentifier>xxxxxxxxxxxx</MerchantIdentifier>
</Header>
<MessageType>ProcessingReport</MessageType>
<Message>
<MessageID>1</MessageID>
<ProcessingReport>
<DocumentTransactionID>xxxxxxxxxxxxx</DocumentTransactionID>
<StatusCode>Complete</StatusCode>
<ProcessingSummary>
<MessagesProcessed>0</MessagesProcessed>
<MessagesSuccessful>0</MessagesSuccessful>
<MessagesWithError>1</MessagesWithError>
<MessagesWithWarning>0</MessagesWithWarning>
</ProcessingSummary>
<Result>
<MessageID>0</MessageID>
<ResultCode>Error</ResultCode>
<ResultMessageCode>5001</ResultMessageCode>
<ResultDescription>XML Parsing Fatal Error at Line 1, Column 1: Content is not allowed in prolog. Content is not allowed in prolog.</ResultDescription>
</Result>
</ProcessingReport>
</Message>
12 views
1 reply
Tags
:
Fees
0
0
Reply
<ResultDescription>XML Parsing Fatal Error at Line 1, Column 1: Content is not allowed in prolog. Content is not allowed in prolog.</ResultDescription>
by
Seller_BAiypFqaGsKFS
Hi, i’m chinese developer.I have some proplems.
I got “FeedSubmissionId” after use SubmitFeedSample.main(),i got some problems when i want to get feed submission result by use GetFeedSubmissionResultSample.main().
I don’t know what caused ResultDescription.
My english isn’t good.
Thank you.
//下面是中文版本
各位大佬好,我在接入MWS的java客户端时遇到了问题。
我在通过 SubmitFeedSample.main()方法上传数据,并拿到FeedSubmissionId之后,又通过GetFeedSubmissionResultSample.main()获取上传数据处理报告,但是这个报告有问题。
如这个xml文件所示,我上传数据并没有成功,在ResultDescription里告诉了我错误描述,但是我不知道是什么原因导致的这个问题。请求这个接口时并没有传入xml,这回是输出流写成xml文件出的问题吗?还是我上传的文件有问题?
谢谢各位大佬解答。
this is complete GetFeedSubmissionResultResponse xml(这是完整dexml文件):
<Header>
<DocumentVersion>1.02</DocumentVersion>
<MerchantIdentifier>xxxxxxxxxxxx</MerchantIdentifier>
</Header>
<MessageType>ProcessingReport</MessageType>
<Message>
<MessageID>1</MessageID>
<ProcessingReport>
<DocumentTransactionID>xxxxxxxxxxxxx</DocumentTransactionID>
<StatusCode>Complete</StatusCode>
<ProcessingSummary>
<MessagesProcessed>0</MessagesProcessed>
<MessagesSuccessful>0</MessagesSuccessful>
<MessagesWithError>1</MessagesWithError>
<MessagesWithWarning>0</MessagesWithWarning>
</ProcessingSummary>
<Result>
<MessageID>0</MessageID>
<ResultCode>Error</ResultCode>
<ResultMessageCode>5001</ResultMessageCode>
<ResultDescription>XML Parsing Fatal Error at Line 1, Column 1: Content is not allowed in prolog. Content is not allowed in prolog.</ResultDescription>
</Result>
</ProcessingReport>
</Message>
Tags
:
Fees
0
0
12 views
1 reply
Reply
Seller_BAiypFqaGsKFS
In reply to:
Seller_BAiypFqaGsKFS’s post
Most helpful reply
This reply was marked most helpful by the original poster.
我想我知道原因是什么了,因为我上传的是excel文件:rofl:
I think i know the reason ,because i upload excel:rofl:
0
0
Seller_BAiypFqaGsKFS
In reply to:
Seller_BAiypFqaGsKFS’s post
Most helpful reply
This reply was marked most helpful by the original poster.
我想我知道原因是什么了,因为我上传的是excel文件:rofl:
I think i know the reason ,because i upload excel:rofl:
0
0
Seller_BAiypFqaGsKFS
In reply to:
Seller_BAiypFqaGsKFS’s post
Most helpful reply
This reply was marked most helpful by the original poster.
我想我知道原因是什么了,因为我上传的是excel文件:rofl:
I think i know the reason ,because i upload excel:rofl:
0
0
Jump to reply
1 reply
1 reply
Quick filters
Seller_BAiypFqaGsKFS
In reply to:
Seller_BAiypFqaGsKFS’s post
Most helpful reply
This reply was marked most helpful by the original poster.
我想我知道原因是什么了,因为我上传的是excel文件:rofl:
I think i know the reason ,because i upload excel:rofl:
0
0
There are no more posts to display
Seller_BAiypFqaGsKFS
In reply to:
Seller_BAiypFqaGsKFS’s post
Most helpful reply
This reply was marked most helpful by the original poster.
我想我知道原因是什么了,因为我上传的是excel文件:rofl:
I think i know the reason ,because i upload excel:rofl:
0
0
Seller_BAiypFqaGsKFS
In reply to:
Seller_BAiypFqaGsKFS’s post
Most helpful reply
This reply was marked most helpful by the original poster.
我想我知道原因是什么了,因为我上传的是excel文件:rofl:
I think i know the reason ,because i upload excel:rofl:
0
0
Reply
There are no more posts to display
Similar Discussions
Similar Discussions
Go to original post