Web Service Consumption Issue

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
 
G

Guest

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
 
S

Steve Harclerode

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top