Having a problem on my local server testing the WSI encription. Using the WSI Test Client. Works great until I click on the "Use WSE3 Token Authentication" then it returns.....
_____
<AspDotNetStorefrontImport Verbose="false">
<Get Table="Orders" Name="NewOrders">
<XmlPackage>DumpOrder.xml.config</XmlPackage>
<OrderBy>OrderDate asc</OrderBy>
<Criteria IsNew="1" />
</Get>
</AspDotNetStorefrontImport>
________
System.Web.Services.Protocols.SoapHeaderException: SOAP header Security was not understood.
at System.Web.Services.Protocols.SoapHeaderHandling.S etHeaderMembers(SoapHeaderCollection headers, Object target, SoapHeaderMapping[] mappings, SoapHeaderDirection direction, Boolean client)
at System.Web.Services.Protocols.SoapServerProtocol.C reateServerInstance()
at System.Web.Services.Protocols.WebServiceHandler.In voke()
at System.Web.Services.Protocols.WebServiceHandler.Co reProcessRequest()________
I am using v8.00 of the storefront. I rebuilt storefront using Visual studio 2008.
I get 76 warning messages beginning with
1 Discription: The 'package' element is not declared. fileumpOrderTmp.xml.config
2 Argument type 'sbyte' is not CLS-compliant File: AustrailiaPost.cs
...
34 AspDotNetStorefronCommon.db.getRS(string) is obsolete:'Depreciated. Use the GetRS that takes the SqlConnection as a parameter.'
I added #define WSE3 to the ASPDNSFUsernameTokenManager.cs and rebuilt....seeing that I am getting using problems with the
Microsoft.Web.Services3.Security saying that it does not exist.... which is a problem with Visual Studio 2008 not working with WSE3. If this is the case is there anyway to get this to work in VS 2008?
I suppose that I have to build the storefront in Visual Studio 2005...not 2008? The WSI Test Client rebuilds fine in 2008. I did not get the obsolete errors until I uncommented the WSI in the web.config in the storefront.
---------
Found a link that talks about WSE in Visual Studio 2008.... http://blogs.imeta.co.uk/jyoung/arch...08/29/345.aspx
Still having problem with using Microsoft.Web.Services3.Security; not showing up as that is it referenced in the aspdotnetstorefront.
What is interesting that in the WSIImportTester this reference is working for Microsoft.Web.Services3. ? Has this fix for Visual Studio 2008 been tried by anyone?