473,411 Members | 1,997 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,411 software developers and data experts.

Forum for WSE 3.0??

Is there a forum somewhere specializing in WSE 3.0? I am going through the
"Microsoft Web Service Security Patterns and Practices" book/pdf and it has
a link to a community forum with a url of
http://go.microsoft.com/fwlink/?Linkid=57044 but that is a bad link. I have
some questions that are probably too specific for this general forum.

--
Regards,
Gary Blakely
Aug 26 '08 #1
4 1541
Hi Gary,

As for forum, there are also XML webservice forums on both MSDN and ASPNET
community. As the same in MSDN newsgroup, you can post those WSE questions
in those webservice forums too.

#ASMX Web Services and XML Serialization Search ASMX Web Services and XML
Serialization Forum
http://forums.msdn.microsoft.com/en-...ndxml/threads/

#XML Web Services
http://forums.asp.net/28.aspx

BTW, I've also replied you in a former thread and provided some information
about learning resource of WSE 3.0:

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subs...#notifications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://support.microsoft.com/select/...tance&ln=en-us.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: "GaryDean" <gd**********@newsgroup.nospam>
Subject: Forum for WSE 3.0??
Date: Mon, 25 Aug 2008 17:44:45 -0700
>
Is there a forum somewhere specializing in WSE 3.0? I am going through
the
>"Microsoft Web Service Security Patterns and Practices" book/pdf and it
has
>a link to a community forum with a url of
http://go.microsoft.com/fwlink/?Linkid=57044 but that is a bad link. I
have
>some questions that are probably too specific for this general forum.

--
Regards,
Gary Blakely
Aug 26 '08 #2
Gary, WSE is obsolete. Do not use it for new development. I strongly suggest
that you use WCF instead. See the resources at
http://msdn.microsoft.com/wcf.

Steven, I appreciate your work in the newsgroups, but please stop directing
people towards WSE. They usually ask because a search on MSDN returns old
information as well as new information. In fact, if you search for "Web
Service Security" on MSDN, the top 20 articles are on WSE. That's not
because it's the correct approach to Web Service Security, it's because MSDN
search needs to be fixed.

If they are already using WSE and can't upgrade yet, that's ok. But I find
many people starting to use an obsolete product for new development, and we
can save them a lot of grief by directing them to WCF for anything having to
do with web services.

Thanks,
John
--
John Saunders | MVP - Connected System Developer

"Steven Cheng [MSFT]" <st*****@online.microsoft.comwrote in message
news:b9**************@TK2MSFTNGHUB02.phx.gbl...
Hi Gary,

As for forum, there are also XML webservice forums on both MSDN and ASPNET
community. As the same in MSDN newsgroup, you can post those WSE questions
in those webservice forums too.

#ASMX Web Services and XML Serialization Search ASMX Web Services and
XML
Serialization Forum
http://forums.msdn.microsoft.com/en-...ndxml/threads/

#XML Web Services
http://forums.asp.net/28.aspx

BTW, I've also replied you in a former thread and provided some
information
about learning resource of WSE 3.0:

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subs...#notifications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://support.microsoft.com/select/...tance&ln=en-us.
==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.
--------------------
>>From: "GaryDean" <gd**********@newsgroup.nospam>
Subject: Forum for WSE 3.0??
Date: Mon, 25 Aug 2008 17:44:45 -0700
>>
Is there a forum somewhere specializing in WSE 3.0? I am going through
the
>>"Microsoft Web Service Security Patterns and Practices" book/pdf and it
has
>>a link to a community forum with a url of
http://go.microsoft.com/fwlink/?Linkid=57044 but that is a bad link. I
have
>>some questions that are probably too specific for this general forum.

--
Regards,
Gary Blakely
Aug 28 '08 #3
John,
Sometime ago we canceled our transition to .net 3.5. This was because
Visual Studio 2008 just did not work. I know we could have managed to
develop 3.5 apps on Visual Studio 2005 but it was a hassle so we just ended
up staying on .net 2.0. We havent revisited the VS issue for a while now
just because we are so busy.

I posted the issues on the forums but never got any responses. VS 2008 does
weird things that ruin the html in an aspx page - it will totally clobber a
project. For instance, we had a table full of controls that spanned
about250 lines. I dragged the table, in design mode, to widen it about an
inch. VS 2008 automatically put all 250 lines on one long single line,
capitalized all of the text i.e <tableto <TABLE>, inserted new tags that
were illegal, etc. We couldn't get anything done. We had to go back to vs
2005 (which works very well) and cancel our transition to .net 3.5.

--
Regards,
Gary Blakely
"John Saunders" <no@dont.do.that.comwrote in message
news:O6**************@TK2MSFTNGP04.phx.gbl...
Gary, WSE is obsolete. Do not use it for new development. I strongly
suggest that you use WCF instead. See the resources at
http://msdn.microsoft.com/wcf.

