Re: Axis generates all classes but not Axis2?

2011-04-20 Thread fire fox
Please help. Actually, this CRM provides two WSDL files. Even though I could use -ss -g option for the attached WSDL file, I can not use the same for other WSDL, since -ss -g options is resulting in generation of stubs*larger than 50 MB of disk space *. Axis 1.x remains same, creates all required

Re: Axis generates all classes but not Axis2?

2011-04-20 Thread fire fox
Yeah, even I observed that. The problem is apparent since* we can't use -g with out -ss option. * * * Please help. On Wed, Apr 20, 2011 at 6:38 PM, Supun Malinga wrote: > Hi All, > > On Wed, Apr 20, 2011 at 6:08 PM, fire fox wrote: > >> Hi All, >> >> I've attached the WSDL file I'm working

Re: [AXIS2] useOriginalWsdl and POJO

2011-04-20 Thread Martín R .
If anyone problem with my original wsdl file's EPRs why is it no problem when I don't put any wsdl in /META-INF? I tried in axis2server standalone, and exactly the same problem too. I wonder what is the problem, since I haven't found nobody in internet with my problem and I guess most of pe

RE: Error with ADBException: Unexpected subelement _return

2011-04-20 Thread Swetta Bhaskar
I had the same issue This link helped me. http://www.vogella.de/articles/Webservice/article.html#wssimple_createcl ient Swetta Bhaskar From: youxy b [mailto:[email protected]] Sent: Wednesday, April 20, 2011 9:37 AM To: [email protected] Subject: Error with AD

Re: Axis generates all classes but not Axis2?

2011-04-20 Thread Supun Malinga
Hi All, On Wed, Apr 20, 2011 at 6:08 PM, fire fox wrote: > Hi All, > > I've attached the WSDL file I'm working on. > > I've generated stubs using following commands > > Axis: java org.apache.axis.wsdl.WSDL2Java CrmDiscoveryServiceWsdl.xml : > Generates all classes > > Axis2 : wsdl2java.bat

RE: SOAP message MUST NOT contain a Document Type Declaration(DTD)

2011-04-20 Thread Tibor Strausz
No one has ever seen such an error? Any help would be great. Like is this an error in respons or request? Is it an error in axis or the client sending the SOAP message? The stack trace is this: org.apache.axis2.AxisFault: SOAP message MUST NOT contain a Document Type Declaration(DTD)

Axis generates all classes but not Axis2?

2011-04-20 Thread fire fox
Hi All, I've attached the WSDL file I'm working on. I've generated stubs using following commands Axis: java org.apache.axis.wsdl.WSDL2Java CrmDiscoveryServiceWsdl.xml : Generates all classes Axis2 : wsdl2java.bat -u -uri CrmDiscoveryServiceWsdl.xml : Generates only a few classes.

AW: [newbie]call a setNumber(int i) method and recovery with getNumber (by using only of code generation tools).

2011-04-20 Thread Stadelmann Josef
Can you put a TCPMONITOR between Client and Server to see what gets exchanged? YES you can Can you confirm that the 1 is sent from client to server? YES you can This to know where to start seeking for the problem with a debugger. Do you master to set a breakpoint at your simple se

Re: [Axis2] Elements listed in wsdl:message did not show up as Objects?

2011-04-20 Thread fire fox
Only, 'fault' type messages were generated, whereas Input, Output type messages were not part of the Class list. On Wed, Apr 20, 2011 at 12:29 PM, fire fox wrote: > Hi, > I'm working on a WSDL which has some elements listed in wsdl:message > section. After stub generation, I could not find