Re: axis2 and mtom

2006-03-13 Thread Brian Shields
Thanks Thilina, MTOM was obviously not switched by default in my deployment. I will explore Secure MTOM, it seems perfect for my needs. Regards, Brian. Thilina Gunarathne wrote: Hi Brian, See my comments below... On 3/12/06, *Brian Shields* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote

Re: [Axis2] EchoNonBlockingDualClient problem

2006-03-13 Thread Brian Shields
., options.setUseSeparateListener(false)) is not a viable option. Bottomline, I can't seem to get the two-way dual channel stuff (EchoNonBlockingDualClient) to work for me. I must be missing something obvious...but I don't see what it is. Any help would be appreciated. Thanks, Tony -- Brian

Axis2 and JBoss 4.0

2006-03-13 Thread Brian Shields
that I would rather not drop. Does anybody have any suggestions as to how I could go about this transition? Any documentation on the web where this has been tried? Regards, Brian. -- Brian Shields BSc. MSc., PhD Candidate, Department of Information Technology, National University of Ireland, Galway

Re: Axis2 and JBoss 4.0 and Asynchronous Webservices

2006-03-13 Thread Brian Shields
the AbstractInOutAsyncMessageReceiver to create an asynchronous service. Not that much fun:-( I really wish there was an example or default implementation in the Axis2 distro. But I guess it's a small price to pay for the power/flexibility of Axis2;-) Hope this helps, Tony Brian Shields wrote: Thats a bit

axis2 and mtom

2006-03-12 Thread Brian Shields
this looks like... OMElement binaryElement = element.getFirstElement(); OMText binaryNode = (OMText) binaryElement.getFirstOMChild(); DataHandler actualDH = (DataHandler)binaryNode.getDataHandler(); Anybody see any problems in this? Regards, Brian. -- Brian Shields BSc. MSc., PhD Candidate, Department

Re: Can't find module.xml

2006-02-03 Thread Brian Shields
was located when I had this problem. If your username is gikxh06, that should resolve to something like C:\Documents and Settings\gikxh06 on XP. Bryan Allen SAS Institute Windows won't let me delete it! I get access denied no matter what! Any suggestions? -- Brian

Re: wss4j and axis2

2006-02-02 Thread Brian Shields
wrote: Hi Brian, Please see my comments below: On 2/2/06, Brian Shields [EMAIL PROTECTED] wrote: Hello, I am deploying security handlers in axis2. My question may be very simple, apologies if the answer is staring me in the face!! Where is the best place to include security tokens in the client

Re: wss4j and axis2

2006-02-02 Thread Brian Shields
directory in the case of Tomcat) On 2/2/06, Brian Shields [EMAIL PROTECTED] wrote: Thanks for the reply Ruchith, What do you mean by the axis2.xml file of the client? Is this the same axis2.xml file as that of the server if one is calling a service from localhost? I am using 2 deployments

Handlers in Axis2

2006-01-31 Thread Brian Shields
(if there are two instances) have the same object hashCode, yet when using a java collection object within the handler, the outflow cannot see the same collection object as the inflow?? Any suggestions? -- Brian Shields BSc. MSc., PhD Candidate, Department of Information Technology, National

Re: Handlers in Axis2

2006-01-31 Thread Brian Shields
back if that do not solve your problem. Thanks Srinath On 1/31/06, Brian Shields [EMAIL PROTECTED] wrote: Hello, When using the same handler for inflow and outflow messages, does axis2 create a seperate object of the handler for the different flow. It uses the same object for all inflows

trouble redeploying handlers

2006-01-31 Thread Brian Shields
referencing the older version of the classes!! Any ideas? -- Brian Shields BSc. MSc., PhD Candidate, Department of Information Technology, National University of Ireland, Galway, Ireland.