[Axis2] Dynamic Phase support

2007-12-26 Thread Deepal Jayasinghe
Hi all, I just implemented and commit the initial implementation of the dynamic phase support which we argued a lot in the mailing list over the last few weeks. The implementation which I did is not that complex but I hope that will be enough for most of the scenarios we discussed. Anyway if a

Re: [Axis2] Dynamic Phase support

2007-12-26 Thread Glen Daniels
Deepal Jayasinghe wrote: I just implemented and commit the initial implementation of the dynamic phase support :( I mentioned that I was working on this, didn't I? [1] It's always unfortunate when there's duplicated work. If I'd known you were planning to work on it, one of us could have

Re: beanMapping causes service not to work

2007-12-26 Thread Anne Thomas Manes
I need more information to help you with this. On Jun 25, 2007 7:06 AM, gregory [EMAIL PROTECTED] wrote: Thank you, I changed it, but it still doesn't work. -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 25, 2007 2:54 PM To:

RE: beanMapping causes service not to work

2007-12-26 Thread gregory
Thank you, the problem is already solved. :) I changed this: languageSpecificType=anotherpackage.AnotherClass to: type=java:anotherpackage.AnotherClass -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 26, 2007 6:30 PM To:

axis2 - Unexpected subelement return

2007-12-26 Thread axis2--user
I am using axis2-1.3 and I am getting Unexpected subelement return error when I try running my axis2 client with my axis2 service. The wsdl for this web service was generated on .NET and my axis2 client runs fine with a similar .NET service. I am using myEclipse IDE and used AXIS2 plug-ins with

Re: axis2 - Unexpected subelement return

2007-12-26 Thread Anne Thomas Manes
The problem is in your service, not the client. The response message uses an undeclared namespace prefix ax21 rather than the ns prefix used in the rest of the message. How are you creating the response in the service? Anne On Dec 26, 2007 1:53 PM, axis2--user [EMAIL PROTECTED] wrote: I am

Can I configure Axis2 (out-of-box) to work as Proxy via WS_ADDRESING / WS_TRANSFER

2007-12-26 Thread Aftab Mahmood
HI Is there any way in Axis2 that I can configure it to work as PROXY for routing the web service messages? Can WS_ADDRESSING module be used for this purpose? For experimentation, I deployed a test web service on two instances of Tomcat and engaged them Axis2 Addressing modules. Using SOAPUI I

Re: [axis2] wsdl2 and inline schema

2007-12-26 Thread keith chapman
Hi, I tried your scenario out and it looks like there is a problem in the woden schema resolver. I forwarded your mail to the woden-dev list. Hoping to fix this issue as soon as I get a response from them. Thanks, Keith. On Dec 24, 2007 10:34 PM, Hans-Ulrich Klein [EMAIL PROTECTED] wrote: Hi