| Thread | Last Post | Replies |
|
| wizdl - open source web service test GUI tool | 31 Jul 2008 23:48 GMT | - |
wizdl (http://code.google.com/p/wizdl/) allows you to quickly import and call methods on any web service using a dead simple GUI. Not a single line of code to write! It supports services with complex method arguments and return types
|
| How to Serialization the class from a webservice request | 31 Jul 2008 13:41 GMT | - |
I'm using .net 1.1 and have a web reference to a 3rd party. What I'm attempting to do is when I get a "failed" response from the webservice (that's inserting some data or doing something else) I want to serialise the response object to disk.
|
| Migrating to WCF | 30 Jul 2008 09:29 GMT | 2 |
We have an windows forms app with SQL Server backend and middle tier using asmx webservices. The web service is secured using x509 certificates. We need to start migrating this app to .NET 3.5 with the aim of using WF, WCF and eventually WPF. The first thing is to move to VS2008 ...
|
| Money 2002 vista | 28 Jul 2008 06:07 GMT | 2 |
I have used money 2002 since it came out on my pc (WIN 95, 98 & XP ) I have now upgraded to vista home premium and am experiencing a problem. Occasionally when i open money all transactions from the previous session have disappeared and can only be found if i restore from backup ...
|
| What is the way one should send XML to a webservice | 25 Jul 2008 02:27 GMT | 4 |
I need to send XML data to a web service. Is there an XSD type I need to define? should I use some kind of encoding before? My problem is that the sent XML is being received encoded as follows:
|
| Using AS2 With .NET Webservices | 25 Jul 2008 02:25 GMT | 3 |
I'm looking for information on using AS2 with .NET Webservices. Does anyone have any experience or good links on getting started. Thanks
|
| DataTable returned from a Web Service | 23 Jul 2008 06:32 GMT | 9 |
Hello, I created a Web Service using .Net 2.0 that has a function that returns a DataTable. I can test the function from the web page when I access the .asmx from a browser on localhost and it works. I can also test the function using VB6 and the xmlhttp activex object. The ...
|
| Question on ASP.net datagrid | 22 Jul 2008 20:03 GMT | 1 |
Can anyone tell me how can I change the text box's size in datagrid?
|
| Date got offset by 1 day in webservice. | 22 Jul 2008 12:12 GMT | 1 |
I got a client application where it calls the webservices to save and retreive dates from an Oracle database. 1 problem I've encountered is that when a user select a certain date in the client application, when this date got to the webservice, it got offset by 1 day (plus/minus 1
|
| Set WebService Namespace attribute at runtime | 22 Jul 2008 11:48 GMT | 3 |
I have a webservice class MyService.asmx.cs with: namespace XMLWS { [WebService(Namespace = "http://mydomain.com/")]
|
| How to specifiy default values in WCF web services (repost) | 22 Jul 2008 10:40 GMT | 4 |
I am trying to specify a logical default value for a [DataMember] in a WCF Web Service using basicHttpBinding. I realize that the language defaults are: int - 0
|
| Web Services Bandwidth | 21 Jul 2008 17:28 GMT | 1 |
Hello everybody. I have an application that comunicates from a remote office with the central system in the headquaters using web services and the internet and I want to know how much bandwidth my aplication spend in these operations. The whole idea is to project how much ...
|
| WCF and endpoints setup something is not right??? | 21 Jul 2008 17:23 GMT | 2 |
ASP.NET page to WCF Service app. I want to make sure I get this right, because I am getting a 405 error Method is blocked. Web page has web.config points to service.
|
| .NET Alternative to SoapUI | 20 Jul 2008 15:17 GMT | 1 |
Folks, Does anyone know of a good, preferably free web services testing utility written in .NET ? I used to have SoapUI and it worked OK (with a horrible UI), but it stopped working on my reinstallation of XP :-(
|
| Question about SoapHeader | 19 Jul 2008 13:40 GMT | 1 |
I want to use soapheader to pass user credential for authentication when I call a web service. Is it ok for other non .NET application consume this web service? Let's say Java application. Thanks.
|