[xgws-user] RE: Issue with receiving published messages w/ WSMG

Alex Piqueras apm6_at_alu.um.es
Tue, 08 May 2007 09:51:27 +0200


This is a multi-part message in MIME format.
--------------040904070808000100090608
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit

Hi all,
Until now I have been using wsmg in Windows, but now I'm trying in Linux 
and then I have the same problem you show here.
The broker server and the consumers start up correctly, and their 
subscriptions are stored successfully in the broker. But when someone 
publish a message to the server, it doesn't propogate to the client 
consumers.
In this case, I'm using a public IP address, and also the broker and 
consumers are in the same machine.

I hope this information could help you to solve the problem.

I would like to read next mails about this issue to try solving my problem.

Thanks,

Alex.


Yi Huang escribió:
>
> Hi, Damon,
>
>  
>
> I think you may have firewall-related problem. The broker server may 
> not be able to resolve 129.197.23.74 or cannot connect to it. Can you 
> send me the sever log when you run the test command and I want to see 
> if the server has any error.  (Just start the server and run the test 
> command, and wait for more than 4 minutes for connection time out 
> error messages).
>
>  
>
> I think 129.197.23.74 is a local address. Can you run ipconfig (in 
> Windows) or ifconfig (in linux) to get all your IP addresses?
>
>  
>
> Thanks,
>
>  
>
> Yi
>
> ===================================
>
> Yi Huang
>
> PhD Candidate
>
> Computer Science Dept.
>
> Indiana University
>
> http://www.cs.indiana.edu/~yihuan/ <http://www.cs.indiana.edu/%7Eyihuan/>
>
>  
>
> *From:* Jones, Damon [mailto:damon.jones_at_lmco.com]
> *Sent:* Monday, May 07, 2007 2:34 PM
> *To:* Yi Huang; aslom_at_cs.indiana.edu; Chathura Herath
> *Subject:* RE: Issue with receiving published messages w/ WSMG
>
>  
>
> Hi Yi,
>
>  
>
> You assumed correctly in that I did start up consumer and created a 
> subscription before publishing. Output from test below.
>
>  
>
> Thanks,
>
> Damon
>
>  
>
>  
>
> D:\javadev\projects\wsmg\java>java 
> wsmg.demo.leadCallBack.TestController -broker
>  localhost:12345 -topic topic1 -listenPort 18881
> XC started on http://129.197.23.74:18881
> SubscriptionID received=<wse:Identifier 
> xmlns:wse="http://schemas.xmlsoap.org/ws
> /2004/08/eventing">Tsub1_at_1178562537062</wse:Identifier>
> Created subscription: topic=topic1
> Waiting to get lock.
> #####Doing other stuff######
> IP address: 129.197.23.74
> Finish Message=<?xml version="1.0" encoding="UTF-8"?>
>
>  
>
> <NCSAEvent dirty="true" id-at-sink="-1" priority="0" 
> creation-timestamp="1178562
> 592782">
>   <properties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
> xsi:type="ja
> va:ncsa.common.types.Attribute">
>     <name>Status</name>
>     <value xsi:type="java:java.lang.String">FINISHED_SUCCESS</value>
>   </properties>
>   <properties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
> xsi:type="ja
> va:ncsa.common.types.Attribute">
>     <name>source</name>
>     <value xsi:type="java:java.lang.String">decoder</value>
>   </properties>
>   <properties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
> xsi:type="ja
> va:ncsa.common.types.Attribute">
>     <name>Topic</name>
>     <value xsi:type="java:java.lang.String">topic1</value>
>   </properties>
>   <properties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
> xsi:type="ja
> va:ncsa.common.types.Attribute">
>     <name>correlationId</name>
>     <value xsi:type="java:java.lang.String"/>
>   </properties>
>   
> <id-at-origin>ogre_event_20070507112952_SVLWKCXR5XY__4849515856278846647</id-a
> t-origin>
>   <message>done!&lt;a 
> href="http://test.com/"&gt;text&lt;/a&gt;</message <http://test.com/>>
> </NCSAEvent>
>
>  
>
> =====================================================================================
>
>  
>
>  
>
>  
>
>  
>
>      
>
>     ------------------------------------------------------------------------
>
>     *From:* Yi Huang [mailto:yihuan_at_cs.indiana.edu]
>     *Sent:* Monday, May 07, 2007 11:20 AM
>     *To:* Jones, Damon; aslom_at_cs.indiana.edu; 'Chathura Herath'
>     *Cc:* 'Yi Huang'
>     *Subject:* RE: Issue with receiving published messages w/ WSMG
>
>     Hi, Damon,
>
>      
>
>     The commands look fine. I assume that you publish the message
>     after starting the consumer and creating the subscription since I
>     don't see log of subscription creation in the server.
>
>      
>
>     Can you run the test command in the "Test Your WS-Messenger
>     Server" section of the user guide? The command is
>
>     java wsmg.demo.leadCallBack.TestController -broker localhost:12345
>     -topic topic1 -listenPort 18888
>
>      
>
>     I would like to see if this command works fine.  
>
>      
>
>     Thanks,
>
>      
>
>     Yi
>
>      
>
>     ===================================
>
>     Yi Huang
>
>     PhD Candidate
>
>     Computer Science Dept.
>
>     Indiana University
>
>     http://www.cs.indiana.edu/~yihuan/
>     <http://www.cs.indiana.edu/%7Eyihuan/>
>
>      
>
>     *From:* Jones, Damon [mailto:damon.jones_at_lmco.com]
>     *Sent:* Monday, May 07, 2007 12:14 PM
>     *To:* yihuan_at_cs.indiana.edu; aslom_at_cs.indiana.edu; Chathura Herath
>     *Subject:* Issue with receiving published messages w/ WSMG
>
>      
>
>     Hi,
>
>     I have an issue with wsmg. For some reason when I publish a
>     message to the server, it doesn't propogate to the client
>     consumers. I believe every thing is setup correctly (see below). I
>     can start the server find and subscribe as well.
>
>     Please help, thanks,
>
>     Damon
>
>     Damon S. Jones
>     Lockheed Martin Space Systems
>     L
>
>      
>
>     I run the publish script below:
>
>     ===============================================================================
>
>     D:\javadev\projects\wsmg\java>java wsmg.demo.TestWSE_Publisher
>     -consumer 129.197
>     .23.74:12345 -topic TestTopic -message "<words>Hello World</words>"
>
>     ================================================================================
>
>
>     I get the following log from the server when the message is
>     published.
>
>      
>
>     [ 16:04:21.801 listen12345:
>     xsul.http_server.HttpMiniServer.java:298 run 1] rece
>     ived connection Socket[addr=/129.197.23.74,port=2633,localport=12345]
>     [ 16:04:21.833 connection1on12345:
>     xsul.http_server.impl.HttpMiniServerConnectio
>     n.java:158 process 2] ENTRY
>     [ 16:04:21.848 connection1on12345:
>     xsul.http_server.impl.HttpMiniServerConnectio
>     n.java:168 process 1] waiting for next request
>     [ 16:04:21.848 connection1on12345: trace.xsul.http.server.in
>     xsul.http_server.im
>     pl.HttpServerRequestImpl.java:209 readRequest 1] TRACE waiting for
>     first line of
>      HTTP request
>     [ 16:04:21.848 connection1on12345: trace.xsul.http.server.in
>     xsul.http_server.im
>     pl.HttpServerRequestImpl.java:226 readRequest 1] TRACE receiving
>     first line with
>      request:---
>     POST / HTTP/1.0---
>     [ 16:04:21.864 connection1on12345: trace.xsul.http.server.in
>     xsul.http_server.im
>     pl.HttpServerRequestImpl.java:252 readRequest 1] Host:
>     129.197.23.74:12345
>     [ 16:04:21.864 connection1on12345: trace.xsul.http.server.in
>     xsul.http_server.im
>     pl.HttpServerRequestImpl.java:252 readRequest 1] User-Agent:
>     XSUL/2.7.9
>     [ 16:04:21.864 connection1on12345: trace.xsul.http.server.in
>     xsul.http_server.im
>     pl.HttpServerRequestImpl.java:252 readRequest 1] Content-Type:
>     text/xml; charset
>     =utf-8
>     [ 16:04:21.880 connection1on12345: trace.xsul.http.server.in
>     xsul.http_server.im
>     pl.HttpServerRequestImpl.java:252 readRequest 1] Content-Length: 830
>     [ 16:04:21.911 connection1on12345: trace.xsul.http.server.in
>     xsul.http_server.im
>     pl.HttpServerRequestImpl.java:252 readRequest 1] SOAPAction:
>     "http://www.extreme
>     .indiana.edu/WseNotification"
>     [ 16:04:21.958 connection1on12345: trace.xsul.http.server.in
>     xsul.http_server.im
>     pl.HttpServerRequestImpl.java:252 readRequest 1] Connection: close
>     [ 16:04:21.958 connection1on12345: trace.xsul.http.server.in
>     xsul.http_server.im
>     pl.HttpServerRequestImpl.java:252 readRequest 1]
>     [ 16:04:21.958 connection1on12345: xsul.util.XsulUtil.java:216
>     getContentTypeCha
>     rset 1] ndx=10 from contentType=text/xml; charset=utf-8
>     [ 16:04:21.973 connection1on12345:
>     xsul.http_server.impl.HttpServerRequestImpl.j
>     ava:289 readRequest 1] got charset=utf-8 from
>     contentType=text/xml; charset=utf-
>     8 length=830
>     [ 16:04:21.973 connection1on12345: trace.xsul.http.server.in
>     xsul.http_server.im
>     pl.HttpServerRequestImpl.java:344 readRequest 1] recevied=830
>     '<?xml version='1.
>     0' encoding='utf-8'?><S:Envelope
>     xmlns:xsd='http://www.w3.org/2001/XMLSchema'
>     <http://www.w3.org/2001/XMLSchema%27> xm
>     lns:xsi='http://www.w3.org/2001/XMLSchema-instance'
>     <http://www.w3.org/2001/XMLSchema-instance%27>
>     xmlns:wa48='http://schemas.x
>     mlsoap.org/ws/2004/08/addressing'
>     xmlns:wsp='http://schemas.xmlsoap.org/ws/2002/
>     12/policy' xmlns:S='http://schemas.xmlsoap.org/soap/envelope/'
>     <http://schemas.xmlsoap.org/soap/envelope/%27>><S:Header><wa48:T
>     o>http://129.197.23.74:12345</wa48:To><wsnt:Topic
>     Dialect='http://www.ibm.com/xm
>     lns/stdwip/web-services/WS-Topics/TopicExpression/simple'
>     xmlns:widget='http://w
>     idgets.com'
>     xmlns:wsnt='http://www.ibm.com/xmlns/stdwip/web-services/WS-BaseNoti
>     fication'>widget:TestTopic</wsnt:Topic><wa48:MessageID>uuid:9e4f1fa0-fcb4-11db-a
>
>     e8d-9a92f41e9b6d</wa48:MessageID><wa48:Action>http://www.extreme.indiana.edu/Wse
>
>     Notification</wa48:Action></S:Header><S:Body><words>Hello
>     World</words></S:Body>
>     </S:Envelope>
>     [ 16:04:21.989 connection1on12345: trace.xsul.http.server.in
>     xsul.http_server.im
>     pl.HttpServerRequestImpl.java:355 readRequest 1] received request:---
>     <?xml version='1.0' encoding='utf-8'?><S:Envelope
>     xmlns:xsd='http://www.w3.org/2
>     001/XMLSchema'
>     xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
>     <http://www.w3.org/2001/XMLSchema-instance%27> xmlns:wa48=
>     'http://schemas.xmlsoap.org/ws/2004/08/addressing'
>     xmlns:wsp='http://schemas.xml
>     soap.org/ws/2002/12/policy'
>     xmlns:S='http://schemas.xmlsoap.org/soap/envelope/'
>     <http://schemas.xmlsoap.org/soap/envelope/%27>>
>     <S:Header><wa48:To>http://129.197.23.74:12345</wa48:To><wsnt:Topic
>     Dialect='http
>     ://www.ibm.com/xmlns/stdwip/web-services/WS-Topics/TopicExpression/simple'
>     xmlns
>     :widget='http://widgets.com' <http://widgets.com%27>
>     xmlns:wsnt='http://www.ibm.com/xmlns/stdwip/web-ser
>     vices/WS-BaseNotification'>widget:TestTopic</wsnt:Topic><wa48:MessageID>uuid:9e4
>
>     f1fa0-fcb4-11db-ae8d-9a92f41e9b6d</wa48:MessageID><wa48:Action>http://www.extrem
>
>     e.indiana.edu/WseNotification</wa48:Action></S:Header><S:Body><words>Hello
>     World
>     </words></S:Body></S:Envelope>---
>
>     [ 16:04:22.005 connection1on12345:
>     xsul.http_server.impl.HttpMiniServerConnectio
>     n.java:182 process 1] dispatching HTTP method 'POST' to servlet
>     xsul.processor.h
>     ttp.HttpDynamicInfosetProcessor$HdisServlet_at_a981ca
>     [ 16:04:22.020 connection1on12345:
>     wsmg.xsul.XSULDedicatedBrockerService.java:15
>     8 processHttpXml 5] Received message:<S:Envelope
>     xmlns:xsd="http://www.w3.org/20
>     01/XMLSchema"
>     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wa48="
>     http://schemas.xmlsoap.org/ws/2004/08/addressing"
>     xmlns:wsp="http://schemas.xmls
>     oap.org/ws/2002/12/policy"
>     xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"><
>     S:Header><wa48:To>http://129.197.23.74:12345</wa48:To><wsnt:Topic
>     Dialect="http:
>     //www.ibm.com/xmlns/stdwip/web-services/WS-Topics/TopicExpression/simple"
>     xmlns:
>     widget="http://widgets.com"
>     xmlns:wsnt="http://www.ibm.com/xmlns/stdwip/web-serv
>     ices/WS-BaseNotification">widget:TestTopic</wsnt:Topic><wa48:MessageID>uuid:9e4f
>
>     1fa0-fcb4-11db-ae8d-9a92f41e9b6d</wa48:MessageID><wa48:Action>http://www.extreme
>
>     .indiana.edu/WseNotification</wa48:Action></S:Header><S:Body><words>Hello
>     World<
>     /words></S:Body></S:Envelope>
>     ******Topic=TestTopic
>     [ 16:04:22.098 connection1on12345:
>     wsmg.xsul.XSULDedicatedBrockerService.java:22
>     5 processHttpXml 1] respDoc=<?xml version="1.0"?><S:Envelope
>     xmlns:xsd="http://w
>     ww.w3.org/2001/XMLSchema"
>     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>     xmlns:widget="http://widgets.com"
>     xmlns:wa48="http://schemas.xmlsoap.org/ws/2004
>     /08/addressing"
>     xmlns:wsp="http://schemas.xmlsoap.org/ws/2002/12/policy" xmlns:S
>     ="http://schemas.xmlsoap.org/soap/envelope/"><S:Header><wa48:Action>http://schem
>
>     as.xmlsoap.org/ws/2004/08/eventing/wordsResponse</wa48:Action><wa48:MessageID>uu
>
>     id:9e7c7130-fcb4-11db-88fd-d77fdac31d18</wa48:MessageID><wa48:To>http://schemas.
>
>     xmlsoap.org/ws/2004/08/addressing/role/anonymous</wa48:To><wa48:From><wa48:Addre
>
>     ss>http://129.197.23.74:12345</wa48:Address></wa48:From><wa48:RelatesTo>uuid:9e4
>
>     f1fa0-fcb4-11db-ae8d-9a92f41e9b6d</wa48:RelatesTo></S:Header><S:Body><wse:wordsR
>
>     esponse trackId="trackId_A_0"
>     xmlns:wse="http://schemas.xmlsoap.org/ws/2004/08/e
>     venting" /></S:Body></S:Envelope>
>     [ 16:04:22.114 connection1on12345: trace.xsul.http.server.out
>     xsul.http_server.i
>     mpl.HttpServerResponseImpl.java:181 drainPipe 1] TRACE: sending
>     response (sendBo
>     dy=true):---
>     HTTP/1.0 200 OK\r
>     Date: 7 May 2007 16:04:22 GMT\r
>     Server: XSUL/2.7.9\r
>     Content-Type: text/xml\r
>     Content-Length: 885\r
>     Connection: close\r
>     \r
>     <?xml version='1.0'?><S:Envelope
>     xmlns:xsd='http://www.w3.org/2001/XMLSchema'
>     <http://www.w3.org/2001/XMLSchema%27> xm
>     lns:xsi='http://www.w3.org/2001/XMLSchema-instance'
>     <http://www.w3.org/2001/XMLSchema-instance%27>
>     xmlns:widget='http://widgets
>     .com'
>     xmlns:wa48='http://schemas.xmlsoap.org/ws/2004/08/addressing'
>     <http://schemas.xmlsoap.org/ws/2004/08/addressing%27> xmlns:wsp='h
>     ttp://schemas.xmlsoap.org/ws/2002/12/policy'
>     xmlns:S='http://schemas.xmlsoap.org
>     /soap/envelope/'><S:Header><wa48:Action>http://schemas.xmlsoap.org/ws/2004/08/ev
>
>     enting/wordsResponse</wa48:Action><wa48:MessageID>uuid:9e7c7130-fcb4-11db-88fd-d
>
>     77fdac31d18</wa48:MessageID><wa48:To>http://schemas.xmlsoap.org/ws/2004/08/addre
>
>     ssing/role/anonymous</wa48:To><wa48:From><wa48:Address>http://129.197.23.74:1234
>
>     5</wa48:Address></wa48:From><wa48:RelatesTo>uuid:9e4f1fa0-fcb4-11db-ae8d-9a92f41
>
>     e9b6d</wa48:RelatesTo></S:Header><S:Body><wse:wordsResponse
>     trackId='trackId_A_0
>     ' xmlns:wse='http://schemas.xmlsoap.org/ws/2004/08/eventing'
>     <http://schemas.xmlsoap.org/ws/2004/08/eventing%27>
>     /></S:Body></S:Enve
>     lope>---
>
>     [ 16:04:22.161 connection1on12345:
>     xsul.http_server.impl.HttpServerResponseImpl.
>     java:199 drainPipe 1] sending response body
>     [ 16:04:22.161 connection1on12345:
>     xsul.http_server.impl.HttpServerResponseImpl.
>     java:203 drainPipe 1] sending response finished
>     [ 16:04:22.161 connection1on12345:
>     xsul.http_server.impl.HttpMiniServerConnectio
>     n.java:220 process 2] RETURN
>     [ 16:04:22.176 connection1on12345:
>     xsul.http_server.impl.HttpMiniServerConnectio
>     n.java:134 run 1] closing server
>     Socket[addr=/129.197.23.74,port=2633,localport=
>     12345]
>     [ 16:04:22.176 connection1on12345:
>     xsul.http_server.impl.HttpMiniServerConnectio
>     n.java:153 run 1] connection thread finished
>
>      
>
>     =========================================================================================
>
>
>     "I Started Consumer Successfully"
>
>     D:\javadev\projects\wsmg\java>java
>     wsmg.demo.TestNotificationConsumer -port 19999
>     XC started on http://129.197.23.74:19999
>     Listen Port=19999
>
>     =======================================================================================
>
>
>     "I Started Server Successfully"
>
>     D:\javadev\projects\wsmg\java\bin>java -Dlog=:ALL wsmg.Server
>     -port 12345
>     MLogger $Revision: 1.8 $ $Date: 2005/02/16 05:52:51 $ (GMT)
>     configured as ':ALL'
>       (XSUL version compile-time:2.7.9 runtime:2.7.9)
>     Get init()
>     Calling cleanup()
>     Batch update successful.
>     Queue is cleaned.
>     Finished Calling cleanup()
>     [ 15:59:32.046 main:
>     xsul.http_server.plain_impl.PlainServerSocketFactory.java:7
>     4 initializePortRange 4] no http_transport.server.port.range
>     property was provid
>     ed
>     [ 15:59:32.046 main: xsul.http_server.HttpMiniServer.java:229
>     startServerNoCheck
>     s 4] starts listening on 12345 :-)
>     [ 15:59:32.061 listen12345:
>     xsul.http_server.HttpMiniServer.java:279 run 2] ENTR
>     Y
>     [ 15:59:32.061 main:
>     xsul.http_server.plain_impl.PlainServerSocketFactory.java:1
>     76 getMyIp 4] no http_transport.server.host_ip property
>     WS-Eventing/Notification Broker(XSUL) service (version:1.76.2
>     After_StressTest_a
>     ddedStat_f1 XPathFilterEnabled=true) started on
>     http://129.197.23.74:12345
>     Starting Subscription Cleaning up Thread.
>     TotalRecord=0
>
>     =======================================================================================
>
>     "I Made A Subscription Successfully"
>
>     D:\javadev\projects\wsmg\java>java wsmg.demo.TestWSE_Subscriber
>     -consumer 129.19
>     7.23.74:19999 -producer 129.197.23.74:12345 -topic TestTopic
>     SubscriptionID received=<wse:Identifier
>     xmlns:wse="http://schemas.xmlsoap.org/ws
>     /2004/08/eventing">Tsub2_at_1178553570843</wse:Identifier>
>     SubscriptionId=<wse:Identifier
>     xmlns:wse="http://schemas.xmlsoap.org/ws/2004/08/
>     eventing">Tsub2_at_1178553570843</wse:Identifier>
>
>     D:\javadev\projects\wsmg\java>java wsmg.demo.showAllSubscriptions
>     -producer loca
>     lhost:12345
>     ******Tsub2_at_1178553570843-->http://129.197.23.74:19999--##TestTopic
>


