webreference with code

B

Ben

Hello!


im using sharepoint witha thirdparty app which uses a integrated C#
code editor and im trying to call a web service using that code editor
unfortunatly it appears that a web reference is needed and the only
examples i have seen are using the VS IDE is there anyway of coding
such a web reference in as the code editor gives me very few options


Thanks so much



Ben
 
J

Jon Skeet [C# MVP]

im using sharepoint witha thirdparty app which uses a integrated C#
code editor and im trying to call a web service using that code editor
unfortunatly it appears that a web reference is needed and the only
examples i have seen are using the VS IDE is there anyway of coding
such a web reference in as the code editor gives me very few options

You can use wsdl.exe to generate the code - that's basically what VS
does, I believe.

wsdl.exe is part of the .NET SDK.

Jon
 

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