|
More site info...
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.
|
|
|
|
|
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:
|
Top authors during last week:
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).
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
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(...
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....
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
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.
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 ?
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...
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::
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...
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 ?
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
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;...
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.
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
|
|
Hot threads for last week on 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
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...
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 ?
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, ...
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.
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 ...
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).
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
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
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
|
|