-- 
-------------------------------------------------------
Alejandro Piqueras Meseguer (apiqueras_at_dif.um.es)
Dept. Ingeniería de la Información y las Comunicaciones
Facultad de Informática
Universidad de Murcia 


--------------040904070808000100090608
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi all,<br>
Until now I have been using wsmg in Windows, but now I'm trying in
Linux and then I have the same problem you show here.<br>
The broker server and the consumers start up correctly, and their
subscriptions are stored successfully in the broker. But when someone
publish a message to the server, it
doesn't propogate to the client consumers.<br>
In this case, I'm using a public IP address, and also the broker and
consumers are in the same machine.<br>
<br>
I hope this information could help you to solve the problem.<br>
<span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;"></span><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;"><br>
</span>I would like to read next mails about this issue to try solving
my problem.<br>
<br>
Thanks,<br>
<br>
Alex.<br>
<br>
<br>
Yi Huang escribi&oacute;:
<blockquote cite="mid017201c790df$7d9015d0$78b04170$@indiana.edu"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="Generator" content="Microsoft Word 12 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
  <title>Issue with receiving published messages w/ WSMG</title>
  <style>
<!--
 /* Font Definitions */
 @font-face
	{font-family:SimSun;
	panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
	{font-family:SimSun;
	panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:Tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
	{font-family:Consolas;
	panose-1:2 11 6 9 2 2 4 3 2 4;}
@font-face
	{font-family:"\@SimSun";
	panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
	{font-family:LMLOGO3;
	panose-1:0 0 0 0 0 0 0 0 0 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
p
	{mso-style-priority:99;
	mso-margin-top-alt:auto;
	margin-right:0in;
	mso-margin-bottom-alt:auto;
	margin-left:0in;
	font-size:12.0pt;
	font-family:"Times New Roman","serif";}
span.EmailStyle18
	{mso-style-type:personal;
	font-family:"Calibri","sans-serif";
	color:#1F497D;}
span.EmailStyle19
	{mso-style-type:personal-reply;
	font-family:"Calibri","sans-serif";
	color:#1F497D;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;}
@page Section1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
	{page:Section1;}
-->
  </style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
  <div class="Section1">
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Hi,
Damon,<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">I
think you may have firewall-related problem. The broker server
may not be able to resolve 129.197.23.74 or cannot connect to it. Can
you send
me the sever log when you run the test command and I want to see if the
server has
any error. &nbsp;(Just start the server and run the test command, and wait
for more
than 4 minutes for connection time out error messages).<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">I
think 129.197.23.74 is a local address. Can you run ipconfig
(in Windows) or ifconfig (in linux) to get all your IP addresses? <o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Thanks,<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Yi<o:p></o:p></span></p>
  <div>
  <p class="MsoNormal"><span
 style="font-size: 10.5pt; font-family: Consolas; color: rgb(31, 73, 125);">===================================<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 10.5pt; font-family: Consolas; color: rgb(31, 73, 125);">Yi
Huang<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 10.5pt; font-family: Consolas; color: rgb(31, 73, 125);">PhD
Candidate<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 10.5pt; font-family: Consolas; color: rgb(31, 73, 125);">Computer
Science Dept.<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 10.5pt; font-family: Consolas; color: rgb(31, 73, 125);">Indiana
University<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 10.5pt; font-family: Consolas; color: rgb(31, 73, 125);"><a
 href="http://www.cs.indiana.edu/%7Eyihuan/"><span style="color: blue;">http://www.cs.indiana.edu/~yihuan/</span></a><o:p></o:p></span></p>
  </div>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p>&nbsp;</o:p></span></p>
  <div>
  <div
 style="border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0in 0in;">
  <p class="MsoNormal"><b><span
 style="font-size: 10pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">From:</span></b><span
 style="font-size: 10pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"> Jones,
Damon
[<a class="moz-txt-link-freetext" href="mailto:damon.jones_at_lmco.com">mailto:damon.jones_at_lmco.com</a>] <br>
  <b>Sent:</b> Monday, May 07, 2007 2:34 PM<br>
  <b>To:</b> Yi Huang; <a class="moz-txt-link-abbreviated" href="mailto:aslom_at_cs.indiana.edu">aslom_at_cs.indiana.edu</a>; Chathura Herath<br>
  <b>Subject:</b> RE: Issue with receiving published messages w/ WSMG<o:p></o:p></span></p>
  </div>
  </div>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  <p class="MsoNormal"><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: blue;">Hi
Yi,</span><o:p></o:p></p>
  <p class="MsoNormal">&nbsp;<o:p></o:p></p>
  <p class="MsoNormal"><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: blue;">You
assumed correctly in that I did start up consumer and created a
subscription before publishing. Output from test below.</span><o:p></o:p></p>
  <p class="MsoNormal">&nbsp;<o:p></o:p></p>
  <p class="MsoNormal"><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: blue;">Thanks,</span><o:p></o:p></p>
  <p class="MsoNormal"><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: blue;">Damon</span><o:p></o:p></p>
  <p class="MsoNormal">&nbsp;<o:p></o:p></p>
  <p class="MsoNormal">&nbsp;<o:p></o:p></p>
  <p class="MsoNormal"><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: blue;">D:\javadev\projects\wsmg\java&gt;java
wsmg.demo.leadCallBack.TestController -broker<br>
&nbsp;localhost:12345 -topic topic1 -listenPort 18881<br>
XC started on <a href="http://129.197.23.74:18881">http://129.197.23.74:18881</a><br>
SubscriptionID received=&lt;wse:Identifier xmlns:wse="<a
 href="http://schemas.xmlsoap.org/ws">http://schemas.xmlsoap.org/ws</a><br>
/2004/08/eventing"&gt;Tsub1_at_1178562537062&lt;/wse:Identifier&gt;<br>
Created subscription: topic=topic1<br>
Waiting to get lock.<br>
#####Doing other stuff######<br>
IP address: 129.197.23.74<br>
Finish Message=&lt;?xml version="1.0" encoding="UTF-8"?&gt;</span><o:p></o:p></p>
  <div>
  <p class="MsoNormal">&nbsp;<o:p></o:p></p>
  </div>
  <p class="MsoNormal"><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: blue;">&lt;NCSAEvent
dirty="true" id-at-sink="-1"
priority="0" creation-timestamp="1178562<br>
592782"&gt;<br>
&nbsp; &lt;properties xmlns:xsi="<a
 href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>"
xsi:type="ja<br>
va:ncsa.common.types.Attribute"&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;name&gt;Status&lt;/name&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;value
xsi:type="java:java.lang.String"&gt;FINISHED_SUCCESS&lt;/value&gt;<br>
&nbsp; &lt;/properties&gt;<br>
&nbsp; &lt;properties xmlns:xsi="<a
 href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>"
xsi:type="ja<br>
va:ncsa.common.types.Attribute"&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;name&gt;source&lt;/name&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;value xsi:type="java:java.lang.String"&gt;decoder&lt;/value&gt;<br>
&nbsp; &lt;/properties&gt;<br>
&nbsp; &lt;properties xmlns:xsi="<a
 href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>"
xsi:type="ja<br>
va:ncsa.common.types.Attribute"&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;name&gt;Topic&lt;/name&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;value xsi:type="java:java.lang.String"&gt;topic1&lt;/value&gt;<br>
&nbsp; &lt;/properties&gt;<br>
&nbsp; &lt;properties xmlns:xsi="<a
 href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>"
xsi:type="ja<br>
va:ncsa.common.types.Attribute"&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;name&gt;correlationId&lt;/name&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;value xsi:type="java:java.lang.String"/&gt;<br>
&nbsp; &lt;/properties&gt;<br>
&nbsp;
&lt;id-at-origin&gt;ogre_event_20070507112952_SVLWKCXR5XY__4849515856278846647&lt;/id-a<br>
t-origin&gt;<br>
&nbsp; &lt;message&gt;done!&amp;lt;a href="<a href="http://test.com/">http://test.com/"&amp;gt;text&amp;lt;/a&amp;gt;&lt;/message</a>&gt;<br>
&lt;/NCSAEvent&gt;</span><o:p></o:p></p>
  <p class="MsoNormal">&nbsp;<o:p></o:p></p>
  <p class="MsoNormal"><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: blue;">=====================================================================================</span><o:p></o:p></p>
  <p class="MsoNormal">&nbsp;<o:p></o:p></p>
  <p class="MsoNormal">&nbsp;<o:p></o:p></p>
  <p class="MsoNormal">&nbsp;<o:p></o:p></p>
  <p class="MsoNormal">&nbsp;<o:p></o:p></p>
  <blockquote
 style="border-style: none none none solid; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color blue; border-width: medium medium medium 1.5pt; margin: 5pt 0in 5pt 3.75pt; padding: 0in 0in 0in 4pt;">
    <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
    <div class="MsoNormal" style="text-align: center;" align="center">
    <hr align="center" size="2" width="100%"></div>
    <p class="MsoNormal" style="margin-bottom: 12pt;"><b><span
 style="font-size: 10pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">From:</span></b><span
 style="font-size: 10pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"> Yi Huang
[<a class="moz-txt-link-freetext" href="mailto:yihuan_at_cs.indiana.edu">mailto:yihuan_at_cs.indiana.edu</a>] <br>
    <b>Sent:</b> Monday, May 07, 2007 11:20 AM<br>
    <b>To:</b> Jones, Damon; <a class="moz-txt-link-abbreviated" href="mailto:aslom_at_cs.indiana.edu">aslom_at_cs.indiana.edu</a>; 'Chathura Herath'<br>
    <b>Cc:</b> 'Yi Huang'<br>
    <b>Subject:</b> RE: Issue with receiving published messages w/ WSMG</span><o:p></o:p></p>
    <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Hi,
Damon,<o:p></o:p></span></p>
    <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p>&nbsp;</o:p></span></p>
    <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">The
commands look fine. I assume that you publish the message
after starting the consumer and creating the subscription since I don&#8217;t
see log of subscription creation in the server.<o:p></o:p></span></p>
    <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p>&nbsp;</o:p></span></p>
    <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Can
you run the test command in the &#8220;Test Your
WS-Messenger Server&#8221; section of the user guide? The command is <o:p></o:p></span></p>
    <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">java
wsmg.demo.leadCallBack.TestController -broker localhost:12345
-topic topic1 -listenPort 18888<o:p></o:p></span></p>
    <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p>&nbsp;</o:p></span></p>
    <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">I
would like to see if this command works fine. &nbsp;<o:p></o:p></span></p>
    <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p>&nbsp;</o:p></span></p>
    <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Thanks,<o:p></o:p></span></p>
    <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p>&nbsp;</o:p></span></p>
    <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Yi<o:p></o:p></span></p>
    <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p>&nbsp;</o:p></span></p>
    <div>
    <p class="MsoNormal"><span
 style="font-size: 10.5pt; font-family: Consolas; color: rgb(31, 73, 125);">===================================<o:p></o:p></span></p>
    <p class="MsoNormal"><span
 style="font-size: 10.5pt; font-family: Consolas; color: rgb(31, 73, 125);">Yi
Huang<o:p></o:p></span></p>
    <p class="MsoNormal"><span
 style="font-size: 10.5pt; font-family: Consolas; color: rgb(31, 73, 125);">PhD
Candidate<o:p></o:p></span></p>
    <p class="MsoNormal"><span
 style="font-size: 10.5pt; font-family: Consolas; color: rgb(31, 73, 125);">Computer
Science Dept.<o:p></o:p></span></p>
    <p class="MsoNormal"><span
 style="font-size: 10.5pt; font-family: Consolas; color: rgb(31, 73, 125);">Indiana
University<o:p></o:p></span></p>
    <p class="MsoNormal"><span
 style="font-size: 10.5pt; font-family: Consolas; color: rgb(31, 73, 125);"><a
 href="http://www.cs.indiana.edu/%7Eyihuan/">http://www.cs.indiana.edu/~yihuan/</a><o:p></o:p></span></p>
    </div>
    <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p>&nbsp;</o:p></span></p>
    <div>
    <div
 style="border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0in 0in;">
    <p class="MsoNormal"><b><span
 style="font-size: 10pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">From:</span></b><span
 style="font-size: 10pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"> Jones,
Damon
[<a class="moz-txt-link-freetext" href="mailto:damon.jones_at_lmco.com">mailto:damon.jones_at_lmco.com</a>] <br>
    <b>Sent:</b> Monday, May 07, 2007 12:14 PM<br>
    <b>To:</b> <a class="moz-txt-link-abbreviated" href="mailto:yihuan_at_cs.indiana.edu">yihuan_at_cs.indiana.edu</a>; <a class="moz-txt-link-abbreviated" href="mailto:aslom_at_cs.indiana.edu">aslom_at_cs.indiana.edu</a>; Chathura
Herath<br>
    <b>Subject:</b> Issue with receiving published messages w/ WSMG<o:p></o:p></span></p>
    </div>
    </div>
    <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
    <p><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Hi,</span>
    <o:p></o:p></p>
    <p><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">I
have an
issue with wsmg. For some reason when I publish a message to the
server, it
doesn't propogate to the client consumers. I believe every thing is
setup
correctly (see below). I can start the server find and subscribe as
well. </span><o:p></o:p></p>
    <p><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Please
help,
thanks,</span> <o:p></o:p></p>
    <p><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Damon</span>
    <o:p></o:p></p>
    <p><span
 style="font-size: 7.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: navy;">Damon
S. Jones</span> <br>
    <span
 style="font-size: 7.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: navy;">Lockheed
Martin Space Systems</span> <br>
    <span
 style="font-size: 18pt; font-family: &quot;LMLOGO3&quot;,&quot;serif&quot;; color: navy;">L</span>
    <o:p></o:p></p>
    <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
    <p><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">I
run the
publish script below:</span> <o:p></o:p></p>
    <p><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">===============================================================================</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">D:\javadev\projects\wsmg\java&gt;java
wsmg.demo.TestWSE_Publisher -consumer 129.197</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">.23.74:12345
-topic TestTopic -message "&lt;words&gt;Hello World&lt;/words&gt;"</span>
    <o:p></o:p></p>
    <p><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">================================================================================</span>
    <o:p></o:p></p>
    <p><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">I
get the
following log from the server when the message is published.</span> <o:p></o:p></p>
    <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
    <p><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">[
16:04:21.801 listen12345: xsul.http_server.HttpMiniServer.java:298 run
1] rece</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">ived
connection
Socket[addr=/129.197.23.74,port=2633,localport=12345]</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">[
16:04:21.833
connection1on12345: xsul.http_server.impl.HttpMiniServerConnectio</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">n.java:158
process 2] ENTRY</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">[
16:04:21.848
connection1on12345: xsul.http_server.impl.HttpMiniServerConnectio</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">n.java:168
process 1] waiting for next request</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">[
16:04:21.848
connection1on12345: trace.xsul.http.server.in xsul.http_server.im</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">pl.HttpServerRequestImpl.java:209
readRequest 1] TRACE waiting for first line of</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">&nbsp;HTTP
request</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">[
16:04:21.848
connection1on12345: trace.xsul.http.server.in xsul.http_server.im</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">pl.HttpServerRequestImpl.java:226
readRequest 1] TRACE receiving first line with</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">&nbsp;request:---</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">POST
/
HTTP/1.0---</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">[
16:04:21.864 connection1on12345:
trace.xsul.http.server.in xsul.http_server.im</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">pl.HttpServerRequestImpl.java:252
readRequest 1] Host: 129.197.23.74:12345</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">[
16:04:21.864
connection1on12345: trace.xsul.http.server.in xsul.http_server.im</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">pl.HttpServerRequestImpl.java:252
readRequest 1] User-Agent: XSUL/2.7.9</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">[
16:04:21.864
connection1on12345: trace.xsul.http.server.in xsul.http_server.im</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">pl.HttpServerRequestImpl.java:252
readRequest 1] Content-Type: text/xml; charset</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">=utf-8</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">[
16:04:21.880
connection1on12345: trace.xsul.http.server.in xsul.http_server.im</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">pl.HttpServerRequestImpl.java:252
readRequest 1] Content-Length: 830</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">[
16:04:21.911
connection1on12345: trace.xsul.http.server.in xsul.http_server.im</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">pl.HttpServerRequestImpl.java:252
readRequest 1] SOAPAction: "</span><a href="http://www.extreme"><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">http://www.extreme</span></a>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">.indiana.edu/WseNotification"</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">[
16:04:21.958
connection1on12345: trace.xsul.http.server.in xsul.http_server.im</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">pl.HttpServerRequestImpl.java:252
readRequest 1] Connection: close</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">[
16:04:21.958
connection1on12345: trace.xsul.http.server.in xsul.http_server.im</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">pl.HttpServerRequestImpl.java:252
readRequest 1]</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">[
16:04:21.958
connection1on12345: xsul.util.XsulUtil.java:216 getContentTypeCha</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">rset
1] ndx=10
from contentType=text/xml; charset=utf-8</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">[
16:04:21.973
connection1on12345: xsul.http_server.impl.HttpServerRequestImpl.j</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">ava:289
readRequest 1] got charset=utf-8 from contentType=text/xml; charset=utf-</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">8
length=830</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">[
16:04:21.973
connection1on12345: trace.xsul.http.server.in xsul.http_server.im</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">pl.HttpServerRequestImpl.java:344
readRequest 1] recevied=830 '&lt;?xml version='1.</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">0'
encoding='utf-8'?&gt;&lt;S:Envelope xmlns:xsd='<a
 href="http://www.w3.org/2001/XMLSchema%27">http://www.w3.org/2001/XMLSchema'</a>
