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 2008

Filter by week: 1 2 3 4 5

... forbidden with client authentication scheme Anonymous
Posted by mzarlenga@gmail.com at 3/28/2008 8:51:48 PM
I have a client / server written in C#/VS2005 that uses WCF. Each component exposes a secure (https:) endpoint with WCF. httpcfg was used to secure the ports with certificates. (Both system use the same certificate for their endpoints, in case that matters) The client and server are on differe...more >>


Need to View SOAP Messages Between Client and Web Service
Posted by EagleRed@HighFlyingBirds.com at 3/28/2008 2:16:02 PM
I have written a Web service using VS2005 and deployed it to a Web server and it is running using HTTPS. We have a person who is writing a desktop application using a non-Microsoft development tool. He is generating the requests manually and is having some difficulties. I have a Windows tes...more >>

App wide catchall exception handler
Posted by John at 3/27/2008 3:06:42 AM
Hi I have a vs2008 winform app that has a start-up form assigned through application framework i.e. no Sub Main. How can I setup a catchall exception handler to my app to catch any unexpected exceptions? Thanks Regards ...more >>

How to configure webservice to use someother extension than .asmx
Posted by Sajit at 3/26/2008 9:55:01 PM
Hi, I am trying to create a .net webservice, but i dont want the webservice to be accessed using .asmx extesnion .I should be able to accesses the webservcie using the url something like http://localhost/myservice.sac I have tried configuring the web.config of the webservice like this <htt...more >>

new development computer program no longer runs
Posted by cj at 3/26/2008 2:08:51 PM
I just got a new development pc. I copied my projects to the new pc and find that I can not run the web service I've written on my new pc. I published and ran it fine on my old pc. I haven't changed a line of code yet. Both PCs are XP. Here is the error I get on my new pc when I enter h...more >>

WCF Duplex in Winforms Question
Posted by Jeff at 3/26/2008 8:57:01 AM
I still have a lot to learn about WCF and I am hoping someone can point me in the right direction. I am using the wsDualHttpBinding binding to implement a publisher subscriber model. I have 3 projects set up in a solution - the host, a Console client, and a Winforms client. The Console cli...more >>

Invoking Web Service from WinForm App VERY slow first call
Posted by Jim Owen at 3/25/2008 9:36:00 PM
Hi, We have been putting together a Win Forms application that consumes a web service to obtain item information for a client. We've found that the first call to the web service from the application, no matter what the call is, takes way, way too long. We've timed it at over 15 seconds, but ...more >>

Difference between SOA and RPC
Posted by Kaushal Mehta at 3/25/2008 5:42:02 PM
Hi, I am trying to understand between SOA and RPC concepts. I tried to search the net for the difference, but found there is not much material that discusses about them. Lot of the material referes to SOA and RPC are the same. Any guidance or reference to the materials would be apprecia...more >>



Compress xml string transfer through webservice
Posted by Sel at 3/25/2008 3:13:01 PM
Hi In my application transferring large xml data over the network with webservice. So i decided to compress the data using GZip stream. But i am compressed the data and passing it as memory stream. I am getting error : There was an error in generating XML document. When saop pro...more >>

Rename the App_code.dll
Posted by Sel at 3/25/2008 11:58:02 AM
Hi, I have developed web service for e.g "MyWebservice" in VS2005. I published the webservice and get the dll as App_code.dll. But in VS 2003,we will get the MyWebservice.dll. How to get the service name as dll. Thanks in advance!! Sel ...more >>

Wsdl Conform
Posted by Wind at 3/25/2008 11:03:11 AM
Hi, This is the wsdl that we should conform. It was generated with Axis. <?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions targetNamespace="http://Thisisthesite.com" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://Thisisthesite.com" xmlns:intf="h...more >>

