ItemSearch- SOAP brings results, c# code not
I'm very new to the webservices and i tryed around on AWS Zone with the ItemSearch
"Home
Scratch Pads
ECS - DE
ItemSearch"
My question is:
Why can i get some results if I use "SOAP" -> "View Response". Otherwise with the generated c# code, with the same parameters left in the form, i get no results in my application.
There is the message: "System.Exception: We did not find any matches for your request."
Any idea what the difference between the both are? Maybe do I use another service from my "local" Application? I use: http://webservices.amazon.com/AWSECommerceService/2005-03-23/AWSECommerceService.wsdl as noted in the generated source code.
Thanks for any hint!
Patrik
PS: If I do a SOAP Request through AWS Zone, there is a parameter in the url = awszone_baseUrl=http://ecs.amazonaws.de/onca/xml . This will send the request - I think - to the german server. How can ich set this server (url/parameter) if I do a request in my VisualStudio c# project? (Because i think, this is the reason of the two different results)
My question is:
Why can i get some results if I use "SOAP" -> "View Response". Otherwise with the generated c# code, with the same parameters left in the form, i get no results in my application.
There is the message: "System.Exception: We did not find any matches for your request."
Any idea what the difference between the both are? Maybe do I use another service from my "local" Application? I use: http://webservices.amazon.com/AWSECommerceService/2005-03-23/AWSECommerceService.wsdl as noted in the generated source code.
Thanks for any hint!
Patrik
PS: If I do a SOAP Request through AWS Zone, there is a parameter in the url = awszone_baseUrl=http://ecs.amazonaws.de/onca/xml . This will send the request - I think - to the german server. How can ich set this server (url/parameter) if I do a request in my VisualStudio c# project? (Because i think, this is the reason of the two different results)












You must be logged in to post a comment.