xm</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">lns:xsi='<a
 href="http://www.w3.org/2001/XMLSchema-instance%27">http://www.w3.org/2001/XMLSchema-instance'</a>
xmlns:wa48='<a href="http://schemas.x">http://schemas.x</a></span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">mlsoap.org/ws/2004/08/addressing'
xmlns:wsp='<a href="http://schemas.xmlsoap.org/ws/2002/">http://schemas.xmlsoap.org/ws/2002/</a></span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">12/policy'
xmlns:S='<a href="http://schemas.xmlsoap.org/soap/envelope/%27">http://schemas.xmlsoap.org/soap/envelope/'</a>&gt;&lt;S:Header&gt;&lt;wa48:T</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">o&gt;<a
 href="http://129.197.23.74:12345">http://129.197.23.74:12345</a>&lt;/wa48:To&gt;&lt;wsnt:Topic
Dialect='<a href="http://www.ibm.com/xm">http://www.ibm.com/xm</a></span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">lns/stdwip/web-services/WS-Topics/TopicExpression/simple'
xmlns:widget='<a href="http://w">http://w</a></span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">idgets.com'
xmlns:wsnt='<a
 href="http://www.ibm.com/xmlns/stdwip/web-services/WS-BaseNoti">http://www.ibm.com/xmlns/stdwip/web-services/WS-BaseNoti</a></span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">fication'&gt;widget:TestTopic&lt;/wsnt:Topic&gt;&lt;wa48:MessageID&gt;uuid:9e4f1fa0-fcb4-11db-a</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">e8d-9a92f41e9b6d&lt;/wa48:MessageID&gt;&lt;wa48:Action&gt;<a
 href="http://www.extreme.indiana.edu/Wse">http://www.extreme.indiana.edu/Wse</a></span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Notification&lt;/wa48:Action&gt;&lt;/S:Header&gt;&lt;S:Body&gt;&lt;words&gt;Hello
