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

Yi Huang yihuan_at_cs.indiana.edu
Mon, 7 May 2007 15:39:54 -0400


This is a multipart message in MIME format.

------=_NextPart_000_0173_01C790BD.F67E75D0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit

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/~yihuan/

 

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>
</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/

 

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> 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' xm 
lns:xsi='http://www.w3.org/2001/XMLSchema-instance'
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/'><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-11
db-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'
xmlns:wa48= 
' <http://schemas.xmlsoap.org/ws/2004/08/addressing>
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/'> 
<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-ser 
vices/WS-BaseNotification'>widget:TestTopic</wsnt:Topic><wa48:MessageID>uuid
:9e4 
f1fa0-fcb4-11db-ae8d-9a92f41e9b6d</wa48:MessageID><wa48:Action>http://www.ex
trem 
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>
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.ext
reme 
.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://s
chem 
as.xmlsoap.org/ws/2004/08/eventing/wordsResponse</wa48:Action><wa48:MessageI
D>uu 
id:9e7c7130-fcb4-11db-88fd-d77fdac31d18</wa48:MessageID><wa48:To>http://sche
mas. 
xmlsoap.org/ws/2004/08/addressing/role/anonymous</wa48:To><wa48:From><wa48:A
ddre 
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:wo
rdsR 
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' xm 
lns: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='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/0
8/ev 
enting/wordsResponse</wa48:Action><wa48:MessageID>uuid:9e7c7130-fcb4-11db-88
fd-d 
77fdac31d18</wa48:MessageID><wa48:To>http://schemas.xmlsoap.org/ws/2004/08/a
ddre 
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-9a9
2f41 
e9b6d</wa48:RelatesTo></S:Header><S:Body><wse:wordsResponse
trackId='trackId_A_0 
' xmlns:wse='http://schemas.xmlsoap.org/ws/2004/08/eventing'
/></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> 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> 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 


------=_NextPart_000_0173_01C790BD.F67E75D0
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:x=3D"urn:schemas-microsoft-com:office:excel" =
xmlns:p=3D"urn:schemas-microsoft-com:office:powerpoint" =
xmlns:a=3D"urn:schemas-microsoft-com:office:access" =
xmlns:dt=3D"uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" =
xmlns:s=3D"uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882" =
xmlns:rs=3D"urn:schemas-microsoft-com:rowset" xmlns:z=3D"#RowsetSchema" =
xmlns:b=3D"urn:schemas-microsoft-com:office:publisher" =
xmlns:ss=3D"urn:schemas-microsoft-com:office:spreadsheet" =
xmlns:c=3D"urn:schemas-microsoft-com:office:component:spreadsheet" =
xmlns:oa=3D"urn:schemas-microsoft-com:office:activation" =
xmlns:html=3D"http://www.w3.org/TR/REC-html40" =
xmlns:q=3D"http://schemas.xmlsoap.org/soap/envelope/" xmlns:D=3D"DAV:" =
xmlns:x2=3D"http://schemas.microsoft.com/office/excel/2003/xml" =
xmlns:ois=3D"http://schemas.microsoft.com/sharepoint/soap/ois/" =
xmlns:dir=3D"http://schemas.microsoft.com/sharepoint/soap/directory/" =
xmlns:ds=3D"http://www.w3.org/2000/09/xmldsig#" =
xmlns:dsp=3D"http://schemas.microsoft.com/sharepoint/dsp" =
xmlns:udc=3D"http://schemas.microsoft.com/data/udc" =
xmlns:xsd=3D"http://www.w3.org/2001/XMLSchema" =
xmlns:sps=3D"http://schemas.microsoft.com/sharepoint/soap/" =
xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" =
xmlns:udcxf=3D"http://schemas.microsoft.com/data/udc/xmlfile" =
xmlns:wf=3D"http://schemas.microsoft.com/sharepoint/soap/workflow/" =
xmlns:mver=3D"http://schemas.openxmlformats.org/markup-compatibility/2006=
" xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" =
xmlns:ex12t=3D"http://schemas.microsoft.com/exchange/services/2006/types"=
 xmlns=3D"http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<meta name=3DGenerator content=3D"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=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext=3D"edit">
  <o:idmap v:ext=3D"edit" data=3D"1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=3DEN-US link=3Dblue vlink=3Dpurple>

<div class=3DSection1>

<p class=3DMsoNormal><span =
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Hi, Damon,<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>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=3DMsoNormal><span =
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>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=3DMsoNormal><span =
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Thanks,<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Yi<o:p></o:p></span></p>

<div>

