| Thread | Last Post | Replies |
|
| timeToleranceInSeconds not working | 06 Nov 2007 11:19 GMT | 4 |
We are having problems with time delays between a client and a webservice using ws-enhancements. When we set the property timeToleranceInSeconds it doesn´t work, and when there are time differences between client and server we get a an exception.
|
| soap extensions | 06 Nov 2007 03:42 GMT | 2 |
What are soap extensions? how can we use them? Thanks n Regards Bhuwan
|
| Passing a Class to a Web Service | 06 Nov 2007 00:51 GMT | 2 |
I would like to pass a class to a Web Service. I have created an xsd file and have converted it to a class using the following command: xsd HelloWorldSchema.xsd /c /l:cs The class file is generated but the Service.cs file is not recognizing
|
| Using Web Services to create Scheduled Tasks | 05 Nov 2007 14:50 GMT | 2 |
Hello. I am attempting to use a Web Service to create scheduled tasks. This works locally, on a workstation running XP, but when I move the web service, or a standalone application to a W2003 server, and attempt to create Scheduled Tasks, nothing happens.
|
| Contract First WSDL - Best way to validate incoming XML against Schema? | 05 Nov 2007 13:39 GMT | 1 |
I have a fairly complex collection of WSDL definitions and associated XSDs. I have used WSDL.EXE with the /si qualifier to generate a Class. I have then written my own code to implement the Class. That all works fine. BUT, I need as a first step to validate that the incoming XML ...
|
| Error while accessing Java web service from a .NET application | 05 Nov 2007 10:15 GMT | 1 |
I have a c#.net application which is trying to access a java web service, I get the following error: "<SOAPAction name> Unknown SOAP Action(possibly not yet implemented)"
|
| Creating certificate in .NET 2.0 | 03 Nov 2007 21:46 GMT | 1 |
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
|
| Generic Webservice methods | 03 Nov 2007 21:40 GMT | 3 |
I have a webservice with a static signature, that we have a custom request and result class to handle different webmethods/services. [WebMethod] public MyResult Process( MyRequest r )
|
| WebService changed the name of my class | 03 Nov 2007 21:37 GMT | 1 |
I am new to web service and I have a class called Pair like this: [Serializable] public class Pair<A, B> {
|
| Parsing HTML | 03 Nov 2007 01:04 GMT | 11 |
I want to parse a web page (in a web service) and retrive some of its information. I googled the MSDN and found a walkthrough (How to: Create Web Services That Parse the Contents of a Web Page) but the walkthrogh is a little complex and the writer did not completly describe all ...
|
| Deserialization and SOAP | 02 Nov 2007 16:25 GMT | 1 |
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 ...
|
| How to specify fixed length string parameter | 02 Nov 2007 15:54 GMT | 2 |
Is there a way that I can define a WebMethod with a parameter that is a fixed length string? I'm using VB.Net 2005 and would like to define a webmethod that will prevent the caller from passing a string that exceeds a certain fixed length. For this application if the string ...
|
| Delphi coded DLL, read by .NET Web Service? | 01 Nov 2007 13:46 GMT | 4 |
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
|