World&lt;/words&gt;&lt;/S:Body&gt;</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">&lt;/S:Envelope&gt;</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">[
16:04:21.989
connection1on12345: trace.xsul.http.server.in xsul.http_server.im</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">pl.HttpServerRequestImpl.java:355
readRequest 1] received request:---</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">&lt;?xml
version='1.0' encoding='utf-8'?&gt;&lt;S:Envelope xmlns:xsd='<a
 href="http://www.w3.org/2">http://www.w3.org/2</a></span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">001/XMLSchema'
xmlns:xsi='<a href="http://www.w3.org/2001/XMLSchema-instance%27">http://www.w3.org/2001/XMLSchema-instance'</a>
xmlns:wa48=</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">'</span><a
 href="http://schemas.xmlsoap.org/ws/2004/08/addressing"><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">http://schemas.xmlsoap.org/ws/2004/08/addressing</span></a><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">'
xmlns:wsp='<a href="http://schemas.xml">http://schemas.xml</a></span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">soap.org/ws/2002/12/policy'
xmlns:S='<a href="http://schemas.xmlsoap.org/soap/envelope/%27">http://schemas.xmlsoap.org/soap/envelope/'</a>&gt;</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">&lt;S:Header&gt;&lt;wa48:To&gt;<a
 href="http://129.197.23.74:12345">http://129.197.23.74:12345</a>&lt;/wa48:To&gt;&lt;wsnt:Topic
