Archived Months
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
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 > asp.net webservices > january 2008

Filter by week: 1 2 3 4 5

webservices .net framework 1.1 vs 2.0
Posted by Matthias at 1/29/2008 3:37:59 PM
hi there, I've got a bunch of questions and I hope, that I succeeded in formulating them sufficiently: i've written a pretty functional webservice using vs 2003 and .net 1.1. now I'm moving the whole thing to 2.0 and I don't understand a couple of the new concepts: Code-Behind files are ...more >>

issue when converting C#.net code into vb.net
Posted by Dhananjay at 1/29/2008 5:47:03 AM
Hi All, I am facing problem when i am converting C#.net code(Delegate concept) into vb.net. I am unable to do that . Can someone help me to solve the problem. I am providing my C#.net code. ==================================my code is :- ====================================== [DataObject...more >>

Public a Web Service property
Posted by Eyder at 1/27/2008 11:05:02 AM
Hello, I'd like to know how can I public a property from my web services. When I want to public a method from my web services I use the attribute [WebMethod], but I don't know what I can use to public a Property from my web services. Thanks....more >>

WCF Newbie Problem
Posted by Tina at 1/26/2008 8:57:05 AM
I'm going through this book on WCF and the first example has me writing a WCF host in the form of a console app. The code is as follows: using System.ServiceModel; namespace Host { class Program { static void Main(string[] args) { using (ServiceHost ho...more >>

Problems deserialzing XML document with special characters
Posted by Norbert_Pürringer at 1/24/2008 7:27:21 AM
Has anyone an advice for me how to deserialize an XML document containing special characters? My deserializer looks like following: public static MyObject Deserialize(XmlDocument xmlRequest) { MemoryStream requestStream = new MemoryStream(); xmlReque...more >>

client in 1.1, server in 3.5
Posted by dan at 1/22/2008 8:25:32 PM
I've posted also in microsoft.public.dotnet.framework.webservices. Hi, I have the following problem: - the client application (asp.net website) is written in .net 1.1. - the server is being written in 3.5 they need to communicate automatically. so I'm using wcf as webservices. I've add...more >>

Changing the webservice default temp directory?
Posted by jerry4@gmail.com at 1/22/2008 1:18:23 PM
I'm getting the error: Unable to generate a temporary class (result=1). error CS2001: Source file 'C:\WINDOWS\TEMP\2dzvwfyi.0.cs' could not be found error CS2008: No inputs specified It happens when the constructor for my webservice is called. I've already figured out that I can give my u...more >>

Setting an ArrayOf_xsd_string
Posted by russganz@gmail.com at 1/19/2008 2:34:09 PM
I have wsdl structure that looks like this <xsd:complexType name="ReportSpec"> <xsd:sequence> <xsd:element name="ReportType" type="xsd:int" /> <xsd:element name="parameters" nillable="true" type="impl:ArrayOf_xsd_string" /> <xsd:element name="fromDa...more >>



.Net WSDL update
Posted by CK at 1/17/2008 12:41:18 PM
I have a large project with a numbr of web services that are built in an external .Net application using classes from my project. Some of these classes have changed over time, and so the data they hold is different in some cases. Do I need to refresh the references to the web services in my we...more >>

\r\n Problem
Posted by Dragan at 1/17/2008 6:01:03 AM
I'm calling a web service that returns a sting. The string contains \r\n. This value is converted to \n in the client application. Any solutions?...more >>

Error Consuming Web Service from WIndows application when WebService is using Custom Service Account ( Create an Application Pool with a Custom Ident
Posted by DNB at 1/16/2008 4:29:19 PM
NOTE: I have posted this message in microsoft.public.dotnet.framework.aspnet also I have a web service in .net 1.5 that I am consuming using windows application. I am running this windows application on Windows XP Pro. Now if we use SQL server Authentication in WebService to connect to datab...more >>

Web service logging issue
Posted by william at 1/16/2008 2:08:01 PM
Hi, I use enterprise library 3.0 logging block in a web service project. I used configuration tool to config web.config file(added logging section) for my web service. I deployed it as web site on windows 2003. When I test it, the logging seems not working. I guess I missed something, could...more >>

Web Services Stumper: Ambiguous Types
Posted by Mini-Tools Timm at 1/16/2008 11:35:02 AM
I have a web service question that has stumped me and the experts I've consulted thus far. Here is my challenge: When a client connects to a C# web service, how can it bind to a specific DLL in the web service "bin" folder? The gritty details… I have a shared assembly (shared.dll) that ...more >>

An existing connection was forcibly closed by the remote host
Posted by Wil Peck at 1/15/2008 4:40:02 PM
So here is the scenario... I have a console application executing a Web Method on my WSDL generated System.Web.Protocols.SoapHttpClientProtocol instance using HTTP over a VPN. For some reason requests that are larger than 1024 bytes are timing out and the stack trace ends up being something...more >>

Is it necessary to install VS 2005 to server machine to run a website?
Posted by chandan at 1/15/2008 1:14:15 AM
I have IIS server 6.0 and dotnet framwork 2.0 on my server machine. I intall the setup of my application to server machine Now I try to run my website from server machine then its shows the html content (text file) on the browser. Why browser doesnot reder this Html? please tell me where is p...more >>

Getting unable to cast error (when same object is referenced in client and web service)
Posted by Rahul at 1/14/2008 9:31:37 PM
I am getting following error: 1) For a xml file "Request.xml" we created a schema "Request.xsd". 2) With the help of xsd.exe we got the C# file Request.cs. 3) We tried to send the object of Request.cs to a webservice method SaveRequest(Request req). 4) Scenario is like same Request.cs...more >>