HTTP 500
Posted by Lubomir at 3/24/2008 3:25:00 PM
Hi, I created the IIS 7.0 hosted service (Vista Business OS). When I run the project from within VS 2008, the ASP.NET Development Server is launched and browser will show the *.svc page If I enter the url for *.svc file to the web browser (so it means I want to show *.svc page with IIS a...more >>

Webservice callback
Posted by Chuck Vance at 3/23/2008 12:00:00 AM
Hi NG, I want to use a Webservice to pass data from a client to the WebServer. The client then immediately gets the response "Data send - wait for the result". After a while (after the data has been processed) the Webserver has to pass the calculated data to client. One way could be to let ...more >>

Web Service Catalog
Posted by Sel at 3/21/2008 5:05:00 PM
When we create a web service in .Net 2.0, after deploying the web service and browse the service in IIS we will get the statement as Name of the Web Service "The following operations are supported. For a formal definition, please review the Service Description" Can we able to customize ...more >>

how do I get my own Web Service URL??
Posted by Rogelio at 3/20/2008 10:08:00 AM
hey, I have a web service here, with a few aspx pages too. I want it to display the current web service URL. now the first example I have found is System.Net.Dns.Resolve(System.Net.Dns.GetHostName()).AddressList[0].ToString() but this gets the local IP addres of the computer. if I were run...more >>

Generated proxy WS methods require parameters optional in WSDL
Posted by mvexel at 3/18/2008 7:42:07 AM
Hi all, Consider the following snippet of WSDL: <xsd:element name="findWellsInputMsg"> <xsd:complexType> <xsd:sequence> <xsd:element name="language" type="dds:LanguageType" /> <xsd:element minOccurs="0" name="longitude" type="dds:RangeType" ...more >>

System.Net.HttpWebRequest equivalent
Posted by John at 3/17/2008 2:03:52 PM
Hi What is the System.Net.HttpWebRequest equivalent code for the MS XML related code below? Thanks Regards Set oHttpPost = CreateObject("Microsoft.XMLHTTP") oHttpPost.Open "POST", "www.MyUrl.com", False oHttpPost.setRequestHeader "Content-Type", "application/x-www-form-urlencoded" ...more >>

Preserving static variables in web services.
Posted by biztalk2006 at 3/16/2008 4:28:01 PM
I have a static variable in my class that contains a socket connection. This class is called from a webservice. I donot create a socket for each request . the socket is created and connected to the target address for the first request.The subsequent requests each utilize the same socket. I...more >>

Consuming a web service - Access problems
Posted by Sannish Hari at 3/16/2008 4:56:15 AM
I am trying to access a webservice but have problems with connecting. Config file is after the error. This is the code i am using and the error is as below: using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using...more >>

Privileges needed to instantiate COM objects
Posted by nano2k at 3/15/2008 6:11:13 AM
Hi I develop a webservice that, from time to time, needs to instantiate a Word application and to create a document locally. The webservice is running under the default credentials (ASPNET / NETWORK SERVICES) but this doesn't provide enough rights to manipulate Word. The solution is to imper...more >>

Removing Timestamp from a SOAP message with WSE 3.0
Posted by Sònia at 3/14/2008 4:43:00 AM
Hi, I'm developping an WSE client application that calls a webservice with WS-Security. I'm sending a SOAP message like ************ <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.mete...more >>

IIS & Windows Integrated Security for WCF webservices
Posted by DevMountain at 3/12/2008 6:27:01 AM
Hi all, I have searched everywhere to get a straight forward answer to my question but to no avail. I hope someone where can help. I have a windows application that needs to talk to some WCF web services hosted in IIS. I want to be able to identify the user in the webservice who initiate...more >>

Borland C++ client and .net 2.0 webServices
Posted by Andrea Valori at 3/12/2008 3:33:09 AM
Hi everyone, I'm trying to consume a .net 2.0 webservice by a 3ty part client written in Borland c++. The test web service function is very simple: a function that accepts two integer passed byval and returns true if the integers are the same and false if they aren't. The problem is that when ...more >>

Readonly property WCF
Posted by Niclas at 3/11/2008 9:18:57 AM
Hi, I am developing a service in WCF and am returing a complex object to the consumer of the service. I would like some properties of this object to be readonly but from what I understand readonly properties are not supported in WCF. Is there a workaround for this, or do I need to make all ...more >>

WCF security advice (and clarification) needed
Posted by Anders Jensen at 3/11/2008 9:08:03 AM
Hi After a couple of days of trying to get to grips with WCF i need some advice on how to implement security. We will be using the NetTcpBinding and message-level security, the only thing is, we are not completely sure what actually happens per default. If I set SecurityMode.Message, per...more >>

Problem with ServerTooBusyException when using reliable session
Posted by Kaushal Mehta at 3/9/2008 10:26:02 PM
Hi, I am facing the ServerTooBusyException when using reliable session and net.tcp binding. I have single server and single client application. The client registers for the event at the server. When event occurs server send the message to the client indicating event occurance. The event...more >>

401 unauthorized message
Posted by Blasting Cap at 3/6/2008 1:33:11 PM
I've got a web service that had been functioning up until I moved it to a new server a while back. It basically is a screen scrape that grabs off html off a UPS or Fedex web page. All of a sudden, I'm getting a 401 Unauthorized message when I try to run it. So is another application tha...more >>

WCF - Client Credentials (Username/Password) - ASP.NET Membership
Posted by Philip at 3/5/2008 10:08:00 PM
I am using the ASP.NET Membership provider for username/password authentication with my WCF service, and this authentication process is working fine, however I am unable to obtain the authenticated username within my WCF service. I need to know the username for database accessing purposes. ...more >>

Web Services Client Error
Posted by Mark Stevens at 3/5/2008 6:37:57 PM
Have developed a web service which is running on Window 2003 server SP1 and is has been developed in .NET 2.0. The client app is a Windows app developed in .NET 2.0 on Windows XP using VS 2005. The target platform is Windows XP in a managed environment so I do not have much luxury in the serv...more >>

Progress bar for web service?
Posted by Bradley Plett at 3/5/2008 12:12:16 PM
I am aware that showing progress for file transfers is relatively easy with WCF since it can be done using a stream (see http://www.codeproject.com/KB/WCF/WCF_FileTransfer_Progress.aspx for a good example). However, I would like to show progress for a strongly typed object. Is there an easy wa...more >>

WCF - Client Credentials (Username/Password) - ASP.NET Membership
Posted by Philip at 3/4/2008 6:25:01 AM
I am using the ASP.NET Membership provider for username/password authentication with my WCF service, and this authentication process is working fine, however I am unable to obtain the authenticated username within my WCF service. I need to know the username for database accessing purposes. ...more >>

Webservice not returning the right datatype
Posted by Ishan Bhalla at 3/3/2008 5:21:24 PM
Hi Am new to webservices. I have developed one in VS2005 that returs a dataset, but when i try to consume it gives a type error. Have included the code below: <WebService(Namespace:="http://www.flairview.com")> _ <WebServiceBinding(ConformsTo:=WsiProfiles.BasicProfile1_1)> _ <Global.Micro...more >>


DevelopmentNow Blog