all groups > dotnet web services enhancements > may 2005
Filter by week: 1 2 3 4 5
WSE2.0 does not honor REPLYTO and FAULTO in SoapEnvelope?
Posted by Pete Wood at 5/31/2005 10:21:49 PM
All...
In playing around with WSE and populating the REPLYTO and/or FAULTO element
of the address, I find that WSE2 does not route the message to the supplied
URI. I have the configuration <allowRedirectedResponses enabled="true" />
in the Web.Config, but the web service always sends the... more >>
Problem running WSE examples-AsymmetricEncryption
Posted by Moosa Zubairi via .NET 247 at 5/31/2005 9:48:18 AM
Greetings,
I have been trying to play with WSE 2=2E0 and the examples that=
come with it=2E I am currently working on a graduate project that=
requires making SOA using webserivces that must be secured using=
digital signatures and encryption based on X509 certificates=2E So=
far, I can ... more >>
<cryptography> settings element breaks in sp2 or sp3
Posted by ep at 5/31/2005 8:23:43 AM
I have a WSE server app that uses the <cryptography> element in the
configuration (seen below). This worked perfectly in WSE sp1, but when I
upgraded to SP2 and then to SP3, I get the following soap fault from any WSE
web service call. I know there is not a problem with the config file, it
wor... more >>
Message Expired Error - Time difference
Posted by RG at 5/27/2005 2:00:05 PM
Hi,
I have set the timeToleranceInSeconds value to 24 hours in the client
application config file as well as on the Web Server that is running the Web
Service.
<microsoft.web.services2>
<diagnostics />
<security>
<timeToleranceInSeconds>86400</timeToleranceInSeconds>
... more >>
WSE and SSL
Posted by ddt at 5/27/2005 1:58:12 PM
Hi,
I have a Web Service installed in a web site, when the IIS SSL enabled, the
Web Service will crashed, does the WSE support SSL or how to configure it if
support?
Another question, how to configure the proxy server if the Web service and
it's client behind a firewall?
Thanks in a... more >>
WS-Addressing - A bug in WSE2?
Posted by Pete Wood at 5/26/2005 10:09:06 AM
Hi All...
I hope someone can help me with what I thought would be a trivial exercise!
I'm currently playing with the WS-Addressing implementation in WSE2 and have
some trouble with the FAULTTO element.
The target web service is quite simply a HelloWorld example, with the WSE2
extension... more >>
proxy has no RequestSoapContext?
Posted by msde NO[at]SPAM csite.com at 5/26/2005 12:00:00 AM
Hi
Im trying to convert a webservice to use WSE security (username/password).
The webservice has a few webmethods, one that I want protect with a
username/password.
On the client side Im writing code like this - as shown in all examples I've
found:
****
WebService ws = new WebServi... more >>
Adding SoapReceivers for runtime-added IPs
Posted by Wouter Demuynck at 5/25/2005 5:44:44 AM
Hi,
I have a Windows Service which is hosting a WSE web service over TCP
(WSE 2.0 SP3).
On startup, I call this code for each of the available IP addresses:
Uri address = new Uri("urn:MyService");
Uri via = new Uri("soap.tcp://<ip address>:<port>");
EndpointReference epr = new EndpointRefe... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Can't Get Kerberos Token with DES Enabled in AD?
Posted by jjct at 5/20/2005 2:39:38 PM
Using a .Net client and WSE 2.0, if I create a new Kerberos token for a
User Account in Active Directory, it works as long as the "Use DES type
encryption for this account" option is off in user's options in Active
Directory.
But if you execute the keytab command to export the keytab from A... more >>
WSE
Posted by nic.pegg NO[at]SPAM capita.co.uk at 5/20/2005 2:44:53 AM
Is it possible to force WSE to load a custom UsernameTokenManager
directly at runtime rather than look at the contents of app.config?
I'm running a DLL through NUnit (Unit Testing Framework), and it
appears that NUnit is not loading a custom UsernameTokenManager which
has been created in the D... more >>
WSE2.0--need valid X.509 certs created with Makecert
Posted by Andy Bocz via .NET 247 at 5/19/2005 1:19:36 PM
I'm finishing up a web service that uses WSE2=2E0 to sign the=
request and encrypt the SOAP body (both request and response)=2E =
I'm using the code approach (not policy)=2E Everything works fine=
with the QuickStart Sample X=2E509 certs supplied with the WSE2=2E0=
SP2 SDK=2E
I'd like to... more >>
Webservice Security Header error
Posted by RG at 5/18/2005 2:58:03 PM
The Web Service has been implemented using
WS-Security so it expects a Username/Password
token (with PasswordOption.SendHashed option).
I've built this using MS WSE 2.0 SP3 in VS.NET.
I've also created a Windows Form application
which acts as a client to the webservice.
The WS resides (... more >>
how do you use a custom WSDL?
Posted by alex bean at 5/17/2005 10:14:34 AM
ASP.NET autogenerates the WSDL for you. How do you turn this feature off and
configure IIS to use a custom WSDL that you have created?... more >>
Blocking problems
Posted by Jordi Valldaura Riqué at 5/17/2005 12:20:02 AM
I have a multithreaded application, each thread handles a list of subscribers
and sends soap messages to them througth SoapSender. When all subscribers are
running there is no problem, but when one of them is down and one thread
tries to send a message to it all threads that try to send next ... more >>
Apache Using Dime
Posted by Tom_B at 5/16/2005 3:35:10 PM
As you can tell, new to WSE.
Trying to download a Dime SOAP message from an Apache server as a web
service. The call requires the setting of a header element.
The OuputTrace.webinfo appears to be correct, including the required header
element. However, getting the error message "The data... more >>
creating a SOAP Fault
Posted by alex bean at 5/13/2005 11:19:20 AM
Is there some way I can raise a true SOAP Fault? What I mean is, currently, I
am throwing an exception and letting IIS take care of sending the SOAP Fault.
This works but I would like to control the actual Fault message that is sent
back. For example I would like to change the faultcode and ... more >>
Who there is no security menu on WSE 2.0 X509 Cert tool
Posted by John at 5/13/2005 7:41:06 AM
I installed WSE 2.0 on my home XP professional machine whihc is no Domain
controller in the network. I found out when I run X509 cert tool and load a
cert, and then "View Private Key file properties", there is no Security Menu
on the pop-up window. ALso, There is no "Other People" store on
M... more >>
WSE client with OneClickDeployment
Posted by Sidney Zhang at 5/13/2005 12:00:00 AM
Hi:
We've written an smartClient application which use WSE to communicate with
server. Seems there is a problem when running our client from IE
(OneClickDeployment) on a machine never have WSE runtime installed.
Could anyone confirm this issue exist? or just because I make something
wrong?... more >>
custom error message for custom PolicyAssertion
Posted by alex bean at 5/12/2005 8:10:13 AM
I've created a custom PolicyAssertion. When I return false from
IsSatisfiedBy how can I specify a custom error message (a custom soap fault
message to be exact)?
Right now all that is returned to the client is:
"The message does not conform to the policy it was mapped to."
If I have mult... more >>
How to serialize an object to a winform?
Posted by Edge at 5/12/2005 2:06:11 AM
hi,
I am trying to use my webservice to serialize an object to my winforms
app. In my webservice I am doing:
[WebMethod]
public byte[] SerializeThis( ObjP myObj )
{
IFormatter formatter = new SoapFormatter();
MemoryStream stream = new MemoryStream();
formatter.Serialize( stream, myObj );
... more >>
Invoking a webmethod (wsewsdl2.exe vs. Add Web Reference...)
Posted by alex bean at 5/11/2005 11:22:56 AM
Hi,
I've altered the hello world sample web method to take a string parameter
below:
[WebMethod]
public string HelloWorld(string name)
{
return "Hello " + name;
}
When I use wsewsdl2 to create a class file I have to invoke the web method
this way:
HelloWorld request = new HelloW... more >>
WSE 2.0 SP3 custom binary security token
Posted by noha71 NO[at]SPAM gmail.com at 5/11/2005 8:26:02 AM
Hi,
I'm trying to replicate the msdn custom binary security token example
but I would like to use a Username token as base Security token and I
have many problems:
1- How to configure the <customTokenIssuer> in my web.config file?
2- I have the class BinaryToken that inherits BinarySecurityToke... more >>
UsernameToken Signing and Envryption
Posted by John Jenkins at 5/9/2005 12:00:00 AM
I have set up a simple policy with a requirement that the message is =
signed with a Username. This works great. I set up my client to create a =
token and pass in the username and password, requesting the password to =
be digested.
UsernameToken token=3Dnew UsernameToken("name", "somepassw... more >>
Help : TypeLoadException in WSE 2.0 Attachment
Posted by Bsiang at 5/9/2005 12:00:00 AM
Hi.
I am new to WSE 2.0
I get this TypeLoadException when I try to get attachment on my SDE PPC from
Web Service.
Could anyone kindlu point me out ?
Best regards,
Bsiang.
... more >>
Including WS-Policy in WSDL
Posted by John Jenkins at 5/8/2005 12:00:00 AM
Does anyone know whether WS-Policy details can be included in WSDL's? If =
so does WSE2.0 sp1 support it?
Thanks... more >>
Urgent - SoapException results in loss of Soap Headers
Posted by Kapil Sachdeva at 5/6/2005 9:53:33 AM
Hi,
I am having a case when Server is sending SoapFault and convey more
information about the fault as custom headers in SoapHeader.
In WSE 2.0 when a soap fault is received, it throws SoapException and I
lose that information.
Please tell me if any workaround.
Regards & thanks
Kap... more >>
The message does not conform to the policy it was mapped to
Posted by John Jenkins at 5/6/2005 12:00:00 AM
Hi,
I have set up ( What I think should be ) a simple Web Service which
expects a signed Username Token. I implemented a custom Username Token
Manager which worked fine before I created a policy file on the Service =
side, using the GUI
interface tool provided. I set the policy to simple ex... more >>
<cryptography><encryptionFormatters> in sp2/sp3
Posted by ep at 5/5/2005 1:18:50 PM
I have a WSE server app that uses the <cryptography> element in the
configuration (seen below). This worked perfectly in WSE sp1, but when I
upgraded to SP2 and then to SP3, I get the following soap fault from any WSE
web service call. I know there is not a problem with the config file, it
wor... more >>
New LifeTime(DateTime) ctor: UTC or not?
Posted by SA at 5/5/2005 11:40:39 AM
Hi all,
Related to William's implementation of a secure context token issuer.
When you are assigning a lifetime object to the SecureContextToken's
LifeTime property like this
Sct.LifeTime = New LifeTime(aDateTimeObject)
Should the datetime be in UTC or local time? I use UTC, but run int... more >>
An error in XML document - identity constraint is not declared
Posted by bkriznar at 5/4/2005 12:16:07 PM
I've stoumbled over this Exception when I installed WSE 2.0 SP2 on my machine
and called Wse WEB Service.
Non-Wse WEB Service worked fine.
The bug could be reproduced like this:
1.
DataColumn[] arrKey = new DataColumn[1];;
arrKey[0] = ds.Tables["Request"].Columns["RequestID"];
ds.T... more >>
Turning off Replay Detection
Posted by Yedu at 5/4/2005 9:01:09 AM
Hi,
I want to turn off the 'Replay Detection' feature, so that I need not pass
the nonce and create time in the UsernameToken.
I do not want to create a custom security token mananger to do this and want
to use the default Security Token Manager.
is there a way to do this.
Thanks!... more >>
"An unexpected error occurred on a receive" with WSE 1.0 and HTTPS
Posted by David Mediavilla at 5/4/2005 4:37:13 AM
I am writing a client for an HTTPS web service using WSE 1.0 but I
always get an error like "The underlying connection was closed: An
unexpected error occurred on a send."
Sometimes the error "occured on a receive".
Looking around, I find
http://weblogs.asp.net/jan/archive/2004/05/08/128394.a... more >>
WSE JAVA INTEROP
Posted by Shiju Poyilil at 5/3/2005 11:38:13 PM
Hello EveryBody,
I have .net web service developed using WSE, one of the project in java
needs to use the web service , as I am sending the encrypted token using WSE,
how would the java client be able to call the web service.
as I have read in one article that WSE is not supported in java... more >>
need to execute client SoapExtension after Security
Posted by casey chesnut at 5/3/2005 11:03:48 AM
i've got a WS using WSE 1.1 for security.
the scenario i need to happen is as follows:
1) client side executes WSE security
2) client side executes my custom SoapExtension, and sends request
3) server side executes my custom SoapExtension
4) server side executes WSE security
the problem i'... more >>
Where is Plumbwork Orange ?
Posted by Can Erten at 5/3/2005 7:21:48 AM
Hello to all,
I read in many posts Plumbwork Orange. However I couldn;t find any file
to download. Does anybody knows where is it? Sourceforge site doesn't
contain any files.
--
Can Erten
... more >>
Is WSE supported in Whidbey?
Posted by samiam NO[at]SPAM boston at 5/2/2005 3:54:01 PM
I found the following note on WSE web site on MSDN.
Note: WSE is not supported if installed on a computer with a version of the
..NET Framework later than 1.1 (or a version of Visual Studio later than
Visual Studio .NET 2003)
I am about to design and develop a new web service application t... more >>
Problem with MSDN drilldown sample code - Security policy
Posted by John at 5/2/2005 8:26:11 AM
I downloaded MSDN WSE 2.0 drilldown sample code and tested in my local host.
After some configuration and setting, I finally made most of sample code
worked. However, there is one I could not make it run properly - Security
Policy sample.
When I ran it, I got exception that says: <UserPasswor... more >>
WSE2 Newbie: how to encrypt?
Posted by Roland_Müller at 5/2/2005 12:00:00 AM
Hi,
i switched from WSE1 to WSE2.
I send data from a sql server to the client via webservice. I want to
use encryption; on the client i call this method before i request the data:
private DataManagerWse Encrypt(DataManagerWse _proxy) {
// This is the security token which will be used ... more >>
|