Archived Months
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > dotnet web services > october 2006 > threads for october 22 - 28, 2006

Filter by week: 1 2 3 4 5

Yahoo Finance
Posted by James at 10/28/2006 4:38:04 PM
Is there a way to get a list of stock quotes from yahoo finance into you c# application? I looked on the yahoo finance page and cannot see a wsdl end point. Can somebody please point me in the right direction? James ...more >>

WebService and UserControl doesn't work
Posted by Mauricio Pires at 10/28/2006 3:59:02 AM
When my UserControl calls a webservice's method I receive the following exception: "There is an error in XML document (1, 220)." I'm running with VS 2005 (UserControl Test Container). Cam some one help me? ...more >>

Compact framework woes
Posted by Simon D at 10/27/2006 8:51:14 PM
I've managed to create a desktop app (in vs2005) using .net that accesses a web service. However porting to the compact framework is a failure, because the response(s) to the proxy class calls are not constructed properly. The service uses a session token that is in a member object of the r...more >>

how to set restriction attributes in wsdl file?
Posted by gszhang at 10/27/2006 12:49:02 PM
Hello, Dose anybody knows how to set the minLength, maxLength for a string property in a class within web service that will be the element attributes in the wsdl file? same cases are minValue and maxValue for a integer, whitespace for string and some other data element restrictions. ...more >>

Send XML without SOAPEnvelope wrapper?
Posted by rhea at 10/27/2006 12:39:04 PM
I'm a Web Services newbie and I'm hoping some more experienced developers can help me out. I've written a .NET 2.0 web service that takes an XML file as input. The SOAP envelope is pre-defined within the XML document. I then send this XML to another web service (written in java) and that'...more >>

WSDL to SOAP
Posted by Siva at 10/27/2006 3:55:01 AM
Hi all, I want to Convert a WSDL to a SOAP message. Is there any way to do this. I am using .NET 2.0 Thanks in Advance Siva...more >>

XMLSerialization - Do I need it?
Posted by LW at 10/26/2006 4:13:01 PM
Hi! I am getting the following error message for my fairly simple web service. I have classes and have two DataSets that reference the same classes. The error is: The XML element named 'GetCustNoResponse' from namespace 'http://mydomain/' references a method and a type. Change the method...more >>

How do I capture the SOAP Fault message ******** NEED HELP !!! *******
Posted by sydney.luu NO[at]SPAM gmail.com at 10/26/2006 9:16:34 AM
Hello! I am currently developing a Web Service client application in VS.NET 2005. Everything is working fine except I don't know how to capture the SOAP error code along with the error message generated on the Web Service call. Here's a sample of the <SOAP:Fault> I got: <SOAP:Envelope ...more >>



Poor XML WS performance on Windows 2003
Posted by J Disharoon at 10/25/2006 3:44:01 PM
I have a web service that does some heavy lifting with XML and hash tables. I moved my architecture to Windows 2003 (5 identical servers behind a load balancer, 1 stayed on Windows 2000), and now have a major performance problem. The Win2k3 servers are running at an average of 7.7s/call, and...more >>

calling a web service from within a web service
Posted by fallenidol at 10/25/2006 1:25:23 PM
hi i'm looking for some heads up info regarding calling and using a web service from within another web service. is this acceptable practice? if not why? what should i be thinking about here? cheers ...more >>

USE WSE 2.0 to set the action of a message.
Posted by Gustav at 10/25/2006 12:06:01 AM
Im trying to use WSE 2.0 to connect to a WebService that authenticate the client through negotiation described in WS-SecureConversation Appendix I.3 (Token Discovery Using RST/RSTR). I use the following code to try to get a RSTR containing a "challange". string tokenType = "http://schemas....more >>

Quiestion about async calls to wcf services
Posted by ksen at 10/24/2006 4:52:01 PM
I am calling wcf service asynchronously, It works fine most of the time. Sometimes i get exceptions. When i see the event log there are few event logs related to the async calls. Could some one explain what this about and how to correct it.? Here is the event details: Event code: 3005...more >>

Newbie Question - Best Practices
Posted by LW at 10/24/2006 1:41:01 PM
Hi! I have a question about the best way to proceed to write a web service. I am new to this so would appreciate your comments. I have the soap request and response. I have my DataSet so have all the information to populate the response. My question is: How do I get from the DataSet to th...more >>

Consuming a webservice from a class library
Posted by Preben Zacho at 10/24/2006 12:00:00 AM
Anyone that has a link or description that simply as possible shows how to add a web reference to a class library in C# and consuming it? TIA PZ ...more >>

MTOM vs HttpWebRequest for file upload
Posted by russell.lane at 10/23/2006 5:59:30 PM
I've been looking at both MTOM and simple HTTP POST or PUT for file uploads. Some relevant details: ... We want to support programmatic file uploads from Winform apps. ... The files are large binaries, large enough that we would need to increase the maxRequestLength value. ... We don't need...more >>

Problem generating code with wsdl
Posted by Cesar at 10/23/2006 4:21:02 PM
Hello there, A java programmer sent me a wsdl file, which I have to use to consume his web methods. When I run the wsld.exe tool to generate the class' code, I get the following message: CODEGEN: The operation binding 'getAvaluos' from namespace 'urn:m15.AvaluosPortType' was ignored. Th...more >>

when to you web services?
Posted by fallenidol at 10/23/2006 4:20:03 AM
i am wondering if someone can give me their opinion on when to use web services. I am of the opinion that web services are generally best suited to be consumed by clients and provided by a 3rd party and not consumed from the same server that runs the web service....more >>

Excluding 'Nonce' and 'Created' elements
Posted by Rasika WIJAYARATNE at 10/22/2006 4:48:29 PM
Hi Everyone, I am using WSE 3 and UsernameTokens over SSL. I was wondering what was the fastest way to remove the 'Nonce' and 'Created' elements from the header as the Java WS that I am calling doesn't seem to like them, see below: <wsse:UsernameToken xmlns:wsu="http://docs.oasis-open.org/...more >>


DevelopmentNow Blog