| Thread | Last Post | Replies |
|
| KerberosToken in both WSE 2.0 and 3.0 | 20 Jul 2005 13:38 GMT | 2 |
I have a web service using WSE 3.0. My client is using WSE 2.0. I'm having trouble with the KerberosToken. I am using KerberosToken2 with WSE 2.0, which was renamed to KerberosToken in WSE 3.0. I am getting the following error:
|
| Web Services without ASP.NET | 20 Jul 2005 08:23 GMT | 2 |
I'm just starting to look at web services. I was wondering, is there a way with the .NET Framework to create a Web Service provider without relying on ASP.NET? I would want my .NET Remoting object to be accessible via Web Service but WITHOUT going through ASP.NET and installing a ...
|
| session across two WS | 20 Jul 2005 08:19 GMT | 1 |
I have a scenario where the client calls Web Service WS1 and WS1 calls Web Service WS2 I have methods M1 on WS1 and M2 on WS2 both with EnabledSession=True assume M1 on WS1 does the following (in VB-like pseudocode):
|
| Record lock timeout with webservices | 20 Jul 2005 01:50 GMT | 5 |
We have a smart device application running on handhelds(Symbol MC9000G). The backend is Oracle and a middle tier web services development done in Vb.net. We use pessimistic Locking due to specific business needs When such a lock is made for a transaction (this code is in the web ...
|
| Please Help with webservice. | 19 Jul 2005 21:27 GMT | 2 |
I get the file in the webservice like this. bImage = New Bitmap("C:\Inetpub\wwwroot\images\GR4001.PNG") 'Save as PNG file bImage.Save(bFile,
|
| File transfert | 19 Jul 2005 17:08 GMT | 2 |
is it possible to send an image file to a web service .NET from a C++ client using the SOAP toolkit ? thanks for your help Richard
|
| Is possible (and right) call a webservice from a windows service? | 19 Jul 2005 16:39 GMT | 1 |
I need to do something that should be easy but it's revealing quite hard. Upload a large number of sql insert string to a remote db. I cannot use the sql 2000 web services, so this isn't the right way. In a first manner I started to write a simple web pages that load a remote
|
| Web-Server Configuration | 19 Jul 2005 16:34 GMT | 2 |
I have developed my first Webservice on local machine. Now I want to store it to our webserver. I copied the AMSX File to a Web Folder on Server. But it does not work. Error 401 when calling it through URL. So I looked up that on my machine the Web configuration knows all the .NET ...
|
| WSE464: No policy could be found for this message. | 19 Jul 2005 15:16 GMT | 9 |
We had a strange thing occur that I cannot duplicate and therefore debug and fix for next time. This is an app and web service that have been working together with WSE2 for many many months. Last night I was told that on one particular function in
|
| SoapReceiver pipeline ignores security token exceptions | 19 Jul 2005 13:57 GMT | 2 |
I have a server application which has been using WSE 2.0 and custom security tokens. We needed to change one of the asmx webservices to a SoapService. Now when the incoming security token is invalid, our SecurityTokenManager correctly throws an exception. The problem is that this ...
|
| What is the fastest way to return the binary of a file? | 19 Jul 2005 10:04 GMT | 1 |
Currently this is what I'm doing and it takes about 30 - 60 seconds for 88 kb file to show in my web browser from my web service. I think that is too long when you webservive is on a network server. Can someone look at this please. Thanks
|
| Clear text passwords and Oracle - arrrrrrgh - please help! | 18 Jul 2005 21:19 GMT | 1 |
I am working on a mobile application that consists of a number of handheld scanners, an Xml Web service and an Oracle 9i database in a highly secure environment. The .Net Compact Framework application running on the scanners executes Web service methods, which in turn execute Oracle ...
|
| ASAP using .NET | 18 Jul 2005 15:19 GMT | 1 |
Hi, I try to implement ASAP protocol in my web service, but I find a very hard problem. I define my SOAP Header: [XmlTypeAttribute(Namespace="http://www.oasis-open.org/asap/0.9/asap.xsd")]
|
| Problem consuming complex object with .NET | 18 Jul 2005 14:58 GMT | 1 |
I have webservice created with Axis 1.2.1 and that I am trying to consuming in .NET (VB) using the Microsoft provided tools. While I am able to consume methods on the service that return simple type, I cannot consume methods that return complex objects. I have tried
|
| Force SSL | 18 Jul 2005 12:25 GMT | 7 |
Is there a way to check if the current (web service)connection is using ssl? I'd like to be able to check for this and return an error if the connection isn't secure. I work in a heavily regulated industry and can't send data over a non-secure connection.
|