Click here to Skip to main content
15,902,635 members
Home / Discussions / C#
   

C#

 
AnswerRe: regex problem Pin
uglyeyes14-Jan-10 16:37
uglyeyes14-Jan-10 16:37 
GeneralRe: regex problem Pin
OriginalGriff14-Jan-10 21:34
mveOriginalGriff14-Jan-10 21:34 
AnswerRe: regex problem Pin
Ravi Sant14-Apr-11 1:45
Ravi Sant14-Apr-11 1:45 
QuestionConverting Image file to binary file Pin
Member 451421814-Jan-10 15:08
Member 451421814-Jan-10 15:08 
AnswerRe: Converting Image file to binary file Pin
loyal ginger14-Jan-10 15:33
loyal ginger14-Jan-10 15:33 
GeneralRe: Converting Image file to binary file Pin
Luc Pattyn14-Jan-10 16:34
sitebuilderLuc Pattyn14-Jan-10 16:34 
AnswerRe: Converting Image file to binary file Pin
Giorgi Dalakishvili14-Jan-10 19:22
mentorGiorgi Dalakishvili14-Jan-10 19:22 
QuestionRequest: Help: Amazon Webservice with c#.net seemed to change things in recent update Pin
tonyonlinux14-Jan-10 13:15
tonyonlinux14-Jan-10 13:15 
I am trying to use the amazon web services in my c# program but I kept getting a http 410:gone error.
I did some research and found webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl is suppose to be the correct web reference. In any event, the following appears to be obsolete and I can not find it replacement. What I am wanting to do is query amazon based on a title and return the price.

I thought AmazonSearchService srchrequest = new AmazonSearchService(); would work but that appears to have been replaced and i haven't a clue with what. I thought maybe AWSECommerceService srch = new AWSECommerceService();

Then also the KeywordRequest kr = new KeywordRequest(); has been removed. so I guess how do you do keyword searches now?
I was hoping to do something like this


ProductInfo pi = srch.KeywordSearchRequest(kr); //productinfo no longer exist

 Details[] allDetails = pi.Details; // make array and store results from the product info 


allDetails no longer exist either Frown | :(

Am I going about this all wrong or what? I can't seem to figure it out..
The closest I see are two things in the object brower. Price and then itemsearchrequest but I can't seem to figure out how one would use that to get the price of the item.


any help or a reference to a working tutorial or something would be great.
thanks
AnswerRe: Request: Help: Amazon Webservice with c#.net seemed to change things in recent update Pin
Abhinav S14-Jan-10 16:01
Abhinav S14-Jan-10 16:01 
GeneralRe: Request: Help: Amazon Webservice with c#.net seemed to change things in recent update Pin
tonyonlinux14-Jan-10 18:04
tonyonlinux14-Jan-10 18:04 
Questionstring conversion to double Pin
Aljaz11114-Jan-10 12:01
Aljaz11114-Jan-10 12:01 
AnswerRe: string conversion to double Pin
Luc Pattyn14-Jan-10 12:57
sitebuilderLuc Pattyn14-Jan-10 12:57 
GeneralRe: string conversion to double Pin
Aljaz11114-Jan-10 13:02
Aljaz11114-Jan-10 13:02 
GeneralRe: string conversion to double Pin
DaveyM6914-Jan-10 13:12
professionalDaveyM6914-Jan-10 13:12 
GeneralRe: string conversion to double Pin
Eddy Vluggen14-Jan-10 13:13
professionalEddy Vluggen14-Jan-10 13:13 
GeneralRe: string conversion to double Pin
Aljaz11114-Jan-10 13:22
Aljaz11114-Jan-10 13:22 
GeneralRe: string conversion to double Pin
DaveyM6914-Jan-10 13:30
professionalDaveyM6914-Jan-10 13:30 
GeneralRe: string conversion to double Pin
Eddy Vluggen14-Jan-10 13:31
professionalEddy Vluggen14-Jan-10 13:31 
GeneralRe: string conversion to double Pin
Aljaz11114-Jan-10 13:41
Aljaz11114-Jan-10 13:41 
GeneralRe: string conversion to double Pin
Eddy Vluggen14-Jan-10 21:16
professionalEddy Vluggen14-Jan-10 21:16 
AnswerRe: string conversion to double Pin
DaveyM6914-Jan-10 13:21
professionalDaveyM6914-Jan-10 13:21 
QuestionTCPIP server single connection Pin
ikurtz14-Jan-10 11:48
ikurtz14-Jan-10 11:48 
AnswerRe: TCPIP server single connection Pin
Jimmanuel14-Jan-10 13:01
Jimmanuel14-Jan-10 13:01 
GeneralRe: TCPIP server single connection Pin
ikurtz14-Jan-10 13:40
ikurtz14-Jan-10 13:40 
GeneralRe: TCPIP server single connection Pin
Luc Pattyn14-Jan-10 13:59
sitebuilderLuc Pattyn14-Jan-10 13:59 

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.