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

Filter by week: 1 2 3 4 5

Deserialization and SOAP
Posted by Eep at 10/30/2007 2:51:01 PM
I have generated some classes for my XML using xsd.exe and the XML serialized from these classes validates as it should. I now need to wrap the generated XML in a SOAP envelope and post it to a URL using an HttpWebRequest object. Is there an easy way to add the SOAP envelope? I also need to de...more >>

Creating certificate in .NET 2.0
Posted by Amit at 10/30/2007 5:24:08 AM
Hi evevryone, I have one requirement here, where i have to create a utility/program which will use certificates for securing web service communication between the client and web service to verify that client has the license to make a call to web service. and this functionality i have to b...more >>

schedule a .net web service
Posted by Priya at 10/29/2007 5:03:01 PM
Hi, I've developed a C#.NET webservice. Is it possible to schedule it. Also If Download is one of the operation performed by the web service can i use the url : http://localhost/FileDownload/Service.asmx/Download? Thanks in advance Priya...more >>

Client Information
Posted by Scott Elgram at 10/29/2007 1:16:01 PM
Hello, I have a webservice designed in VS 2005 using C#. I would like to know the URL and the IP addresses of the people who are accessing my service. Is this a possibility? if so how? Thanks, -- -Scott ...more >>

Delphi coded DLL, read by .NET Web Service?
Posted by davebythesea at 10/29/2007 5:59:01 AM
Dear List, We have a large application written in Delphi. I am writing a mobile app written in .NET (C#) which reads and writes into the Delphi applications Oracle database via a .NET Web Service. Much of the data centred functionality on the application is quite involved, and to re-write a...more >>

How to handle return Java ArrayList into my DotNet Client API
Posted by Nicolas at 10/28/2007 10:02:35 PM
Very urgent need help on how to handle the ArrayList return by the Java webservice into my DotNet Console application Actually the bug came within the return has not understanding the return XML document Additional information: There is an error in XML document (1, 573). my code is like thi...more >>

Send attachment with DIME
Posted by Jakob Lithner at 10/23/2007 12:41:06 AM
I have never sent attachment with webservices. Yesterday I got the challenge to redesign my solution that sends large XML structures to a Java webservice. The reason was that the Java SOAP implementation had problems consuming too large files that way. They encountered a memory leak in the pa...more >>

web service call locks up C# winforms application
Posted by chendricks at 10/22/2007 1:05:01 PM
I have a C# winforms application that makes periodic web service calls in background thread to my web service server. These calls work fine almost all the time but on rare occassions the web service method call will never return and the entire application will freeze, even though the call is b...more >>



Pass class object to web service
Posted by TTK at 10/22/2007 11:05:03 AM
Hello, I have been researching this for a long time. I am trying to find out how I can pass an object to a web service. I need details on the code in vb.net if possible. I would like to have the client to send an object "Order" to a web service. Public Class Order Public Order...more >>

accessing unsecured webservice from a secured webservice
Posted by Mahesh Reddy at 10/22/2007 5:06:01 AM
i have a secured webservice implemented using WSE2.0, also i have added a soap extention to it for removing certain header information. now my problem is, i am not able to access another unsecured webservice(not WSE implemented) from this secured webservice. also there is a something interesti...more >>

Achieving Maximum Throughput with Web Services and ASP.NET Front End?
Posted by Spam Catcher at 10/20/2007 3:25:07 PM
Hi all, I'm building a multi-tier web application that is primarily driven by a web service back end. Are there any configuration settings I should know about to increase the performance of the site? For example, if the site is going to service 100+ users, do I need to do anything spe...more >>

Expose .net dll as web service
Posted by inga2005 at 10/19/2007 10:48:55 AM
Hi! Is there a way to expose all the methods in a .net dll written i C# as a web service without having to do it method by method but just as a transparent layer? /erik ...more >>

WSRM (WebService Reliable Messaging) Implementation in .net
Posted by naamala at 10/17/2007 11:39:24 PM
Hi, Whether WSRM (WebService Reliable Messaging) implementaion is available in .net technologies? Whether WSE 3.0 contains the implementation of WSRM? Thanks ramesh ...more >>

Why do I need both, getter and setter accessor methods
Posted by rbjorkquist at 10/17/2007 10:50:01 AM
This is my first attempt at writing/using web services, so any and all comments will be greatly appreciated. With that said, I am also by no means saying this is the correct either. I have noticed that when returning a new TPastePart, created and filled by the web service, that if the "PasteP...more >>

Help with returning a C# object from a web service
Posted by rbjorkquist at 10/17/2007 10:33:29 AM
This is my first attempt at writing/using web services, so any and all comments will be greatly appreciated. With that said, I am also by no means saying this is the correct either. I have noticed that when returning a new TPastePart, created and filled by the web service, that if the "PasteP...more >>

Async web service methods calls
Posted by Stefan Filip at 10/17/2007 7:20:00 AM
Hello, I'm trying to launch several async calls for different methods of a web service, but I get this error when i'm trying to read the result (There was an error during asynchronous processing. Unique state object is required for multiple asynchronous simultaneous operations to be outstan...more >>

notifing clients about server events
Posted by almir at 10/16/2007 10:51:26 PM
hi, i need to notify clients about change that happened on server. there will be about 2000 clients each will have my service running in it, what would be the best way to notify only few of them them (not all) about event on server. i think that using .net events is not an option in this ...more >>

XP Home as simple WebServices server
Posted by davebythesea at 10/16/2007 3:34:01 AM
Hi, This is just a general question regarding the possibility of hosting a webservice on my PC at home (Windows XP). I may upgrade to XP Professional so I can get access to IIS. I was hoping I could maybe setup a web server under IIS, and place my Web Service in there. Then I was hoping i c...more >>

new project - remoting, webservices or WCF?
Posted by Kai Fransson at 10/15/2007 10:10:01 AM
We're starting a new project with a distributed winform client that communicates with a central server, primarily all on the same LAN. Large amounts of data may be sent to and from the client. My first thought was to use WCF but I was sad to learn that Framework 3 is not supported on Win 2k...more >>

irm and web services
Posted by Raan at 10/14/2007 10:44:27 PM
Hi, I can open, edit,save the file,but I can not apply IRM to Word in asp.net webservice. my code likes this: Doc = WordApplication.Documents.Open(); // open WordApplication.Selection.TypeText("edit it");// edit it // Doc.Permission.Add(userid, permission, expireddate) // apply IRM Doc....more >>

System Administrator
Posted by Fran at 10/14/2007 10:44:02 AM
How do I get in touch with the system administrator?...more >>

How to receive/send XML file through HTTP Post?
Posted by John Dow at 10/9/2007 12:13:39 AM
I am trying to receive/send xml files with predefined schema from/to another server using http post, and a success message back to the sender Would someone give me a start point where I can start to design the piece? Is webservice the best practise to use? Could someone give a code sample or ...more >>

Calling a webservice from VB6 through a proxy server
Posted by Flic at 10/3/2007 9:07:34 AM
Hi, Please excuse the elementry nature of this query - I'm new to web services. I created a webservice in VB.NET (studio 2005 fwk 2.0.5..) which is hosted on an external server. Then I created a VB6 program which uses the webservice and it works just fine. The VB6 code looks like this: D...more >>

WCF - Client dll not working
Posted by C Downey at 10/2/2007 11:40:37 AM
I have created a WCF Service hosted in IIS. In my web.config it has its = endpoint configured like so: <service behaviorConfiguration=3D"JobServiceConfig" = name=3D"MyTest.JobService"> <endpoint address=3D"" binding=3D"basicHttpBinding" = contract=3D"MyTest.JobService"/> </ser...more >>


DevelopmentNow Blog