-
Using the WSS4J Framework
trying out the code in this interesting article:
http://www.devx.com/Java/Article/28816/0/page/4
has anyone successfully tried this?
my specs:
-eclipse 3.0,jboss1.4, jdk1.5, axis,wss4j
having problems with WSSecuritySample.java @ the following line:
SOAPEnvelope unsignedEnvelope = axisMessage.getSOAPEnvelope(); (line 92)
the eclipse editor is saying:
Type mismatch: cannot convert from SOAPEnvelopeAxisImpl to SOAPEnvelope
great, steps taken:
- changed library import from SOAPENvelope to SOAPEnvelopeAxisImpl....and changed a few in the code which were straight forward.eg
SOAPEnvelopeAxisImpl unsignedEnvelope = axisMessage.getSOAPEnvelope(); (line 92)
- it ran in jboss, butttt...now a different error: a snippet
Axis fault
faultcode: http://schemas.xmlsoap.org/soap/enve...ersionMismatch
faultSubcode:
faultString: Version Mismatch
faultActor:
faultNode:
faultDetail:
org.apache.axis.AxisFault: VersionMismatch....
........
.........
what could be the problem? hoping some pointers and I'll try it out 
tx in advance
Similar Threads
-
By Ovidiu Platon in forum .NET
Replies: 0
Last Post: 08-26-2002, 09:03 AM
-
By Bill Gates in forum .NET
Replies: 3
Last Post: 05-23-2002, 05:32 PM
-
Replies: 8
Last Post: 04-03-2002, 06:41 PM
-
By Cali LaFollett in forum .NET
Replies: 3
Last Post: 11-10-2001, 02:10 PM
-
By scann in forum java.announcements
Replies: 0
Last Post: 09-06-2000, 02:51 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks