Geekpedia Tutorials Home

Building a C# Chat Client and Server

Building a C# Chat Client and ServerA step by step tutorial teaching you how to create your own chat client and chat server easily in C#, for local networks or the Internet.

in C# Programming Tutorials

Getting Hard Drive Information

Getting Hard Drive InformationA C# tutorial showing you how to make use of WMI to extract information on disk drives, such as model, capacity, sectors and serial number.

in C# Programming Tutorials

UPS Shipping Calculator

UPS Shipping CalculatorThis tutorial will teach you how to calculate the shipping cost based on the weight, height, length and depth of the box, the distance and the UPS service type.

in PHP Programming Tutorials

Create Your Own Rich Text Editor

Create Your Own Rich Text EditorCreating a Rich Text Editor using JavaScript is easier to do than you might think, thanks to the support of modern browsers; this tutorial will walk you through it.

in JavaScript Programming Tutorials
Search
Tutorials
Programming Tutorials
IT Jobs
From CareerBuilder

ASP.NET Web Services Newsgroups ASP.NET Web Services Newsgroups

1 2 3 4
(162 threads in 4 pages)
RSS Feed RSS Feed     KlipFolio Klip Klip     Add to Google    Add to My Yahoo!    Subscribe in NewsGator Online    Add To Windows Live    Subscribe with Bloglines   

How Generate A Web Reference?

I am totally new to .Net and have been given a huge web application to develop with a tight deadline. I have 2 books on C#, each over 1000 pages. I am trying to create a web reference. I understand...

On Wednesday, October 28th 2009 at 04:56 PM by Anonymous | 1 Reply

WS Req/Resp As XML

Q: How do I view the XML of my use/invocation/call to my WS? I want to use a partner's WS and I've been given samples of the request and response XML, but as much as I understand the excerpt of the...

On Tuesday, September 29th 2009 at 11:51 AM by Anonymous | No Replies

Can Obtain HTTP Response Header Info From RemotingClientProxy Obje

All: Can I obtain the HTTP Response Header Info From RemotingClientProxy Object which communicates with a web service object hosted in IIS? If so, how? The RemotingClientProxy Object object...

On Thursday, September 10th 2009 at 04:00 PM by Anonymous | No Replies

Replacement For Frames?

It's been a while since I did any website design. I have recently built a web application in VS2005. I didn't want to use frames, as I know the problems they cause. I ended up duplicating the menu...

On Monday, May 11th 2009 at 11:37 AM by Anonymous | No Replies

Need Basic ASP.NET Guidance

Using VS2005 on my local dev machine, I went to File > New > Web Site, and under Templates, I selected ASP.NET Web Site. Then I selected FTP as the Location, entered ftp://www.myserver.com/test, selected...

On Sunday, May 10th 2009 at 08:37 PM by Anonymous | No Replies

Automate Downloading Of A File

