Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > Who uses the WSE VS add-in?

Reply
Thread Tools

Who uses the WSE VS add-in?

 
 
Jeff Welton
Guest
Posts: n/a
 
      10-28-2003
I'd like to get some feedback on the WSE VS add-in. If you're a WSE and VS user, do you know of and use the add-in? What do you like and dislike about it
(i.e., what would improve your user experience with it)?


--

This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated.

 
Reply With Quote
 
 
 
 
Simon Smith
Guest
Posts: n/a
 
      10-29-2003
On Tue, 28 Oct 2003 20:44:16 GMT in article
<> in
microsoft.public.dotnet.framework.aspnet.webservic es ,
(Jeff Welton (MSFT)) wrote:

>I'd like to get some feedback on the WSE VS add-in. If you're a WSE and VS user, do you know of and use the add-in? What do you like and dislike about it
>(i.e., what would improve your user experience with it)?


A browse function for the Security implementation references in the
Properties!

I use it to provide and validate a username/password and encryption to
web service calls and apart from that it's pretty straight forward.

Nice bit of s/w.


--
Simon
simon dot smith at snowvalley dot com
"Insomnia is a small price to pay for the stuff you read on UseNet"
 
Reply With Quote
 
 
 
 
Jeff Welton
Guest
Posts: n/a
 
      10-29-2003
Noted. Thanks for providing feedback on this, Simon.

Are there other ways that you envision in which the use of the WS-E add-in functionality is more solidly integrated with your solution development
experience? Very general question, I realize, but I don't want to ask 'leading' questions.




Jeff


--------------------
>From: Simon Smith <>
>Newsgroups: microsoft.public.dotnet.framework.aspnet.webservic es
>Subject: Re: Who uses the WSE VS add-in?
>Date: Wed, 29 Oct 2003 12:16:13 +0000
>Lines: 21
>Message-ID: <>
>References: <>
>NNTP-Posting-Host: 212.134.176.104
>Mime-Version: 1.0
>Content-Type: text/plain; charset=us-ascii
>Content-Transfer-Encoding: 7bit
>X-Trace: news.uni-berlin.de 1067429775 37389291 212.134.176.104 (16 [93192])
>X-Newsreader: Forte Agent 1.91/32.564
>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed 00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!fu-berlin.de!uni-berlin.de!

212.134.176.104!not-for-mail
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet.webservic es:20138
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webservic es
>
>On Tue, 28 Oct 2003 20:44:16 GMT in article
><> in
>microsoft.public.dotnet.framework.aspnet.webservi ces ,
> (Jeff Welton (MSFT)) wrote:
>
>>I'd like to get some feedback on the WSE VS add-in. If you're a WSE and VS user, do you know of and use the add-in? What do you like and dislike

about it
>>(i.e., what would improve your user experience with it)?

>
>A browse function for the Security implementation references in the
>Properties!
>
>I use it to provide and validate a username/password and encryption to
>web service calls and apart from that it's pretty straight forward.
>
>Nice bit of s/w.
>
>
>--
>Simon
>simon dot smith at snowvalley dot com
>"Insomnia is a small price to pay for the stuff you read on UseNet"
>



--

This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated.

 
Reply With Quote
 
Simon Smith
Guest
Posts: n/a
 
      10-29-2003
On Wed, 29 Oct 2003 16:21:02 GMT in article
<2SA$> in
microsoft.public.dotnet.framework.aspnet.webservic es ,
(Jeff Welton (MSFT)) wrote:

>>From: Simon Smith <>
>>
>>A browse function for the Security implementation references in the
>>Properties!
>>
>>I use it to provide and validate a username/password and encryption to
>>web service calls and apart from that it's pretty straight forward.
>>
>>Nice bit of s/w.
>>
>>

>Noted. Thanks for providing feedback on this, Simon.
>
>Are there other ways that you envision in which the use of the WS-E add-in functionality is more solidly integrated with your solution development
>experience? Very general question, I realize, but I don't want to ask 'leading' questions.
>

I remember looking at using DIME to send large messages. After a
little while I thought that I could already have coded up a loop to do
multiple sends of bits of the large message (each bit in my case was
independant and didn't depend on the previous or next bit).
So that's what I did.
Maybe I was missing something (you'll now show me how to do it in one
line!) but I did look, honest!

That's the only bit from WSE 1 that I remember being tricky; I haven't
looked at WSE 2 as our projects go live fairly quickly and regularly.

I do use an explicit call to a helper class to add username/password
to the proxy bafore a call. I don't know whether making that automatic
(i.e. it'll call my privider without me asking it to) would be a good
idea. On balance, probably not.


--
Simon
simon dot smith at snowvalley dot com
"Insomnia is a small price to pay for the stuff you read on UseNet"
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Time syncrhonization at server and client machine which uses WSE Indiresh ASP .Net Security 0 08-31-2005 01:14 PM
WSE 2.0 Kerberostoken creation on IIS 5.0/win2k fails Shikari Shambu ASP .Net 0 12-29-2004 10:42 PM
WSE 2.0, ASP.NET, Kerberos Token on IIS 5.0 Win 2k Shikari Shambu ASP .Net 0 12-29-2004 05:16 PM
Interceptor, HttpModule, WSE oliver.wulff@zurich.ch ASP .Net 0 01-27-2004 05:57 AM
WSE coverage Chris Pettingill MCSD 9 11-02-2003 08:53 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57