<p class=3DMsoNormal><span =
style=3D'font-size:10.5pt;font-family:Consolas;
color:#1F497D'>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.5pt;font-family:Consolas;
color:#1F497D'>Yi Huang<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.5pt;font-family:Consolas;
color:#1F497D'>PhD Candidate<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.5pt;font-family:Consolas;
color:#1F497D'>Computer Science Dept.<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.5pt;font-family:Consolas;
color:#1F497D'>Indiana University<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.5pt;font-family:Consolas;
color:#1F497D'><a href=3D"http://www.cs.indiana.edu/~yihuan/"><span
style=3D'color:blue'>http://www.cs.indiana.edu/~yihuan/</span></a><o:p></=
o:p></span></p>

</div>

<p class=3DMsoNormal><span =
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<div>

<div style=3D'border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt =
0in 0in 0in'>

<p class=3DMsoNormal><b><span =
style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span>=
</b><span
style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'> Jones, =
Damon
[mailto:damon.jones_at_lmco.com] <br>
<b>Sent:</b> Monday, May 07, 2007 2:34 PM<br>
<b>To:</b> Yi Huang; aslom_at_cs.indiana.edu; Chathura Herath<br>
<b>Subject:</b> RE: Issue with receiving published messages w/ =
WSMG<o:p></o:p></span></p>

</div>

</div>

<p class=3DMsoNormal><o:p>&nbsp;</o:p></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif";
color:blue'>Hi Yi,</span><o:p></o:p></p>

<p class=3DMsoNormal>&nbsp;<o:p></o:p></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif";
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=3DMsoNormal>&nbsp;<o:p></o:p></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif";
color:blue'>Thanks,</span><o:p></o:p></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif";
color:blue'>Damon</span><o:p></o:p></p>

<p class=3DMsoNormal>&nbsp;<o:p></o:p></p>

<p class=3DMsoNormal>&nbsp;<o:p></o:p></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif";
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=3D"http://129.197.23.74:18881">http://129.197.23.74:18881</a><br>
SubscriptionID received=3D&lt;wse:Identifier xmlns:wse=3D&quot;<a
href=3D"http://schemas.xmlsoap.org/ws">http://schemas.xmlsoap.org/ws</a><=
br>
/2004/08/eventing&quot;&gt;Tsub1_at_1178562537062&lt;/wse:Identifier&gt;<br>=

Created subscription: topic=3Dtopic1<br>
Waiting to get lock.<br>
#####Doing other stuff######<br>
IP address: 129.197.23.74<br>
Finish Message=3D&lt;?xml version=3D&quot;1.0&quot; =
encoding=3D&quot;UTF-8&quot;?&gt;</span><o:p></o:p></p>

<div>

<p class=3DMsoNormal>&nbsp;<o:p></o:p></p>

</div>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif";
color:blue'>&lt;NCSAEvent dirty=3D&quot;true&quot; =
id-at-sink=3D&quot;-1&quot;
priority=3D&quot;0&quot; creation-timestamp=3D&quot;1178562<br>
592782&quot;&gt;<br>
&nbsp; &lt;properties xmlns:xsi=3D&quot;<a
href=3D"http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001=
/XMLSchema-instance</a>&quot;
xsi:type=3D&quot;ja<br>
va:ncsa.common.types.Attribute&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;name&gt;Status&lt;/name&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;value
xsi:type=3D&quot;java:java.lang.String&quot;&gt;FINISHED_SUCCESS&lt;/valu=
e&gt;<br>
&nbsp; &lt;/properties&gt;<br>
&nbsp; &lt;properties xmlns:xsi=3D&quot;<a
href=3D"http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001=
/XMLSchema-instance</a>&quot;
xsi:type=3D&quot;ja<br>
va:ncsa.common.types.Attribute&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;name&gt;source&lt;/name&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;value =
xsi:type=3D&quot;java:java.lang.String&quot;&gt;decoder&lt;/value&gt;<br>=

&nbsp; &lt;/properties&gt;<br>
&nbsp; &lt;properties xmlns:xsi=3D&quot;<a
href=3D"http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001=
/XMLSchema-instance</a>&quot;
xsi:type=3D&quot;ja<br>
va:ncsa.common.types.Attribute&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;name&gt;Topic&lt;/name&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;value =
xsi:type=3D&quot;java:java.lang.String&quot;&gt;topic1&lt;/value&gt;<br>
&nbsp; &lt;/properties&gt;<br>
&nbsp; &lt;properties xmlns:xsi=3D&quot;<a
href=3D"http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001=
/XMLSchema-instance</a>&quot;
xsi:type=3D&quot;ja<br>
va:ncsa.common.types.Attribute&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;name&gt;correlationId&lt;/name&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;value =
xsi:type=3D&quot;java:java.lang.String&quot;/&gt;<br>
&nbsp; &lt;/properties&gt;<br>
&nbsp;
&lt;id-at-origin&gt;ogre_event_20070507112952_SVLWKCXR5XY__48495158562788=
46647&lt;/id-a<br>
t-origin&gt;<br>
&nbsp; &lt;message&gt;done!&amp;lt;a href=3D&quot;<a =
href=3D"http://test.com/">http://test.com/&quot;&amp;gt;text&amp;lt;/a&am=
p;gt;&lt;/message</a>&gt;<br>
&lt;/NCSAEvent&gt;</span><o:p></o:p></p>

