RE: axis2-java2wsdl-maven-plugin for multiple classes

2008-11-13 Thread Soumya S. Hameed
Please reply. Its urgent. From: Soumya S. Hameed Sent: Thursday, November 13, 2008 2:48 PM To: 'axis-user@ws.apache.org' Subject: axis2-java2wsdl-maven-plugin for multiple classes Hi, I need to generate WSDL for multiple classes. Can anyone tell me how to do t

Re: Axis2- Java2Wsdl- ClassnotFoundException

2008-08-07 Thread SanjeevGour
Thanks Moez. That worked. Sanjeev. Moez Benmbarka wrote: > > Hi, > > I think you just need to add E:\Axis2c\bin to the CLASSPATH variable or > use the fllowing command : > > java2wsdl.bat -cp E:\Axis2c\bin -cn pkg.Test > > > Regards > Moez BM > > SanjeevGour wrote: >> Hi, >> >> I am tr

Re: Axis2- Java2Wsdl- ClassnotFoundException

2008-08-06 Thread Moez Benmbarka
Hi, I think you just need to add E:\Axis2c\bin to the CLASSPATH variable or use the fllowing command : java2wsdl.bat -cp E:\Axis2c\bin -cn pkg.Test Regards Moez BM SanjeevGour wrote: Hi, I am trying to generate WSDL using the java2wsdl.bat using the following command- java2wsdl.bat -cn

Re: [Axis2] Java2WSDL with JAX-WS and JAXB annotations

2007-12-21 Thread Ben Reif
Thanks Dennis, I'll take a look at that as well, that may be our only choice. I guess at the end of the day, I'm looking to see how I can exclude certain types from being generated in the WSDL. Using @XmlTransient alone doesn't do it. In Axis 1.4 I could take advantage of the org.apache.axis.wsdl.f

Re: [Axis2] Java2WSDL with JAX-WS and JAXB annotations

2007-12-20 Thread Dennis Sosnoski
Hi Ben, You may have better luck using Jibx2Wsdl: http://www.sosnoski.com/jibx-wiki/space/axis2-jibx/jibx2wsdl You can also see the article at http://www.infoq.com/articles/sosnoski-code-first discussing "code first" approaches in general, and Jibx2Wsdl in particular. Jibx2Wsdl handles a wid

Re: [Axis2] Java2WSDL with JAX-WS and JAXB annotations

2007-12-20 Thread Ben Reif
Duncan, Thanks for the input. We're trying to incorporate the WSDL generation into another automated process, so manually generating it with the NetBeans IDE probably won't work for us. I have however, tried using the WsGen tool as well, and I noticed a different problem, the generated WSDL didn't

RE: [Axis2] Java2WSDL with JAX-WS and JAXB annotations

