[xfire-user] wsgen generates duplicate parameters

2007-02-01 Thread Bob Bolduc
I'm using the wsgen ant task to process our wsdl. When I was using Axis, the web service call had logical arguments. With Xfire, it's generating a large number of redundant arguments in the method signature to the web service call that have no obvious meaning to me. Maybe an example would help e

Re: [xfire-user] jms topic / queue URI parsing

2007-02-01 Thread Sam Wilson
Perhaps as a better way of phrasing my question, do the following unit tests make sense?? public class DefaultJmsUriParserTestCase extends TestCase { public void testBasicQueue() { DefaultJmsUriParser parser = new DefaultJmsUriParser(); assertEquals("Echo", parser.getDestinationNam

[xfire-user] Question about Authentication and Session

2007-02-01 Thread Ashok Madhavan
Hi all, I am using XFire and it is working good. For Authentication we have our own mechanism. The user name and the password are passed in the header. We use the 'inHandlers' to authenticate the user. If the same user is hitting me repeatedly can we create a session for the user like what we do

[xfire-user] jms topic / queue URI parsing

2007-02-01 Thread Sam Wilson
Hi, I'm working on a custom JMS transport/channel that utilizes Spring's JmsTemplate for sending (for it's built-in retry logic) and ListenerContainer (for it's concurrent consumer pool). In the process I'm trying to grok the JmsTransport and JmsChannel code. I want to make sure that I extra

[xfire-user] 2 doubt

2007-02-01 Thread Fabio Alves de Araujo Ebner - DNA Solution
PPl i need help, i have 2 doubt 1ยบ i need to create one WS to receive Fabio ebner | 23232323 | qasdasd554... Renata Boller | 55454655 | asdas5d4as5... Priscilla Tom | 515454545 | asda4s5d4as54d ... Leandro rre | 545454545 | asdas45d4as5d ... how

[xfire-user] MTOM attachments and proxy

2007-02-01 Thread Henrik Schlanbusch
Hi I really need help here. Has anybody had any luck in retrieving files through xfire web service when the request goes through a proxy server? I cannot figure out how to do it, my ordinary calls (without attachments) works as they should through the proxy server, but the minute I try to download

RE: [xfire-user] Shut Down Server if XFire fails

2007-02-01 Thread Kleineikenscheidt Stefan (CI/AFA3)
well, after all you can catch the exception and call System.exit() ;-) -Stefan From: Wayne Keenan [mailto:[EMAIL PROTECTED] Sent: Dienstag, 30. Januar 2007 16:21 To: user@xfire.codehaus.org Subject: Re: [xfire-user] Shut Down Server if XFire fails Im no