Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

ASMX Web Services and XML Serialization | Forum profile

Forum profile page for ASMX Web Services and XML Serialization on http://msdn.microsoft.com. This report page is the aggregated overview from a single forum: ASMX Web Services and XML Serialization, located on the Message Board at http://msdn.microsoft.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "ASMX Web Services and XML Serialization" on the Message Board at http://msdn.microsoft.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: MSDN Forums - ASMX Web Services and XML Serialization (site profile, domain info microsoft.com)
Title: ASMX Web Services and XML Serialization
Url: http://social.msdn.microsoft.com/Forums/en-US/a...
Users activity: 17 post per thread
Forum activity: 51 active thread during last week
 

Posting activity on ASMX Web Services and XML Serialization:

  Week Month 3 Months
Threads: 51 177 564
Post: 59 236 953
 

ASMX Web Services and XML Serialization Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Alex DeJarnatt - MSFT
13
user's latest post:
Consume a WCF service using...
Published (2009-11-24 19:40:00)
I think it's possible though I haven't tried it. In unmanaged c++ you're using the old ATL web services stack.  I think the key to getting it working would be reduce the interop requirements of the web service to the least common denominator. For starters, switch the WCF service to use BasicHttpBinding, which will eliminate the need for WS-Policy (which is causing the error you saw).  
Erica Mohler - MSFT
5
user's latest post:
write file in webservice with...
Published (2009-11-24 00:55:00)
Are you still experiencing this issue? Can you verify whether log.txt is Read-only? Thanks, Erica
Boyd1
5
user's latest post:
forwarding an image file by way...
Published (2009-11-27 14:34:00)
If it is of any help, below is a snippet of the flex code that calls the above module private function base64encode(data:ByteArray):String { var encoder : Base64Encoder = new Base64Encoder(); encoder.encodeBytes( data ); return encoder.flush(); } private function fileRef_Upload(evt:Event):void { var servername:String = this.parentApplication.VCIServer.text; var ne:VCI_Configuration_Data = new VCI_Configuration_Data; ne.Image = base64encode(...
Haripraghash
3
user's latest post:
C# Web Service Choice Problem
Published (2009-11-26 00:58:00)
Hi, When you develop your windows client application you need to write code that handles all possibilities. Just like when you design a database model you design tables and also consider all the constraints and column nulls this has to be done in a similar way. One thing that ou can do is to write a translator class library that translates the returned datacontract/messagecontract to business enitities and returns them to the winform client....
Duke2
2
user's latest post:
C# Web Service Choice Problem
Published (2009-11-25 22:44:00)
Any luck guys? I'm really puzlled with this behaviour. Some say C# is inherently incapable of handling Choices, but I don't believe that. Your help is very much appreciated. Thanks Duke
Jordan At Kawa
2
user's latest post:
WSE function works whent hosted...
Published (2009-11-25 21:25:00)
Still hoping for a little help on this one - I'm baffled!
Steve Maine
2
user's latest post:
Remoted DateTime values in a...
Published (2009-11-25 22:35:00)
Arizona doesn't have daylight savings time, but I don't think the code in the workaround accounts for this.
VirtualMonitoring
2
user's latest post:
create webservice that accepts...
Published (2009-11-28 14:47:00)
I don't understand who has the ID & Password for the 3rd party web service - you, your customer, or you both have individual ones ?
dannystommen
2
user's latest post:
create webservice that accepts...
Published (2009-11-28 14:59:00)
hmmz.. try to make it more clear Suppose there are the following companies:  - A: this is the company I work for (with username 'A' )  - B: another company, just like us (with username 'B' )  - C: the company we want to lease the product to. (with username 'C') The current situation: if we want to lease it to customer C, they need to provide their username to us, and we possibly could retrieve all their data...
GLEN_FERNANDES
2
user's latest post:
C# Web Service Choice Problem
Published (2009-11-27 02:49:00)
Hi ,      i faced a similar situation.       find out what java techonology is the webservice developed in. then  check their website if there are any know issues in relation to dot net and how to get around them.     most of them will provide a usage example with dot net.            one of the things you can do is to change the proxy class generated by the VS.       Change the method which is throwing error...
 

Latest active threads on ASMX Web Services and XML Serialization::

MSDN Forums
Started 2 days, 16 hours ago (2009-11-29 00:28:00)  by Jai Mallesh Babu
You can use Silverlight to detect web cams. You dont need any activex controls if you use silverlight. Silverlight 4: How to Capture Video from Default Webcam?: http://kunal2383.blogspot.com/2009/11/silverlight- 4-how-to-capture-video-from.html Also, this question is not part of web service and xml serialization. Please post this question in appropriate msdn forum block. Regards, Jai...
Thread:  Show this thread (2 posts)   Thread info: How to use ActiveX Controls to detect webcam...client browser Size: 1,162 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How to use ActiveX Controls to detect webcam...client browser :: ASMX Web Services and XML Serialization :: MSDN Forums"
MSDN Forums
Started 3 days, 1 hour ago (2009-11-28 14:47:00)  by VirtualMonitoring
I don't understand who has the ID & Password for the 3rd party web service - you, your customer, or you both have individual ones ?
Thread:  Show this thread (3 posts)   Thread info: create webservice that accepts 'anonymous' calls (hard to explain) Size: 155 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: create webservice that accepts 'anonymous' calls (hard to explain) :: ASMX Web Services and XML Serialization :: MSDN Forums"
MSDN Forums
Started 6 months ago (2009-06-02 23:08:00)  by edhickey
Excellent post, John, and thank you for putting this out there. Regards, Ed
Thread:  Show this thread (14 posts)   Thread info: WSE is Obsolete - Use Only If Necessary Size: 123 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: WSE is Obsolete - Use Only If Necessary :: ASMX Web Services and XML Serialization :: MSDN Forums"
MSDN Forums
Started 4 days, 2 hours ago (2009-11-27 14:34:00)  by Boyd1
If it is of any help, below is a snippet of the flex code that calls the above module private function base64encode(data:ByteArray):String { var encoder : Base64Encoder = new Base64Encoder(); encoder.encodeBytes( data ); return encoder.flush(); } private function fileRef_Upload(evt:Event):void { var servername:String = this.parentApplication.VCIServer.text;...
Thread:  Show this thread (2 posts)   Thread info: forwarding an image file by way of web service Size: 1,460 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: forwarding an image file by way of web service :: ASMX Web Services and XML Serialization :: MSDN Forums"
MSDN Forums
Started 4 days, 2 hours ago (2009-11-27 13:54:00)  by Mitchel Sellers
If you have UrlEncoded URL do not call UrlDecode, simply do the replacement on %20, if you want to swap that for the + sign.  UrlDecode will take the %20 and convert it back to a space.
Thread:  Show this thread (2 posts)   Thread info: http utility url decode Size: 205 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: http utility url decode :: ASMX Web Services and XML Serialization :: MSDN Forums"
MSDN Forums
Started 5 days, 18 hours ago (2009-11-25 22:44:00)  by Duke2
Any luck guys? I'm really puzlled with this behaviour. Some say C# is inherently incapable of handling Choices, but I don't believe that. Your help is very much appreciated. Thanks Duke
Thread:  Show this thread (5 posts)   Thread info: C# Web Service Choice Problem Size: 255 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: C# Web Service Choice Problem :: ASMX Web Services and XML Serialization :: MSDN Forums"
 

Hot threads for last week on ASMX Web Services and XML Serialization::

ASMX Web Services and XML Serialization
Started 5 days, 18 hours ago (2009-11-25 22:44:00)  by Duke2
Any luck guys? I'm really puzlled with this behaviour. Some say C# is inherently incapable of handling Choices, but I don't believe that. Your help is very much appreciated. Thanks Duke
Thread:  Show this thread (5 posts)   Thread info: C# Web Service Choice Problem Size: 255 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: C# Web Service Choice Problem :: ASMX Web Services and XML Serialization :: MSDN Forums"
ASMX Web Services and XML Serialization
Started 1 week ago (2009-11-24 00:42:00)  by Erica Mohler - MSFT
Hello- Are you planning on hosting your web page and web services on at the same location? Are you planning on using IIS to host your web page and services? When you click publish you will need to make sure that you are specifying the correct path. If using IIS, you will need to publish under inetpub/wwwroot. As well, for your web serivces, are you defining new web services in your project or...
Thread:  Show this thread (4 posts)   Thread info: Publish web page to server along with web services Size: 524 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Publish web page to server along with web services :: ASMX Web Services and XML Serialization :: MSDN Forums"
ASMX Web Services and XML Serialization
Started 3 days, 1 hour ago (2009-11-28 14:47:00)  by VirtualMonitoring
I don't understand who has the ID & Password for the 3rd party web service - you, your customer, or you both have individual ones ?
Thread:  Show this thread (3 posts)   Thread info: create webservice that accepts 'anonymous' calls (hard to explain) Size: 155 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: create webservice that accepts 'anonymous' calls (hard to explain) :: ASMX Web Services and XML Serialization :: MSDN Forums"
ASMX Web Services and XML Serialization
Started 1 week ago (2009-11-24 00:35:00)  by Erica Mohler - MSFT
Hello, This forum is for questions around using ASP.NET web services. Were you planning on using a web service in your application? As well, if you are looking to implement an image gallery/slide show viewer you may want to check out Windows Presentation Foundation. If you have questions on using ASP.NET in general, please post your questions on the forum: http://forums.asp.net/ Thanks, ...
Thread:  Show this thread (2 posts)   Thread info: How To Create Slide Show or Image Galley like Bing Image Search Result in
Asp.Net? Size: 502 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How To Create Slide Show or Image Galley like Bing Image Search Result in
Asp.Net? :: ASMX Web Services and XML Serialization :: MSDN Forums"
ASMX Web Services and XML Serialization
Started 5 days, 23 hours ago (2009-11-25 16:49:00)  by Haripraghash
Hi, That is not possible. Its like saying i'll change the classes and method signatures in my business layer but that shouldnt affect the consumers. If you make any changes that affects the resultant wsdl file, you have to update the reference because the even he genrated proxy would change.
Thread:  Show this thread (2 posts)   Thread info: Avoiding update reference when you modify webservices in vstudio Size: 324 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Avoiding update reference when you modify webservices in vstudio :: ASMX Web Services and XML Serialization :: MSDN Forums"
ASMX Web Services and XML Serialization
Started 6 days, 22 hours ago (2009-11-24 18:16:00)  by Alex DeJarnatt - MSFT
The problem is that you're confusing the validating reader by passing it an underlying reader that has already been partially advanced. The internal state seems to be getting thrown off such that it is not sure whether there are attributes or not. :) If you change your code such that you construct the validating reader before calling CanDeserialize, and then pass the validating reader to ...
Thread:  Show this thread (3 posts)   Thread info: XmlSerializer Deserialize() does not work with a wrapping validating
XmlReader Size: 543 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: XmlSerializer Deserialize() does not work with a wrapping validating
XmlReader :: ASMX Web Services and XML Serialization :: MSDN Forums"
ASMX Web Services and XML Serialization
Started 6 days, 21 hours ago (2009-11-24 19:40:00)  by Alex DeJarnatt - MSFT
I think it's possible though I haven't tried it. In unmanaged c++ you're using the old ATL web services stack.  I think the key to getting it working would be reduce the interop requirements of the web service to the least common denominator. For starters, switch the WCF service to use BasicHttpBinding, which will eliminate the need for WS-Policy (which is causing the error you saw).  
Thread:  Show this thread (2 posts)   Thread info: Consume a WCF service using Unmanaged C++ Size: 416 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Consume a WCF service using Unmanaged C++ :: ASMX Web Services and XML Serialization :: MSDN Forums"
ASMX Web Services and XML Serialization
Started 1 week ago (2009-11-24 00:52:00)  by Erica Mohler - MSFT
Are you still experiencing this problem? It looks as if you are trying to access a value which is null. Are you able to set this to a value of an object? Based on the above data, it does not seem that this is related to the web service? Could you please send some additional information on exactly where this error is happens (line #). Thanks, Erica Mohler Microsoft Program Manager
Thread:  Show this thread (3 posts)   Thread info: Autocad file printing Size: 461 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Autocad file printing :: ASMX Web Services and XML Serialization :: MSDN Forums"
ASMX Web Services and XML Serialization
Started 2 weeks, 5 days ago (2009-11-12 08:33:00)  by Narayanan Dayalan
the below is in VB.NET Dim byteData() As Byte ' Create a file and write the byte data to a file. Dim oFileStream As System.IO.FileStream oFileStream = New System.IO.FileStream("filename.pdf", System.IO.FileMode.Create) oFileStream.Write(byteData, 0, byteData.Length) oFileStream.Close() hope this helps
Thread:  Show this thread (5 posts)   Thread info: DESERIALIZE PDF STREAM Size: 408 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: DESERIALIZE PDF STREAM :: ASMX Web Services and XML Serialization :: MSDN Forums"
ASMX Web Services and XML Serialization
Started 2 weeks, 3 days ago (2009-11-14 16:02:00)  by codebase
Environment: Microsoft Windows Server 2003 Enterprise Edition SP2 IIS integrated Microsoft Visual Studio 2003 WebService with Vb.net
Thread:  Show this thread (4 posts)   Thread info: write file in webservice with vb.net Size: 189 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: write file in webservice with vb.net :: ASMX Web Services and XML Serialization :: MSDN Forums"

This page was found by:   asmx XML  asmx xml post  codeproject webservices latest.asmx