Click here to Skip to main content
15,918,178 members
Home / Discussions / C#
   

C#

 
GeneralRe: Change tabs with a button click Pin
Aryadip12-May-04 18:01
Aryadip12-May-04 18:01 
Generalconverting a struct to an byte array Pin
User 96257812-May-04 11:59
User 96257812-May-04 11:59 
GeneralRe: converting a struct to an byte array Pin
Heath Stewart12-May-04 12:48
protectorHeath Stewart12-May-04 12:48 
GeneralRe: converting a struct to an byte array Pin
User 96257812-May-04 16:57
User 96257812-May-04 16:57 
GeneralRe: converting a struct to an byte array Pin
User 96257812-May-04 17:11
User 96257812-May-04 17:11 
GeneralRe: converting a struct to an byte array Pin
Heath Stewart13-May-04 2:09
protectorHeath Stewart13-May-04 2:09 
Generalcontrolling 'min occurs' in WSDL Pin
avneeshb12-May-04 11:51
avneeshb12-May-04 11:51 
GeneralRe: controlling 'min occurs' in WSDL Pin
Heath Stewart12-May-04 13:03
protectorHeath Stewart12-May-04 13:03 
If you're looking to change the WSDL that is generated, see the System.Web.Services.Description namespace in the .NET Framework SDK. There are ways to modify the WSDL, but unless the client understands what to make of those changes, it really doesn't matter. The other option is to write-out the WSDL yourself, which isn't unheard of (several articles on MSDN deal with this). As an alternative, you could grab the auto-generated WSDL once and modify it.

As far as attribute parameters in either of the System.Web.Services sub-namespaces or the System.Xml.Serialization namespace, there's none that I've seen or that are documented.

You might check out the Web Service Enchancements from Microsoft at http://msdn.microsoft.com/webservices/building/wse/default.aspx[^]. It implements several of the Web Services specs and recommendations and may include what you're looking for. I've really only dealt with the WS-Encryption and WS-Signature portions of it.

 

Microsoft MVP, Visual C#
My Articles
Generalhello, it's me the C# n00b again, I have some questions about C# ^_^; Pin
C# n00b12-May-04 11:07
C# n00b12-May-04 11:07 
GeneralRe: hello, it's me the C# n00b again, I have some questions about C# ^_^; Pin
Heath Stewart12-May-04 11:11
protectorHeath Stewart12-May-04 11:11 
GeneralRe: hello, it's me the C# n00b again, I have some questions about C# ^_^; Pin
TigerNinja_12-May-04 12:14
TigerNinja_12-May-04 12:14 
GeneralRe: hello, it's me the C# n00b again, I have some questions about C# ^_^; Pin
C# n00b12-May-04 14:10
C# n00b12-May-04 14:10 
GeneralRe: hello, it's me the C# n00b again, I have some questions about C# ^_^; Pin
Dave Kreskowiak12-May-04 14:26
mveDave Kreskowiak12-May-04 14:26 
GeneralCOM registration Pin
student666912-May-04 9:25
student666912-May-04 9:25 
GeneralRe: COM registration Pin
Heath Stewart12-May-04 9:42
protectorHeath Stewart12-May-04 9:42 
GeneralTextBox: erasing the old lines Pin
goldoche12-May-04 9:11
goldoche12-May-04 9:11 
GeneralRe: TextBox: erasing the old lines Pin
Jeff Varszegi12-May-04 9:25
professionalJeff Varszegi12-May-04 9:25 
GeneralRe: TextBox: erasing the old lines Pin
leppie12-May-04 13:25
leppie12-May-04 13:25 
GeneralRe: TextBox: erasing the old lines Pin
Jeff Varszegi13-May-04 2:02
professionalJeff Varszegi13-May-04 2:02 
GeneralDebugging Pin
Anonymous12-May-04 9:00
Anonymous12-May-04 9:00 
GeneralRe: Debugging Pin
Jeff Varszegi12-May-04 9:06
professionalJeff Varszegi12-May-04 9:06 
GeneralRe: Debugging Pin
Jeff Varszegi12-May-04 9:33
professionalJeff Varszegi12-May-04 9:33 
GeneralRe: Debugging Pin
Anonymous12-May-04 12:56
Anonymous12-May-04 12:56 
GeneralSystem.Environment.MachineName exception Pin
Member 9993512-May-04 8:39
Member 9993512-May-04 8:39 
GeneralRe: System.Environment.MachineName exception Pin
Jeff Varszegi12-May-04 9:03
professionalJeff Varszegi12-May-04 9:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.