| Thread | Last Post | Replies |
|
| Fighting WSDL.exe | 06 Mar 2008 17:15 GMT | 6 |
Hello, a very newbie here, so please don't be too harsh! I have found my way through to using Altova XMLSpy to create what it says is a valid WSDL file (including picking up the Types from an external file as I shall need to reuse them). XMLSpy is happy, but when I try to push ...
|
| Webservice not returning the right datatype | 06 Mar 2008 15:43 GMT | 2 |
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")> _
|
| Webservice problem with xmlhttp | 05 Mar 2008 07:27 GMT | 1 |
I have an ASP.Net Project in C# which was running perfect and deployed for past 3 months. Last week i added added an .asmx file (webservice) in the ASP.Net project and accessed the webserive with xmlhttp object. The code is supposed to run streaming ticker on the webpage and polls
|
| WCF Return is a List of Interfaces and Not Returning | 05 Mar 2008 02:03 GMT | 2 |
My remote WCF receiver returns List<IFoo>. The WCF receiver's called method properly populates the list, but the items in the list are not coming back properly. What is a workaround for this? Thanks.
|
| Newbie security problem | 04 Mar 2008 22:41 GMT | 1 |
I tried to write a webservice for test purposes. I have some PHP experience but am a newbie in C# ASP.NET web development. On the development machine (VS 2005) I create an empty ASP.NET web service project and added the [WebMethod] "HelloWorld" to it. When the
|
| Somebody please respond- Error in Hot Fix KB929729 | 04 Mar 2008 21:56 GMT | 1 |
Hi, The moment I uninstall this hot fix (KB929729) my webservice starts working if I install this hotfix the webservice returns the response with followng
|
| timeout error | 04 Mar 2008 21:52 GMT | 1 |
I've a method in my web service..which makes a call to db and sends back a dataset.. the query takes 2 mins to fetch the results..by that time i'm seeing a 'operation has timed out error' on my screen..
|
| Incorrect data types returned | 04 Mar 2008 19:15 GMT | 1 |
Hello, Am new to web services. i am exposing a web service that returns a datatable, but when i reference the web service and call it it seems to be returning
|
| Passing Custom Principal as Parameter? | 04 Mar 2008 16:58 GMT | 3 |
I have two custom classes that implement IPrincipal and IIdentity. The Principal class and Identity classes are built somewhere else in the infrastructure and the Identity is used to build the Principal. The class that implements IIDentity has this:
|
| why does my webservice web reference not work in aspx project?! | 03 Mar 2008 18:17 GMT | 7 |
I have a webservice on my local development box. I add a web reference in a web application to it. My reference usually comes up as "localhost" but that doesn't work when I try localhost.<webservice> ws = new ... to use it...
|
| Webservice drops multithread application | 03 Mar 2008 15:38 GMT | 3 |
I have a multithread method that calls a really long SP. It takes around 2 hours to run. this method is in a Webservice. I'm using Thread object to control the multithread procedure and each thread creates it own data connection to avoid connection already open exception.
|
| WCF and fileStream | 01 Mar 2008 23:36 GMT | 3 |
Is it possible to pass a file stream in WCF and if so can you pass an array of them? Thanks
|
| Try to make a web service out of a wsdl ... | 01 Mar 2008 20:05 GMT | 1 |
Can I ask you to try this? Below you see a wsdl? could you try to make a .NET web service out of ths wsdl (under localhost)? Some criterias must be met in the new .net web service:
|
| Web Service Start Up | 01 Mar 2008 18:53 GMT | 2 |
I'm trying to speed up my web services. My problem is that the data takes a while to build so I cache it and only refresh the data every 24 hours. However, the data will only cache after the first person requests it.
|
| Example of using Static wsdl in a .net web service | 01 Mar 2008 18:51 GMT | 5 |
I am trying to create a web service from a wsdl from a external part. The external part is running as a client, but forces us to use their wsdl specification because they are communicating against several other parts which also must follow their wsdl contract. Now we are the
|