Hi, I have been trying to automate download of a report. There are a couple of steps for retrieving the report 1. Sign in [in this we need to post to a url and obtain the authentication cookie...

On Thursday, May 7th 2009 at 05:10 AM by sanjay_khandkar | No Replies

Unable To Access Webservice Deployed To Remote Server.

i have created a .net webservice and copy the publised file to remote server. then i have created a virtual directory under in ISV folder of ms crm server. i enabled anonymous access. but still i...

On Monday, May 4th 2009 at 01:53 AM by Mahain | No Replies

Web Service (or Timer) Randomly Ending

I've built a .NET 2.0 web service and tied it into an ASP.NET 2.0 web application. The service includes a System.Timers.Timer that logs an entry to a SQL 2000 database every minute (60000 ms). Both...

On Sunday, May 3rd 2009 at 11:47 AM by philaphan80@yahoo.com | No Replies

Extracting XSD Data From WSDL File

Hello Folks! I have situation where an .NET Web Serice wsdl that contains xsd stuff should separated into two files. Xsd (XML Schema) and wsdl. Purpose for this is that other platform is using ..(...

On Sunday, April 26th 2009 at 10:42 AM by mike | No Replies

WCF And Integrated Windows Authentication

I have an application with a web front-end and several web services. Some of the web services will call other web services. I've previously been using wsHttpBinding and certificates to connect to...

On Wednesday, April 22nd 2009 at 02:56 AM by Larry | 1 Reply

Is This A Valid SOAP Fault Response ..

Is the following a valid SOAP Response for a SOAP Fault ? I am getting a response as shown SOAP-ENV:Server This is an operation implementation generated fault...

On Tuesday, April 21st 2009 at 04:20 PM by BusyBoy | No Replies

System.Net.WebException: The Request Failed With HTTP Status 401

Receiving the following error when trying to access a java webservice from a asp.net application whose directory security is set with anonymous and integrated windows authentication check boxes checked...

On Monday, April 20th 2009 at 10:18 PM by Anonymous | No Replies

Does Timer In Web Service Global.asax Block My Web Service From Processing Web-site Requests?

My Web Service has a Global.asax.cs file. In my Global class, I have a Timer member called PollingTimer. In Application_Start, I construct the polling timer and have it run every 30 seconds....

On Thursday, April 16th 2009 at 08:39 PM by Leo Violette | No Replies

SOAP Client Error Says Path Property Must Be Set Before Calling The Send Method ?

Hi, I am trying to run a page that is in C#.Net. I have an application in salesforce.com also.for this requirement, I have downloaded the WSDL document from the application. When I click the submit...

On Friday, March 6th 2009 at 06:30 AM by Boney | No Replies

XML Validation Problem

I have a web servicce which receives an XMLDocument and then uses the XMLDocument.Validate method to make sure it is valid. I'm then using a ValidationEventHandler to pick up any failures. I...

On Tuesday, March 3rd 2009 at 11:42 AM by Anonymous | No Replies

Database Connection Overhead

Hi There, I have a ASP.NET Web Service that retrieves various data from a SQL 2000 database and returns results to the user. I have written individual functions for each kind of data set that...

On Thursday, February 26th 2009 at 09:49 AM by Timbo | 3 Replies

Unable To Download File Options

Hello all I am facing a strange problem, i am writing an application to download web page content into a excel file. The code snapshot is below //WebClient dwSolClient = new WebClient(); //...

On Tuesday, February 24th 2009 at 11:43 PM by shantanu | No Replies

Debugging Asynchronous Web Services

Is there any way to debug from an asp.net web app into an asynchronously called web service? Any help would be greatly appreciated. Mervin Williams

On Thursday, February 12th 2009 at 02:39 PM by Mervin Williams | No Replies

SemaphoreFullException Exception In SQLHelper Class Within A WCF Service

I have a IIS hosted WCF Service which uses SqlHelper class from DAAB version 2.0 in the data layer Once in a while, it throws exception at this line: Microsoft.ApplicationBlocks.Data.SqlHelper...

On Tuesday, February 10th 2009 at 04:38 PM by John Dow | No Replies

How To Setup WCF Service That Is Using An Alternate Windows Creden

Hi, I am really confused! and couldn't find any resource to solve my confusion. I am not sure whether this is an appropriate place to ask WCF query. Since i found this WCF releted query here,...

On Tuesday, February 10th 2009 at 01:57 PM by Anonymous | No Replies

MSsql Insert For Asp.net Vb

I am making a new website with an mssql express database. i have some text boxes and checkboxes on a page. I need them to be inserted into the sql table when the finsh button is clicked. i have...

On Monday, February 9th 2009 at 06:07 PM by Anonymous | No Replies

Help Needed For ASP Code

Hi! I'm looking for someone to help with some code. Not gratis, but for some pocketmoney. Please e-mail: info@cic.hu Thanks, Tibor

On Monday, February 9th 2009 at 05:48 PM by msnews.microsoft.com | No Replies

HELP: ASP.NET AJAX Page Continuously Getting Values From Web Servi

Hello. I???m having trouble getting my head around a possible solution for my project ??? an ASP.NET AJAX page that continuously (once a second) calls a web service to get new values and display...

On Thursday, February 5th 2009 at 02:24 PM by Anonymous | No Replies

WCF Service Internet Scenario On Localhost, Staging, Production En

I just ready through Programming WCF Services by Juval Lowy, and maybe I started with too complex of a book. Basically, my scenario is setting up a WCF Service over the internet as part of an ASP...

On Thursday, February 5th 2009 at 11:32 AM by Anonymous | No Replies

Conectivity Error

hello i am trying to acces to my server since internet and show me the next message or error: [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied whenn i...

On Saturday, January 31st 2009 at 03:53 PM by Anonymous | No Replies

Embed Webservice While Runtime

Dear all, I want to embed several webservices while runtime. I know the return objects of the webservices and the URL. Is there an easy way to solve this problem? Thanks! Best regards Tobias...

On Friday, January 30th 2009 at 03:03 PM by Tobias | No Replies

Metod Documentation In WSDL

Is there a way to document a method in the WSDL that is emitted from ASP.Net? Is there an attribute that I can put on the method? Thanks

On Friday, January 16th 2009 at 03:48 PM by Anonymous | No Replies

Running Hello World Function - Security Warning

I create an ASP.NET Web service in Visual Studio 2008 using VB.NET and it contains a hello world function. I run the web service in VS 2008 and select Hello World and then click the Invoke button...

On Thursday, January 15th 2009 at 11:23 AM by Anonymous | No Replies

Application Freezing....

While an application thread connecting a web service in a server, application GUI is freezing. Why applicaion's GUI is freezing ? How can i stop to freezing while connecting ? After application finish...

On Wednesday, January 7th 2009 at 11:10 AM by webmaster | 1 Reply

Web Service Works With Auth Only

I've got a web service I run in my dev environment Windows 2003 Server under IIS. Runs fine with either anonymous alone or with anonymous and Windows Authentication checked for security on the service...

On Tuesday, January 6th 2009 at 03:57 PM by Harry Simpson | No Replies

How To Set SOAP Values Inside Constructor With Parameters - Help

Im trying to set the values for a SOAP header of a web service. The SOAP header iscreated by calling a class file from inside the web service: See below: //Web Service public RequestAccess WSAuthorization...

On Monday, January 5th 2009 at 12:38 PM by Anonymous | No Replies

Dynamic WSDL - Soap:address Location Ssl Problem

I have a .net 1.1 web service that should only be available via ssl. e.g. https://www.mydomain.com/MyWebService/Service.asmx It's on a win2k3 sp2 box that's unsecure, though, and the ssl only kicks...

On Monday, January 5th 2009 at 10:22 AM by TJ | No Replies

Winforms + Webservice Certificate Authentication

I have the following scenario. 1. A webservice (built using VSNET 2005 - .NET 2.0) 2. A winforms application that will be deployed to several workstations. 3. Each accepted user has a security smart...

On Monday, December 15th 2008 at 12:55 PM by nano2k | No Replies

Webexcepton And HTTP Status

When I get a Webexception, how do I retreive the http status code from the webexception?

On Tuesday, November 18th 2008 at 01:09 PM by Anonymous | No Replies

Web Service Search Engine

Dear all, I invite you to contribute to Web Service Search Engine at http://www.google.com/coop/cse?cx=008996274310193057962%3Ar72cbsfvmsy it is currently includes 73 sites. I invite you to refine...

On Monday, November 3rd 2008 at 01:58 AM by Motaz K. Saad | No Replies

WCF Service On Public IIS And SqlMembershipProvider/SqlRoleProvider

Badly need your help guys! What are the minimum requirements in configuration files for running WCF Service 3.5 hosted on IIS server and using for authentization AspSqlMembershipProvider and AspSqlRoleProvider...

On Sunday, November 2nd 2008 at 11:59 AM by Mike Endys | No Replies

Instantiating A Crystal Report Inside Of A Web Service

I have a batch process that runs in the middle of the night and I need to send an email to managers when I find certain scenarios. I wanted to design a Crystal Report for .NET that I could instantiate...

On Monday, October 27th 2008 at 06:19 PM by jerry4 via DotNetMonster.com | No Replies

Create A File In Web Service

My environment is Windows XP SP2. I created a web service, then added authentication mode="Windows", identity impersonate="true" in its config file. I disabled Anonymous access for the WS in...

On Monday, October 27th 2008 at 05:29 PM by Anonymous | No Replies

How To Pass Values From One Page To Another Page In Xbap

Dear All, Here is my question. I want to pass a set of values from a login.xbap to another xbap pages. It seems no way to do it like using session, or server.transfer, or querystring. can any one...

On Monday, September 29th 2008 at 05:52 AM by ravikumar.annama@gmail.com | 1 Reply

Error:some Of The Files Required For Web References Are Not Insta

when I am trying to access the web services in the asp.net web application I have the following error : some of the files required for web reference are not installed.. I have tried by reinstalling...

On Thursday, September 18th 2008 at 07:31 AM by Anonymous | No Replies

Forcing WS To Return DS With Empty Fields...

Hi.. My webservice reads a SQL View into a dataset and return it... the problem is.. the fields that are null, aren't returned... how can I force it o return the field as empty "" ???...

On Tuesday, September 16th 2008 at 11:16 AM by Christiano Donke | No Replies

Wsdl /sharetypes

Hi, I tried to use this command to share the tpyes beetwen webservice and clients but I found only examples where the command is used to share types beetwen two webservices. I can do this changing...

On Tuesday, September 2nd 2008 at 03:38 AM by Anonymous | No Replies

Writing To Application Event Log

I have written a web service in VB.Net 3. I want to record any exceptions generated in the Application event log. For a Windows app, you can use the My.Application.Log.WriteException(ex) and uncomment...

On Wednesday, August 27th 2008 at 09:48 AM by Anonymous | 2 Replies

Web Services And Proxy

Dear all, Is the following correct? (1) web services can be accessed by outsider or in the intranet applications. (2) asynchronous web services, like proxy on allocating resources? What is the...

On Wednesday, August 27th 2008 at 03:08 AM by Raymond Chiu | No Replies

Accessing Generic Methods Throug A Proxy Object

Hello, I have a class defination for Location which can have multiple keywords. The keyword class has one Public property LocKeyword. For simplicity i have remove all the other properties....

On Thursday, August 21st 2008 at 09:18 PM by Anonymous | 3 Replies

How To Use Web Services?

how to host our web service application on the IIS.

On Wednesday, August 20th 2008 at 02:53 AM by Anonymous | No Replies

Service Client Receives "Bad Request (Invalid Header Name)" Respon

I have written a Web Service that works with my test harness written using VS2005. However, a client to the service consistently receives a "Bad Request (Invalid Header Name)" response for each request...

On Monday, August 18th 2008 at 06:55 PM by Anonymous | No Replies

Empty Response From Web Services

My client ASP.net application written in VB to brings back an empty response after invoking the webservices which is in Java(Axis). If anybody knows what to do please let me know.

On Friday, August 15th 2008 at 06:36 PM by Anonymous | 1 Reply

How To Set UseUserOverride In Web.config?

I have an ASP.NET web service (.net 3.0) deployed to a foreign web server. We have encountered a bug where the regional settings of the service account running at the foreign site contain a decimal...

On Wednesday, August 13th 2008 at 12:54 PM by Anonymous | 2 Replies

Get Return Value From An Asp.net Webservice..

Hi, i have this web service that was created in .NET that returns these values. How would i be able to get the values of these in asp

On Tuesday, August 12th 2008 at 06:48 AM by Paul | No Replies
1 2 3 4
(162 threads in 4 pages)
Sponsors
Discover Geekpedia

Other Resources