|
|
|
Content-based routing and content modification
Replies (1) 4 October 2007
I have a web service with SoapExtensions that read and modify the
content of the SOAP message both in the request and in the response.
I want to insert an element of routing to redirect the messag...
|
|
|
|
No Access to Server
Replies (1) 3 October 2007
I had a request to install WSE 3.0 on an internal web server running Windows
Server 2003, IIS 6.0 for a web developer. I installed WSE 3.0 and we have
lost the ability to access the server. I c...
|
|
|
|
are xmlns required?
Replies (1) 27 September 2007
I am playing with the WSE 2.0 and I just got it to start building the
soap XML for me to review
my program:
Dim un As UsernameToken = New UsernameToken("asdfasdf",
"asdfasfd", PasswordOp...
|
|
|
|
WSE 3.0 UsernameToken in COM+ to Web Service
Replies (2) 25 September 2007
I have a usernameToken in a VB .Net 2005 Class configured for COM interface
for a VB6 EXE. The VB6 to COM works fine, but the addition of a Proxy is not
found.
The error I keep getting is:
Sp...
|
|
|
|
Parse out SAML
Replies (1) 24 September 2007
I have successfully authenticated with a webservice that returns a SAML 1.0
token.
I am using VB.net 2005 and WSE 3 and I need now to parse out the SAML token
and pass it to subsequent webservi...
|
|
|
|
How do you view the SoapEnvelope xml?
Replies (1) 21 September 2007
I am playing the the soapenvelope and Im trying to add a UsernameToken
to the soapEnvelope like this:
Dim token As UsernameToken
token = New UsernameToken("kelly", "kelly",
Passw...
|
|
|
|
There was an error loading the microsoft.web.servi ...
Replies (1) 19 September 2007
WSE 2.0 SP3 is really pissing me off. I cant find any information on
the internet that tells me how to get this working. I am just playing
with it for the moment so that I can develop a SOAP appli...
|
|
|
|
Certificate Enrollment in C#
Replies (1) 18 September 2007
I am currently working on an C# application that uses the XENROLL library to
perform certificate requests. However, I recently upgraded a machine to
VISTA, and I have discovered that XENROLL is n...
|
|
|
|
UsernameToken throws configuration error
Replies (3) 13 September 2007
Im a beginner with wse 2.0 and im trying to just create a soap
envelope with a wsse:security header. I want to have a usernameToken
inside the header and I user this code:
Dim ut As UsernameTok...
|
|
|
|
Java interoperability - Unable to sign messages
Replies (1) 12 September 2007
Hi,
A client of ours is running WSE3 with Kerberos Turnkey assertion, however
our product is written in Java, therefore I'm working on adding WSS-Kerberos
support that's compatible with WSE3.
...
|
|
|
|
Are web references required?
Replies (1) 12 September 2007
I am creating a windows service that will communicate with several
different vendors. I plan to be able to pass the url for the vendor
to the windows service as an xml request. So since im not goi...
|
|
|
|
How to choose which turnkey security assertions to ...
Replies (1) 10 September 2007
I'm bit confused after going through the WSE 3.0 documentation.
I have the following scenario, we have our web server on DMZ and the web
service is running in intranet zone. The web server on DMZ...
|
|
|
|
Adding certificate using X509Store
Replies (1) 3 September 2007
Hi,
I'm having an odd problem using X509Store.
This code is called from a test winForms app.
public static void Install()
{
X509Certificate2 certificate = new
X509Certificate(Resource...
|
|
|
|
SOAP Header
Replies (1) 31 August 2007
Apologies if this is the wrong section to ask but it is hopefully a simple
question. I'm currently in the testing phase of a web service and I want to
stop SOAP Headers being returned in the respo...
|
|
|
|
WSE 3.0 SOAP Router for load balancing
Replies (1) 30 August 2007
Hi,
I've read several places and in several books, that you can implement load
balancing with WSE 3.0 and the httpHandler
Microsoft.Web.Services3.Messaging.SoapHttpRouter component (WS-Referral...
|
|
|
|
¤â¾÷²M³f¦U´Ú¦U«¬¸¹
Replies (1) 28 August 2007
¹q62893103°Ý»ù©ÎµoªÅ¥Õ¹q¶l¥h 3d@humaneyes.com »ù³æ....
|
|
|
|
WCF Host ASP.NET Service - WSE 3.0 Client Compatib ...
Replies (2) 27 August 2007
My goal is to connect a WSE 3.0 client to a WCF asp.net hosted service,
utilizing MTOM encoding and if at all possible, streamedRequest transfer mode.
I am starting with a basic Hello World servi...
|
|
|
|
Where does the private ley file come from?
Replies (1) 24 August 2007
It's just not clear to me where if comes from or how it's generated.
Kyle Jedrusiak...
|
|
|
|
WSE 3.0 handling of Keep Alive Timeouts
Replies (1) 23 August 2007
I have built a windows form application to talk to a web services application
and am having the "Connection That was expected to remain open has
unexpectantly closed" exception. It seems that this...
|
|
|
|
What it the correct way to request a certificate f ...
Replies (1) 22 August 2007
I generated a certificate request through IIS 6.x on the Win2003 production
server and we used that request to purchase a Secure Site Certificate (not
the Pro version) from VeriSign.
We have re...
|
|
|
|
Poor humaneyes
Replies (1) 22 August 2007
We had the same experiences with bad quality humaneyes. No after sell services, it's really sucks....
|
|
|
|
Can not grant permission to ASPNET with WinHttpCer ...
Replies (1) 20 August 2007
I'm using Windows XP and VS 2005. I created a certificate with MakeCert.exe.
But when I tried to grant access permission to ASPNET, it always prompted
"Error: Access was not successfully obtained ...
|
|
|
|
WSE 3.0, Verisign and Data Encipherment
Replies (1) 19 August 2007
I have a verisign certificate, and the Key Usage shows as Digital
Signature, Key Encipherment (a0). When I try to use the WSE 3.0
configuration tool, I cannot add the certificate because the
certif...
|
|
|
|
System.InvalidOperationException: EndInvoke can on ...
Replies (1) 16 August 2007
This (or a very similar question) has been asked before but there was
no reply and I was hoping that someone might have the answer now:
I have WSE (2.0 SP2 and SP3) and occasionally (apparently ...
|
|
|
|
MTOM support in WSE3.0
Replies (1) 16 August 2007
Hello,
As far as I understand, the WSE 3.0 provides some optimization of
MTOM usage. I.e. even if MTOM is specified,
but the size of data is less than 768 bytes, they are sent inline
instead of b...
|
|
|
|
Installing a certificate from a CA
Replies (1) 16 August 2007
We purchased a certificate from VeriSign. At the time of the purchase I had
used IIS on my server to generate the request key for the certificate.
I want to use the certificate to protect a web ...
|
|
|
|
SecurityTokenUnavailable
Replies (1) 13 August 2007
When I try with the AsymmetricEncryption I get this error:
Calling http://localhost/AsymEncryptCodeService/AsymEncryptService.asmx
****** Exception Raised ******
System.Web.Services.Protocols.S...
|
|
|
|
Protocol Implementation using WCF
Replies (1) 13 August 2007
Hi,
I am new to Windows Communication Foundation (WCF).
We are planning to develop a server which implements a protocol,involving
financial transactions.I have a reasonably good background in...
|
|
|
|
How to serialize and display the SOAP response fro ...
Replies (1) 8 August 2007
I did use serialize and display the response from WSE1.0 by SOAPToolkits, but
it looks not working on WSE2.0 as it redirects the SOAP address.
Any suggestion is appreciated....
|
|
|
|
WSE 3.0 with Visual Studio 2008 Beta 2
Replies (1) 7 August 2007
Hi,
Is it possible to use WSE 3.0 with VS2008?
I installed the WSE3.0 on a PC with VS2008 beta 2. When I right click on the
properties of the project I don't see the WSE Settings menu.
Am I ...
|
|
|
|
Problem with example in wse 2
Replies (1) 7 August 2007
Hi:
I have a winXp-Prof with visual studio 2003, when I try to run in C# the
AsymmetricEncryption example I get this error Message:
Calling http://localhost/AsymEncryptCodeService/AsymEncryptSe...
|
|
|
|
WSE 3.0 Timestamp Resolution
Replies (1) 7 August 2007
It appears that the timestamp added to the SOAP header by the WSE 3.0 (and
WSE 2.0) modules only has 1 second resolution. We use these enhancements to
interact with a Web Service of our own creat...
|
|
|
|
Subject: WSE 3.0 Running under default ASPNet user
Replies (5) 2 August 2007
Grrr..bad day! Sorry about the re-repost; it seems there's more than one
place to configure an alias.
Hi,
I'm having a problem with a web service; specifically a custom
UsernameTokenManager...
|
|
|
|
WSE with VS2005
Replies (2) 1 August 2007
Can I create web services by VS2005 and WSE2.0?
Thanks in advance....
|
|
|
|
Defining custom userNameToken type
Replies (2) 31 July 2007
Hi.
No mater what I do, I can't seem to define my custom usernameTokenManager
type properly in my client app pointing to my WSE 3.0 web service.
my custom usernameTokenManager is in the root n...
|
|
|
|
WSE with SSL
Replies (1) 31 July 2007
Hi,
I have a web services in WSE 2.0 and it is behide firewall on the SSL
connection, I have error message from client application that:
The underlying connection was closed: Could not estab...
|
|
|
|
Slow Response
Replies (1) 30 July 2007
We have a case where our web service client is experiencing very slow
response to web service calls. Calls take 15-30 seconds to complete.
Analyzing the logs it appears that the call is not reach...
|
|
|
|
TCP Webservice trying to use classes from a separa ...
Replies (2) 27 July 2007
I have a TCP webservice which ran fine until I added a dll containing some
common objects to webservice.
The proxy code generates fine but when I run the client requesting data that
results in ...
|
|
|
|
WSE 3.0 - Correct placement/setting/permission for ...
Replies (1) 25 July 2007
I have a web service and a console app.
My initial WSE 3.0 configuration is the same as that of the MS P&P
QuickStart examples.
With this configuration the console app can call the web service...
|
|
|
|
Does MTOM require SOPAP 1.2?
Replies (1) 24 July 2007
Hi,
I've seen several references to the fact that MTOM requires SOAP 1.2.
However, my experience shows that I can upload binary files with MTM
using SOAP 1.1.
Can anyone advise? It's important...
|
|
|
|
Design Question - Securing Web Services using WSE ...
Replies (1) 24 July 2007
We are building an application which uses web services and wants to implement
web service security such that users will not be able to access it from
browser and web services intefaces can be acce...
|
|
|
|
WSE 3.0 Running under default ASPNet user
Replies (1) 23 July 2007
Sorry about the repost; had incorrect managed groups ID last time!
Hi,
I'm having a problem with a web service; specifically a custom
UsernameTokenManager which needs to access a remote datab...
|
|
|
|
WSE 3.0 Running under default ASPNet user
Replies (1) 19 July 2007
Hi,
I'm having a problem with a web service; specificly a custom
UsernameTokenManager which needs to access a remote database. The web
service is set up in IIS to use anonymous access with a Us...
|
|
|
|
Trying to Migrate Code that Uses DIME Attachments ...
Replies (1) 19 July 2007
Hello.
Using VS2005 Pro, SP1, VB, ASP.NET2.0, .NET 2.0, WSE 3.0, SOAP 1.2 to
convert a web services consuming client from WSE 2.0, SOAP 1.1 to WSE 3.0,
SOAP 1.2.
I'm trying to follow this arti...
|
|
|
|
Getting error Client found response content type o ...
Replies (1) 18 July 2007
Hello.
Using VS2005 Pro, SP1, VB, ASP.NET2.0, .NET 2.0, WSE 3.0, SOAP 1.2 to
convert a web services consuming client from WSE 2.0, SOAP 1.1 to WSE 3.0,
SOAP 1.2.
It worked under the old vers...
|
|
|
|
WSE 3.0 messages inexplicably always MIME'd
Replies (1) 17 July 2007
Hi,
I am trying to send TCP SOAP messages with WSE 3.0, but all of the
messages are MIME'd, which I don't want. I cannot seem to turn this
off. I have the project MTOM settings set to the fol...
|
|
|
|
SaishKumar.T Deploying of Webservice
Replies (1) 16 July 2007
Hi
I developed webservice for dabase operations.
i creatred virtual directory and i am able to run in our local ntewor but
not able to run in remote server..
I want to deploy this service to th...
|
|
|
|
Securing the ASMX File
Replies (1) 11 July 2007
I am using WSE 3.0 around my ASP.NET 2.0 application. I enabled it so that i
can pass an authorization username token, which works well as its shown in
various samples.
My problem: i can sitll ...
|
|
|
|
WSE 3.0, Kerberos & Windows Server 2003 (IIS 6.0)
Replies (1) 9 July 2007
WSE Community:
I'm wondering if anyone that has successfully implemented a Kerberos on IIS
6.0 using WSE 3.0 would be willing to post or direct me to a working Kerberos
Example using C#. I’v...
|
|
|
|
Custom Token used in policy (WSE2)
Replies (1) 4 July 2007
Hi!
Is it possible to use a custom Token Type in encryption requirements
of a WSE2 policy? If so, where can I find some explanation of how to
do this?
Thanks!...
|