[Axis2]: java2wsdl issue

2007-12-10 Thread Jason Wang
Hi there, I'm building a web services using axis2 1.3. I've followd the guides and tutorials on apache site and it all works fine. But our client comes back to us saying that they tried to validate the wsdl generated by java2wsdl using xmlspy and it failed. I looked into the wsdl and it seems ther

Re: [Axis2]: java2wsdl issue

2007-12-15 Thread Eran Chinthaka
Seems like a bug to me. Can you create a JIRA issue on this, please? Thanks, Chinthaka Jason Wang wrote: Hi there, I'm building a web services using axis2 1.3. I've followd the guides and tutorials on apache site and it all works fine. But our client comes back to us saying that they tried t

[Axis2] Java2WSDL issue with custom exceptions namespace in 1.2

2007-05-16 Thread Pavel Sharov
Hi All, I'm having a problem with the WSDL generated from my Java code: further passing it to WSDL2Java results in an "Error parsing WSDL". Seems like the reason is in the new approach to custom exceptions in 1.2. Below are the details with a very very simple example. My service class (both metho