Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / May 2008

Tip: Looking for answers? Try searching our database.

Newby WSDL question

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Roberto - 06 May 2008 18:53 GMT
I've developed my first webservice but now the software house of the company
who need to consume the service ask me to insert the attribute
type="document" in the <soap:binding> and <soap12:bindig> tags, but I don't
know how to do.

As far as I know the WSDL is created by the webservice when it is called
with the parameter ?wsdl

Is there a way to change the way the wsdl is created?

TIA!

Bob
Scott M. - 06 May 2008 22:53 GMT
Very often, you can influence the WSDL that is generated by marking your web
service class with a compiler attribute.  In VB .NET compiler attributes are
denoted by <> preceding a class or class member (such as the WebService
atttribute that is automatically added to your web service by Visual Studio
and the WebMethod attribute that is added prior to your web service's web
methods).  In C#, attributes are denoted using square brackets [].

-Scott

> I've developed my first webservice but now the software house of the
> company who need to consume the service ask me to insert the attribute
[quoted text clipped - 9 lines]
>
> Bob
Roberto - 08 May 2008 05:53 GMT
Thank you for point me in the right direction.

> Very often, you can influence the WSDL that is generated by marking your
> web service class with a compiler attribute.  In VB .NET compiler
[quoted text clipped - 19 lines]
>>
>> Bob

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.