2007-12-20 Thread Thomson, Duncan
>-Original Message- >From: Ben Reif [mailto:[EMAIL PROTECTED] >Sent: Tuesday, December 18, 2007 5:34 PM >To: axis-user@ws.apache.org >Subject: [Axis2] Java2WSDL with JAX-WS and JAXB annotations > >Hi, > >As I understand it, now the best way to re-use your existing >code is to use the JA

Re: axis2 java2wsdl ant task

2007-11-16 Thread Upul Godage
There's a maven plugin though. http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";> 4.0.0 com.test hello jar 1.0-SNAPSHOT hello http://mave

Re: [AXIS2] java2wsdl maven2 plugin problems

2007-05-14 Thread Davanum Srinivas
Jared, Scot, Is there a JIRA for it? can you please create one as i don't remember seeing one for this. thanks, dims On 5/15/07, Jared Blitzstein <[EMAIL PROTECTED]> wrote: I'm having the exact same problem. Has anyone come up with a solution? On Feb 21, 2007, at 4:36 PM, Scot Hale wrote: >

Re: [AXIS2] java2wsdl maven2 plugin problems

2007-05-14 Thread Jared Blitzstein
I'm having the exact same problem. Has anyone come up with a solution? On Feb 21, 2007, at 4:36 PM, Scot Hale wrote: Hi all, I am trying to use the maven java2wsdl 1.1 plugin, and I have run into several problems. I am using maven 2.0.5, java 5, and Linux Ubuntu 6.10. 1.) Documentation: The

Re: [AXIS2] java2wsdl classpath

2007-02-14 Thread Alistair Young
thanks for that. I started with the correct classpath for os x format: java2wsdl.sh -cp .:/lib/test.jar -cn org.test.tester but it doesn't find classes in test.jar Alistair -- mov eax,1 mov ebx,0 int 80h > Alistair, > > The -cp is a java runtime command line option. > > What ever you pass her

Re: [AXIS2] java2wsdl classpath

2007-02-14 Thread Manoj Khangaonkar
Alistair, The -cp is a java runtime command line option. What ever you pass here is passed to the java.exe that executes the jave code. If you look in the script ( java2wsdl.sh or java2wsdl.bat) you will see that the code (1) creates something called AXIS2_CLASSPATH ( all the axis runtime jars

Re: Axis2 Java2Wsdl

2006-10-12 Thread Nuno Martins
Title: Signature Charak, Thank you for tour response. How can I set classpath for this target? My classpath must contain binaries and jars in another folder. Can you give me an example of wsdl2java too? Regards, Nuno Martins Charak, Vikas wrote: Try this

RE: Axis2 Java2Wsdl

2006-10-12 Thread Charak, Vikas
Try this http://UserService.test.com"; targetNamespacePrefix="tns" schemaTargetNamespace="http://UserService.test.com";

Re: [Axis2] java2wsdl generates unknown namespace

2006-09-28 Thread Kinichiro Inoguchi
I logged this to http://issues.apache.org/jira/browse/AXIS2-1252 --- Kinichiro Inoguchi <[EMAIL PROTECTED]> wrote: > Hi Deepal, > > >> and if you want to change the namespace you can do that too , > > I executed j2w with -stn option, see below. > So, I think namespace should be "http://aaa.bbb/

Re: [Axis2] java2wsdl generates unknown namespace

2006-09-27 Thread Kinichiro Inoguchi
Hi Deepal, >> and if you want to change the namespace you can do that too , I executed j2w with -stn option, see below. So, I think namespace should be "http://aaa.bbb/types";. > C:\axis2-std-SNAPSHOT-bin\bin\java2wsdl.bat > -cn test.TestService1 -cp . > -tn http://aaa.bbb -tp xxx > -stn h

Re: [Axis2] java2wsdl generates unknown namespace

2006-09-27 Thread Davanum Srinivas
Deepal, I completely understand that. What i wanted to do with the bug report was to add a log.INFO saying that the schema target namespace is "http://test/xsd"; and if you want to change it then specify it on the command line AND/OR at least mention this in docs for j2w how we compute the schema

Re: [Axis2] java2wsdl generates unknown namespace

2006-09-27 Thread Deepal Jayasinghe
Hi dims; This is not a bug , that is the how it has implemented As I can understand , the package name of the service is "test" That is why it generate that namespace, so when sending the req need send that with that namespace (pls have a look at the wsdl , req should be according to thta) and if

Re: [Axis2] java2wsdl generates unknown namespace

2006-09-27 Thread Davanum Srinivas
Yes, please log a bug. -- dims On 9/27/06, Kinichiro Inoguchi <[EMAIL PROTECTED]> wrote: Hi, java2wsdl generates unknown namespace, "http://test/xsd";. I'm using current nightly. My service class has method "sayHello", and returns array of simple java beans "HelloBean". Then I run java2wsdl,

RE: [Axis2] JAVA2WSDL Eclipse plugin- How to genera te SOAP1.1 WSDL

2006-09-06 Thread Charak, Vikas
Thanks a lot. Let me try and see how it goes. -Original Message- From: Ajith Ranabahu [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 06, 2006 3:57 PM To: axis-user@ws.apache.org Subject: Re: [Axis2] JAVA2WSDL Eclipse plugin- How to generate SOAP1.1 WSDL Hi, I guess the Java2WSDL

Re: [Axis2] JAVA2WSDL Eclipse plugin- How to generate SOAP1.1 WSDL

2006-09-06 Thread Ajith Ranabahu
to use command line to generate SOAP1.1 WSDL. I could not find any such option in org.apache.ws.java2wsdl.Java2WSDL . Any help is appreciated. -Original Message- From: MUHAMMAD IQBAL [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 05, 2006 6:23 PM To: axis-user@ws.apache.org Subject: RE:

RE: [Axis2] JAVA2WSDL Eclipse plugin- How to genera te SOAP1.1 WSDL

2006-09-06 Thread Charak, Vikas
6:23 PM To: axis-user@ws.apache.org Subject: RE: [Axis2] JAVA2WSDL Eclipse plugin- How to generate SOAP1.1 WSDL Same Problem here, I am using Axis1 WSDL generator tool instead. Regards, Muhammad Iqbal Software Engineer Etilize Inc. cell :0092-300-9377801 >From: "Charak, Vikas&

RE: [Axis2] JAVA2WSDL Eclipse plugin- How to generate SOAP1.1 WSDL

2006-09-05 Thread MUHAMMAD IQBAL
Same Problem here, I am using Axis1 WSDL generator tool instead. Regards, Muhammad Iqbal Software Engineer Etilize Inc. cell :0092-300-9377801 From: "Charak, Vikas" <[EMAIL PROTECTED]> Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: [Axis2] JAVA2WSDL Eclipse plugin-

RE: [axis2] Java2WSDL ceating operations for non-public service methods

2006-08-22 Thread William Ferguson
Done http://issues.apache.org/jira/browse/AXIS2-1064 > -Original Message- > From: Deepal Jayasinghe [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 23 August 2006 2:30 AM > To: axis-user@ws.apache.org > Subject: Re: [axis2] Java2WSDL ceating operations for > non-publ

Re: [axis2] Java2WSDL ceating operations for non-public service methods

2006-08-22 Thread Deepal Jayasinghe
Hi William; William Ferguson wrote: >Hi, > >I'm finding that Java2WSDL is creating a WSDL with operation elements >for methods that have private scope in my Service class. Should it be >doing that? > > hmm, as I know it should not do that , can you please create a JIRA attaching your java class

Re: [axis2] Java2WSDL problem

2006-06-26 Thread studium-sbr
Thanks a lot Deepal, that was the missing piece. Bille > -Ursprüngliche Nachricht- > Von: axis-user@ws.apache.org > Gesendet: 26.06.06 05:50:07 > An: axis-user@ws.apache.org > Betreff: Re: [axis2] Java2WSDL problem > Can you pls download annogen-0.1.0.jar from code

Re: [axis2] Java2WSDL problem

2006-06-25 Thread Deepal Jayasinghe
Can you pls download annogen-0.1.0.jar from codehouse. [EMAIL PROTECTED] wrote: >Hi, >I'm trying to produce a WSDL-File from my source. >- First I tried with the Eclipse-Plugin, but got the Error "an Error occured >while code generating java.lang.reflect.InvocationTargetException" without >a

Re: [Axis2] Java2WSDL problem in Axis2 Std 1.0

2006-06-06 Thread Deepal Jayasinghe
Hi Jim; Can you please help us to regenerate the problem , in the meantime create JIRA too. So what you can do is create a jira and attach a sample to regenerate the problem. Jim Bender wrote: > I am trying to convert my code to use Axis2 Std 1.0 instead of 0.93. > The various pieces are all done

Re: [Axis2] Java2WSDL

2006-03-16 Thread Ajith Ranabahu
;w=2 > > Possible that this fix was not released yet? > > -Original Message- > From: Ajith Ranabahu [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 15, 2006 11:50 PM > To: axis-user@ws.apache.org > Subject: Re: [Axis2] Java2WSDL > > Hi Brian, > Are y

RE: [Axis2] Java2WSDL

2006-03-16 Thread Brennan, Sean \(IMS\)
amp;w=2 Possible that this fix was not released yet? -Original Message- From: Ajith Ranabahu [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 15, 2006 11:50 PM To: axis-user@ws.apache.org Subject: Re: [Axis2] Java2WSDL Hi Brian, Are you using the older code? We've introduced a new

RE: [Axis2] Java2WSDL

2006-03-16 Thread Brennan, Sean \(IMS\)
I only have the binary version 0.94, I am not working from the source, so line numbers don't help me, sorry. -Original Message- From: Deepal Jayasinghe [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 15, 2006 11:35 PM To: axis-user@ws.apache.org Subject: Re: [Axis2] Java2WSD

Re: [Axis2] Java2WSDL

2006-03-15 Thread Ajith Ranabahu
Hi Brian, Are you using the older code? We've introduced a new Java2WSDL class in the wsdl package (org.apache.axis2.wsdl.Java2WSDL) inside the codegen module and it has a main method! Ajith On 3/16/06, Brennan, Sean (IMS) <[EMAIL PROTECTED]> wrote: > I am trying to create the wsdl file for my se

Re: [Axis2] Java2WSDL

2006-03-15 Thread Deepal Jayasinghe
Hi Brennan; In the current SVN , Java2WSDL has a main class. org.apache.axis2.wsdl.Java2WSDL line number : 26 Brennan, Sean (IMS) wrote: >I am trying to create the wsdl file for my service but it appears there >is no longer a main function in the Java2WSDL class, so I keep getting >the NoSuch