| Thread | Last Post | Replies |
|
| Soap Fault from within a class - no Detail | 08 Oct 2006 10:01 GMT | 3 |
I am trying to encapsulate logic within classes, so I have this: Public Class StolenVehicleTemplate Private _Make As String Public Property Make() As String
|
| helloworld comes up with 404. | 07 Oct 2006 15:37 GMT | 2 |
Hi I am trying to load a new web service onto a production box and it's just not working so I am now trying with helloworld which doesn't work either. I cannot publish to the server as vs2005 tells me the IIS on that box
|
| SoapExtension on client | 06 Oct 2006 22:39 GMT | 1 |
In a web service I have 8 methods (there's about 50 in that web service) that use a custom soap extension for compression data. How set the client (a .net winform) to use the custom soap extension when calling this webmethods? The generated proxy don't use then and allways I need ...
|
| how to use WSDL,exe generated code? | 06 Oct 2006 22:33 GMT | 1 |
Using the .NET 1.1 Framework SDK WSDL.EXE tool and VS.NET 2003, how do I use the code generated from WSDL.EXE. I have a WSDL file and I have successfully called WSDL.exe like so: wsdl /out:myproxy.cs mywsdl.wsdl
|
| Classes in webservice have the same name | 06 Oct 2006 18:43 GMT | 5 |
We have a webservice that is a passthrough to a third party webservice. The third party webservice uses the classes that are named the same for both the submission and result message. We have separated these out to different namespaces in our webservice. Eg.
|
| Identifying calling user with custom authentication | 06 Oct 2006 18:36 GMT | 1 |
I've searched through this newsgroup but have been unable to find something to answer my question so I'd better go ahead and post it We are currently developing a web service for processing requests on a business domain. We are interested in utilizing a custom authentication
|
| Difference between abolsute expiration and sliding expiration. | 06 Oct 2006 18:21 GMT | 1 |
can anyone tell me difference between absolute expiration and sliding expiration. thanks in advance.
|
| XmlInclude and ParameterStyle.Bare | 06 Oct 2006 11:07 GMT | 1 |
I'm using ParameterStyle.Bare and have a Request Object as an in parameter for my web method. The Request object holds a BaseObject. I have many different WebServices all using this single RequestObject but intended that depending on which service you call, you send in a
|
| Dynamic web service call | 06 Oct 2006 00:41 GMT | 1 |
I already build my "wonderful" webService and it returs DataSets exactly like I want, and it does wonderful things... but... Now that I develop a Window Forms application that consume that web
|
| strange date behavior | 06 Oct 2006 00:35 GMT | 3 |
I've created a web service method which looks like public MatchResult CheckMatch(MatchData MatchValues) MatchData is a class defined as: public class MatchData
|
| Urgent: Web Services | 05 Oct 2006 20:57 GMT | 1 |
I am pretty new to web services. And I have a situation where i am using a web Method that will send an xml documents. I am getting data into the dataset and then using dataset.getxml() method
|
| Web Service and Asyncronous Notification | 05 Oct 2006 17:58 GMT | 1 |
Is it possible to develop a web service which can send asyncronous notification to the client application using Web Service and not the Remoting? What I really want to know that, if each client application have a web
|
| For Geeks: SoapExtensions | 05 Oct 2006 15:08 GMT | 1 |
I'm developing a Soap Extension to encrypt the body part of messages in web services just for fun. In that code I can crypt webmethos that use simple objects as strings in the conversation with no problems. But when I try send a DataSet using this
|
| Using Cache in WebServices | 05 Oct 2006 15:04 GMT | 1 |
I am developing a Asp.net webservice. Can I use HttpRuntime.Cache to store temporary data between method calls in a service. Also will the data persist if I have 2 webservices in the same project?
|
| Dynamically Consuming Web Services | 05 Oct 2006 11:41 GMT | 2 |
In a project I'm working on, I need to call web services methods based on information that is given to my client program only at run-time. I get the wsdl url, the name of the method to call and the parameters to use. While that would not be a problem with the old SOAP toolkit, I ...
|