| Thread | Last Post | Replies |
|
| Switching between two web servers? | 31 Jul 2006 17:12 GMT | 1 |
I have two web services, on two different servers, if one goes down, I want to be able to switch to the othere one. until the first web services is back up. is there way to this.
|
| WSE 3 add-in | 31 Jul 2006 16:40 GMT | 2 |
In spite off all the links and tips i found on the internet, i still haven't the WSE 3 add-in in VS2005 pro. As a beginner with WSE, i started with the WSE 3.0 hands on lab to learn. Does anyone have the sollution of getting the WSE add-in in
|
| How to Persist Custom Class to Web Client? | 31 Jul 2006 15:12 GMT | 1 |
I made my own class, MyCompany.MyClass and I want to send one object of this class from my webservice to the client. On the client side, when I Update Web Reference, the object is known as ProjectName.localhost.MyClass and not MyCompany.MyClass and the C# code
|
| WSE3 interoperating with other WS-Addressing versions | 31 Jul 2006 14:58 GMT | 1 |
Hello, I'm trying to coerce a WSE 3.0 client into consuming an Axis2 web service. The Axis service generates WS-Addressing elements with the 2005 (http://www.w3.org/2005/08/addressing) standard, but WSE3 expects the 2004/08 namespace.
|
| axis wss4j client signature cert problem WSE590 | 31 Jul 2006 14:53 GMT | 5 |
Can anyone help me to understand the following exception? I've verified that my self signed public key is installed in Local Computer/Trusted People which is what I've specified in my policy files as the location of my client certificates. That said I'm not sure what other possible
|
| Array | 30 Jul 2006 21:11 GMT | 1 |
Hi! Can we return an Array of object from a Webservice? If anyone can provide some example that will be very nice. Thanks in advance.
|
| problem with web service. | 30 Jul 2006 21:01 GMT | 1 |
I have a web service with codebehind in c#. ASP.NET 2 with framework 2. Some times I receive this error: The underlying connection was closed: The connection was closed unexpectedly. Which it is the cause ? I have setting the <httpRuntime executionTimeout="200" /> on the web ...
|
| Dime with WSE 3.0 | 29 Jul 2006 22:36 GMT | 5 |
I have an application that uses DIME to send and receive attachments. Now I want to migrate to WSE 3.0 and as I understand it DIME is not supported. I got lost with the web pages on how to send/receive large amounts of data. Maybe someone can help me translate WSE 2.0 code to WSE ...
|
| WS- I Basic Profile - Clarification | 29 Jul 2006 02:53 GMT | 3 |
Please forgive my ignorance as I’m new to SOA related interoperability issues. The requirement is to build interoperable web services which should conform to WS-I Basic Profile 1.1 (This requirement came little late in the development life cycle)
|
| Calling web services from .NET | 29 Jul 2006 02:21 GMT | 5 |
I have an ASP.NET application that calls web services on another host. Is there a way that you can control the lifetime of the underlying TCP connections that .NET uses to make the web service calls? From what I understand, by default, .NET is configured to use a maximum of two ...
|
| Problem: My web service calls only open a single connection to the web service machine | 29 Jul 2006 02:16 GMT | 1 |
I've got a web application that makes web service calls to a J2EE back-end server farm. It appears that the .NET runtime is setting up a single connection to one of the J2EE servers on the back-end, and sends all the web service calls over this connection. We have a CISCO CSM ...
|
| VB Project files | 28 Jul 2006 17:22 GMT | 1 |
What has happened to the vbproj file with Web Services written in VB 2005? Have they become redundant? Because the web service I am involved in developing, written by a colleague in VB 2005, doesnt seem to have a vbproj file. Yet it still runs.
|
| How to view SOAP requests | 28 Jul 2006 14:29 GMT | 2 |
Is it possible to view the incoming SOAP request on my server? I have a webservice running and I want to view the all the raw SOAP message's which I receive. Is it possible to do this by programmatically or enabling some service logs?
|
| How to view Soapmessage | 28 Jul 2006 07:21 GMT | 3 |
I need to observe the in coming soapmessages and responses of my webservise. what is the easiest way to do it? regards sanjaya
|
| Parsing the data from a webservice | 28 Jul 2006 04:58 GMT | 2 |
I have been working a webservice where I can use it in other applications that I am working on. However, I am running into a problem with the data returned and I was wondering if someone could help. This is the code for the method that I call
|