Mike Taulty's Blog
Bits and Bytes from Microsoft UK
WSE 3.0 Preview

Blogs

Mike Taulty's Blog

Elsewhere

There's a preview of WSE 3.0 over here for download;
 
 
It looks like it provides;
 
Improved policy support
ASP.NET web services outside of IIS
MTOM
.NET Framework 2.0 (beta 2) support
 
I've yet to have a play - got a few web service talks to do in the coming week(s) and don't want to break my existing demos right now.

Posted Sun, Jun 5 2005 11:41 AM by mtaulty

Comments

mtaulty wrote re: WSE 3.0 Preview
on Wed, Jun 8 2005 12:55 AM
mtaulty wrote re: WSE 3.0 Preview
on Wed, Jun 8 2005 4:25 AM
I should just add that if you select the default install location for the labs i.e.

C:\Documents and Settings\admin\My Documents\MSDN\WSE 3.0 Tech Preview Hands On Lab 202 - Security\

The web service fails with 'Server unavailable' error message. The event log showed the following error:

Failed to execute request because the App-Domain could not be created. Error: 0x80070005 Access is denied.

A bit of sleuthing under the VS2005 Website/ASP.NET Configuration menu option for the web service gave the following error when you select the Security tab:

An error occurred during the execution of the SQL file 'InstallCommon.sql'. The SQL error number is 103 and the SqlException message is: The identifier that starts with 'C__DOCUMENTS_AND_SETTINGS_ADMIN_MY_DOCUMENTS_MSDN_WSE_3.0_TECH_PREVIEW_HANDS_ON_LAB_202_-_SECURITY_CS_PART1_BEFORE_SECUREINVOICE' is too long. Maximum length is 128.

Seems like a strange limit to impose!! If you install the labs under C:\temp everything works fine! Hope this saves somebody a bit of time...
mtaulty wrote re: WSE 3.0 Preview
on Thu, Jun 23 2005 10:05 AM
Mike,

Thanks for the tip, this is going to save a ton of time.

Thanks,

Dave