<p class=3DMsoNormal>&nbsp;<o:p></o:p></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif";
color:blue'>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D</span><o:p></o:p></p>

<p class=3DMsoNormal>&nbsp;<o:p></o:p></p>

<p class=3DMsoNormal>&nbsp;<o:p></o:p></p>

<p class=3DMsoNormal>&nbsp;<o:p></o:p></p>

<p class=3DMsoNormal>&nbsp;<o:p></o:p></p>

<blockquote style=3D'border:none;border-left:solid blue =
1.5pt;padding:0in 0in 0in 4.0pt;
margin-left:3.75pt;margin-top:5.0pt;margin-right:0in;margin-bottom:5.0pt'=
>

<p class=3DMsoNormal><o:p>&nbsp;</o:p></p>

<div class=3DMsoNormal align=3Dcenter style=3D'text-align:center'>

<hr size=3D2 width=3D"100%" align=3Dcenter>

</div>

<p class=3DMsoNormal style=3D'margin-bottom:12.0pt'><b><span =
style=3D'font-size:10.0pt;
font-family:"Tahoma","sans-serif"'>From:</span></b><span =
style=3D'font-size:10.0pt;
font-family:"Tahoma","sans-serif"'> Yi Huang =
[mailto:yihuan_at_cs.indiana.edu] <br>
<b>Sent:</b> Monday, May 07, 2007 11:20 AM<br>
<b>To:</b> Jones, Damon; aslom_at_cs.indiana.edu; '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=3DMsoNormal><span =
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Hi, Damon,<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>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=3DMsoNormal><span =
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>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=3DMsoNormal><span =
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>java wsmg.demo.leadCallBack.TestController -broker =
localhost:12345
-topic topic1 -listenPort 18888<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>I would like to see if this command works fine. =
&nbsp;<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Thanks,<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Yi<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<div>

<p class=3DMsoNormal><span =
style=3D'font-size:10.5pt;font-family:Consolas;
color:#1F497D'>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.5pt;font-family:Consolas;
color:#1F497D'>Yi Huang<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.5pt;font-family:Consolas;
color:#1F497D'>PhD Candidate<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.5pt;font-family:Consolas;
color:#1F497D'>Computer Science Dept.<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.5pt;font-family:Consolas;
color:#1F497D'>Indiana University<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.5pt;font-family:Consolas;
color:#1F497D'><a =
href=3D"http://www.cs.indiana.edu/~yihuan/">http://www.cs.indiana.edu/~yi=
huan/</a><o:p></o:p></span></p>

</div>

<p class=3DMsoNormal><span =
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<div>

<div style=3D'border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt =
0in 0in 0in'>

<p class=3DMsoNormal><b><span =
style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span>=
</b><span
style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'> Jones, =
Damon
[mailto:damon.jones_at_lmco.com] <br>
<b>Sent:</b> Monday, May 07, 2007 12:14 PM<br>
<b>To:</b> yihuan_at_cs.indiana.edu; aslom_at_cs.indiana.edu; Chathura =
Herath<br>
<b>Subject:</b> Issue with receiving published messages w/ =
WSMG<o:p></o:p></span></p>

</div>

</div>

<p class=3DMsoNormal><o:p>&nbsp;</o:p></p>

<p><span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>Hi,</span> =
<o:p></o:p></p>

<p><span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>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=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>Please help,
thanks,</span> <o:p></o:p></p>

<p><span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>Damon</span>
<o:p></o:p></p>

<p><span =
style=3D'font-size:7.5pt;font-family:"Arial","sans-serif";color:navy'>Dam=
on
S. Jones</span> <br>
<span =
style=3D'font-size:7.5pt;font-family:"Arial","sans-serif";color:navy'>Loc=
kheed
Martin Space Systems</span> <br>
<span =
style=3D'font-size:18.0pt;font-family:"LMLOGO3","serif";color:navy'>L</sp=
an>
<o:p></o:p></p>

<p class=3DMsoNormal><o:p>&nbsp;</o:p></p>

<p><span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>I =
run the
publish script below:</span> <o:p></o:p></p>

<p><span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<=
/span>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>D:\javadev\pr=
ojects\wsmg\java&gt;java
wsmg.demo.TestWSE_Publisher -consumer 129.197</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>.23.74:12345
-topic TestTopic -message &quot;&lt;words&gt;Hello =
World&lt;/words&gt;&quot;</span>
<o:p></o:p></p>