Dialect='http</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">://www.ibm.com/xmlns/stdwip/web-services/WS-Topics/TopicExpression/simple'
xmlns</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">:widget='<a
 href="http://widgets.com%27">http://widgets.com'</a> xmlns:wsnt='<a
 href="http://www.ibm.com/xmlns/stdwip/web-ser">http://www.ibm.com/xmlns/stdwip/web-ser</a></span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">vices/WS-BaseNotification'&gt;widget:TestTopic&lt;/wsnt:Topic&gt;&lt;wa48:MessageID&gt;uuid:9e4</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">f1fa0-fcb4-11db-ae8d-9a92f41e9b6d&lt;/wa48:MessageID&gt;&lt;wa48:Action&gt;<a
 href="http://www.extrem">http://www.extrem</a></span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">e.indiana.edu/WseNotification&lt;/wa48:Action&gt;&lt;/S:Header&gt;&lt;S:Body&gt;&lt;words&gt;Hello
World</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">&lt;/words&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;---</span>
    <o:p></o:p></p>
    <p><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">[
16:04:22.005 connection1on12345:
xsul.http_server.impl.HttpMiniServerConnectio</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">n.java:182
process 1] dispatching HTTP method 'POST' to servlet xsul.processor.h</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">ttp.HttpDynamicInfosetProcessor$HdisServlet_at_a981ca</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">[
16:04:22.020
connection1on12345: wsmg.xsul.XSULDedicatedBrockerService.java:15</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">8
processHttpXml 5] Received message:&lt;S:Envelope xmlns:xsd="<a
 href="http://www.w3.org/20">http://www.w3.org/20</a></span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">01/XMLSchema"