Practice Test Search Engine, It will be your best web site | http://exams.googletoad.com
Posted by Savas Ates at 1/12/2008 1:02:51 AM
http://exams.googletoad.com Just write your exam number or general phrase (70-227,642-642,cisco,oracle,microsoft,hp,juniper etc.) and hit the search button. Choose your dump (actualtests,pass4sure) , click detail page and click download button. If you have any request just fill the...more >>

Long running web service call ends with ThreadAbortException
Posted by Mads Nielsen at 1/11/2008 4:08:01 AM
Hi, I get a ThreadAbortException when clients call a long running operation of one of my web services. I am unable to determine the cause of this. The web service method compiles C# code in a SQL Server database to DLL files, and runs for about 1-2 minutes before the exception occurs. ...more >>

capturing SQL from .NET app.
Posted by Stephen at 1/10/2008 11:26:01 AM
Hi Folks, Not sure if I'm in the right place, but I'm looking for information on how I can capture a SQL query tht is generated from a .net / .aspx file. I have a web based application that allows me to run reports and specify my criteria. I want to be able to capture the query that is ru...more >>

Dynamic display WSDL to different users
Posted by Chang at 1/9/2008 7:37:02 AM
I am wondering if there is a way to display my WSDL dynamically according to different user credentials. For example, I have 3 operations in my web service: func_Calculate_Value1, func_Calculate_Value2, func_Calculate_Value3 Right now I have 3 customers A, B and C. A is my Gold customer, ...more >>

how set the PATH environment variable to server machine through my application?
Posted by chandan at 1/7/2008 9:46:02 PM
I want to set the PATH environment variable to server machine through my application. I am using ASP.net 2.0 and language C#. Thanks in advance! Chandan...more >>

C# web service and apache
Posted by marcomangiante at 1/3/2008 7:22:48 AM
Hello, I'm quite new to web service development. I'd like to know if it is possible, under windows, to publish a web service in apache. What I want to do is write a simple c# web service and then compile and install it in apache /bin directory (or a directory under apache where a web service ...more >>

Writing web services
Posted by max at 1/3/2008 5:41:05 AM
Hi All! I'm quite new to webservices. I have to write a web service that expose 3 or 4 function that will be implemented in a library writter in C++. I've done some experiment writing a webservice in C# then marshalling everything I need in C++, but I think is not a good practice. I have a...more >>

DropDownList Unidos
Posted by XandeRueda at 1/2/2008 2:53:15 PM
hola necesito programar 3 dropdownlist, que ddl3 dependa de los que selecciono en ddl2 y así mismo ddl2 dependa de lo que selecciono en ddl1, pero no tengo la menor idea de cómo hacerlo en C# con ASP y tengo mi DB en MySQL. Alguien me puede indicar cómo trabajarlo?? Debo programar el evento...more >>


DevelopmentNow Blog