From f9ae9d03482ca7773d7e0a564330af70a9b12094 Mon Sep 17 00:00:00 2001 From: inoussa Date: Mon, 29 Jun 2009 10:50:16 +0000 Subject: [PATCH] New version of Amazon git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@879 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- wst/trunk/samples/amazon/amazon_sample.lpi | 57 +++++++++++++++------- wst/trunk/samples/amazon/amazon_sample.pas | 2 +- 2 files changed, 40 insertions(+), 19 deletions(-) diff --git a/wst/trunk/samples/amazon/amazon_sample.lpi b/wst/trunk/samples/amazon/amazon_sample.lpi index b00b1a33f..c3f99f50f 100644 --- a/wst/trunk/samples/amazon/amazon_sample.lpi +++ b/wst/trunk/samples/amazon/amazon_sample.lpi @@ -2,15 +2,15 @@ - + + - @@ -35,8 +35,8 @@ - - + + @@ -44,8 +44,8 @@ - - + + @@ -53,8 +53,8 @@ - - + + @@ -62,8 +62,8 @@ - - + + @@ -79,7 +79,7 @@ - + @@ -87,22 +87,46 @@ - - + + - + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -111,9 +135,6 @@ - - - diff --git a/wst/trunk/samples/amazon/amazon_sample.pas b/wst/trunk/samples/amazon/amazon_sample.pas index d6cd24be5..39b6f59b6 100644 --- a/wst/trunk/samples/amazon/amazon_sample.pas +++ b/wst/trunk/samples/amazon/amazon_sample.pas @@ -37,7 +37,7 @@ begin WriteLn(); rqst := ItemSearch_Type.Create(); try - locService := wst_CreateInstance_AWSECommerceServicePortType(); + locService := wst_CreateInstance_AWSECommerceServicePortType('SOAP:','HTTP:ProxyServer=192.168.0.100;ProxyPort=8910;'); rqst.AWSAccessKeyId := sACCES_ID; while True do begin rqst.Request.SetLength(1);