all groups > dotnet web services enhancements > june 2005 > threads for june 22 - 28, 2005
Filter by week: 1 2 3 4 5
Newbie to WSE 2.0
Posted by Jellybean at 6/28/2005 7:34:06 PM
Hi,
I have just downloaded WSE 2.0 and trying out the authentication feature. I
have a client application on one machine talking to a web service on another
machine. My problem was i keep getting time stamp problem. Yes, the time on
both machines are not synched up.
But does anyone kno... more >>
WS-Coordination in WSE 3.0 or Indigo
Posted by Santos Ray Victorero, II at 6/28/2005 10:53:06 AM
I read someplace that WSE 3.0 will be compatible with Indigo.
Will WSE 3.0 support WS-Coordination (at least WS-AtomicTransactions )?
Santos
... more >>
Streaming Large Documents using WSE 2.0 SP2
Posted by Michael Schaefer at 6/28/2005 8:13:20 AM
Hello,
I am running into the famous 4MB file restriction on a Web Service that I've
built using DotNET and WSE 2.0. I've read all the documentation on the issue.
I'm aware that I must modify the following config files to bump the file size
restriction up.
1. Machine.config on server
... more >>
xcopy deployment
Posted by andyks at 6/26/2005 12:05:21 AM
are there any issues with xcopy deployment of WSE 2/3 ?
the docs appear to state that the only supported method of deployment is =
by running the supplied msi. is this correct? if it is, is this for =
technical reasons?
andy... more >>
Cannot add WS with both user/password/domain and a certificate (C#, WSE 2.0sp3, VS2003)
Posted by Niklas E at 6/26/2005 12:00:00 AM
When I try to add a web reference to a secure WS, which has both
user/password/domain authentication and a certificate authentication it does
not work. I am prompted for the password again and again and again. I know I
have supplied the correct password and if I press cancel, the WS appears
... more >>
WSE 3.0 Help Files
Posted by Marc Boissonneault at 6/24/2005 7:12:07 PM
I've installed the WSE 3.0 June CTP, June but I cannot access the help files. How do you view the WSE help from within VS 2005?
From http://www.developmentnow.com/g/28_0_0_0_0_0/dotnet-framework-webservices-enhancements.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com... more >>
Using kerberosSecurity Throws Security Exception
Posted by J. Ambrose Little at 6/24/2005 6:53:05 AM
I've tried to implement the kerberosSecurity turnkey scenario on my apps, and
I'm getting the following exception when I try to set the policy.
Description: The application attempted to perform an operation not allowed
by the security policy. To grant this application the required permission ... more >>
Best Practices for WSE
Posted by J. Ambrose Little [MVP] at 6/23/2005 6:01:04 AM
I'm trying to develop a proof of concept for my company using WSE. We
actually have a relatively simple goal. We have a web application that uses
integrated authentication, and we'd like to flow the identity of the user to
an internal Web service. I was thinking that just stuffing that into... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
use the domain name instead of an IP address in the WSDL
Posted by alex bean at 6/22/2005 2:23:01 PM
How do I get IIS to use the domain name instead of an IP address in the WSDL
for the soap address location?
[wsdl:port name="Ws" binding="tns:Ws"]
[soap:address location="http://192.168.0.11/Ws/Ws.asmx"/]
[/wsdl:port]
(I replaced the angle brackets with [] becuase the angles never seem t... more >>
|