<p><span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
</span>
<o:p></o:p></p>

<p><span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>I =
get the
following log from the server when the message is published.</span> =
<o:p></o:p></p>

<p class=3DMsoNormal><o:p>&nbsp;</o:p></p>

<p><span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>[
16:04:21.801 listen12345: xsul.http_server.HttpMiniServer.java:298 run =
1] rece</span>
<br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>ived =
connection
Socket[addr=3D/129.197.23.74,port=3D2633,localport=3D12345]</span> <br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>[ =
16:04:21.833
connection1on12345: xsul.http_server.impl.HttpMiniServerConnectio</span> =
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>n.java:158
process 2] ENTRY</span> <br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>[ =
16:04:21.848
connection1on12345: xsul.http_server.impl.HttpMiniServerConnectio</span> =
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>n.java:168
process 1] waiting for next request</span> <br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>[ =
16:04:21.848
connection1on12345: trace.xsul.http.server.in xsul.http_server.im</span> =
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>pl.HttpServer=
RequestImpl.java:209
readRequest 1] TRACE waiting for first line of</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>&nbsp;HTTP
request</span> <br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>[ =
16:04:21.848
connection1on12345: trace.xsul.http.server.in xsul.http_server.im</span> =
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>pl.HttpServer=
RequestImpl.java:226
readRequest 1] TRACE receiving first line with</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>&nbsp;request=
:---</span>
<br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>POST /
HTTP/1.0---</span> <br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>[ =
16:04:21.864 connection1on12345:
trace.xsul.http.server.in xsul.http_server.im</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>pl.HttpServer=
RequestImpl.java:252
readRequest 1] Host: 129.197.23.74:12345</span> <br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>[ =
16:04:21.864
connection1on12345: trace.xsul.http.server.in xsul.http_server.im</span> =
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>pl.HttpServer=
RequestImpl.java:252
readRequest 1] User-Agent: XSUL/2.7.9</span> <br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>[ =
16:04:21.864
connection1on12345: trace.xsul.http.server.in xsul.http_server.im</span> =
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>pl.HttpServer=
RequestImpl.java:252
readRequest 1] Content-Type: text/xml; charset</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>=3Dutf-8</spa=
n> <br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>[ =
16:04:21.880
connection1on12345: trace.xsul.http.server.in xsul.http_server.im</span> =
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>pl.HttpServer=
RequestImpl.java:252
readRequest 1] Content-Length: 830</span> <br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>[ =
16:04:21.911
connection1on12345: trace.xsul.http.server.in xsul.http_server.im</span> =
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>pl.HttpServer=
RequestImpl.java:252
readRequest 1] SOAPAction: &quot;</span><a =
href=3D"http://www.extreme"><span
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>http://www.ex=
treme</span></a>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>.indiana.edu/=
WseNotification&quot;</span>
<br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>[ =
16:04:21.958
connection1on12345: trace.xsul.http.server.in xsul.http_server.im</span> =
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>pl.HttpServer=
RequestImpl.java:252
readRequest 1] Connection: close</span> <br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>[ =
16:04:21.958
connection1on12345: trace.xsul.http.server.in xsul.http_server.im</span> =
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>pl.HttpServer=
RequestImpl.java:252
readRequest 1]</span> <br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>[ =
16:04:21.958
connection1on12345: xsul.util.XsulUtil.java:216 getContentTypeCha</span> =
<br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>rset =
1] ndx=3D10
from contentType=3Dtext/xml; charset=3Dutf-8</span> <br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>[ =
16:04:21.973
connection1on12345: xsul.http_server.impl.HttpServerRequestImpl.j</span> =
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>ava:289
readRequest 1] got charset=3Dutf-8 from contentType=3Dtext/xml; =
charset=3Dutf-</span>
<br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>8 =
length=3D830</span>
<br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>[ =
16:04:21.973
connection1on12345: trace.xsul.http.server.in xsul.http_server.im</span> =
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>pl.HttpServer=
RequestImpl.java:344
readRequest 1] recevied=3D830 '&lt;?xml version=3D'1.</span> <br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>0'
encoding=3D'utf-8'?&gt;&lt;S:Envelope xmlns:xsd=3D'<a
href=3D"http://www.w3.org/2001/XMLSchema'">http://www.w3.org/2001/XMLSche=
ma'</a>
xm</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>lns:xsi=3D'<a=

