ASMX Web Services and XML Serialization announcement
-
Link
This forum has been retired. It is locked, but is still available for review in the Archived Forums folder. Any future posts on this topic should be put in the Windows Communication Foundation, Serialization, and Networking forum.
-
Link
There have been several different web service technologies from Microsoft over the years. This can lead to confusion about where to ask web service questions. Many people choose this forum for such questions because it has "Web Services" in its title.
However, this is the forum for questions on the old "ASMX" web service technology, including the WSE technology (now obsolete). Microsoft now considers this to be a "legacy technology". All new development of web service clients or services should use WCF (Windows Communication Foundation).
The WCF Forum is the place to get quick answers to any WCF questions. This forum remains the place to ask questions about the legacy ASMX technology, the XML Serialization technology upon which it is based, and on the obsolete WSE technology.
-
Link
All ASP.NET quesdtions should be asked at http://forums.asp.net/. All IIS questions should be asked at http://forums.iis.net.
Be sure to take advantages of all the other great resources on those sites: http://www.asp.net and http://www.iis.net. -
Link
While reading a reply to your question, you will notice a button with an icon that says "Mark as Answer." Please select this button when a reply answers your question.
There are several reasons to do this:
- Our search engine weights Answered questions more highly. By marking Answers you increase the chances that others searching this forum will find the answer directly rather than re-posting the question.
- You give credit to the hard working folks who answer your questions. This is peer to peer support, so recognition is our only reward. (Check out the Top Answerers on the right side of the page to see who is currently answering questions.)
- You help Microsoft to track the health of this forum. Our forum gets 'measured' based on how many unanswered questions are in it at any time and we work hard to keep those numbers to as low a level as possible. By marking answers, others get a more accurate understanding of how well (or badly) things are going on the forum.
- Additionally, there is a new feature in these Forums. If you post a reply to the Forum, and you think you have answered the question, you can mark the "Propose as Answer" button. This will give the original poster an idea that you think you have answered the question. This does not mark the question as answered.
You can also vote "Yes" or "No" if the reply was helpful.
Thank you!
Ed Hickey
-
7 Votes
WSE is Obsolete - Use Only If Necessary
New Project to create Web Service Projects Use WCF for All New Web Service Development, instead of old ASMX or obsolete WSESticky | 29 Replies | 40028 Views | Created by John Saunders - Tuesday, June 2, 2009 12:20 AM | Last reply by nidengaurdon - Tuesday, February 7, 2012 10:17 AM
-
0 Votes
Segmented Downloading ASP.NET Web API
I am looking to download a large file using Memory Mapped files. Want to know how we can put the pieces back together again on the client side in an simple and elegant way...same with ...Unanswered | 0 Replies | 6987 Views | Created by Ram Naresh Talluri - Friday, January 4, 2013 5:19 PM -
0 Votes
System.InvalidCastException: Unable to cast object of type 'System.Web.Security.FormsIdentity' to type 'CustomIdentity'
I am getting the following exception in the application I am working on System.InvalidCastException: Unable to cast object of type 'System.Web.Security.FormsIdentity' to type ... -
0 Votes
ASPNET PageMethods and Response.Write
Hi I have a simple static method in my page code-behind that generates a file. I've gone to the effort of crafting the HttpContext.Current.Response object with the ...Unanswered | 1 Replies | 7362 Views | Created by Forum Craig - Thursday, January 3, 2013 12:59 PM | Last reply by John Saunders - Thursday, January 3, 2013 4:38 PM -
0 Votes
How to disable timezone conversion of dates in web services?
I'm uploading a dataset that has some date and date/time values in it from a variety of machines. I'm seeing that the webservices are automatically changing the times based on the difference in ...Answered | 3 Replies | 9140 Views | Created by Ben Walling - Monday, July 30, 2007 12:22 PM | Last reply by John Saunders - Wednesday, January 2, 2013 6:46 PM -
0 Votes
adding namespaces to XmlSerializer when deserializing (C#)
Hi there I'm hoping there's an easy answer to a (hopefully) not too long-winded issue... I'm building a C# web client using a proxy wsdl.exe'd from a wsdl ...Answered | 5 Replies | 22189 Views | Created by theonlydavewilliams - Wednesday, November 21, 2007 12:10 PM | Last reply by John Saunders - Monday, December 24, 2012 5:31 PM -
1 Votes
Web Service in .NET framework 4
Can we write simple Web Service (NOT WCF SERVICE) in .NET framework 4 ?Proposed | 5 Replies | 37103 Views | Created by DeeJays - Tuesday, December 7, 2010 9:42 PM | Last reply by Abdur.Rahman - Wednesday, December 19, 2012 11:58 AM -
0 Votes
web service reference failing after .net 4.5 upgrade with VS 2012 install
I have a project that is receiving the "The type or namespace '' does not exist in the class or namespace ''" error. The site was downloaded via TFS ...Unanswered | 1 Replies | 8227 Views | Created by Poodollar - Thursday, December 13, 2012 3:50 PM | Last reply by John Saunders - Thursday, December 13, 2012 9:59 PM -
0 Votes
How to retain variable values between the soap request
Hi, I have a Web Service in which I have a dataset , and on one soap request I fill that dataset and on another ...Proposed | 3 Replies | 7805 Views | Created by Siddharth Varshneya - Wednesday, December 12, 2012 9:51 AM | Last reply by John Saunders - Thursday, December 13, 2012 4:15 PM -
0 Votes
SoapExtension - Match response with request
Given a SoapExtension, I am assuming the messages coming thru the ProcessMessage() method can be synchronous; meaning on the server side, multiple requests could come thru ProcessMessage() prior to a ...Unanswered | 2 Replies | 6767 Views | Created by bbapps - Wednesday, December 12, 2012 11:08 PM | Last reply by bbapps - Thursday, December 13, 2012 12:40 AM -
0 Votes
Should i use webservices?
Hi, I am working on a timesheet application and re-writing it from scratch as it was in asp classic before. In my old job, i was using web ...Proposed | 2 Replies | 7354 Views | Created by MUAR - Monday, June 18, 2012 9:22 AM | Last reply by John Saunders - Tuesday, December 11, 2012 9:14 PM -
0 Votes
is this 3 tier ?
Hi all i have a developed a web services application, with user interface on windows form. i want to know whehter the coding style i used is good and ...Answered | 2 Replies | 9106 Views | Created by deGame - Wednesday, October 17, 2007 6:51 PM | Last reply by Sunil Jadhav - Tuesday, December 11, 2012 10:56 AM -
0 Votes
ASP.NET : Professional Coding With 3-Tier Architecture
Hi Experts, I am developing 3 Tier Architecture with Web Service. Graphically as : (Overall Structure) ...Answered | 6 Replies | 11444 Views | Created by Vijay Jadhav - Friday, May 29, 2009 2:12 PM | Last reply by Sunil Jadhav - Tuesday, December 11, 2012 10:53 AM -
2 Votes
Webservice Connection problem in Visual Studio 2010
I want to connect to this web service with Visual Studio 2010: http://81.31.224.155/jboss-net/services/EKICardManager?wsdl and i got this ...Proposed | 5 Replies | 11866 Views | Created by Hossein Mokhtare - Tuesday, December 4, 2012 9:10 AM | Last reply by John Saunders - Saturday, December 8, 2012 12:04 AM -
0 Votes
Respuesta de Webservice pero no la reconoce VB.NET
Hola a todos.- Estoy desarrollando un pequeño sistema en ASP 3.5. Mi duda es la siguiente, tengo un webservice que me retorna una serie de ...Unanswered | 1 Replies | 7359 Views | Created by JuaninJuanJarris - Friday, December 7, 2012 1:47 PM | Last reply by John Saunders - Saturday, December 8, 2012 12:00 AM -
0 Votes
Force XmlSchemaProvider method execution on every HTTP request
Is there a way to force XmlSchemaProvider method execution on every http request? Trying to send an additional QueryString parameter during WSDL request. Intent of this additional ...Unanswered | 9 Replies | 6975 Views | Created by G33kKahuna - Friday, November 30, 2012 11:02 PM | Last reply by John Saunders - Friday, December 7, 2012 11:56 PM -
0 Votes
How to Parse a soap response returned by external webservice using C#
Hi, I am trying to parse the soap response(Please see Below) retured by external webservice. How can i retrieve the datas from ...Answered | 4 Replies | 50852 Views | Created by Rajeev_9 - Monday, August 9, 2010 8:17 AM | Last reply by John Saunders - Friday, December 7, 2012 12:47 PM -
0 Votes
XML Serilization Error - xmlns was not expected - xmlns
I have a object that serializes just fine and looks like this - <Plan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" ...Unanswered | 1 Replies | 10318 Views | Created by Tryin2Bgood - Wednesday, December 5, 2012 10:08 PM | Last reply by John Saunders - Thursday, December 6, 2012 7:07 PM -
0 Votes
Two pass encryption within a Web Service and Web App
Hey all, I'm looking for some guidance for developing a Web Service with a two stage encryption. Meaning a customer passes a key and data along with their cred. ...Unanswered | 3 Replies | 6465 Views | Created by TheRockRunner - Tuesday, November 27, 2012 5:39 PM | Last reply by John Saunders - Thursday, December 6, 2012 6:23 PM -
1 Votes
How to prevent web method from showing on service description page?
Hello! I am wondering how I can prevent a web method from showing on the service description page (ie. You type in http://localhost/TestService.asmx and it shows you a list of ...Answered | 5 Replies | 29180 Views | Created by wwelchj - Sunday, April 12, 2009 3:19 AM | Last reply by Ramakrishnan kt - Wednesday, December 5, 2012 1:06 PM -
0 Votes
How do i capture incomming and out going xml when call web service
i am calling a third part web service from window application. i just tried to capture xml response & request generated by that web service when we call but fail. search google and found ...Unanswered | 3 Replies | 7105 Views | Created by Mou_kolkata - Wednesday, November 7, 2012 2:53 PM | Last reply by Shyam Kr - Tuesday, December 4, 2012 11:29 AM - Items 1 to 20 of 9417 Next ›
ASMX Web Services and XML Serialization announcement
-
Link
This forum has been retired. It is locked, but is still available for review in the Archived Forums folder. Any future posts on this topic should be put in the Windows Communication Foundation, Serialization, and Networking forum.
-
Link
There have been several different web service technologies from Microsoft over the years. This can lead to confusion about where to ask web service questions. Many people choose this forum for such questions because it has "Web Services" in its title.
However, this is the forum for questions on the old "ASMX" web service technology, including the WSE technology (now obsolete). Microsoft now considers this to be a "legacy technology". All new development of web service clients or services should use WCF (Windows Communication Foundation).
The WCF Forum is the place to get quick answers to any WCF questions. This forum remains the place to ask questions about the legacy ASMX technology, the XML Serialization technology upon which it is based, and on the obsolete WSE technology.
-
Link
All ASP.NET quesdtions should be asked at http://forums.asp.net/. All IIS questions should be asked at http://forums.iis.net.
Be sure to take advantages of all the other great resources on those sites: http://www.asp.net and http://www.iis.net. -
Link
While reading a reply to your question, you will notice a button with an icon that says "Mark as Answer." Please select this button when a reply answers your question.
There are several reasons to do this:
- Our search engine weights Answered questions more highly. By marking Answers you increase the chances that others searching this forum will find the answer directly rather than re-posting the question.
- You give credit to the hard working folks who answer your questions. This is peer to peer support, so recognition is our only reward. (Check out the Top Answerers on the right side of the page to see who is currently answering questions.)
- You help Microsoft to track the health of this forum. Our forum gets 'measured' based on how many unanswered questions are in it at any time and we work hard to keep those numbers to as low a level as possible. By marking answers, others get a more accurate understanding of how well (or badly) things are going on the forum.
- Additionally, there is a new feature in these Forums. If you post a reply to the Forum, and you think you have answered the question, you can mark the "Propose as Answer" button. This will give the original poster an idea that you think you have answered the question. This does not mark the question as answered.
You can also vote "Yes" or "No" if the reply was helpful.
Thank you!
Ed Hickey