Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Other Java > BOOK: Beginning Cryptography with Java
|
BOOK: Beginning Cryptography with Java
This is the forum to discuss the Wrox book Beginning Cryptography with Java by David Hook; ISBN: 9780764596339
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning Cryptography with Java section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 5th, 2008, 06:05 AM
Registered User
 
Join Date: Dec 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default how I can obtain content of received messages

Hi

I know that "ebXML Messaging does not define the business processes or the content of the messages being sent. ebXML Messaging only concerns itself with the secure and reliable transmission of the payload ".
can you guide me how I can obtain content of received messages ?
Now I get "payloadReference" in ebxml via hermes2 as follows :
<SOAP-ENV:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xlink="http://www.w3.org/1999/xlink " xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://www.oasis-open.org/committees/ebxml-msg/schema/envelope.xsd" xmlns:SOAP-ENV=" http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header xsi:schemaLocation="http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd">
<eb:MessageHeader xmlns:eb="http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd" eb:version=" 2.0" soap-env:actor="" soap-env:mustUnderstand="1">
<eb:From><eb:PartyId eb:type="fromPartyType">fromPartyId</eb:PartyId></eb:From>
<eb:To><eb:PartyId eb:type="toPartyType">toPartyId</eb:PartyId></eb:To>
<eb:CPAId>FirstMessageID</eb:CPAId>
<eb:ConversationId>convId</eb:ConversationId>
<eb:Service>cecid:cecid</eb:Service>
<eb:Action>firstAction</eb:Action>
<eb:MessageData>
<eb:MessageId>[email protected]</eb:MessageId>
<eb:Timestamp>2008-01-01T17:28:40.484+03:30</eb:Timestamp>
<eb:RefToMessageId>refToMessageId</eb:RefToMessageId>
</eb:MessageData>
</eb:MessageHeader>
</SOAP-ENV:Header>
<SOAP-ENV:Body xsi:schemaLocation="http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd">
<eb:Manifest xmlns:eb="http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd" eb:version="2.0 ">
<eb:Reference eb:id="Payload-0" xlink:href="cid:Payload-0" xlink:type="simple"/>
<eb:Reference eb:id="Payload-1" xlink:href="cid:Payload-1" xlink:type="simple"/>
</eb:Manifest>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
 >>>>>>>>>>>>>.

but I dont know how I can get the content of them .
if anyone know about this , please help me .

Thanks alot

 
Old January 5th, 2008, 05:54 PM
dgh dgh is offline
Wrox Author
 
Join Date: Aug 2005
Posts: 206
Thanks: 0
Thanked 20 Times in 20 Posts
Default

Sorry. This is way out of the scope of this forum, I'd recommend you have a look at the information on the http://www.ebxml.org/ site.

Regards,

David






Similar Threads
Thread Thread Starter Forum Replies Last Post
SMS Send and Received using MsComm cramlime VB How-To 1 July 1st, 2008 06:24 AM
Adding controls to a form based on data received jontheniceguy Visual Basic 2005 Basics 0 April 7th, 2006 10:07 AM
Error Received When Trying to Get Location.Href DragonKing005 Classic ASP Basics 3 May 22nd, 2005 09:54 PM
mail not received by the receiver but successfully gauravchhabra9111 J2EE 0 March 22nd, 2005 04:46 AM
sql parameters not passed or received redeye2 Pro VB.NET 2002/2003 1 November 5th, 2004 07:10 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.