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

Filter by week: 1 2 3 4 5

Download Free Software: Xsteel,autocad,catia,archicad,wilcom,xxxxxxxxxx,delcam,ugs!
Posted by ProSoft at 4/30/2007 5:44:57 PM
Our team provide different types of services such as: - proffessional cracking of any kind of software (CAD,CAM,CAE,EDA,GIS,PCB,FEA,FEM,CNC,CFD,PDS,3D,Optics etc.) designed for any kind of operating systems(Windows 95/98/ME/2000/XP, Linux, FreeBSD, OS/2, MAC OS etc.) - producing keygens...more >>


"The test form is only available for requests from the local machine."
Posted by cmay at 4/30/2007 4:56:56 PM
I am trying to test some webservice methods that exist on a server. When I go to run them I get the message: "The test form is only available for requests from the local machine." There are lots of threads on this topic, with the suggested solution being to add this to the web.config: <web...more >>

setting a timeout when consuming a WS
Posted by GaryDean at 4/27/2007 5:40:42 PM
how can I deal with a web service that my not respond or my respond beyond my, say 30 second, tollerance? thanks Gary ...more >>

Developing a webservice simulator
Posted by Sinex at 4/25/2007 11:44:09 PM
Hardcoding and sending soap responses... -------------------------------------------------------------------------------- Hi, I need to develop a simulator for my webservice. This simulator will be used by the clients development team. Client has given me a wsdl file. My simulator has to be...more >>

Creating multiple namespaces on proxy
Posted by nyathancha NO[at]SPAM hotmail.com at 4/25/2007 9:21:25 PM
Hi, I am creating some SOAP web services in .net 2.0. The services (and classes) on the server side live in different namespaces. I was wondering if there was anyway to preserve the namespace seperation on the client side (the wsdl proxy thats generated by the microsoft wsdl.exe tool) and still...more >>

Email Validation inside webservice.
Posted by Srini at 4/25/2007 5:39:49 PM
Hi all, Im getting user information in webservice and storing in DB. In the email address field, i do want to validate the email address. like xyz@abc.com is give properly r not. (@ .) these things i wanna check inside the webservice. Please help me. Any help vud be app...more >>

WebService Credentials
Posted by mail747097 NO[at]SPAM fificorp.net at 4/25/2007 4:38:02 AM
I'm trying to access a web service with another user running under the built in web server in VS.NET 2005. I have the following code to access the web service: MyWebService webService = new MyWebService.MyClass(); webService.Credentials = new NetworkCredential("MyDomain\ \SomeoneElse", "HisPa...more >>

WebService Authentication
Posted by mail747097 NO[at]SPAM fificorp.net at 4/25/2007 2:45:52 AM
I'm trying to call a web service with a different user than the one I have logged in with. I'm using the web server built into VS.NET 2005. I have the following code to call the web service using a proxy class: MyWebService webService = new MyWebService.MyClass(); webService.Credentials = new ...more >>



How to enable my webservice to use https?
Posted by Sinex at 4/25/2007 12:00:00 AM
Hi. I need to write a simulated web service to give to my clients' development team. For the simulated service the client doesnt want any authentication...but they want to use https anyways. How do I proceed? An initial search tells me that I'll need a certificate. Guess I can make myself a cert...more >>

The underlying connection was closed
Posted by kirk at 4/17/2007 9:28:09 AM
Environment: c#, Framwork 2.0, Win2003 server, IIS 6.0, Copy deployment (uncompiled source code deployed to server) I have written a web service that calls another web service. The ws I am calling is third party, but written in .net (unknown framework version). I am calling the 3rd party...more >>

2.0 framework calling WCF service
Posted by Greg at 4/14/2007 7:08:02 PM
I have just created a WCF service that is using WShttpbasic and all is good when another .net 3.0 application consumes it. However, I have legacy apps that must use this service and are running on .net 2.0 and are housed on Windows 2000 servers. I have been unable to find ANY info on how t...more >>

Transferring data to heterogeneous clients
Posted by Robert Scheer at 4/13/2007 10:21:12 AM
Hi. I have an asp.net application that needs to serve some data to heterogeneous clients (some Java applications, one PHP application and other .NET applications). I am considering to create a Web Service to allow my clients to consume my data, but I am in doubt on how to do this. A simple ...more >>

Need to learn Web Services
Posted by E NO[at]SPAM GD at 4/13/2007 8:18:42 AM
I need to build a bridge between two applications and have been told to do it using web Services. Can anyone tell me where I can find a good tutorial with example code on the subject? The other technologies involved are Java, XML and SOAP which I already know. So I would like not to have t...more >>

