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 > january 2007

Filter by week: 1 2 3 4 5

aspnet_WP.exe cpu high
Posted by sham at 1/31/2007 10:01:21 PM
Hi to all, I have a web service that is on the same machine as the client apps that are calling it. I have taken out all my code and each client app makes a call to the web service and gets back the string "hello". Each client app makes a request to the web service every 10 seconds. I ha...more >>

Failing when Integer is empty
Posted by Don at 1/31/2007 6:50:00 AM
Hello, I'm creating a web service that will allow people to enter their contact information into a SQL Server table. I get it to work when I enter all of the fields and press the invoke button, but if I leave one of the integer fields(ie StateID) empty if errors out. I tried to make the pa...more >>

WCF Client Behind ISA Proxy: HTTP Error 407
Posted by khubieb NO[at]SPAM gmail.com at 1/31/2007 6:20:28 AM
Situation: We have to connect to a 3rd party XML Web Service outside our LAN by adding a WCF Service Reference to a simple console application Problem: When attempting to invoke any of the generated client class methods, we recieve the following error: "The remote server returned an unex...more >>

Timeout when using VS 2005-generated proxies to access WCF web ser
Posted by smithkl42 at 1/30/2007 2:13:00 PM
I'm just now beginning to experiment with WCF, and I've run into an odd hiccup right at the beginning. I presume it's just something I'm doing wrong, but I can't figure it out. I've created a simple "Hello World" service, hosted in a console app, and if I call that service via a ChannelFac...more >>

WCF and MQ
Posted by WSchaub at 1/30/2007 8:49:03 AM
Is there any support for WCF seamlessly integrating with MQ-Series? ...more >>

use xsd.exe and wsdl.exe to go from XML to web service interface ?
Posted by Mighty Mark at 1/29/2007 3:14:00 PM
I'd like to generate my WebService interface from an XSD schema. Here's what I've done: 1. created a XML file 2. use the xsd.exe to generate the XSD: C:\>xsd my.xml 3. my.xsd is generated 4. try to generate the WebService interface using wsdl.exe: C:\>wsdl /serverInterface /proto...more >>

Can a Web Service send it's status to a client?
Posted by Ethan Strauss at 1/29/2007 9:03:04 AM
Hi, I have a web service which is doing a lot of processing and taking 4-5 minutes to do so. The processing is split into several discrete steps and I would like for the service to be able to tell the client when it is done with each step. I have tried to do this in a couple of ways a...more >>

Accessing WebService behind a firewall....
Posted by Sushil Badyal at 1/29/2007 12:14:00 AM
I was trying to access a webservice from my office its working fine but fail to connect from my Friend's system which is behind a firewall, I was annoyed by seeing the following error message : "the underlying connection was closed: Unable to connect to the remote server." And Stack Trace : ...more >>



Pass in XML to WebService Method?
Posted by nickname at 1/28/2007 7:36:02 AM
I have the following xml Schema: “<?xml version="1.0" encoding="Windows-1252"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified"> <xs:element name="Document"> <xs:complexType> <xs:sequence> </xs:seq...more >>

Cannot access a disposed object named "System.Net.TlsStream"
Posted by red at 1/25/2007 12:51:02 PM
Hi Friends, We recently deployed our application to production and I am experiencing the below error message. Cannot access a disposed object named "System.Net.TlsStream" The error occurs when we are making a web service call to an external system (within our corporate n/w). The method...more >>

passing a System.object parameter to a webservice.
Posted by Ravi at 1/24/2007 2:17:01 PM
Hi, I'm trying to pass values of different data-types to a web-service. I thought it would be easier to box these values and pass them as a System.object parameter, like [webmethod] public void webmethod1(object a) where a can be of type string, DateTime, float, etc.. Now, within ...more >>

Windows Communication Framework
Posted by Gaurav Vaish (MasterGaurav) at 1/23/2007 1:16:22 PM
Hi, I have recently published an article on WCF at CodeProject http://www.codeproject.com/useritems/edujini_wcf_scart_01.asp It would be great the experts can provide a feedback on the same. Please note that this is my first article in the series. I have submitted Part-2 t...more >>

XML Compression
Posted by Coder_Rajiv at 1/22/2007 11:16:01 PM
I am in the process of developing a web service which will be called from oracle forms. The web service will accept and return huge amount of XML data. So, I need to implement data compression techinique which will be efficient and would work on both .NET and Oracle. I know that .NET uses GZip...more >>

Web Service Monitor Tool
Posted by JF at 1/22/2007 8:51:49 AM
We have a problem with large data being transfered from our webservice. We would like a tool to monitor the activity of a specific webservice in II6.0 and how we can reduce the data being transmitted. tx ...more >>

Server Error in '/' Application :'(
Posted by Masita at 1/19/2007 1:24:08 AM
hi all i new in webservice i'm getting error when call my webservice from client pc but it can work perfect from myserver. My webservice will allow user at client to uplaod thier file into my server .... but when run the upload.. i getting this error.. pls advice -- Masita ...more >>

Returning DataTables from Web Services in ASP.NET 2.0
Posted by JonJon at 1/18/2007 3:29:12 PM
I'm currently using .NET Framework 2.0 with WSE 3.0. I've read many articles that DataTables are now serializable and can be passed via web services. However when I have a datatable as my return type of a web method my client app (windows form) shows the response type as "XXXResponseXXXResult" w...more >>

Checkbox Disabled: Enable Microsoft Web Services Enhancements SOAP Protocol Factory
Posted by Joseph Geretz at 1/17/2007 6:57:15 PM
I'm trying to convert my DIME Web Service (WSE 2.0) to use MTOM (WSE 3.0). All the literature I'm reading specifies that I'll need to check both: Enable this project for Web Services Enhancements and Enable Microsoft Web Services Enhancements SOAP Protocol Factory. On the WSE 3.0 configura...more >>

