[Webswell-tech] Webswell Connect 2 / 205
Brought to you by:
ladislav_urban,
vladimir2
|
From: <lad...@we...> - 2007-03-12 13:31:44
|
Hello Gerhard, the loopback that is inside MSH server is not very good. The best way is to send some message between 2 nodes. Does it work well? You can see implementation of the stub in Webswell Dispatcher code. The easiest way is to use directly dispatcher and use file system and control files. You can see some details at the end of pdf "Webswell Connect 2 guide" http://webswell.com/index.php?option=com_content&task=section&id=31&Itemid=79 Please let me know if the problem persists Ladislav > Hello Urban, > ok, communication is done, but with errors. The loopback tests showed also > the same error: > the ebms-loopback wants to insert into the hashtable a key: > http://xml.org/sax/properties/lexical-handler and value null. It is with > axis during deserialisation of the answer from tomcat, a communication > problem (see .gif). Maybe the stub does not correspond to the server code. > Further investigation showed that the *MessageReceiverListService.wsdl are > not valid (for XMLSpy). > Can you provide the build scripts to generate the stubs from .wsdl ? I > couldn't find it in the CVS repository. > Thank you > > Gerhard > > > > -----Ursprßngliche Nachricht----- > Von: Ladislav Urban [mailto:lad...@we...] > Gesendet: Montag, 5. März 2007 08:15 > An: pos...@in...; webswell-tech; Vladimir Alexovic > Betreff: Re: AW: AW: AW: Webswell Connect 2 / 205 > > > Hello Gerhard > Yes it is correct. You have to modify both parties. Each CPA is an > "agreement" between 2 parties. So you have to set up for example CPA3 in > the cache that buyer party will be for example 192.168.1.3 (parwin) and > the other party will be 192.168.1.1 (schabel) . > > The format of an endpoint is host:port > > Ladislav > > > On Sat, 2007-03-03 at 12:15 +0100, Gerhard Schabel wrote: >> Hello Ladislav, >> thank you, I corrected it, but the errors persist. >> >> I am a bit confused about how the hosts and ports have to be set in the >> CPACache (let's say CPA3.xml), because it is unclear to me where to set >> the >> own host:port and where to set the host:port of the other node. How do I >> have to modify the given example CPA3.xml on both nodes ? >> I have set up 2 nodes: >> - 192.168.1.3 (parwin), as buyer (Webswell 2.05), with default port >> settings >> for MSH 19998 >> - 192.168.1.1 (schabel), as seller (Webswell 2.03), with default port >> settings for MSH 19998 >> >> Greetings from Gerhard >> -----Ursprßngliche Nachricht----- >> Von: Ladislav Urban [mailto:lad...@we...] >> Gesendet: Montag, 26. Februar 2007 23:00 >> An: pos...@in...; webswell-tech >> Betreff: Re: AW: AW: Webswell Connect 2 / 205 >> >> >> Hello Gerhard, >> I can see Endpoint that looks weird: >> It is >> <TransportReceiverEndpointUri>http://schabel:19998:q/corvus/httpd/ebms/inbou >> nd</TransportReceiverEndpointUri> >> It is in CPA and should look like >> http://schabel:19998:/corvus/httpd/ebms/inbound >> >> <ToPartyEndpointUri>http://schabel:19998/corvus/httpd/ebms/inbound</ToPartyE >> ndpointUri> >> >> This looks better but it means that To and From URL are the same. It >> could cause the problem too. >> >> >> This is a bite from your CPA3: >> One party has this endpoint >> <eb:Endpoint eb:type="allPurpose" >> eb:uri="http://schabel:19998:q/corvus/httpd/ebms/inbound"/> >> >> >> The other party has this: >> <eb:Endpoint eb:type="allPurpose" >> eb:uri="http://schabel:19998/corvus/httpd/ebms/inbound"/> >> >> >> On Mon, 2007-02-26 at 22:39 +0100, Gerhard Schabel wrote: >> >> >> > -- > Ladislav Urban > CEO > Webswell Inc. > 1333 Howe Avenue, Suite 100 > Sacramento, 95825 CA > email: lad...@we... > phone: +1 (916) 290-2040 > fax: +1 (916) 921-2850 > http://www.webswell.com > |