href=3D"http://www.w3.org/2001/XMLSchema-instance'">http://www.w3.org/200=
1/XMLSchema-instance'</a>
xmlns:wa48=3D'<a href=3D"http://schemas.x">http://schemas.x</a></span> =
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>mlsoap.org/ws=
/2004/08/addressing'
xmlns:wsp=3D'<a =
href=3D"http://schemas.xmlsoap.org/ws/2002/">http://schemas.xmlsoap.org/w=
s/2002/</a></span>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>12/policy'
xmlns:S=3D'<a =
href=3D"http://schemas.xmlsoap.org/soap/envelope/'">http://schemas.xmlsoa=
p.org/soap/envelope/'</a>&gt;&lt;S:Header&gt;&lt;wa48:T</span>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>o&gt;<a
href=3D"http://129.197.23.74:12345">http://129.197.23.74:12345</a>&lt;/wa=
48:To&gt;&lt;wsnt:Topic
Dialect=3D'<a =
href=3D"http://www.ibm.com/xm">http://www.ibm.com/xm</a></span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>lns/stdwip/we=
b-services/WS-Topics/TopicExpression/simple'
xmlns:widget=3D'<a href=3D"http://w">http://w</a></span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>idgets.com'
xmlns:wsnt=3D'<a =
href=3D"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=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>fication'&gt;=
widget:TestTopic&lt;/wsnt:Topic&gt;&lt;wa48:MessageID&gt;uuid:9e4f1fa0-fc=
b4-11db-a</span>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>e8d-9a92f41e9=
b6d&lt;/wa48:MessageID&gt;&lt;wa48:Action&gt;<a
href=3D"http://www.extreme.indiana.edu/Wse">http://www.extreme.indiana.ed=
u/Wse</a></span>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>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=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>&lt;/S:Envelo=
pe&gt;</span>
<br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>[ =
16:04:21.989
connection1on12345: trace.xsul.http.server.in xsul.http_server.im</span> =
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>pl.HttpServer=
RequestImpl.java:355
readRequest 1] received request:---</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>&lt;?xml
version=3D'1.0' encoding=3D'utf-8'?&gt;&lt;S:Envelope xmlns:xsd=3D'<a
href=3D"http://www.w3.org/2">http://www.w3.org/2</a></span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>001/XMLSchema=
'
xmlns:xsi=3D'<a =
href=3D"http://www.w3.org/2001/XMLSchema-instance'">http://www.w3.org/200=
1/XMLSchema-instance'</a>
xmlns:wa48=3D</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>'</span><a
href=3D"http://schemas.xmlsoap.org/ws/2004/08/addressing"><span =
style=3D'font-size:
10.0pt;font-family:"Arial","sans-serif"'>http://schemas.xmlsoap.org/ws/20=
04/08/addressing</span></a><span
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>' =
xmlns:wsp=3D'<a
href=3D"http://schemas.xml">http://schemas.xml</a></span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>soap.org/ws/2=
002/12/policy'
xmlns:S=3D'<a =
href=3D"http://schemas.xmlsoap.org/soap/envelope/'">http://schemas.xmlsoa=
p.org/soap/envelope/'</a>&gt;</span>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>&lt;S:Header&=
gt;&lt;wa48:To&gt;<a
href=3D"http://129.197.23.74:12345">http://129.197.23.74:12345</a>&lt;/wa=
48:To&gt;&lt;wsnt:Topic
Dialect=3D'http</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>://www.ibm.co=
m/xmlns/stdwip/web-services/WS-Topics/TopicExpression/simple'
xmlns</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>:widget=3D'<a=

href=3D"http://widgets.com'">http://widgets.com'</a> xmlns:wsnt=3D'<a
href=3D"http://www.ibm.com/xmlns/stdwip/web-ser">http://www.ibm.com/xmlns=
/stdwip/web-ser</a></span>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>vices/WS-Base=
Notification'&gt;widget:TestTopic&lt;/wsnt:Topic&gt;&lt;wa48:MessageID&gt=
;uuid:9e4</span>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>f1fa0-fcb4-11=
db-ae8d-9a92f41e9b6d&lt;/wa48:MessageID&gt;&lt;wa48:Action&gt;<a
href=3D"http://www.extrem">http://www.extrem</a></span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>e.indiana.edu=
/WseNotification&lt;/wa48:Action&gt;&lt;/S:Header&gt;&lt;S:Body&gt;&lt;wo=
rds&gt;Hello
World</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>&lt;/words&gt=
;&lt;/S:Body&gt;&lt;/S:Envelope&gt;---</span>
<o:p></o:p></p>