xmlns:xsi="<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>"
xmlns:wa48="</span> <br>
    <a href="http://schemas.xmlsoap.org/ws/2004/08/addressing"><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">http://schemas.xmlsoap.org/ws/2004/08/addressing</span></a><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">"
xmlns:wsp="<a href="http://schemas.xmls">http://schemas.xmls</a></span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">oap.org/ws/2002/12/policy"
xmlns:S="<a href="http://schemas.xmlsoap.org/soap/envelope/">http://schemas.xmlsoap.org/soap/envelope/</a>"&gt;&lt;</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">S:Header&gt;&lt;wa48:To&gt;<a
 href="http://129.197.23.74:12345">http://129.197.23.74:12345</a>&lt;/wa48:To&gt;&lt;wsnt:Topic
Dialect="http:</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">//www.ibm.com/xmlns/stdwip/web-services/WS-Topics/TopicExpression/simple"
xmlns:</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">widget="<a
 href="http://widgets.com">http://widgets.com</a>" xmlns:wsnt="<a
 href="http://www.ibm.com/xmlns/stdwip/web-serv">http://www.ibm.com/xmlns/stdwip/web-serv</a></span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">ices/WS-BaseNotification"&gt;widget:TestTopic&lt;/wsnt:Topic&gt;&lt;wa48:MessageID&gt;uuid:9e4f</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">1fa0-fcb4-11db-ae8d-9a92f41e9b6d&lt;/wa48:MessageID&gt;&lt;wa48:Action&gt;<a
 href="http://www.extreme">http://www.extreme</a></span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">.indiana.edu/WseNotification&lt;/wa48:Action&gt;&lt;/S:Header&gt;&lt;S:Body&gt;&lt;words&gt;Hello
