| Thread | Last Post | Replies |
|
| From working to not working :( | 23 Feb 2005 11:06 GMT | 4 |
I have a webservice that checks for mail every x seconds with a timer. I had it set up on a win xp computer and it was working fine. When I recently moved my webservice to a win 2003 server, it seems like the timer stops working after a while. I have no idea why.
|
| Override customXML Serialization on Web Service-returned class | 23 Feb 2005 08:16 GMT | 2 |
Hi y'all, we're using a bunch of classes in a project, that we wanted to convert to-from xml easily. So, we defined XmlAttribute annotations for our class members and all worked fine. The Xml stream came from an external source
|
| Multiple stsadm restore to same machine fails | 23 Feb 2005 03:09 GMT | 2 |
Hi does anyone know why multiple stsadm restores of a single site on to the same box fails? stsadm complains
|
| WSE2.0 - best practise guidance | 23 Feb 2005 02:06 GMT | 1 |
I would like to implement WS-Security features using WSE2.0. Initially the services are consumed by .NET Windows Form Clients. What do you think is reasonable level of security and safety? Do you think following configuration of the web services proxies are "good
|
| Exporting WS location (URL) to config file | 23 Feb 2005 00:24 GMT | 1 |
How to overcome this: I have a web service on my local machine (Machine A) and a client of it, also running on machine A. I generate a client for this webservice using wsdl.exe. Next, I add the generated file to solution, and can see generated
|
| Problem with SoapService with custom SoapHeader with mustUnderstand="1" | 23 Feb 2005 00:07 GMT | 2 |
I am having a web service and client built using SoapService and SoapClient respectively. My client needs to a custom header (derived from System.web.services,Protocols.SoapHeader) with mustUnderstand attribute to be true.
|
| Web-Services with a Collection of a custom object | 23 Feb 2005 00:03 GMT | 3 |
I'm trying to consume a web-service that is supposed to return a collection of a custom object. The web-service was not created with C# or VS.net. It was created with IBM VisualAge Smalltalk 6. I haven't had problems consuming other web-services but c# seems to choke with
|
| how to ignore inherited members with XMLSerialization | 22 Feb 2005 22:27 GMT | 6 |
I have a class which inherits from a generated abstract base class. I simply want to hide some fields which are inherited from the base class when it is serialised. I have tried:
|
| Consume java web service (incomplete XML) | 22 Feb 2005 22:21 GMT | 2 |
Hello, i try to consume a java web service from a asp .net page, i make without problems the web reference tu wsdl file http://machine/WebService/nameWebService?WSDL in the asp .net page put the code
|
| WebService Logging | 22 Feb 2005 22:01 GMT | 3 |
Is there any way to log all the messages sent to and from a web service? I am trying to debug a webservice but I need to look at the messages directly, and IIS' built-in logging functionality doesn't contain the contents of those messages.
|
| Modifying WSDL Response Element | 22 Feb 2005 20:05 GMT | 4 |
I have a web service being consume by a new client. The WebMethod they are calling is called Process. So in the WSDL I have has 2 elements, Process and ProcessResponse. <s:schema elementFormDefault="qualified"
|
| XSD Schemas - Which Direction | 22 Feb 2005 19:53 GMT | 3 |
I am in the process of designing a web service for my company. It is my first commercial web service, so i think my "Hello World" coding model wont quite cut it here :). Anyway, i am writing a design document for it, and want to provide XSD Schema information for XML used.
|
| Help!- Socket error in Web Service when network is disabled. | 22 Feb 2005 13:31 GMT | 3 |
All the components have been developed using .NET C#. I have a web service installed on a windows 2003 server machine. I have a client application running from 10 different machines and calling that webservice.
|
| Sharing types between Web Services in different languages | 22 Feb 2005 13:08 GMT | 6 |
I have 2 web services, one writtenin C++ (ATL) and another one in C#. Is there a way to define data stuctures in a single place both services could use? The structures are the same, but if I add a web reference from the C# project to the ATL project, all the structures belong to the ...
|
| Disparity between XML Schema types and .Net CLS types | 22 Feb 2005 06:08 GMT | 2 |
The following link lists the mapping of XML Schema types to .Net Framework types: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cp conXSDSchemaObjectModelSOM.asp I have a schema with an element of type "nonNegativeInteger". When I run
|