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
all groups > dotnet web services > november 2007

Filter by week: 1 2 3 4 5

Update Web Services has caused unexpected changes to method signat
Posted by Iain at 11/28/2007 2:09:01 PM
Hi there. I've got an app in c# that uses web services (both as consumer and server) which I wrote some years ago and am now updating. The server side gets information from SQLServer as XML and serialises the result into an object tree generated on an XSD file. The object in question is...more >>


How dynamically configure a webservice address?
Posted by John Dow at 11/26/2007 12:02:20 PM
I have an ASP.Net project, in which I added a web reference, for example http://Sandbox/service.asmx after I pass the testing, I want to change the web service address to http://Production/service/asmx, which has the exactly same interface as the sandbox. My question is how to dynamically ...more >>

System.Runtime.Serialization.SerializationException
Posted by cashdeskmac at 11/26/2007 8:21:00 AM
Hi, I am passing a couple of objects through a web service and get the error message below when I check the event log: System.Runtime.Serialization.SerializationException: The type System.Web.HttpException in Assembly System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f...more >>

WCF : Underlying connection was closed
Posted by Arnaud Viscusi at 11/26/2007 1:32:01 AM
Hi all, we meet a problem since we use WCF to consume java WebServices. Often the first call works then the second raises the following error : "The underlying connection was closed : " We use a basicHttpBinding over HTTPS to connect to WebService. The configuration is the following <bi...more >>

WCF SOAP Router Including Credentials
Posted by Jimmer at 11/25/2007 11:30:00 AM
Hello, I've been trying to create a WCF SOAP Router Service that can forward not just the message body but also any security headers set by the originator of the message. The destination service I'm routing messages to uses WSHttpBinding, SSL with UserName/Password client credentials. Using...more >>

IIS 6 & .NET 3.5 RTM?
Posted by Asaf at 11/21/2007 7:38:03 AM
Hi, I have Just installed the RTM version of the 3.5 framework on my windows 2003 server. Shouldn't I see a "3.5" option in the ASP.NET tab on IIS websites? There is only 1.1.4322 & 2.0.50727 versions. Should I set my .NET 3.5 web services to 2.0.50727? Kind Regards, Asaf ...more >>

Web Service Access
Posted by Asim at 11/17/2007 11:01:02 AM
Hello, I have a question about restricting access to web services. We have public web services which are available for clients to request data, and we do have some private web services which expose some application functionality. We would like to restrict these web services to be only ...more >>

New methods not being exposed
Posted by asdf@asdf.com at 11/15/2007 4:52:08 PM
I've just begun programming web services in VS 2005 and I'm having a problem seeing my new methods being exposed. For example, when I run the following I still only see the HelloWorld function despite having added ReturnMainPic to the class. Imports System.Web Imports System.Web.Servi...more >>



WSE2 How to set SXH_SERVER_CERT_IGNORE_ALL_SER VER_ERRORS
Posted by ckkwan@my-deja.com at 11/13/2007 9:32:39 PM
Dear All, I am trying to invoke a Secured WebService in WebSphere which requires me to setOption(2) = SXH_SERVER_CERT_IGNORE_ALL_SERVER_ERRORS May I know how can I do the similar task using WSE2 SP3? What needs to me set in RequestSoapContext? Thanks in advance. ...more >>

Where can I change Web Reference URL in VS2005?
Posted by Dave at 11/13/2007 6:14:08 AM
I used to be see or change the Web Reference Url in VS2003 by right clicking on the web reference and click properties. I don't see this in 2005?...more >>

Makeing an ASP + .NET website runable offline.
Posted by Wayne at 11/12/2007 4:51:00 PM
Hi List, We have a requirement to take a cut down section of a website and effectively put it onto a CD. The site is written in ASP and .NET2 and makes use of SQL (although convertible to access) databases which holds its data/options. What we are looking for is to take the site and 'comp...more >>

VS2005 Add Service Reference not generating security proxy informa
Posted by Ed Shnekendorf at 11/12/2007 3:01:01 PM
I am trying to create a WCF host/client combination using mixed security with UserName authentication. Everything looks good on the host side, but when I go to generate the client proxy using the VS 2005 "Add Service Reference" wizard it generates a proxy class that, while correct in all re...more >>

Webservice call hangs
Posted by nano2k at 11/10/2007 1:17:43 AM
Hi I have a pretty serious problem. I have developed a winforms app that calls a webservice using .NET Framework 1.1 with C#, IIS 5.1. and SQL Server 2000 server. After installing the WS, I have installed few client applications. 3 of them are facing a problem that can be easily reproduced as...more >>

Efficient Asynchronous Call to Webservice
Posted by Kalyan at 11/8/2007 10:41:02 AM
Hi, I have to make multiple calls (about 400K) to a webservice which returns a string. And currently it takes about a week to make all the calls. Instead of waiting for the webservice result before i make the next call, I rather want to make the calls and let the results comeback at its ow...more >>

XML as a WebService parameter
Posted by BillAtWork at 11/8/2007 5:43:01 AM
Hi, We recently converted a 1.1 project to 2.0 and this included a webservice which accepted XML for one of the parameters. Since converting to 2.0 I am getting the following message: --- A potentially dangerous Request.Form value was detected from the client (myparam="<root><blah...."). -...more >>

help host WCF in IIS
Posted by MR at 11/7/2007 11:01:54 PM
I am trying to write my first WCF Service. I am using VS2008 beta 2 on a Vista Business machine I have written and installed my service on the local IIS. I have defined a service.svc file when i try to access the service thru my browser i get the following error response: HTTP Error 40...more >>

1-dimensional array error
Posted by Louis Delouiser - Systems Consultant at 11/7/2007 7:12:02 AM
Hi all - I hope someone can help me out with this web services error I'm receiving when trying to pass an XML string document to this simple web service to create a PO. Here's my button click code: Public Sub btn_ProcessImportXML_Click(ByVal sender As System.Object, ByVal e As System.Even...more >>

Identifying a SOAP Converstation
Posted by Curtis Justus at 11/5/2007 2:57:41 PM
Hi everybody, I have written an assembly that captures SOAP messages. It is plugged in using the <system.net> settings in my config file. I am looking for a way to pair up requests and responses. Is there something in the SOAP message that can identify that? Thanks, cj ...more >>

Passing XML from .Net 2.0 WebService to COM on another Server
Posted by Häussler Rainer at 11/5/2007 7:54:15 AM
Hi to All! I'm complete new to .Net and I have the following problem: I have to write a .Net WebService in C# which has to pass a XML to a Com-component to another Server. The WebService runs on a Windows2003 Server and the COM-component runs on a Windows2000 Server. How can I connect with...more >>

How to specify fixed length string parameter
Posted by groknroll at 11/1/2007 6:13:00 AM
Is there a way that I can define a WebMethod with a parameter that is a fixed length string? I'm using VB.Net 2005 and would like to define a webmethod that will prevent the caller from passing a string that exceeds a certain fixed length. For this application if the string parameter exceeds...more >>


DevelopmentNow Blog