all groups > dotnet web services enhancements > august 2004 > threads for august 1 - 7, 2004
Filter by week: 1 2 3 4 5
Null RequestSoapContext.Current in Soap Client problem
Posted by WSE_Developer at 8/6/2004 6:21:02 AM
Hello all,
I'm building a TCP web service using SoapClient/SoapService as my base
proxy and WS classes, and need to stuff in a Username token on the client
side. Problem is, the RequestSoapContext.Current object is null on the proxy
side. Am I doing something wrong here? What do i need ... more >>
why:Server unavailable, please try later
Posted by Steven joe via .NET 247 at 8/6/2004 1:40:12 AM
(Type your message here)
--------------------------------
From: Steven joe
Hi:
I got a problem with this same example,why the exception:"Server unavailable, please try later",what shall I do? Thanks.
-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
... more >>
WSE2 Policy problem
Posted by Ben Bloom at 8/5/2004 10:32:47 AM
I tried to set up the Policy example from the Hands on Labs, and now I'm
trying to set up another policy, and I keep getting stuck when it's time
to select the X509 Certificate.
I get through setting up the uri, adding roles just fine, and when I
click "Select Certificate" nothing happens (... more >>
Deployment
Posted by Darren Mombourquette at 8/4/2004 8:02:44 PM
I've updated WSE to SP1 and noticed that you must use the msi
redistributable provided. The msi installs the Microsoft.WebServices2.dll
and a two publisher policies in the GAC.
My question is why is it required to install the msi, which effectively
kills my ability to use "xcopy" and "smart de... more >>
Http Webservice without Webserver
Posted by Henning Krause at 8/4/2004 5:50:28 PM
Hallo,
I've built a Windows-Service application and want to expose its
configuration interface via Webservices.
My question is: Is it possible to create a HTTP Webservice (not tcp!) with
WSE 2.0 SP1 that is hosted in a windows service?
Additional, it would be great, if a client could obta... more >>
Hashed passwords
Posted by Ben Bloom at 8/4/2004 11:28:39 AM
OK, so I'm sending hashed passwords back and forth and it's cool. I
want to store the hashed password in my database, for obvious security
reasons (well, obvious now that I've read about them!)
What's the best way to go about putting the hashed password in for an
account? I assume I shoul... more >>
Problem with wse-kerberos authentication
Posted by Roland Wolters at 8/3/2004 7:14:11 AM
Hi,
I am building an application dat uses a (wse)webservice in two different
scenario's: within a domein and outside a domein, somewhere over the
internet.
Requests to the webservice need to be authenticated.
My approach: try to get a kerberos-ticket:
private KerberosToken G... more >>
UniqueMethodName
Posted by Fraser at 8/3/2004 4:23:02 AM
This is the final optional parameter to a SoapMethodAttribute that sits on top of methods you might declare in a class derived [say] from SoapService :-
<SoapMethod(action as String,[SoapAction As String],[UniqueMethodName As String])> _
Public Function myMethod(ByVal reqEnv As SoapEnvelope) A... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Custom UsernameTokenManager
Posted by Ben Bloom at 8/2/2004 2:15:19 PM
I'm trying to implement a custom username token manager, with little
success.
My service and client both have WSE2 enabled. This is an ASMX web
service. Authentication works without the custom token, sending password
in PlainText.
As soon as I change it to send a hashed password, and en... more >>
Can the WS 2.0 soap.tcp transport use the SoapPlainFormatter instead of the SoapDimeFormatter?
Posted by Michael Herman (Parallelspace) at 8/2/2004 11:18:44 AM
In http://www.codeproject.com/useritems/SoapMSMQ.asp, the author mentions
that the WSE2.0 soap.tcp transport uses the SoapDimeFormatter to format the
SOAP envelope for physical transport the wire.
We'd like to test a simple UNIX/C-based SOAP client application that would
talk to our Windows WS... more >>
SoapReceiver can not receive the incoming message
Posted by yuwenwu NO[at]SPAM yahoo.com at 8/2/2004 11:00:56 AM
Hi,
I am implementing a simple application using WSE 2.0 to communicate
with another gSoap-implemented web service for inter-op test. My app
uses a SoapReceiver to listen for incoming SOAP Messages from the web
service. The code is like:
...
EventReceiver receiver = new EventReceiver()... more >>
WSE 2.0 SP1 SoapClient/Service and NAT
Posted by Christopher Crooker at 8/1/2004 4:21:01 PM
I have been working with WSE 2.0 for a few weeks now and it works great when I use endpoints that are completely local (soap.tcp://localhost/...). However, in my network environment I am behind a NAT router and I can't figure out how to get the client and service to communicate because WSE seems to... more >>
|