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 > february 2008 > threads for february 1 - 7, 2008

Filter by week: 1 2 3 4

Having trouble successfully deploying WCF service to public web site
Posted by kiernonr@yahoo.com at 2/7/2008 6:03:38 PM
I'm fairly new to deploying WCF web services and am running into problems deploying my WCF service to a public web site. I want this web service to be accessible by clients outside my domain. The problem I'm running into first off is that the WSDL contains the server's name instead of the web ...more >>


web serivce: client side timeout?
Posted by hzgt9b at 2/7/2008 8:01:05 AM
Using VS2005, VB.NET, BACKGROUND I have a windows forms application that makes calls to a web service. All my clients work on project provided laptops (all have exact same set-up, configuration and software installations). The service is long running (uploading large files) so to avoid timeou...more >>

Newbie security problem
Posted by Remo Aschwanden at 2/6/2008 7:55:55 PM
Hi I tried to write a webservice for test purposes. I have some PHP=20 experience but am a newbie in C# ASP.NET web development. On the development machine (VS 2005) I create an empty ASP.NET web=20 service project and added the [WebMethod] "HelloWorld" to it. When the=20 service is run fro...more >>

generating web service classes from wsdl problems
Posted by Jeremy at 2/6/2008 2:03:01 PM
I'm generating a web service from a wsdl with wsdl.exe. It's not generating some of the classes the way I think it should. Hoping someone can help I don't understand why it creates the MessageRefResponse class with a property Item of type object. From the attributes on the property I gathered...more >>

allowing for future additions to data received
Posted by cj at 2/6/2008 11:40:14 AM
I want to allow my web service to take additional data in the future without having clients currently using it to have to change anything they are doing. I don't really understand how all this is being sent but from my background in comma delimited files and strings etc I think any new data...more >>

Sharing Data Structures between Client and Server
Posted by BillAtWork at 2/6/2008 7:14:01 AM
Hi, I'm wondering what the best practices are in this area. I have two projects: a windows forms app (client) and an ASP.NET web app (server). The client communicates with the server via webservice calls. There are a number of data structures (classes, enums, structs, etc.) that are used ...more >>

Custom SOAP Body... How to handle?
Posted by Spam Catcher at 2/5/2008 6:12:18 PM
Hi all, The client is sending a SOAP body with the following information: <soap:Body> <MyFunction xmlns="http://mycompany/services/t1"> <header> ... Custom Elements Here </header> <body> ... My Function Call Parameters Go Here (The regular st...more >>

Ideas for receiving 15+ values as input
Posted by cj at 2/5/2008 2:59:57 PM
I'm getting started on a web service to accept payments. I need to receive the following fields. I think all will be treated as strings at this point. I'll probably assume the amount field has 2 decimal places. Then again it might be nice to have it numeric. Here are the fields as I fo...more >>



Alter SOAP Return Types
Posted by Brian Lampe at 2/5/2008 10:43:01 AM
I've done some searching, and I can't seem to find a documented approach. We have a mainframe that is able to do RPC via SOAP. Our client is .Net. When the server returns row data, it can only (apparently) produce arrays of a type (I'm guessing it's a struct on their end). What we want to d...more >>

Help: %1 is not a valid Win32 application
Posted by Gianluca Pezzoli at 2/4/2008 4:22:27 PM
Hi, I have Windows Server 2003 x64 standard SP2 Italian, with Xeon 3.8 Ghz and 2GB RAM. On Server I found installed .net framework 1.1 and 2.0 (x64). I am developing a simple (Hello world) web service with Visual Studio 2008 Dev Edition (English). I have selected a Web Service Site Projec...more >>

Dynamically change the SoapDocumentMethodAttribute
Posted by SG at 2/4/2008 12:22:03 PM
Question: Is it possible to dynamically change the SoapDocumentMethodAttribute? Scenario: We have a number of clients, each with their own web service. The web method name is the same in each web service. I can dynamically change the URL at runtime by referencing the URL property. I hav...more >>

managing an ftp server
Posted by Matthias at 2/4/2008 10:28:08 AM
hi there, in a project, we'd like to offer the user to upload files to our server via ftp. so what i need to do is the following: -> setup an ftp directory plus username and password programmatically -> limit the uploads to this user ftp directory either by the number of files or by total...more >>

Explicitly Define Type Names in WSDL?
Posted by Spam Catcher at 2/1/2008 7:02:44 PM
Hi all, If I have a function such as: Public MyFunction(ByVal Parameter as MyCustomObject) as MyReturnObject MyCustomObject and MyReturnObject will be serialized in the WSDL as complextype="MyCustomObject" and complextype="MyReturnObject". Is there a way to specify the name types are...more >>

Kerberos headache
Posted by Tapio Kulmala at 2/1/2008 2:33:11 PM
Hi! I've found an interesting problem that might have something to do with Kerberos. I have a www application running in a Windows Server 2003 box. The server did not have SP1 or SP2 installed. Everything was working smoothly. Couple days ago we installed SP2 and weird authentication e...more >>

building webservices in VS 2005
Posted by Matthias at 2/1/2008 1:32:27 PM
hi there, i currently moved from VS2003 to VS2005 so i'm not really comfortable yet with the inner workings of the new ide. i've created a webservice and figured, that when attempting to debug it, the webserver shipped with VS2005 starts up and the default (service) page is displayed in the...more >>

Can not get Client Certificates to work with .NET COM+ component
Posted by Tapio Lindqvist at 2/1/2008 2:58:01 AM
I have a problem with .NET COM+ component which cannot access the private key of the client certificate. The problem seems to be that when the user on which privileges the COM+ server application is running is logged in, the certificate can be accessed. But as soon as the user logs out the I g...more >>


DevelopmentNow Blog