|
From: Mayne, P. <Pet...@ap...> - 2003-02-20 02:22:42
|
When a message is sent to Hermes using Request.send() (as in the LoopBack client), the message is sent by serialising the Java SOAPMessage object over an HTTP connection. This is fine for a Java client, but not for a non-Java client (for example, .NET). If we want to treat Hermes as a black box, there's no problem for incoming messages, because Hermes can be configured to forward them as SOAP messages to an HTTP server, which may be ASP.NET. However, for generating messages, it seems that a Java client must be used, because of the serialisation. Is there a non-Java-dependent way of sending SOAP/ebXML messages into Hermes? Thanks. PJDM -- Peter Mayne Technology Consultant Spherion Technology Solutions Level 1, 243 Northbourne Avenue, Lyneham, ACT, 2602 T: 61 2 62689727 F: 61 2 62689777 The information contained in this email and any attachments to it: (a) may be confidential and if you are not the intended recipient, any interference with, use, disclosure or copying of this material is unauthorised and prohibited; and (b) may contain personal information of the recipient and/or the sender as defined under the Privacy Act 1988 (Cth). Consent is hereby given by the recipient(s) to collect, hold and use such information and any personal information contained in a response to this email, for any reasonable purpose in the ordinary course of Spherion's business, including forwarding this email internally or disclosing it to a third party. All personal information collected by Spherion will be handled in accordance with Spherion's Privacy Policy. If you have received this email in error, please notify the sender and delete it. (c) you agree not to employ or arrange employment for any candidate(s) supplied in this email and any attachments without first entering into a contractual agreement with Spherion. You further agree not to divulge any information contained in this document to any person(s) or entities without the express permission of Spherion. |