<p><span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>[
16:04:22.005 connection1on12345: =
xsul.http_server.impl.HttpMiniServerConnectio</span>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>n.java:182
process 1] dispatching HTTP method 'POST' to servlet =
xsul.processor.h</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>ttp.HttpDynam=
icInfosetProcessor$HdisServlet_at_a981ca</span>
<br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>[ =
16:04:22.020
connection1on12345: wsmg.xsul.XSULDedicatedBrockerService.java:15</span> =
<br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>8
processHttpXml 5] Received message:&lt;S:Envelope xmlns:xsd=3D&quot;<a
href=3D"http://www.w3.org/20">http://www.w3.org/20</a></span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>01/XMLSchema&=
quot;
xmlns:xsi=3D&quot;<a =
href=3D"http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001=
/XMLSchema-instance</a>&quot;
xmlns:wa48=3D&quot;</span> <br>
<a href=3D"http://schemas.xmlsoap.org/ws/2004/08/addressing"><span
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>http://schema=
s.xmlsoap.org/ws/2004/08/addressing</span></a><span
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>&quot;
xmlns:wsp=3D&quot;<a =
href=3D"http://schemas.xmls">http://schemas.xmls</a></span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>oap.org/ws/20=
02/12/policy&quot;
xmlns:S=3D&quot;<a =
href=3D"http://schemas.xmlsoap.org/soap/envelope/">http://schemas.xmlsoap=
.org/soap/envelope/</a>&quot;&gt;&lt;</span>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>S:Header&gt;&=
lt;wa48:To&gt;<a
href=3D"http://129.197.23.74:12345">http://129.197.23.74:12345</a>&lt;/wa=
48:To&gt;&lt;wsnt:Topic
Dialect=3D&quot;http:</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>//www.ibm.com=
/xmlns/stdwip/web-services/WS-Topics/TopicExpression/simple&quot;
xmlns:</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>widget=3D&quo=
t;<a
href=3D"http://widgets.com">http://widgets.com</a>&quot; =
xmlns:wsnt=3D&quot;<a
href=3D"http://www.ibm.com/xmlns/stdwip/web-serv">http://www.ibm.com/xmln=
s/stdwip/web-serv</a></span>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>ices/WS-BaseN=
otification&quot;&gt;widget:TestTopic&lt;/wsnt:Topic&gt;&lt;wa48:MessageI=
D&gt;uuid:9e4f</span>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>1fa0-fcb4-11d=
b-ae8d-9a92f41e9b6d&lt;/wa48:MessageID&gt;&lt;wa48:Action&gt;<a
href=3D"http://www.extreme">http://www.extreme</a></span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>.indiana.edu/=
WseNotification&lt;/wa48:Action&gt;&lt;/S:Header&gt;&lt;S:Body&gt;&lt;wor=
ds&gt;Hello
World&lt;</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>/words&gt;&lt=
;/S:Body&gt;&lt;/S:Envelope&gt;</span>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>******Topic=3D=
TestTopic</span>
<br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>[ =
16:04:22.098
connection1on12345: wsmg.xsul.XSULDedicatedBrockerService.java:22</span> =
<br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>5
processHttpXml 1] respDoc=3D&lt;?xml =
version=3D&quot;1.0&quot;?&gt;&lt;S:Envelope
xmlns:xsd=3D&quot;<a href=3D"http://w">http://w</a></span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>ww.w3.org/200=
1/XMLSchema&quot;
xmlns:xsi=3D&quot;<a =
href=3D"http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001=
/XMLSchema-instance</a>&quot;</span>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>xmlns:widget=3D=
&quot;<a
href=3D"http://widgets.com">http://widgets.com</a>&quot; =
xmlns:wa48=3D&quot;<a
href=3D"http://schemas.xmlsoap.org/ws/2004">http://schemas.xmlsoap.org/ws=
/2004</a></span>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>/08/addressin=
g&quot;
xmlns:wsp=3D&quot;<a =
href=3D"http://schemas.xmlsoap.org/ws/2002/12/policy">http://schemas.xmls=
oap.org/ws/2002/12/policy</a>&quot;
xmlns:S</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>=3D&quot;<a
href=3D"http://schemas.xmlsoap.org/soap/envelope/">http://schemas.xmlsoap=
.org/soap/envelope/</a>&quot;&gt;&lt;S:Header&gt;&lt;wa48:Action&gt;<a
href=3D"http://schem">http://schem</a></span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>as.xmlsoap.or=
g/ws/2004/08/eventing/wordsResponse&lt;/wa48:Action&gt;&lt;wa48:MessageID=
&gt;uu</span>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>id:9e7c7130-f=
cb4-11db-88fd-d77fdac31d18&lt;/wa48:MessageID&gt;&lt;wa48:To&gt;<a
href=3D"http://schemas">http://schemas</a>.</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>xmlsoap.org/w=
s/2004/08/addressing/role/anonymous&lt;/wa48:To&gt;&lt;wa48:From&gt;&lt;w=
a48:Addre</span>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>ss&gt;<a
href=3D"http://129.197.23.74:12345">http://129.197.23.74:12345</a>&lt;/wa=
48:Address&gt;&lt;/wa48:From&gt;&lt;wa48:RelatesTo&gt;uuid:9e4</span>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>f1fa0-fcb4-11=
db-ae8d-9a92f41e9b6d&lt;/wa48:RelatesTo&gt;&lt;/S:Header&gt;&lt;S:Body&gt=
;&lt;wse:wordsR</span>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>esponse
trackId=3D&quot;trackId_A_0&quot; xmlns:wse=3D&quot;<a
href=3D"http://schemas.xmlsoap.org/ws/2004/08/e">http://schemas.xmlsoap.o=
rg/ws/2004/08/e</a></span>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>venting&quot;=