[MSSQL] [WebService] Last inserted ID in transaction
Posted by Robert Wachtel at 4/11/2007 10:37:04 PM
Hi! I'm in desperate need for help. ;) Given is a table on SQL Server 2005 (T_IDTest with two columns: ID autoid and Text varchar). I implemented a webservice with two methods. The first method gives an empty dataset, so the client can append a row to this dataset. [WebMethod] publi...more >>

XML Web Services and Datareader Issue
Posted by Rikleo at 4/11/2007 12:00:00 AM
Hello Experts. I need your help, I am new to XML web service, and I have to complete one task. Here is current situation. 1. I have web service running to recieve SOAP message from an external service and send message reciepts. This service Recieve XML as object and transforms into XM...more >>

Multiref Question
Posted by KittyHawk at 4/10/2007 9:24:05 AM
I am writing an ASP.NET application to consume an Apache Axis 1.2 web service. The service contains a single method that returns a complex type. The SOAP response comes back as expected however I get a series of null values for properties labeled “multiref” in the complex type. Properties ...more >>

Consuming NOAA XML web service
Posted by xml .NET group at 4/9/2007 4:58:16 PM
I am trying to consume web services at http://www.nws.noaa.gov/forecasts/xml/ using the web reference http://www.weather.gov/forecasts/xml/DWMLgen/wsdl/ndfdXML.wsdl My code is as follows: gov.weather.www.ndfdXML proxy = new gov.weather.www.ndfdXML(); string xmlData = proxy.NDFDgenByDay(4...more >>

Recommended way to pass identity to web service
Posted by TS at 4/6/2007 5:14:53 PM
hello, I am wondering what is the best approach here. I have a web application that will authenticate when making web service calls. I want a service account to be used by the application to access Excel Svcs. In my application, the user will be authenticated using a custom HTTPHandler that...more >>

How to return XML/XmlDocument from a web service?
Posted by Quick at 4/6/2007 12:29:36 PM
Ok, please don't hold this against me, I know there are like 50 topics out there about this, but none of them really address the basics of this issue and I'm hoping there's someone around that can help. I'm looking for help implementing a very basic example. I have a web service with one web...more >>

WebMethod Times Out
Posted by landers at 4/5/2007 9:00:29 PM
Hi All, Trying to pass a 5Mb file in byte array parameter on a method. It seems to time out. I have set the ExecutionTimeOut in the web.config to 300. <httpRuntime executionTimeout="300" /> The following exception is raised: System.Net.WebException: The operation has time-out. I f...more >>

How to Pass NULL Eelment Value back to the client
Posted by N S S at 4/5/2007 12:22:01 PM
I have a webservice which queries the database, but some of the columns, contains null value, and don't show in the final XML that is sent to the client. The client Application breaks as the, XML sent is very dynamic. How can send all the column values, whether or not null?...more >>

How to start with web service and xml schema
Posted by Beginner at 4/4/2007 11:30:03 PM
Hi all, I am a new web service developer. I want to know about how to write web service with xml schema. I have searched a lot of xml schema topic but I don't know how to use it. if i have a simple web service(Calculator) [WebMethod] public int Cals(int x,int y) { int su...more >>

Web Service Client works only on some networks!
Posted by Ashwath Murthy at 4/4/2007 8:42:00 PM
Hi, I wrote a simple webservice client in c# that obtains an xml stream from the National Weather Services WSDL (http://www.weather.gov/forecasts/xml/DWMLgen/wsdl/ndfdXML.wsdl). This seems to run only on certain networks, and throws an exception (System.Net.WebException; Message="The ...more >>

IList deserialization
Posted by Vladner at 4/4/2007 1:06:00 PM
I have a class with a property of IList type and a webmethod with parameter of this class. When I try to invoke the webmethod passing an instance of this class, I receive the error below. System.Web.Services.Protocols.SoapException: Server was unable to read request. ---> System.InvalidOpe...more >>

Design for WS Client on a timer
Posted by Tina at 4/3/2007 6:04:37 PM
I need to write a client program that wakes up every so often to check local databases to see if there is anything to send to web services, check other web services to see if there is anything to get, etc. My first thought was that I would build this application as a system service on serve...more >>

Download file with in a web service and use it for furthur processing
Posted by apondu at 4/3/2007 3:39:39 AM
Hi, I am new to web services and i am facing a problem. I am interested in downloading some file from internet and use it for furthur processing For eg. i have a file at a the following URL and i want to download that file in the web service which i am coding and use it for f...more >>

Publish Failed (Why???)
Posted by Waldy at 4/2/2007 5:12:18 PM
Can anyone tell me why publishing a web service would fail. I get the really helpful message on the status bar "Publish failed". I have already published it to the web server and I'm trying to apply the updates. ...more >>


DevelopmentNow Blog