all groups > dotnet web services enhancements > august 2004 > threads for august 8 - 14, 2004
Filter by week: 1 2 3 4 5
Indigo and WSE (specifically WSE 2.0)
Posted by Michael Riggio at 8/13/2004 1:52:19 PM
What's the deal with Indigo and WSE? Will Indigo be able to talk to our WSE
programs (specifically our WSE 2.0 programs). Does anyone have details on
this?
Thanks,
-Mike
... more >>
EncryptedKey in WSE 2.0 -> "Referenced security token could not be retrieved"
Posted by Franco via .NET 247 at 8/11/2004 1:54:33 PM
I wrote a .net client using WSE 2.0 to talk to a web service.
The client signs the request.
The response signs the response.
So far so good.
However, i extended the service to encrypt the response. The symmetric key used to encrypt the reponse is itself encrypted using the client's x509 cert e... more >>
WSE 2.0 vs Remoting !?!
Posted by Pitone at 8/10/2004 11:19:01 PM
I'm exploring WSE 2.0 and .NET Remoting at the same time (but for different
reasons!)... I read that with WSE 2.0 I can create web services to support
directly a communication over TCP instead of using HTTP so it seems that now
I can build a windows service to expose "web services" over TCP using... more >>
WS-Security with soap.tcp
Posted by Michael Riggio at 8/10/2004 7:09:24 PM
Hi,
I'm just getting started with all this wse 2.0 stuff so hopefully I'm
not too lost with terminology. First, I created a console app derived from
SoapServer that has a soap.tcp endpoint. I then created a second console
app derived from SoapClient that will connect to the SoapServer. ... more >>
PDA Support
Posted by Gravy at 8/10/2004 3:40:49 PM
Really quick question. Is WSE 2.0 supported on PDA (pocket pc) if not are
there plans for this? I mean a PDA as the client, not the server!!
thanks
Gravy
... more >>
WSE Settings 2.0... does not work
Posted by David B Stinson at 8/10/2004 9:51:03 AM
I have installed Visual Studio .NET 2003 and WSE 2.0, but when I right click
my Project and then click on the WSE Settings 2.0... button, nothings happens.
The project is a console application (.NET) in Visual C++ .NET
I am trying to use it with a Web Reference to a .asmx web service.
Any help ... more >>
Error reading web service
Posted by John at 8/10/2004 3:53:38 AM
Hi
I am getting the following error when getting a dataset from a web method;
Unhandled Exception: System.InvalidOperationException: There is an error in
XML document (1, 138437). ---> System.IO.IOException: Unable to read data
from the transport connection.
Any idea what it means and how... more >>
System.Net.WebException making web service calls about 10% of the time.
Posted by Chris Langston at 8/9/2004 2:34:51 PM
We are seeing a very frustrating intermittent problem. We are making
Synchronious web service method calls from a .NET windows Service using the
following syntax
WebRequest.getResponse call it occasionally fails with the following error:
1) Exception Information
************************... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
header <To>
Posted by Jan Hruz at 8/9/2004 11:17:31 AM
Hello,
I tried to use TCPMonitor which redirects all request from port 8080 to 80.
I changed URL to
http://localhost:8080/UsernameSignCodeService/UsernameSigningService.asmx
in UsernameToken sample.
WebService raised :
Destination Unreachable ---> System.Exception: WSE816: The <To> header mu... more >>
calling a webservice from an aspx page
Posted by Oliver at 8/9/2004 1:23:02 AM
Hi,
I created a simple webservice. Now I would like to call it from an aspx page.
I tried the following code, but I keep getting a remote server error.
When I try to access the webservice directly
(http://localhost/webserviceTest/Service1.asmx/Hello), I also get an error:
Request format is ... more >>
WSE 2.0 sp1 SoapService method not getting called! HELP
Posted by cyberprunes at 8/8/2004 9:07:05 PM
I'm using SoapClient and SoapService classes.
It's a simple chat app. i enter text in a textbox and the soapclient
send it to the soapService using SendOneWay method.
The message is received by the SoapService. I turned on diagnostics
and I see the messages from the other machine in the Input... more >>
|