/&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</span> <br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>[ =
16:04:22.114
connection1on12345: trace.xsul.http.server.out xsul.http_server.i</span> =
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>mpl.HttpServe=
rResponseImpl.java:181
drainPipe 1] TRACE: sending response (sendBo</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>dy=3Dtrue):--=
-</span>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>HTTP/1.0 200
OK\r</span> <br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>Date: =
7 May
2007 16:04:22 GMT\r</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>Server:
XSUL/2.7.9\r</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>Content-Type:=

text/xml\r</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>Content-Lengt=
h:
885\r</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>Connection:
close\r</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>\r</span> =
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>&lt;?xml
version=3D'1.0'?&gt;&lt;S:Envelope xmlns:xsd=3D'<a
href=3D"http://www.w3.org/2001/XMLSchema'">http://www.w3.org/2001/XMLSche=
ma'</a>
xm</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>lns:xsi=3D'<a=

href=3D"http://www.w3.org/2001/XMLSchema-instance'">http://www.w3.org/200=
1/XMLSchema-instance'</a>
xmlns:widget=3D'<a href=3D"http://widgets">http://widgets</a></span> =
<br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>.com'
xmlns:wa48=3D'<a =
href=3D"http://schemas.xmlsoap.org/ws/2004/08/addressing'">http://schemas=
.xmlsoap.org/ws/2004/08/addressing'</a>
xmlns:wsp=3D'h</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>ttp://schemas=
.xmlsoap.org/ws/2002/12/policy'
xmlns:S=3D'<a =
href=3D"http://schemas.xmlsoap.org">http://schemas.xmlsoap.org</a></span>=

<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>/soap/envelop=
e/'&gt;&lt;S:Header&gt;&lt;wa48:Action&gt;<a
href=3D"http://schemas.xmlsoap.org/ws/2004/08/ev">http://schemas.xmlsoap.=
org/ws/2004/08/ev</a></span>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>enting/wordsR=
esponse&lt;/wa48:Action&gt;&lt;wa48:MessageID&gt;uuid:9e7c7130-fcb4-11db-=
88fd-d</span>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>77fdac31d18&l=
t;/wa48:MessageID&gt;&lt;wa48:To&gt;<a
href=3D"http://schemas.xmlsoap.org/ws/2004/08/addre">http://schemas.xmlso=
ap.org/ws/2004/08/addre</a></span>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>ssing/role/an=
onymous&lt;/wa48:To&gt;&lt;wa48:From&gt;&lt;wa48:Address&gt;<a
href=3D"http://129.197.23.74:1234">http://129.197.23.74:1234</a></span> =
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>5&lt;/wa48:Ad=
dress&gt;&lt;/wa48:From&gt;&lt;wa48:RelatesTo&gt;uuid:9e4f1fa0-fcb4-11db-=
ae8d-9a92f41</span>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>e9b6d&lt;/wa4=
8:RelatesTo&gt;&lt;/S:Header&gt;&lt;S:Body&gt;&lt;wse:wordsResponse
trackId=3D'trackId_A_0</span> <br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>' =
xmlns:wse=3D'<a
href=3D"http://schemas.xmlsoap.org/ws/2004/08/eventing'">http://schemas.x=
mlsoap.org/ws/2004/08/eventing'</a>
/&gt;&lt;/S:Body&gt;&lt;/S:Enve</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>lope&gt;---</=
span>
<o:p></o:p></p>

<p><span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>[
16:04:22.161 connection1on12345: =
xsul.http_server.impl.HttpServerResponseImpl.</span>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>java:199
drainPipe 1] sending response body</span> <br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>[ =
16:04:22.161
connection1on12345: xsul.http_server.impl.HttpServerResponseImpl.</span> =
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>java:203
drainPipe 1] sending response finished</span> <br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>[ =
16:04:22.161 connection1on12345:
xsul.http_server.impl.HttpMiniServerConnectio</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>n.java:220
process 2] RETURN</span> <br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>[ =
16:04:22.176
connection1on12345: xsul.http_server.impl.HttpMiniServerConnectio</span> =
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>n.java:134 =
run
1] closing server =
Socket[addr=3D/129.197.23.74,port=3D2633,localport=3D</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>12345]</span>=
 <br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>[ =
16:04:22.176
connection1on12345: xsul.http_server.impl.HttpMiniServerConnectio</span> =
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>n.java:153 =
run
1] connection thread finished</span> <o:p></o:p></p>

