all groups > dotnet web services enhancements > march 2005 > threads for march 22 - 28, 2005
Filter by week: 1 2 3 4 5
an error was discovered processing the <security> header on Window
Posted by Tim Heuer at 3/28/2005 4:21:02 PM
Hi. I've got a program that uses wse 2.0 to consume a web service (that I
wrote). It exchanges an username token.
If I run the program on Windows XP, it works beautifully. If I run on
Windows 2000 server I get the error:
an error was discovered processing the <security> header.
same... more >>
UserNameToken to Authenticate against AD
Posted by Yedu at 3/28/2005 1:45:06 PM
I have an ASP.NET web service that configured to runs as Ananymous,
I need to authenticate/Authorize requests to this service against AD, I'm
trying to achieve this by passing the UserNameToken in the
soap header, but in my Web Method the Thread.CurrentPrincipal is always
empty. I am under im... more >>
Service1Wse ok, but Service1 always enabled?
Posted by AndiRudi at 3/28/2005 9:27:02 AM
I installed Wse1 and got it to work with a selfmade UsernameToken. But then I
found something serious. I can always user the standard way via Service1 =
new Service1 to access the Server without the Identification.
What is wrong?... more >>
WSE352: The size of the record uuid:d999e283-b0a8-4134-ad24-1b1c0e7dd7b4 exceed its limit.
Posted by Champika Nirosh at 3/27/2005 3:31:58 PM
Hi All,
I use WSE 2.0 / DIME to send a zip file of size 9.2 MB. I send file of size
less than this success fully but with this the client basically get the
exception "dime format exception".
Message : WSE352: The size of the record
uuid:d999e283-b0a8-4134-ad24-1b1c0e7dd7b4 exceed its limit.
... more >>
PasswordDigest, VerifyHashedPassword and Hashing???
Posted by AndiRudi at 3/26/2005 6:17:11 AM
I just tried to get my VerifyHashePassword method to work, but it didn't. I
need some help!!
In de OASIS Documentation and some other Blogs I found the line
Password_Digest = Base64 ( SHA-1 ( nonce + created + password ) )
but i cannot convert it to c#?
I tried something like this, bu... more >>
WSE 2.0 SP3 and VS 2003 IDE
Posted by reach.yedu NO[at]SPAM gmail.com at 3/25/2005 2:49:35 PM
I just installed the WSE 2.0 SP3. After this when I open the VS 2003
IDE and right click on the project that I want to enable WSE 2.0.....I
don't see the "Web Services Enhancements 2.0 Settings" in the Popup
menu.
Before upgrading to SP3 i used to see this option on the right click of
the pro... more >>
Kerberos2 through a firewall
Posted by Julian Jelfs at 3/24/2005 8:47:10 AM
Hi,
I'm having a problem with the following architecture:
Web services hosted on server A which is a windows 2000 machine.
Sharepoint web app on server B which is a windows 2003 machine.
Server B calls the web services on server A. The sharepoint site is
configured to require intergra... more >>
Benfits of IIS for SOAP Messaging
Posted by Jeff at 3/24/2005 7:51:54 AM
What are the benefits of using IIS to implement SOAP Messaging over
HTTP versus just using the SoapClient and SoapService classes?
Jeff
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Multiple Policy Files
Posted by Mirtul at 3/24/2005 1:29:02 AM
I am developing a plugin based system where functionality can be extended
with new webservices and handlers. However, as the handlers are contained
within .dlls and started by the main application they do not automatically
parse any own app.config files, and thus can not read any own <policy> ... more >>
Transport Dokumentation
Posted by Daniel Danilin at 3/23/2005 6:54:11 PM
Is there a documentation of how to make a transport? And how Http transport
in WSE working.
I must say that WSE dokumentation is allmost as bad as any Java
dokumentation :-(
... more >>
WSE306 Error
Posted by Søren_M._Olesen at 3/23/2005 2:23:16 PM
Hi
Anyone who knows what's causing this error??
WSE306: The DIME record should have the following version: 1. Instead, =
the DIME record contained the following version: 7.
TIA
S=F8ren... more >>
WSE2 Advice
Posted by yofnik NO[at]SPAM comcast.net at 3/23/2005 9:23:27 AM
Hello,
I need some advice on the the architecture of a Web Services
applciation.
I need to build a distributed application that handles the processing
of a large amount of real time data. The web service will allow clients
to register for notifications of certain types of data. The service
m... more >>
Send RST/SCT and resend on token timeout?
Posted by Mirtul at 3/23/2005 8:25:05 AM
Hello...
When setting up a policy for a SecureContextToken it is possible to ask the
client to refresh the token at certain intervals. By setting the client
timout shorter than the server timeout it is possible to always have a fresh
token in store. However this demands that the clocks on t... more >>
Large file upload
Posted by Bradley Plett at 3/22/2005 5:37:07 PM
I need to upload large files (100MB+) via a web service. The files
are typically XML or CSV files. (Yes, they compress well, and I'll
probably want to add compression later, though it's not immediately
urgent since, for now, this is all internal on high-speed links.)
I've been researching this... more >>
Unusual Internal Null reference exception: Microsoft.Web.Services2.Security.SignatureReference.GetXml()
Posted by Tim Mackey at 3/22/2005 3:56:53 PM
hi,=20
i'm using WSE2 and i encountered an intermittent exception thrown by the =
WSE2 class library. i can't reproduce the behaviour consistently. any =
ideas?
System.NullReferenceException: Object reference not set to an instance =
of an object. at =
Microsoft.Web.Services2.Security.Sign... more >>
What is the best token for me to use?
Posted by Julian Jelfs at 3/22/2005 6:27:04 AM
Hi,
I would like some advice on the best option to take for securing my web
services. My situation is this. I have a number of services which will be
called by domain users. I must be able to authenticate them in the default
way (using windows authentication I guess) OR using LDAP dependin... more >>
|