Hey all, 

My project asks me to transfer XML documents between a server and clients and 
to implement some
security protection.  I already built a server side 
(Axis2/Tomcat5.5/Win2k+JDK1.5), I wonder if I need 
install another PC to run as client side, or could I use the same PC to work as 
a client side as well?   
I noticed that in order to implement security mechanisms, server and client 
might have difference 
configuration for Axis2.xml, does this matter to run a PC both as server and 
client side (if possible) ?  

When experimenting the examples (TestEchoNonBlockingDualClient.bat, and 
TestEchoBlockingDualClient.bat) in user's manual, I got the error message 
(attached below), it looks like I
didn't engage the Addressing modual correctly, but actually I did follow the 
instruction to 1) added    <module ref="addressing"/>  in the Axis2.xml   2) 
got  addressing-1.0.mar  to the classpath. Could anyone please tell
me what's wrong  ? 

Thanks in advance !

Jenny Ni Zhang
[EMAIL PROTECTED]
2006-05-23

-----------error message when runing  TestEchoNonBlockingDualClient.bat 
--------------
 org.apache.axis2.AxisFault: Module not found
        at 
org.apache.axis2.description.AxisService.engageModule(AxisService.java:395)
        at 
org.apache.axis2.client.ServiceClient.engageModule(ServiceClient.java:279)
        at 
userguide.clients.EchoNonBlockingDualClient.main(EchoNonBlockingDualClient.java:63)


-----------error message when runing  TestEchoBlockingDualClient.bat  
--------------
 org.apache.axis2.AxisFault: Module not found 
        at 
org.apache.axis2.description.AxisService.engageModule(AxisService.java:395)
        at 
org.apache.axis2.client.ServiceClient.engageModule(ServiceClient.java:279)
        at 
userguide.clients.EchoBlockingDualClient.main(EchoBlockingDualClient.java:51)




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to