|
From: Mattias J <mj...@ex...> - 2005-06-15 09:02:00
|
At 2005-06-15 10:42, you wrote: >I think what David ment was to use e.g. one tomcat instance for hermes >and one instance for your application. You could then communicate >between those instances in a compatible way. This is what we have done. > >Remote mhs <--> hermes <--> jms <--> application Interesting thought. Even so, I think Hermes and Axis should be made compatible. Unfortunately I have no experience with JMS. What would the message sent between the application and the Hermes client application contain? >Works like a charm, unfortunately it never went into production but that >is not because of us. > >Ronald > >-----Oorspronkelijk bericht----- >Van: ebx...@li... >[mailto:ebx...@li...] Namens Mattias J >Verzonden: maandag 13 juni 2005 9:56 >Aan: ebx...@li... >Onderwerp: Re: [ebxmlms-general] Axis incompatibilities > >That is not the problem. It is about using Axis as the SAAJ >implementation; >i.e. replacing saaj-ri.jar with axis.jar. > >I need to do this, because we have an application that responds to SOAP >requests using Axis, so axis.jar is already there and then we also >wanted >to send ebXML messages from it. So adding Hermes msh.jar (with >dependencies; but not saaj-ri.jar) for communicating with Hermes server >creates erroneous messages, for the reasons detailed in the Axis JIRA >entry >below. > >At 2005-06-11 18:04, you wrote: > >Can you just put up two instances of Apache - on different ports - > >one for Axis, the other Hermes, to avoid this conflict? > > > >DW > > > >----- Original Message ----- > >From: "Mattias J" <mat...@ex...> > >To: <ebx...@li...> > >Sent: Saturday, June 11, 2005 1:43 AM > >Subject: [ebxmlms-general] Axis incompatibilities > > > > > > > As stated in the (currently) bottom-most post, this isn't really an >issue > > > for me any more, but possibly somebody want to have a look at the > > > incompatibility between Apache Axis and Hermes. Problems arose when >trying > > > to send ebXML messages from an application already using Axis for >SOAP. > > > See http://issues.apache.org/jira/browse/AXIS-1469 |