Hello,
Can anyone point me a documentation that show what kind of XML-tags are
existing when you whan to modify your wsdl file?
I understood that the only way to modify .NET Webservice's wsdl is to embed
XML tags into code, I'm I rigth? So, any help appraised.
Josh Twist - 08 Mar 2006 08:31 GMT
This is a great article on advanced modification of WSDL with .NET
attributes:
http://msdn.microsoft.com/webservices/default.aspx?pull=/library/en-us/dnwebsrv/
html/insidewsdl.asp
But if you just want to change the shape and element names of your
responses then you need ot look at the XmlSerialization attributes:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnexxml/html/xm
l01202003.asp
Josh
http://www.thejoyofcode.com/