all groups > dotnet web services enhancements > september 2006
WSE Web Service Call Not Returning to Caller
Posted by Don at 9/28/2006 11:24:02 AM
I'm having a problem with a WSE 3.0 web service that I've developed and
hosted in a Windows Service. The service is accessed via a URL like the
following:
soap.tcp://ServerName:9090/PrinterManagerWs
Some methods seem to work fine (the short running ones) and others (the long
running ones) ... more >>
WSE 3.0 KerberosToken LoadXml
Posted by dvadov NO[at]SPAM mail.ru at 9/25/2006 1:27:27 AM
Hi all,
I have a trouble with reconstructing of the Kerberos token. I need a
way to serialize KerberosToken (store it in database) and then retrieve
it from the database, deserialize and impersonate the original sender.
WSE KerberosToken class has GetXml() that returns serialized token, and
... more >>
MTOM data size
Posted by GregBor at 9/23/2006 3:00:01 AM
Hi,
When I turned MTOM on, I can see MIME boundaries in the SOAP messages, so it
must be working. But when I compare the Input/Output trace files with or
without MTOM, the file sizes are the same. I expected 30% reduction in size
with MTOM.
What am I missing? Is it got to do with encoding o... more >>
Web Service Slow the first time
Posted by Marlene A. Roman at 9/22/2006 7:22:43 AM
Hope everybody is doing OK.
I have a webservice which I request via https://. I'm also using WSE to
generate an authenticated token.
I understand that the very first call to the webservice is slow because the
webservice needs to JIT. But I've noticed that after a period of t... more >>
CustomUsernameTokenManager
Posted by Nicolas Mousson at 9/21/2006 8:34:02 AM
Hi,
I have implemented a custom UsernameTokenManager to validate user
credentials against a SQL Server Database : This CustomUsernameTokenManager
throws an ApplicationException if the login/pass supplied in the SOAP request
can't be verified.
If I test and then see the events log, I saw ... more >>
Generate a client with policy in WSDL file
Posted by Jorge at 9/20/2006 7:56:02 AM
I have to create a .NET client of a web service generated in Java. The policy
of the web service is included in the WSDL file.
Is it possible to generate a client with the policy included in the WSDL
file? Do I have to rewrite the policy with the WSE wizard?
Here it is the policy part of the... more >>
WS Security patterns, PerimiterServiceRouter & SoapActor
Posted by RYoung at 9/18/2006 7:47:58 PM
From the WS Security PnP for WSE 3
" Because external applications use the external URI for the service on the
perimeter service router to address request messages, you must configure a
WSE-3.0 enabled service to accept messages that are addressed to the
perimeter service router."
and
... more >>
Problem invoking WSE 2.0 enabled WebService
Posted by dev at 9/18/2006 11:20:53 AM
Hello,
I have implemented WSE 2.0 enabled Web Service. I can access the web
service from client using WSE 2.0.
My question is how do you access the web service if you don't have WSE
2.0 unabled on client side?
Thanks in advance for you response.
Best Regards,
Dev209
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
WSE 3.0 UsernameToken exception
Posted by Nicolas Mousson at 9/18/2006 9:23:02 AM
I'm trying to secure my WS with the usernameForCertificateSecurity turnkey
assertion. I configured the client and the server according to the Web
Service Security Patterns and practices.
When I test my application, I always have the same error (seen in the events
logs) :
System.Web.Servic... more >>
UsernameOverTransportSecurity+SSL Confusion, please help
Posted by mike at 9/18/2006 8:44:38 AM
Hi,
I am confused. I have a web service, and a client. Both are connected
over VPN. I want to use direct authentication from WSE 3.0. To secure
the transport of the messages, I just want to use SSL.
I have this set up working, but I am confused. I installed a test
certificate on my web serv... more >>
WSE 3.0 UsernameOverTransport Problem
Posted by gramanero-spam NO[at]SPAM yahoo.com at 9/18/2006 7:10:56 AM
Hello,
I am fairly new to WSE, in general, however I have read several
articles online and believe I have a fairly good grasp of it. I am
working on integrating WSE 3.0 into an web service. The web service is
a very simple web service for the purposes of testing WSE 3.0
UsernameOverTransport.... more >>
WS 3.0 don't generate de serviceNameWse service
Posted by Carlos Valle. at 9/15/2006 11:53:02 AM
I installed WS 3.0 and when in the solution explorer I rigth-click over a
project don`t appers the option "WSE 3.0...", so when I try to compile the
quickstarts samples they don`t generate de service renamed Wse
(serviceNameWse).
I try everything, I don`t know if is missing something in the... more >>
Need Help! Calling WSE 3 (kerb) from a Web app on a separate machi
Posted by Anthony Yott at 9/15/2006 7:54:01 AM
Folks,
I'm having an issue calling a .NET 2.0 Web Service using WSE 3.0 with
Kerberos Policy from an ASP.NET 2.0 Web client on a remote machine (I've
tried XP and Win 2003). I can call the web service from my local XP SP 2
machine using a ASP.NET 2.0 client but it does not work if the clien... more >>
IIS 6.0 Performance
Posted by Anbu at 9/15/2006 3:58:10 AM
Hi All,
Sorry for cross posting the message.
I'm having a problem with IIS 6.0 on performance.
I'm having few web services on the same server with different URIs.
When I send a message from one Web Service to another it takes ~40 secs
to reach the next service. The delay occures only for ... more >>
File download via web service (i.e. attachement)
Posted by Brandon at 9/13/2006 2:35:02 PM
Here's my situation.
I've got an existing VB6 app that is consuming several web services written
in VB2005 (via the SOAP toolkit 3). I need the app to be able to download
updates. Currently the VB6 app calls a web service to determine whether an
update is available.
Initially I was think... more >>
Siteminder integration
Posted by kenwiebke NO[at]SPAM yahoo.com at 9/13/2006 2:26:20 PM
Anyone succeeded on integrating Siteminder authentication with WSE 3.0?
I'm just starting to dig into WSE, so forgive me if this is a stupid
question.
... more >>
Reducing overall packet size
Posted by clivec at 9/13/2006 9:16:02 AM
I have a WSE3 application (desktop client and a server hosted as a service,
no IIS involved) that makes a lot of calls at times. The actual payload is
small so most of the network traffic is the XML of the envelope etc. Looking
around the web I can find help on compressing the payload part of ... more >>
Slow Response WSE 3.0
Posted by Tedd King at 9/12/2006 10:43:01 AM
I'm seeing a 2-3 second delay with services running under WSE 3.0 with
UsernameToken manager. I saw the posting for "Huge Delay" and checked my
diagnostics setting - it was disabled. I did notice that if I put in a bogus
userid/password, the Security Fault response is very quick. If, howeve... more >>
(401) Unauthorized Error
Posted by Techno_Dex at 9/11/2006 4:46:05 PM
I am in the middle of migrating my test environment to a more realistic
senario, but am having some issues that I'm not sure how to resolve (It
doesn't help that our IT is migrating our domain at the same time).
Basically I'm using mutualSecurity11. I published the WebService to an IIS
6.0 ... more >>
Problem with my x509 makecert certificates for WSE 3.0
Posted by Chris Hoare at 9/8/2006 3:33:02 AM
Hello All.
Problem with my x509 makecert certificates for WSE 3.0
I am having problems getting the WSE certificates to work on a simple test
system before I apply this to an existing product. I have installed
walk-through certificates and these appear to work without a problem. I have
... more >>
Need WS support for multipart mime in DotNet
Posted by Reine at 9/7/2006 3:30:07 PM
Hi
We are trying to consume web services provided by an external system. This
system uses multipart mime to receive and send binary data. As I've
understood it, WSE 3.0 doesn't support that standard, only inline attachmant
(MTOM).
Does anyone know of how DotNet can get support for multip... more >>
WS-Security 1.0 with WSE 3.0
Posted by Don Rixtown at 9/7/2006 12:22:45 PM
I'm trying to call a WSE 2.0 web service from a WSE 3.0 client. The
articles I've read say that this should work if you stick to using
features of ws-Security 1.0.
Every time I call the web service I get this exception:
Microsoft.Web.Services2.Security.SecurityFault: The signature or
decry... more >>
How to share business layer between client server using WSE 3.0
Posted by Solitude at 9/6/2006 8:40:02 PM
Hi,
We have a tiered client server application and we would like to use WSE 3.0
as the communication between our client and server. We want our static
business layer to be proxied over WSE 3.0. How is everyone else doing these
proxy objects?
Any suggestions?
Also is there any good examp... more >>
Policies an Services
Posted by Stefan Huber at 9/5/2006 4:54:28 PM
hello,
i am working with wse 3.0.
you can assign a policy to a webservice by adding e.g.
[Policy("ServerPolicy")] to the Class of the Webservices.
Every method in this class will be handled with this policy now.
what can i do if some methods of this class sould use no policy or another
p... more >>
WSE 3 + Long Running Request = Timeout
Posted by James Hancock at 9/4/2006 8:26:44 PM
I have a request that could take up to 5-10 minutes to process on the server
side. There's no way around it, and believe me if there was a way to avoid
this, I would be very happy indeed, but there isn't. (and normally this will
take a couple of seconds but if the person hasn't used the web se... more >>
Secure conversation breaks WSE
Posted by trahan at 9/1/2006 3:28:19 PM
I was trying to get an increase in performance via the secure
conversation, as per the WSE3 hands on lab.
However, when I turn the establishSecurityContext attribute from false
to true, and reset iis (I'm doing this on both the client and service)
I'm loosing the soap header - "Security re... more >>
WSE 2.0 SP 1 Runtime hangs during installation
Posted by Viewsonic at 9/1/2006 2:39:12 PM
Hello,
I'm trying to install WSE 2.0 SP1 Runtime on a laptop from our network. I
get through the steps of the installation, but it hangs at what seems to be
the last 95% of the installation.
Status says: rolling back action. that's where it hangs. Any help would be
appreciated...
... more >>
X509MutualCertSecurity with manual Assertion Config
Posted by Techno_Dex at 9/1/2006 11:45:23 AM
I'm wanting to configure X509MutualCertificateSecurity manually from a
client but not sure how to get the Assertion started. Basically I have an
assembly (the Client side of this request) that can be called by mulitple
users. They will pass in their ID, which the assembly will then look up i... more >>
Which cert?
Posted by trahan at 9/1/2006 10:11:21 AM
I am currently useing WSE3 test certificates to secure a web service.
Our company has a Microsoft Certificate Server. However, I'm not sure
which kind of certificate I need to get from it. The first one I tried
let me export a private key. But when I tried to use that private key
in the... more >>
|