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);