Steven, I appreciate your work in the newsgroups, but please stop
directing people towards WSE. They usually ask because a search on MSDN
returns old information as well as new information. In fact, if you search
for "Web Service Security" on MSDN, the top 20 articles are on WSE. That's
not because it's the correct approach to Web Service Security, it's
because MSDN search needs to be fixed.

If they are already using WSE and can't upgrade yet, that's ok. But I find
many people starting to use an obsolete product for new development, and
we can save them a lot of grief by directing them to WCF for anything
having to do with web services.

Thanks,
John
--
John Saunders | MVP - Connected System Developer

"Steven Cheng [MSFT]" <st*****@online.microsoft.comwrote in message
news:b9**************@TK2MSFTNGHUB02.phx.gbl...
>Hi Gary,

As for forum, there are also XML webservice forums on both MSDN and
ASPNET
community. As the same in MSDN newsgroup, you can post those WSE
questions
in those webservice forums too.

#ASMX Web Services and XML Serialization Search ASMX Web Services and
XML
Serialization Forum
http://forums.msdn.microsoft.com/en-...ndxml/threads/

#XML Web Services
http://forums.asp.net/28.aspx

BTW, I've also replied you in a former thread and provided some
information
about learning resource of WSE 3.0:

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you.
Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

================================================= =
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subs...#notifications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent
issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each
follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://support.microsoft.com/select/...tance&ln=en-us.
================================================= =
This posting is provided "AS IS" with no warranties, and confers no
rights.
--------------------
>>>From: "GaryDean" <gd**********@newsgroup.nospam>
Subject: Forum for WSE 3.0??
Date: Mon, 25 Aug 2008 17:44:45 -0700
>>>
Is there a forum somewhere specializing in WSE 3.0? I am going through
the
>>>"Microsoft Web Service Security Patterns and Practices" book/pdf and it
has
>>>a link to a community forum with a url of
http://go.microsoft.com/fwlink/?Linkid=57044 but that is a bad link. I
have
>>>some questions that are probably too specific for this general forum.

--
Regards,
Gary Blakely

Aug 30 '08 #4
"GaryDean" <gd**********@newsgroup.nospamwrote in message
news:e2**************@TK2MSFTNGP04.phx.gbl...
John,
Sometime ago we canceled our transition to .net 3.5. This was because
Visual Studio 2008 just did not work. I know we could have managed to
develop 3.5 apps on Visual Studio 2005 but it was a hassle so we just
ended up staying on .net 2.0. We havent revisited the VS issue for a
while now just because we are so busy.

I posted the issues on the forums but never got any responses. VS 2008
does weird things that ruin the html in an aspx page - it will totally
clobber a project. For instance, we had a table full of controls that
spanned about250 lines. I dragged the table, in design mode, to widen it
about an inch. VS 2008 automatically put all 250 lines on one long single
line, capitalized all of the text i.e <tableto <TABLE>, inserted new
tags that were illegal, etc. We couldn't get anything done. We had to go
back to vs 2005 (which works very well) and cancel our transition to .net
3.5.
Gary, I suggest you note that few others seem to have those problems.

Also, you can develop WCF applications using Visual Studio 2008, and
continue to develop the web applications with 2005. It would be greatly
preferable to continuing to put effort into an obsolete platform.

BTW, I, too, would recommend a forum on WSE. My reasons are selfish ones,
though. Such a forum or newsgroup would have little traffic, and I could
safely ignore it.
--
John Saunders | MVP - Connected System Developer

Aug 30 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: blockhead | last post by:
We are looking for someone to either complete a php forum program or create one for us. There isn't really anything that is available that suits our needs and we have specific wants. If you are...
0
by: Paul Kinsella | last post by:
---------------------------------------------------------------------- NEWS BULLETIN - http://www.companywire.net ---------------------------------------------------------------------- Company...
0
by: Robert Oschler | last post by:
Hello all, I have set up a forum dedicated to WordNet Developers. I just added a section for Python developers that are using PyWordNet or other Python based WordNet interface modules or code. ...
14
by: Matt | last post by:
Any progammers looking for a killer app to develop? How about a voice enabled forum? One of the most powerful, exciting, and engrossing experiences on the Internet is the Forum. The first great...
4
by: frizzle | last post by:
Hi there, Still building my forum. I have a certain mysql-query i just can't figure out. These are my tables (simplified): categories -> id, description forums -> id, cat_id,...
0
by: dba123 | last post by:
OK, maybe I can get some help here, this is a last resort. I know I'm asking a lot by having you download and install this but it's really not that bad and I've had it. Their support has sucked,...
2
by: tridirk | last post by:
Hi; I am getting a Objceted Expected Error on my forum site. I can't find what is wrong? Line: Char: Error: Object expected Code:0 the site is My SMF Forum
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.