World&lt;</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">/words&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">******Topic=TestTopic</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">[
16:04:22.098
connection1on12345: wsmg.xsul.XSULDedicatedBrockerService.java:22</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">5
processHttpXml 1] respDoc=&lt;?xml version="1.0"?&gt;&lt;S:Envelope
xmlns:xsd="<a href="http://w">http://w</a></span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">ww.w3.org/2001/XMLSchema"
xmlns:xsi="<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>"</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">xmlns:widget="<a
 href="http://widgets.com">http://widgets.com</a>" xmlns:wa48="<a
 href="http://schemas.xmlsoap.org/ws/2004">http://schemas.xmlsoap.org/ws/2004</a></span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">/08/addressing"
xmlns:wsp="<a href="http://schemas.xmlsoap.org/ws/2002/12/policy">http://schemas.xmlsoap.org/ws/2002/12/policy</a>"
xmlns:S</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">="<a
 href="http://schemas.xmlsoap.org/soap/envelope/">http://schemas.xmlsoap.org/soap/envelope/</a>"&gt;&lt;S:Header&gt;&lt;wa48:Action&gt;<a
 href="http://schem">http://schem</a></span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">as.xmlsoap.org/ws/2004/08/eventing/wordsResponse&lt;/wa48:Action&gt;&lt;wa48:MessageID&gt;uu</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">id:9e7c7130-fcb4-11db-88fd-d77fdac31d18&lt;/wa48:MessageID&gt;&lt;wa48:To&gt;<a
 href="http://schemas">http://schemas</a>.</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">xmlsoap.org/ws/2004/08/addressing/role/anonymous&lt;/wa48:To&gt;&lt;wa48:From&gt;&lt;wa48:Addre</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">ss&gt;<a
 href="http://129.197.23.74:12345">http://129.197.23.74:12345</a>&lt;/wa48:Address&gt;&lt;/wa48:From&gt;&lt;wa48:RelatesTo&gt;uuid:9e4</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">f1fa0-fcb4-11db-ae8d-9a92f41e9b6d&lt;/wa48:RelatesTo&gt;&lt;/S:Header&gt;&lt;S:Body&gt;&lt;wse:wordsR</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">esponse
trackId="trackId_A_0" xmlns:wse="<a
 href="http://schemas.xmlsoap.org/ws/2004/08/e">http://schemas.xmlsoap.org/ws/2004/08/e</a></span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">venting"
