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 > march 2006 > threads for march 15 - 21, 2006

Filter by week: 1 2 3 4 5

Passing large arguments to web services
Posted by Matt B at 3/21/2006 5:31:27 PM
Hi all - I am going to implement a web service using .NET. It's a service that attributes authorship of a document to one of two authors, based on the training data provided. I am going to produce a basic web page that allows the data to be uploaded, before displaying the results. The web s...more >>


Dotnet Client fails to deserialize message from AXIS web service if the message maps two elements to the same multiRef element. What do I do?
Posted by GT at 3/21/2006 10:16:22 AM
I have a .NET client that consumes an Axis web service. A change was made recently to the AXIS web service, and ever since then my .NET proxy class has been throwing an InvalidCastException. The proxy class was auto-generated by Visual Studio from WSDL provided by people who provide the Axis s...more >>

Empty DataSet in Client
Posted by Steven Livingstone at 3/21/2006 12:00:00 AM
Folks - i have a WebMethod that returns a List<> of "Person" objects. I implement IXmlSerializable to write the xml for the object. I don't touch SOAP or web services within any of my objects. My client doesn't have a typed proxy so it just gets back an array[] of plain datasets apparently....more >>

ATL Web service (client)
Posted by philip89 NO[at]SPAM canada.com at 3/20/2006 10:07:20 AM
Hi There, We have a working web service that is deployed on CFMX 6.1. Our Dev Server has CFMX 7.0 and the client that interacts with the webservice now returns an error. Nothing has been changed. I compared the two WSDL files and they have quote a few differences. for example: in CFMX 6.1 ...more >>

Axis Web Service, .Net Client - Interop issue with SOAP Header
Posted by vthakur at 3/20/2006 8:10:27 AM
Hello: I have a Axis Web Service that sets the sessionid in the SOAP header for persisting the session. The client is a .Net client that processes the header as an Unknown Header. It sets the session id received from the Service request on subsequent requests to the service. However the Axi...more >>

Stopping transaction through client in web method
Posted by archana at 3/20/2006 2:22:20 AM
Hi all, I am having web method which is inserting some heavy data into database. Everytime client call this method i am generating some unique transaction. Client know that transaction ID. What i want to to provide method to client so that he can rollback that transaction. And as soon...more >>

Using a DLL in a web service
Posted by d.barile NO[at]SPAM gmail.com at 3/19/2006 11:53:50 PM
Hi guys, I'm trying to use a DLL of third part using P/Invoke in a web service. I've always an exception: access denied. The DLL is in the bin directory of the project. I'm using VS .NET 2003, WSE 2.0 and .NET Framework 1.1. I'm trying the code using the address http://loalhost/webservice and...more >>

using the [WebMethod(MessageName="...")] attribute
Posted by Andy Fish at 3/16/2006 12:00:00 AM
Hi, I have discovered that if I use this syntax: [WebMethod(MessageName="foo")] public string bar() { return "hello, world"; } then it is not possible to call the web service using the MS soap toolkit. Trying to invoke the service with either the name foo or bar gives an error. ...more >>



Desperate SProxy problem consuming an ASP.NET Web Service
Posted by quortex NO[at]SPAM hotmail.com at 3/15/2006 1:59:06 PM
Hi all, I have written a web service using the .net framework 2 and Visual Studio 2005. I consume the managed service by native C++ using the "add web reference" feature. This obviously shells out sproxy.exe to generate the proxy code. All well and good despite the fact sproxy seems serious...more >>

Problem converting webservice from VS 2003 to VS 2005
Posted by Symon at 3/15/2006 8:31:23 AM
I've got a web service project that was built under VS 2003 which has a SoapExtension in the project. The SoapExtension is registered in the <soapExtensionTypes> element of the web.config and has worked fine for some time. Recently we tryed to update the project to VS 2005 and run it under...more >>

Map nework drive
Posted by Luc at 3/15/2006 7:08:30 AM
Hi, I want to acces à map network drive and/or a local drive from à web service. I was wondering if that was a possible thing to do and if so, where would I find documentation on that subjet. -- Thanks, Luc...more >>

Failed to write to Access data in webserice
Posted by hulinning at 3/15/2006 5:19:29 AM
Hi I use webservice to read/write data to Access database using System.Data.OleDb with a connection string = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source;User Id=admin;Password=" I can read/write on my developed computer without any problem. However, When I install my webservice on oth...more >>


DevelopmentNow Blog