login
my ps
about
contact
home
instructor-led training
online training
blogs
Service Station, by Aaron Skonnard
»
My samples on develop.com
My samples on develop.com
Service Station, by Aaron Skonnard
Home
Contact
Pluralsight Blogs
Scott Allen
Craig Andera
Mark Baciak
Don Box
Keith Brown
David Cowles
Tim Ewald
Jon Fancey
Jon Flanders
Kirill Gavrylyuk
Ian Griffiths
Martin Gudgin
Mike Henderson
Dr. Joe Hummel
Jim Johnson
Sahil Malik
Matt Milner
Fritz Onion
Pluralsight
Brian Randell
Jeffrey Schlimmer
Aaron Skonnard
David Starr
Dan Sullivan
Doug Walters
Jim Wilson
Mike Woodring
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Recent Posts
Pluralsight's WCF/WF Developer Screencast Series
Programming the MetaWeblog API in .NET/C#
My latest article on BizTalk Services
Double Feature: WCF + WF
Disabling WcfSvcHost.exe when debugging projects
Tags
Articles
BizTalk
Blogging
Books
Conferences
Indigo
Personal
Pluralsight
Samples
TechEd
Tools
XML/WS
View more
Resources
OASIS Cover
xml.com
Specifications
MSDN XML
MSDN WS
MSDN Blogs
MSDN RSS
W3C
xmethods.com
Aaron's Wiki
Archives
August 2008 (2)
May 2008 (8)
April 2008 (1)
March 2008 (1)
January 2008 (4)
December 2007 (2)
November 2007 (13)
October 2007 (5)
September 2007 (10)
June 2007 (3)
May 2007 (2)
April 2007 (6)
March 2007 (25)
February 2007 (16)
November 2006 (3)
October 2006 (5)
September 2006 (1)
August 2006 (1)
July 2006 (6)
June 2006 (11)
May 2006 (3)
April 2006 (16)
March 2006 (8)
February 2006 (6)
January 2006 (3)
December 2005 (3)
November 2005 (13)
October 2005 (12)
September 2005 (22)
June 2005 (2)
May 2005 (5)
April 2005 (20)
March 2005 (9)
February 2005 (22)
November 2004 (26)
October 2004 (2)
September 2004 (26)
August 2004 (13)
July 2004 (14)
June 2004 (11)
May 2004 (9)
April 2004 (11)
March 2004 (10)
February 2004 (28)
January 2004 (10)
A bunch of my samples are hosted on
DevelopMentor's Developer Resources site
.
Posted
Jan 19 2004, 08:12 PM
by
aaron-skonnard
Filed under:
Samples
Comments
Harish Mohan
wrote
re: My samples on develop.com
on 03-14-2004 4:37 AM
Hi,
I got ur reference from MSDN online. I found from your articles that you r the right person who can help me out of one problem. My problem goes like this -
I am developing a COM component in ATL-COM (ActiveX IE control). which has one interface( Show([in]BSTR bstrXML, [in]bstr XSLT) ), using that one can display pages using XML & XSLT files as input parameters. The XML files can be any 3rd party's file i.e. its internal tree structure is not known. My problem is how to generate an HTML page using these 2 files and display them in the browser control.
I would really appreciate your help.
my mail-id is awasthi_harish@hotmail.com
Coding Horror
wrote
Xpath Expression Builder
on 12-17-2004 9:56 PM
I use Xpath queries about once a year, so of course I completely forget the syntax every time I come back to it. And each time this happens, I somehow find Aaron Skonnard's very cool web-based interactive Xpath Expression...
yrcrao
wrote
WCF Issue
on 05-21-2008 6:02 AM
Hi Aaron,
I created one WCF Webservice with BasicHttp Binding and SelfSSL.
I want to call this services my various clients like vs2003,2005 and java.
When I call my wcf service iam getting error An error occurred when verifying security for the message
See my code:
wcfService.Service1Wse sc=new wcfService.Service1Wse();
SoapContext requestcontext =sc.RequestSoapContext ;
requestcontext.Security.Timestamp.TtlInSeconds = -1;
UsernameToken token;
token = new UsernameToken("abc", "12333",PasswordOption.SendHashed);
requestcontext.Security.Tokens.Add(token);
MessageSignature sig = new MessageSignature(token);
requestcontext.Security.Elements.Add(new MessageSignature(token));
Response.Write(sc.Hello());
If I pass plain text password option. My dontnet clients are working. But not java.
If I pass Hashed password option iam getting same above error.
Please give me some solution.
Thanks & Regards
yrcrao
Add a Comment
Name:
(required)
Website:
(optional)
Comments
(required)
Remember Me?
home
instructor-led training
online training
blogs
781.749.9238 (East Coast) | 310.251.9901 (West Coast) | Pluralsight, LLC , 185 Lincoln St., Suite 305, Hingham, MA 02043-1741
Copyright © 2008 Pluralsight LLC. All rights reserved.
designed by
nukeation