Ask a Question related to ASP.NET Web Services, Design and Development.
-
Mazen S. Alzogbi #1
Overriding Serialize() for web service/WebMethod()
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
Mazen S. Alzogbi Guest
-
Overriding $Config{XXX}?
Hi all, Is there an easy way to override certain $Config values for the duration of the current script only? I am writing a test suite for a... -
OVERRIDING functions
I want that every time the built-in 'mysql_query' function is called another user function is also called. But i can't call the user function... -
web service delete row WebMethod ?
Though I found web service examples for Edit, Get, Cancel & Update, I found none for Delete; so, I'm not sure what would be the proper way to make a... -
web service delete row WebMethod
Though I found web service examples for Edit, Get, Cancel & Update, I found none for Delete; so, I'm not sure what would be the proper way to make a... -
Overriding __doPostBack
I would like to change the name of the _doPostBack function emmitted by the ASP.NET framework to prefix it with an ordinal number i.e. the page...



Reply With Quote