<p class=3DMsoNormal><o:p>&nbsp;</o:p></p>

<p><span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D</span>
<o:p></o:p></p>

<p><span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>&quot;I
Started Consumer Successfully&quot;</span> <o:p></o:p></p>

<p><span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>D:\javadev\pr=
ojects\wsmg\java&gt;java
wsmg.demo.TestNotificationConsumer -port 19999</span> <br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>XC =
started on </span><a
href=3D"http://129.197.23.74:19999"><span =
style=3D'font-size:10.0pt;font-family:
"Arial","sans-serif"'>http://129.197.23.74:19999</span></a> <br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>Listen
Port=3D19999</span> <o:p></o:p></p>

<p><span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D</span>
<o:p></o:p></p>

<p><span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>&quot;I
Started Server Successfully&quot;</span> <o:p></o:p></p>

<p><span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>D:\javadev\pr=
ojects\wsmg\java\bin&gt;java
-Dlog=3D:ALL wsmg.Server -port 12345</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>MLogger
$Revision: 1.8 $ $Date: 2005/02/16 05:52:51 $ (GMT) configured as =
':ALL'</span>
<br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>&nbsp; =
(XSUL
version compile-time:2.7.9 runtime:2.7.9)</span> <br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>Get =
init()</span>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>Calling
cleanup()</span> <br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>Batch =
update
successful.</span> <br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>Queue =
is
cleaned.</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>Finished
Calling cleanup()</span> <br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>[ =
15:59:32.046
main: xsul.http_server.plain_impl.PlainServerSocketFactory.java:7</span> =
<br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>4
initializePortRange 4] no http_transport.server.port.range property was =
provid</span>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>ed</span> =
<br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>[ =
15:59:32.046
main: xsul.http_server.HttpMiniServer.java:229 startServerNoCheck</span> =
<br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>s 4] =
starts
listening on 12345 :-)</span> <br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>[ =
15:59:32.061
listen12345: xsul.http_server.HttpMiniServer.java:279 run 2] ENTR</span> =
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>Y</span> =
<br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>[ =
15:59:32.061
main: xsul.http_server.plain_impl.PlainServerSocketFactory.java:1</span> =
<br>
<span style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>76 =
getMyIp 4]
no http_transport.server.host_ip property</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>WS-Eventing/N=
otification
Broker(XSUL) service (version:1.76.2 After_StressTest_a</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>ddedStat_f1
XPathFilterEnabled=3Dtrue) started on </span><a =
href=3D"http://129.197.23.74:12345"><span
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>http://129.19=
7.23.74:12345</span></a>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>Starting
Subscription Cleaning up Thread.</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>TotalRecord=3D=
0</span>
<o:p></o:p></p>

<p><span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D</span>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>&quot;I Made =
A
Subscription Successfully&quot;</span> <o:p></o:p></p>

<p><span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>D:\javadev\pr=
ojects\wsmg\java&gt;java
wsmg.demo.TestWSE_Subscriber -consumer 129.19</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>7.23.74:19999=

-producer 129.197.23.74:12345 -topic TestTopic</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>SubscriptionI=
D
received=3D&lt;wse:Identifier xmlns:wse=3D&quot;<a
href=3D"http://schemas.xmlsoap.org/ws">http://schemas.xmlsoap.org/ws</a><=
/span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>/2004/08/even=
ting&quot;&gt;Tsub2_at_1178553570843&lt;/wse:Identifier&gt;</span>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>SubscriptionI=
d=3D&lt;wse:Identifier
xmlns:wse=3D&quot;<a =
href=3D"http://schemas.xmlsoap.org/ws/2004/08/">http://schemas.xmlsoap.or=
g/ws/2004/08/</a></span>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>eventing&quot=
;&gt;Tsub2_at_1178553570843&lt;/wse:Identifier&gt;</span>
<o:p></o:p></p>

<p><span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>D:\javadev\pr=
ojects\wsmg\java&gt;java
wsmg.demo.showAllSubscriptions -producer loca</span> <br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>lhost:12345</=
span>
<br>
<span =
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>******Tsub2_at_1=
178553570843--&gt;<a
href=3D"http://129.197.23.74:19999--##TestTopic">http://129.197.23.74:199=
99--##TestTopic</a></span>
<o:p></o:p></p>

</blockquote>

</div>

</body>

</html>

------=_NextPart_000_0173_01C790BD.F67E75D0--