Web Service Consumption Issue

  • Thread starter Thread starter Steve Harclerode
  • Start date Start date
S

Steve Harclerode

Hi,

I just whipped up an app to call Amazon.com's new S3 web service. I added a
web reference using http://s3.amazonaws.com/doc/2006-03-01/AmazonS3.wsdl,
but for some reason it didn't create a file Reference.cs. It did create
Reference.map.

I don't seem to be able to instantiate any class that I could use to call
the web service.

I think this is the first time I've tried to consume a web service with a
WSDL file, before this I have always consumed .ASMX files that were also
created with dotnet.

Thanks,

Steve
 
I just tried this and it did create a proxy class, with namespace
com.amazonaws.s3

You don't see the cs file because it is hidden. Click the little "Show all
files" icon at the top of the Solution Explorer menubar and you'll see
everything.

Peter
 
Hi, I'm guessing you're using a later version of VS. Mine is 2002, a bit of
a dinosaur I guess. But unfortunately there's no CS file created by 2002.

Thanks though...

- Steve
 
Back
Top