Distributed transactions in Webservices.
Posted by Basil at 1/17/2007 2:49:44 PM
Hello! Could you help me? How can I implement distributed transactions in Webservices, if I have Framework 1.1, WSE 2.0? Could you give me a few samples? Thanks. Best regards, Basil. ...more >>

Why is my SoapContext.Current null?
Posted by Joseph Geretz at 1/17/2007 2:46:13 PM
I have a web service page which uses WSE 2.0 SP3 to return a file attachment on one of its method calls. All web service methods are functioning properly, except for this one method which uses WSE / DIME to attach the file to SoapContext.Current. I've traced into the problem running the page ...more >>

ADV: / SPAM: Job Posting Assistance
Posted by Brian P. Hammer at 1/16/2007 10:12:57 PM
All, Sorry for this "off topic" post but you all are always so helpful. We are a small company headquartered in Dallas / Fort Worth with 5 servers, 2 sites, 25 workstations and a couple remote users. We are outgrowing my ability to keep up and the ability to keep up development on small p...more >>

System.InvalidOperationException: WebServiceBindingAttribute is required on proxy classes.
Posted by Joseph Geretz at 1/16/2007 7:25:54 PM
System.InvalidOperationException: WebServiceBindingAttribute is required on proxy classes. My environment: Visual Studio 2005, targeting FX 2.0; I've developed a Web Service which uses DIME to transfer file attachments to and from the server. I'm using WSE 2.0 SP3 which is supposed to suppo...more >>

Is it possible to declare static properties on a Web service?
Posted by Jeff Johnson at 1/16/2007 11:19:45 AM
I want to do this in my Web service: public static Guid ApplicationId { get { return _appId; } } And then in my external code do this: Guid webServiceGuid = MyWebServiceReference.MyWebServiceClass.ApplicationId; In other words, I want the Web reference that VS 2005 creates to disc...more >>

Type Conversion Error at Compile-Time.
Posted by Adam Porter at 1/16/2007 11:19:23 AM
First off, I've placed my very first webservice on the web and can = access the .asmx file through my browser. Now, as I'm writing my Client = App, I want to call these services. I'm getting a strange error at = Compile-Time on all of my WebService calls. Here's some basic = information. Have yo...more >>

Webservice connection is not properly closed
Posted by Andrea at 1/15/2007 11:04:51 PM
From a C# application I'm calling a webservice asynchronously. I noticed with TCPView that the connection is kept open even after calling the endxxx method. I also tried making the call synchronously with the same result. How can I close the connection after the webservice call has been compl...more >>

SOAP Toolkit client problems with DotNet Service
Posted by Michael Russell at 1/12/2007 3:19:55 PM
Hi all, I'm trying to get a client working with my ASP.NET web service. The client's been working great up to this point with a SOAP Toolkit-generated service based on a VB COM library. On the client side, I'm calling the web service here: -- Dim soapClient As SoapClient30 Dim xmlList A...more >>

Duplicate class definitions
Posted by Jeff Johnson at 1/12/2007 2:14:25 PM
Disclaimer: I am extremely new to Web services and may very well be doing the wrong thing! Background: I have a Web service and a Windows Forms client app (VS 2005). The Web service exposes a method to accept a ScheduleEntry object, which is a class I have written. I felt doing this would b...more >>

Deploying ASP.NET 2.0 Applications in IIS 6.0
Posted by Bragadiru at 1/9/2007 1:47:11 PM
Hi all, Where can I find how to deploy a xml web service, build with .NET Framework 2.0 ? For Windows 2003 Server (IIS 6.0) or Windows XP Professional (IIS 5.1). I found only Win 2003 Server with .NET 1.1 : http://technet2.microsoft.com/WindowsServer/en/library/313990a7-4c68-4d69-a3ab-3...more >>

Invoke web service dinamically
Posted by AlbertoCanabal at 1/9/2007 4:10:46 AM
Hi everybody. I'm developing an app in c# that requires an invocation on some methods of different web services. The point is that the web service's name, parameters, URL and the method name and parameters are not known in advance (say, the app must have the ability to invoke any method on any...more >>

Windows Service or schedule task?
Posted by Dean Slindee at 1/8/2007 7:12:09 AM
I am writing a VB.Net application that will replace a series of DTS packages. The DTS packages run once a day at a scheduled time automatically. Would this new application be a Windows Service that runs constantly, or is there a way to schedule the automatic running of an application? It has...more >>

WCF: Passing client credentials?
Posted by MuZZy at 1/7/2007 1:20:19 AM
Hi, If I connect to a WCF service using ChannelFactory: IService1 service1 = ChannelFactory<IService1>.CreateChannel(tcpBinding, endpointAddress); How do i pass client credentials (e.g username, password)? All examples i could find use generated proxy and class is inherited from Client...more >>

WCF UserName authentication
Posted by MuZZy at 1/7/2007 12:56:02 AM
HI, I'm trying to implement username authentication for a WCF service (hosted in ServiceHost, not IIS) and once service starts it gets to Faulted state if i specify: tcpBinding.Security.Message.ClientCredentialType = MessageCredentialType.UserName; Here's the piece of code where servi...more >>

Hosting a Web Service in a Windows Service
Posted by Diego L Espiñeira at 1/4/2007 6:36:31 PM
Hi, all I've got a windows service (server) application and a winforms (client) application. What I need to do is to host a web service in the windows service application so the client can request information about its current state and request server's internal data to change on user's behalf, ...more >>


DevelopmentNow Blog