all groups > dotnet web services enhancements > october 2005
Filter by week: 1 2 3 4 5
WSE 3 - Getting at the UsernameToken in the webservice?
Posted by paul.evans.groups NO[at]SPAM googlemail.com at 10/31/2005 7:36:56 AM
Hi all,
I've been getting this warning:
Microsoft.Web.Services3.SoapContext.Security is obsolete:
SoapContext.Security is obsolete. Consider deriving from
SendSecurityFilter or ReceiveSecurityFilter and creating a custom
policy assertion that generates these filters.
So I'm guessing that... more >>
WSE 3.0 X509 Error 'm_safeCertContext is an invalid handle.'
Posted by Russ at 10/31/2005 12:00:00 AM
Hi,
I am just trying to set up a very simple filter to add x509 signature
elements to a soap envelope, but I am getting the following error, and was
wondering if someone might be able to point me in the right direction as to
what I'm doing wrong.
Thanks in advance,
Russ
ERROR:
'm_sa... more >>
WSE842 error with WSE3
Posted by Mark Bosley at 10/28/2005 11:07:51 AM
System.ApplicationException: WSE842: The service pipeline could not be
created. ---> System.Configuration.ConfigurationException: The authorization
provider named 'AzMan Authorization Provider' could not be found in
configuration.
I am stumped by the preceding error when I try to run the ap... more >>
WSE 2.0 Help...How to check Encrypted Message
Posted by paula at 10/26/2005 2:00:08 PM
Hello EveryOne,
I am new to WSe 2.0 . I am using WSE 2.0 SP3 to digitally sign and
encrypt SOAP messages.
I have used policy file uisng UserToken. It is not giving me any error
But I want to check whether it is working correct way Or not?
Does any one have any idea about How o check it?( S... more >>
creation time in the timestamp cannot be in the future
Posted by jd at 10/26/2005 4:41:03 AM
Is there any way around this error occurring without sinking the clocks on
the client and server because this is not an option at all.
Thanks in advance,
Jarad Stahl... more >>
Specify client certificate in code WSE 3.0
Posted by Lieven at 10/25/2005 2:10:03 PM
Hey,
I'm new to wse. I installed WSE 3.0. In the wizard we can choose to specifiy
the client certificate in code. Can someone explain me how this can be done??
Thanks!
grt,
Lieven... more >>
Huge delay when calling a method using a Wse proxy - Wse 3.0 Beta1
Posted by Zoodor at 10/25/2005 9:09:05 AM
I have a web service that uses Wse.
My policy simply uses two (built-in) extensions:
The "usernameOverTransportSecurity" and the "requireActionHeader".
It works, but the problem is it takes ages for any web method to return. I
have an identical web service that is not wse-enabled and the no... more >>
WSE 3 Oct - username over transport
Posted by Henrik_Gøttig at 10/25/2005 12:00:00 AM
Hi group
I am using WSE 3 Oct CTP and the username over transport assertion.
I created a Webservice and the corresponding proxy. Both decorated with
i the Policy attribute where I defined the policy (UserNameOverTransport).
I keep getting 401 - Access denied errors.
In the client I sup... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Using NTLM authentication with WSE web service client proxy
Posted by Navin Mishra at 10/24/2005 5:34:23 AM
Hi,
How I could use NTLM authentication with WSE web service client proxy ?
When requesting security token, it fails with 401 Unauthorized error and is
expecting NTLM credenentials. I set the credentials property of the proxy by
adding NTLM access credentials in the cache but they does not s... more >>
WSE 3.0 To-Header and SoapActor
Posted by Ingo Eichenseher at 10/22/2005 8:22:00 AM
I'm trying to call a wse2.0 sp3 web-service from a wse3.0 (Oct) client.
I derive a class from SoapClient and set the Destination in the constructor
like
this.Desitination = new EndpointReference(new Uri(Actor), new Uri(Via));
where actor is the same string as in the web-service SoapActor-At... more >>
How do I use WSE2 with C++ ?
Posted by Penny B at 10/22/2005 12:27:01 AM
Forgive what may seem an obvious question, but how do I go about using WSE2
with Visual C++ ?
I have tried a #import on Microsoft.Web.Services2.dll but that does not
work, so I am rather confused as how I can use the WSE2 features with C++.
The reason for C++ by the way, is that our web se... more >>
400 Bad request error in DIME attachment
Posted by Nuno Guerreiro at 10/21/2005 8:11:01 AM
Hello,
I'm receiving an HTTP 400 Bad request when invoking a .Net WSE2 Web Service
with a DIME attachment.
If I send a short file, say 500 KB, everything runs fine, but when I send a
bigger one (2 or 3MB), I receive a Bad Request.
After reading some posts about this issue, I created app... more >>
Unit Testing
Posted by irwin.williams NO[at]SPAM gmail.com at 10/20/2005 6:32:04 AM
Hello
I am not sure if this is the exact forum for this question, so if it
isnt please let me know.
I have built a web service, and i want to apply some unit testing to
the various methods i will invoke - submit(), deliver(), etc ...
Is there any 'best practice' way of doing this? Should i test... more >>
WSE 3.0 Oct Installation Error
Posted by Martin at 10/20/2005 4:25:04 AM
I have the ever so popular WSE 3.0 installer error of "1722: A program run
as part of the setup did not finish as expected."
However, I do have the September release of Visual Studio, and build 50215
of .NET 2.0. From what I can see have the required versions in place.
Any ideas - who am... more >>
WSE 3.0 encoding XML return type?
Posted by IceCactus at 10/19/2005 9:11:02 AM
Hi,
I have an object that implements IXmlSerializable. This object works
wonderfully over regular web services. However, when i enable WSE 3.0, my
object no longer works. When WSE 3.0 is enabled, it seems to be encoding the
XML my object returns through the writexml method. I have no idea w... more >>
WSE 3.0 - PolicyAssertion and Attachments
Posted by paulo at 10/19/2005 3:19:02 AM
Hello,
I'm starting using WSE 3.0 and I'm having trouble in finding solution to
these 2 problems:
- I have created a PolicyAssertion and I want my WebService to use it
without using a policy file. I've managed to do this on the client side, but
on the service side I'm out of ideas. The d... more >>
Need help on x509 certificate installation
Posted by jcvoon at 10/19/2005 12:07:38 AM
Hi:
I've create the following certificate using makecert.exe version
5.131.2157.1 (Come with .Net SDK v.1.1)
makecert -cy authority -r -n "CN=Test Authority" -sr localmachine -ss
"Trust"
makecert -cy end -n "CN=Test Server" -sky exchange -sk "TestServer" -ss
"My" -sr localmachine -in "Test... more >>
WSE 3.0 Authentication - Security requirements are not satisfied because ......
Posted by Mark Bosley at 10/17/2005 3:04:24 PM
I am trying to do UserNameOver Certificate auth and the inner exception I
get is
"Security requirements are not satisfied because the security header is not
present in the incoming message."
And in my log I find
Event Type: Failure Audit
Event Source: Security
Event Category: Lo... more >>
Configuration error in Web.config file while accessing the webserv
Posted by Kaush at 10/15/2005 2:49:02 PM
Hi all,
I am creating a webservice to accept SOAP messages, parse the
message and send a SOAP response back to the client accessing my web service
using WSE-2 in ASP.NET.
I am creating a class which derives from "SoapReceiver" class and
do the processing here. To register ... more >>
Using WSE to talk to a .NET Windows Service?
Posted by Michael Herman (Parallelspace/OpenCanal) at 10/14/2005 9:27:53 AM
We're creating a Windows Service with the .NET Framework (.NET 1.1 and VS
2003) and have an obvious requirement to send commands and data to control
the Windows Service.
In the Windows Service, we're thinking of implementing a SOAP listener on a
"private port" using WSE to support the above... more >>
X509 Encryption Token
Posted by Mr. BogoMips at 10/14/2005 8:24:03 AM
Hi All.
I'm attempting to encrypt a SOAP message sent to a webservice running on
Bealogic 8.1
The EncryptedKey element generated by WSE looks like this
<xenc:EncryptedKey xmlns:xenc="http://www.w3.org/2001/04/xmlenc#">
<xenc:EncryptionMethod
Algorithm="http://www.... more >>
Exception Details: System.Web.Services.Protocols.SoapHeaderException: Server unavailable, please try later
Posted by sunsmile at 10/13/2005 9:52:05 AM
Hi every body,
I am using WSE 3.0 to communicate with a webservice using TCP. I am
getting the following error when i am trying to call the web service
from the proxy class. The proxy class is being called by a web
application.
Exception Details: System.Web.Services.Protocols.SoapHeaderExcep... more >>
X509 Signing: criticism on code snippet
Posted by Mr. BogoMips at 10/13/2005 9:22:03 AM
Hello All,
I'm attempting to execute a secured webservice over an https connection.
I followed all the documentation provided with the WSW2.0 sp2 but
unfortunately I get a final error message related to x509 digital signing of
the message.
The Webserivce runs on BEA WebLogic Server 8.... more >>
SoapHeaderException: Destination Unreachable
Posted by SunSmile at 10/13/2005 7:37:09 AM
Hi EveryBody,
I am Soap-TCP communication using WSE 3.0. I am getting the following
error
when i am trying to connect to the web service from the proxy. I am calling
the proxy from web application.
Exception Details: System.Web.Services.Protocols.SoapHeaderException:
Destination Unrea... more >>
File Attachment problem
Posted by yoon da seong at 10/13/2005 12:00:00 AM
Hello Everyone !!
It is my first time to post the article.
Now I ' m testing the file attachment module using WSE 2.0
It is working well in local. but it cannot invoke the method in Remote
Server.( text is ok , only binary file has problem)
I don't know what the problem is. Is this the problem... more >>
X509 Certificate not showing in web client
Posted by eni9ma at 10/12/2005 4:45:01 PM
Hi,im a IT student who spent some time working through a Security Hands-on
Lab of wse 2.0.Im having trouble accessing a certificate from a web-base
client (asp.net Webpage),the exact same runs only from a windows form but
when run from a web page,the cert store has 0 certificates.I gave aspnet... more >>
WSE1.0 TimeStamp fault: Message Expired
Posted by Raj at 10/12/2005 7:55:11 AM
Hello,
I'm using WS-Attachments (WSE1.0) to download documents. I keep getting
"MessageTimeStamp fault Message expired" irrespective of how long I set the
Timestamp.Ttl. Here is my code
Dim oreqContext As Microsoft.Web.Services.SoapContext
Dim oSign As Microsoft.Web... more >>
[OT] COM SOAP Toolkit 3.0 & WSE
Posted by Mr. BogoMips at 10/12/2005 7:31:02 AM
Sorry Guy, I maybe I'm a bit OT here but I'm sure I can get a valuable
support from this ng.
I need to manage WSE from whithing SOAP Toolkit 3.0 (The COM Library). Is it
possible? and where I could find some doc, snippet, suggestions?
Thank you so much.
Bye... more >>
WSE2.0 + ISA = WSE816
Posted by Louis at 10/12/2005 6:02:03 AM
Hi all,
I have an ISA server redirecting internet traffic to an internal server.
The problem is that the <To> address in the message is changed by ISA, from
the external address, to the internal address of the IIS server. Here's the
detailed exception that is thrown:
System.Web.Service... more >>
Please help with constructing SOAP ENVELOPE
Posted by Kaush at 10/10/2005 5:14:01 PM
I am using WSE to send SOAP messages. I am very new to SOAP
Actually I have a sample SOAP message from my client with envelope element,
header and a big body. I am not sure how to construct an envelope using the
SOAPENVELOPE class.
Since I have this one sample message from my client which I ... more >>
Distributed Security Model
Posted by Chris Arnold at 10/8/2005 9:09:01 AM
Hi All,
Apologies for the previous rant!!!
I would like some ideas as to whether the following scenario is possible
and, if so, how to achieve it please...
- Server A (Token Issuer)
- Server B (Business Web Services)
- Server C (Business Web Services)
- Client
Q. Give... more >>
Manually Create Soap Messages
Posted by Ben Crinion at 10/7/2005 12:00:00 AM
Hi
Is there a class which i can use to manually create soap messages and the
soap envelope?
I dont want to have to do it by concatenating loads of strings but i also
dont have a WSDL available to create the proxy classes automatically.
Thanks
Ben Crinion
... more >>
Is it just me ...
Posted by Chris Arnold at 10/7/2005 12:00:00 AM
.... or does anyone else find WSE2.0 absolutely infuriating?
Implementing just one section of WS-* is fine - but try to string more than
one together and it's curtains.
Time to call MS I think.
This is worse than implementing BITS2.0 - and that's really saying
something!
Rant over :)... more >>
WSE3.0 Oct CTP on VS2005 RC
Posted by Henrik_Gøttig at 10/6/2005 9:45:13 AM
Hi group.
Wonder if anyone can answer if the just released WSE3.0 Oct CTP installs
(and runs and works) on a VS2005 RC installation?
Thanx in advance
Henrik... more >>
Oct CTP Install Error
Posted by William Stacey [MVP] at 10/5/2005 8:51:33 PM
Downloaded 11MB Oct WSE 3.0. And get this error every time after it starts
the progress line:
Error 1722. There is a problem with this Winodws Installer package. A
program run as part of the setup
did not finish as expected. Contact your support personnel or package
vendor.
Downloaded... more >>
Exception : Server unavailable, please try later
Posted by Yogesh S at 10/5/2005 7:04:02 PM
System.Web.Services.Protocols.SoapHeaderException:
System.Web.Services.Protocols.SoapHeaderException: Server unavailable, please
try later ---> System.Security.Cryptography.CryptographicException:
Cryptography_CSP_NoPrivateKey\n at
Microsoft.Web.Services2.Security.Cryptography.RSACryptoSer... more >>
Error in client proxy generation using SP3
Posted by Magnus MÃ¥rtensson at 10/5/2005 6:15:03 AM
Hi!
When I used WSE SP2 to generate a client proxy for a client configured to
use WSE I got both the WS client proxy class AND the client proxy class
including WSE 2.0 which gets named <webservicename>Wse. the first inherits
like this:
public class ServiceName :
System.Web.Services.Prot... more >>
WSE Config Options through Code
Posted by Raghu at 10/4/2005 10:20:31 AM
I have a following app.config file (in client side code):
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="microsoft.web.services2"
type="Microsoft.Web.Services2.Configuration.WebServicesConfiguration,
Microsoft.Web.Services2, Version=2.0.0.0, Cu... more >>
Policy file and custom filters
Posted by dmombour at 10/2/2005 10:29:02 AM
I am converting my old wse 2.0 custom filter into 2.0 and everything is
working fine except for one issue. I've created the necessary classes and
created my policy file that looks like the following.
<policies xmlns="http://schemas.microsoft.com/wse/2005/06/policy">
<extensions>
<extensi... more >>
HELP with custom SecurityContexTokenService!!
Posted by machinegon at 10/2/2005 9:08:09 AM
Hello!
I am trying to use secure conversation with WSE 3,0 to authenticate
services.
Nevertheless this services require to use a UserId to filter only
important information for the user who executes the service.
For this I believe build a custom SecurityContexTokenService so that
before the SC... more >>
WSE 3.0 MTOM tcp
Posted by Kjartan at 10/2/2005 12:00:00 AM
Hi,
If I remember correctly I believe I read that with WSE 3.0 you could move
away from using http/iis and use tcp instead. Is this possible when using
MTOM? If so, that would increase speed alot.
And another thing, how would I send the file without reading the whole file
into a byte arr... more >>
|