Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > Overriding Serialize() for web service/WebMethod()

Reply
Thread Tools

Overriding Serialize() for web service/WebMethod()

 
 
Mazen S. Alzogbi
Guest
Posts: n/a
 
      12-15-2003
Well, I was successful in overriding the XmlSerializer.Serialize() method
and control the output XML document by using the XmlAttributeOverrides class
and calling Serialize manually to an XML document on the disk. Now I need to
apply the same conecpt but to the stream returned by a web service.

When does the web service call the XmlSerializer.Serialize() method under
the hood? How can I override the Serialize method it uses?

Thanks,

Mazen


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Overriding the machine idleTimeout in the application web.config omantawy@gmail.com ASP .Net 0 06-26-2006 07:38 PM
overriding,shadowing concept sangam via .NET 247 ASP .Net 1 06-23-2004 03:46 AM
A design ( inheriteance / overriding ) question sourabh ASP .Net 1 05-21-2004 06:25 AM
question regarding overriding of web.config in the root directory..in a web app in a virtual directory dotnetprogram ASP .Net 1 12-27-2003 06:02 AM
Overriding functionality of an entity is prohibited? Valentin Tihomirov VHDL 10 11-03-2003 07:41 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57