/&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">[
16:04:22.114
connection1on12345: trace.xsul.http.server.out xsul.http_server.i</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">mpl.HttpServerResponseImpl.java:181
drainPipe 1] TRACE: sending response (sendBo</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">dy=true):---</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">HTTP/1.0
200
OK\r</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Date:
7 May
2007 16:04:22 GMT\r</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Server:
XSUL/2.7.9\r</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Content-Type:
text/xml\r</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Content-Length:
885\r</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Connection:
close\r</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">\r</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">&lt;?xml
version='1.0'?&gt;&lt;S:Envelope xmlns:xsd='<a
 href="http://www.w3.org/2001/XMLSchema%27">http://www.w3.org/2001/XMLSchema'</a>
xm</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">lns:xsi='<a
 href="http://www.w3.org/2001/XMLSchema-instance%27">http://www.w3.org/2001/XMLSchema-instance'</a>
xmlns:widget='<a href="http://widgets">http://widgets</a></span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">.com'
xmlns:wa48='<a
 href="http://schemas.xmlsoap.org/ws/2004/08/addressing%27">http://schemas.xmlsoap.org/ws/2004/08/addressing'</a>
xmlns:wsp='h</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">ttp://schemas.xmlsoap.org/ws/2002/12/policy'
xmlns:S='<a href="http://schemas.xmlsoap.org">http://schemas.xmlsoap.org</a></span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">/soap/envelope/'&gt;&lt;S:Header&gt;&lt;wa48:Action&gt;<a
 href="http://schemas.xmlsoap.org/ws/2004/08/ev">http://schemas.xmlsoap.org/ws/2004/08/ev</a></span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">enting/wordsResponse&lt;/wa48:Action&gt;&lt;wa48:MessageID&gt;uuid:9e7c7130-fcb4-11db-88fd-d</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">77fdac31d18&lt;/wa48:MessageID&gt;&lt;wa48:To&gt;<a
 href="http://schemas.xmlsoap.org/ws/2004/08/addre">http://schemas.xmlsoap.org/ws/2004/08/addre</a></span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">ssing/role/anonymous&lt;/wa48:To&gt;&lt;wa48:From&gt;&lt;wa48:Address&gt;<a
 href="http://129.197.23.74:1234">http://129.197.23.74:1234</a></span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">5&lt;/wa48:Address&gt;&lt;/wa48:From&gt;&lt;wa48:RelatesTo&gt;uuid:9e4f1fa0-fcb4-11db-ae8d-9a92f41</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">e9b6d&lt;/wa48:RelatesTo&gt;&lt;/S:Header&gt;&lt;S:Body&gt;&lt;wse:wordsResponse
trackId='trackId_A_0</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">'
xmlns:wse='<a href="http://schemas.xmlsoap.org/ws/2004/08/eventing%27">http://schemas.xmlsoap.org/ws/2004/08/eventing'</a>
/&gt;&lt;/S:Body&gt;&lt;/S:Enve</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">lope&gt;---</span>
    <o:p></o:p></p>
    <p><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">[
16:04:22.161 connection1on12345:
xsul.http_server.impl.HttpServerResponseImpl.</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">java:199
drainPipe 1] sending response body</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">[
16:04:22.161
connection1on12345: xsul.http_server.impl.HttpServerResponseImpl.</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">java:203
drainPipe 1] sending response finished</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">[
16:04:22.161 connection1on12345:
xsul.http_server.impl.HttpMiniServerConnectio</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">n.java:220
process 2] RETURN</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">[
16:04:22.176
connection1on12345: xsul.http_server.impl.HttpMiniServerConnectio</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">n.java:134
run
1] closing server Socket[addr=/129.197.23.74,port=2633,localport=</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">12345]</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">[
16:04:22.176
connection1on12345: xsul.http_server.impl.HttpMiniServerConnectio</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">n.java:153
run
1] connection thread finished</span> <o:p></o:p></p>
    <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
    <p><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">=========================================================================================</span>
    <o:p></o:p></p>
    <p><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">"I
Started Consumer Successfully"</span> <o:p></o:p></p>
    <p><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">D:\javadev\projects\wsmg\java&gt;java
wsmg.demo.TestNotificationConsumer -port 19999</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">XC
started on </span><a href="http://129.197.23.74:19999"><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">http://129.197.23.74:19999</span></a>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Listen
Port=19999</span> <o:p></o:p></p>
    <p><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">=======================================================================================</span>
    <o:p></o:p></p>
    <p><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">"I
Started Server Successfully"</span> <o:p></o:p></p>
    <p><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">D:\javadev\projects\wsmg\java\bin&gt;java
-Dlog=:ALL wsmg.Server -port 12345</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">MLogger
$Revision: 1.8 $ $Date: 2005/02/16 05:52:51 $ (GMT) configured as ':ALL'</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">&nbsp;
(XSUL
version compile-time:2.7.9 runtime:2.7.9)</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Get
init()</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Calling
cleanup()</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Batch
update
successful.</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Queue
is
cleaned.</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Finished
Calling cleanup()</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">[
15:59:32.046
main: xsul.http_server.plain_impl.PlainServerSocketFactory.java:7</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">4
initializePortRange 4] no http_transport.server.port.range property was
provid</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">ed</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">[
15:59:32.046
main: xsul.http_server.HttpMiniServer.java:229 startServerNoCheck</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">s
4] starts
listening on 12345 :-)</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">[
15:59:32.061
listen12345: xsul.http_server.HttpMiniServer.java:279 run 2] ENTR</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Y</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">[
15:59:32.061
main: xsul.http_server.plain_impl.PlainServerSocketFactory.java:1</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">76
getMyIp 4]
no http_transport.server.host_ip property</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">WS-Eventing/Notification
Broker(XSUL) service (version:1.76.2 After_StressTest_a</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">ddedStat_f1
XPathFilterEnabled=true) started on </span><a
 href="http://129.197.23.74:12345"><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">http://129.197.23.74:12345</span></a>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Starting
Subscription Cleaning up Thread.</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">TotalRecord=0</span>
    <o:p></o:p></p>
    <p><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">=======================================================================================</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">"I
Made A
Subscription Successfully"</span> <o:p></o:p></p>
    <p><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">D:\javadev\projects\wsmg\java&gt;java
wsmg.demo.TestWSE_Subscriber -consumer 129.19</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">7.23.74:19999
-producer 129.197.23.74:12345 -topic TestTopic</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">SubscriptionID
received=&lt;wse:Identifier xmlns:wse="<a
 href="http://schemas.xmlsoap.org/ws">http://schemas.xmlsoap.org/ws</a></span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">/2004/08/eventing"&gt;Tsub2_at_1178553570843&lt;/wse:Identifier&gt;</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">SubscriptionId=&lt;wse:Identifier
xmlns:wse="<a href="http://schemas.xmlsoap.org/ws/2004/08/">http://schemas.xmlsoap.org/ws/2004/08/</a></span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">eventing"&gt;Tsub2_at_1178553570843&lt;/wse:Identifier&gt;</span>
    <o:p></o:p></p>
    <p><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">D:\javadev\projects\wsmg\java&gt;java
wsmg.demo.showAllSubscriptions -producer loca</span> <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">lhost:12345</span>
    <br>
    <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">******Tsub2_at_1178553570843--&gt;<a
 href="http://129.197.23.74:19999--##TestTopic">http://129.197.23.74:19999--##TestTopic</a></span>
    <o:p></o:p></p>
  </blockquote>
  </div>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
-------------------------------------------------------
Alejandro Piqueras Meseguer (<a class="moz-txt-link-abbreviated" href="mailto:apiqueras_at_dif.um.es">apiqueras_at_dif.um.es</a>)
Dept. Ingenier&iacute;a de la Informaci&oacute;n y las Comunicaciones
Facultad de Inform&aacute;tica
Universidad de Murcia </pre>
</body>
</html>

--------------040904070808000100090608--