| Thread | Last Post | Replies |
|
| PAT, SoapActor and WebServicesClientProtocol | 02 Mar 2005 03:24 GMT | 5 |
Here's a brief overview of the architecture we have in place: WSE 2.0 SP2 Web Service on http://localmachine:8080/Service.asmx PAT Firewall with HTTP fixup at externaladdr 80 => localmachine 8080
|
| Securing a webservice on a app-by-app basis? | 02 Mar 2005 03:11 GMT | 1 |
1.) We have a central database of shared values that is maintained by an asp.net app. Only a few admins have access to the maintenance forms for this data which is secured by a simple web.config in forms folder for now. 2.) This application also exposes some webservices that ...
|
| HttpSoapRouter and retrieving WSDL | 01 Mar 2005 20:39 GMT | 3 |
I have a situation in which I must intercept all SOAP and HTTP traffic, forward the requests to an existing legacy application and perform some additional processing logic. I extended the SoapHttpRouter and use a simple naming algorithm to determine the URI to forward to. This ...
|
| Difficulties in Consuming Java Web Services in .NET | 01 Mar 2005 18:18 GMT | 1 |
I am consuming Java Web Services in .NET. The Java Web Services have been coded using Apache Axis. The binding style in the WSDL is 'Document' and type is 'Literal'. I have added these Java Web Services both as Web Reference and Reference (ie
|
| Web Service Versioning | 01 Mar 2005 17:00 GMT | 3 |
Hi all, Does anyone have any views/information on the best way to version web services. I am writing a proposal on how the company should handle versioning of its web services and would like some of your views.
|
| HTTP POST and comple types | 01 Mar 2005 15:28 GMT | 2 |
Looks like HTTP Poset protocol for Web Services only supports method receiving/sending base types or arry of base types. Is there any work around to this? My ws uses quite complex classes as input and works fine with soap. Thanks
|
| How to create a custom SOAP request? | 01 Mar 2005 15:27 GMT | 2 |
I'm working on a ASP.NET application where I have to consume WebServices from JAVA. When I look at the SOAP response from the JAVA app, it looks like this <str:XXXEnvelope ...></...> as you can see it is (namespaces) completely
|
| Error generating XML document - System.Object[] may not be used | 01 Mar 2005 10:23 GMT | 2 |
I have an object data class that Inherits from a java class and implements System.Runtime.Serialization.ISerializable as I only need to transfer across three properties, string, array of objects and another class OID, which returns an integer.
|
| ThreadAbortException: Thread was aborted exception??? | 01 Mar 2005 07:52 GMT | 3 |
I've got a WebServices application that uses Crystal Reports to produce and then export Invoices to PDF format. Without getting into too many details, it's just a big loop statement that goes out to SQL using a SqlDataAdapter, brings back a dataset which is pushed into the Crystal ...
|
| Converting C# Attribute to VB.net for WSE demo (ServiceStation) | 01 Mar 2005 05:21 GMT | 3 |
http://msdn.microsoft.com/msdnmag/issues/04/10/ServiceStation/ In the downloadable code (not the article itself) for this great article about WSE Security, Aaron Skonnard has the following C# method ... [WebMethod]
|
| How does one debug .NET deserialization problems? | 01 Mar 2005 02:43 GMT | 5 |
Why does .NET not issue messages or throw exceptions if it doesn't like something in the response from a web service?? I am getting a response object, but an array of custom objects within the response is null instead of being populated. The SOAP response from the service looks ...
|
| Consuming webservices in pocket pc application | 01 Mar 2005 02:10 GMT | 1 |
It's my first pda-application that I'm writing in addition to a website and windows client. But I have some trouble consuming my webservices... When I add my webreference and build the project I get the following error: "The type or namespace name 'browsable' does nog exist in the ...
|
| Namespace and WSE 2.0 | 01 Mar 2005 01:25 GMT | 3 |
My team has migrated a normal vanilla web service to WSE 2.0. Now can i continue to generate the proxy for this using WSDL ? I want a customised namespace (using /n:MyOwnNameSpace in WSDL) - will it work the same way as it did before ?
|
| Events in WebServices | 01 Mar 2005 01:16 GMT | 2 |
I have created a class with custom events. The delegate for the event is created before the class is declared. This event works fine when deployed locally. I convertied the Class into a Web Service, by adding the appropriate
|
| Intermittent Exception - The underlying connection was closed: Could not establish secure channel for SSL/TLS | 01 Mar 2005 01:12 GMT | 1 |
We are using web services that are secured using SSL, everything works fine, but every now and then we get an error:
>>START<< System.Net.WebException: The underlying connection was closed: Could not
|