should java2wsdl add wsaw:UsingAddressing element to wsdl?

2010-02-16 Thread emengy
Hi, I'm using axis2.14 java2wsdl batch to create a wsdl but it seem the output is missing wsaw:UsingAddressing element, does it mean it was generated wrongly? Does wsaw:UsingAddressing is mandatory element for using axis2 WS-Addressing module ? Thanks -- View this message in context: http

Re: axis2 maven plugin java2wsdl problem

2009-11-21 Thread Glen Mazza
'org.apache.maven.plugins:maven-java2wsdl-plugin' does not exist or no valid version could be found with my plugin: plugin groupIdorg.apache.axis2.maven2/groupId artifactIdaxis2-java2wsdl-maven-plugin/artifactId version1.1/version configuration

java2wsdl task: how could make enum works in java1.6

2009-11-18 Thread haipeng du
I got error for my enum with java2wsdl task The class com.XXX.DataSourceType does not contain a default constructor, which is a requirement for a bean class. The class cannot be converted into an xml schema type. An xml schema anyType will be used to define this class in the wsdl file

axis2 maven plugin java2wsdl problem

2009-11-18 Thread haipeng du
I always got error: The plugin 'org.apache.maven.plugins:maven-java2wsdl-plugin' does not exist or no valid version could be found with my plugin: plugin groupIdorg.apache.axis2.maven2/groupId artifactIdaxis2-java2wsdl-maven-plugin/artifactId version1.1/version

Does axis2-java2wsdl-maven-plugin work (with Axis2 1.5)?

2009-10-20 Thread David Dearing
I am trying to get the java2wsdl Maven plugin to work with no luck. Does anyone have this plugin working? I am using Axis2 1.5 and when I run mvn axis2-java2wsdl:java2wsdl I get a NullPointerException. Can anyone offer some help? Thanks! dave from my pom.xml: plugin

Re: Axis2 (1.5) - java2wsdl throws error JAVA_HOME environment variable is not defined correctly

2009-09-30 Thread Sebastian Schneider
JAVA_HOME should point to the home directory of your JDK-installation: In my case, for example JAVA_HOME is set to C:\Programme\Java\jdk1.6.0_16

Axis2 (1.5) - java2wsdl throws error JAVA_HOME environment variable is not defined correctly

2009-09-29 Thread mule_user
, I copied Driver.class in directory C:\Download\Axis2\axis2-1.5\bin and I can successfully run the command below: C:\Download\Axis2\axis2-1.5\binjava Driver hello When I try to run java2wsdl, I get the error below: C:\Download\Axis2\axis2-1.5\binjava2wsdl -cp %JAVA_HOME%;C:\Download\Axis2\axis

Re: Axis2 (1.5) - java2wsdl throws error JAVA_HOME environment variable is not defined correctly

2009-09-29 Thread mule_user
When I try to run java2wsdl, I get the error below: C:\Download\Axis2\axis2-1.5\binjava2wsdl -cp %JAVA_HOME%;C:\Download\Axis2\axis The JAVA_HOME environment variable is not defined correctly This environment variable is needed to run this program NB: JAVA_HOME should point to a JDK/JRE

Java2WSDL in Axis1.2 gives error java.lang.NoClassDefFoundError: org/apache/axis/wsdlgen/Java2WSDL

2009-09-24 Thread mule_user
I am using Axis 1.4 for Java2WSDL. It is a web project called MyAxis where the source file is in src folder and the generated .class is under WEB-INF/classes. However, for the sake of creating a WSDL, I copied .class file to the src folder of MyAxis project. AXIS_CLASSPATH is added as a user

Re: Java2WSDL in Axis1.2 gives error java.lang.NoClassDefFoundError: org/apache/axis/wsdlgen/Java2WSDL

2009-09-24 Thread Anshuk Pal Chaudhuri
Hello, I am trying to integrate axis2 1.5 with jibx 1.2.1. I am not sure that is a problem with axis2 or jibx. I have the wsdl file and the schema with me. I have used the jibx org.jibx.schema.codegen.CodeGen to generate the objects the binding file from the schema. I then enhance the classes

Re: Java2Wsdl with DataHandler method

2009-09-23 Thread AJ81
have fixed that. Thanks Deepal Hi, I’m trying to generate a WSDL from an existing Bean class that has a method that returns a complex response with a DataHandler element. From what I understand the Java2Wsdl utility should map this into a base64Binary type to handle an attachment. In my

Java2WSDL Java 5 enum

2009-07-30 Thread Greg Guydo
Has support for Java 5 Enums been added to Axis2's Maven Java2WSDL with the Axis2 1.5 release? Thanks, Greg

java2wsdl arrays not getting set unbounded

2009-07-28 Thread Lachlan Deck
Hi there, Any help appreciated for the following problem :-) Each time I regenerate classes from an rpc-based wsdl any arrays defined are wrongly created. i.e., they have the private field and usual bean-style getter and setter but they're missing the following two additional steps: 1)

java2wsdl: how to generate a struct type

2009-07-20 Thread Eric White
I am trying to induce java2wsdl to produce a struct complex type for me, from the code included herein. It will produce a complex type but then produces the runtime error. java.lang.IllegalArgumentException: No mapping found The WSDL snippet produced for the included code

Re: whats wrong with the java2wsdl wsdl file -- it will not vallidate

2009-05-26 Thread Amila Suriarachchi
there is an eclipse plug-in to validate wsdl files. thanks, Amila. On Tue, May 26, 2009 at 6:13 AM, emiddio-verizon emid...@verizon.netwrote: my 1st java2wsdl generated wsdl -- from very simple interface; but i would like to make it validate and it does not -- what does it need? thanks

Re: whats wrong with the java2wsdl wsdl file -- it will not vallidate

2009-05-26 Thread emiddio-verizon
please disregard previous questions -- somehow/somewhy things validate today, but not yesterday. thanks - Original Message - From: Amila Suriarachchi To: axis-user@ws.apache.org Sent: Monday, May 25, 2009 11:16 PM Subject: Re: whats wrong with the java2wsdl wsdl file

whats wrong with the java2wsdl wsdl file -- it will not vallidate

2009-05-25 Thread emiddio-verizon
my 1st java2wsdl generated wsdl -- from very simple interface; but i would like to make it validate and it does not -- what does it need? thanks wsTestSEI.wsdl Description: Binary data

java2wsdl parameter constraints

2009-04-27 Thread krlosnow
to customize each parameter constraints, for example, I need to define the parameter a as mandatory and not nullable. Is this possible via pojo annotations or something else? Thanks in advance: Carlos. -- View this message in context: http://www.nabble.com/java2wsdl-parameter-constraints

JAVA2WSDL -l option (HTTPS)

2009-04-01 Thread kumaresan.balasundaram
Hi, We are using apache axis 1.2 java2wsdl to generate the WSDL, when we specify java2wsdl -l http:\\url.. - WSDL is getting genrated with the specified port address - https://10.116.194.30:9101/servlet_jsp/axis2/services/XCDAuth?wsdl# wsdl:service name=xxx - https://10.116.194.30:9101

JAVA2WSDL -l option (HTTPS)

2009-03-31 Thread kumaresan.balasundaram
Hi, We are using apache axis 1.2 java2wsdl to generate the WSDL, when we specify java2wsdl -l http:\\url.. - WSDL is getting genrated with the specified port address - https://10.116.194.30:9101/servlet_jsp/axis2/services/XCDAuth?wsdl# wsdl:service name=xxx - https://10.116.194.30:9101

Re: Problem with Axis2 Code Generator - Java2WSDL

2009-03-15 Thread keith chapman
Hi Mike, Sorry I'm not familiar with the eclipse Plugin to answer your question. But here is a workaround. You can use this hosted Java2wsdl [1] tool at [2]. This GUI tool is part of the WSO2 Web Services Application Server [3] which is built on top of Axis2. Thanks, Keith. [1] https

Re: Problem with Axis2 Code Generator - Java2WSDL

2009-03-15 Thread Michael
8:20 AM Subject: Re: Problem with Axis2 Code Generator - Java2WSDL Hi Mike, Sorry I'm not familiar with the eclipse Plugin to answer your question. But here is a workaround. You can use this hosted Java2wsdl [1] tool at [2]. This GUI tool is part of the WSO2 Web Services Application

Re: Problem with Axis2 Code Generator - Java2WSDL

2009-03-15 Thread Saminda Wijeratne
Hi Micheal, If what you are looking for is eclipse java2wsdl tool, WSO2 provides some SOA tools at [1] of which you can download and install or use the update site[2] to install. The SOA tools provided are a bit dependant on WSAS 3.0 though. But the effort might be worth since it includes

Problem with Axis2 Code Generator - Java2WSDL

2009-03-12 Thread Michael
Not long ago I posted that I was was having a problem generating a WSDL file from my Java code using the Axis2 Code Generator. An answer was provided which seemed very promising. The answer that was given is provided below: This is a known bug. Here is the solution with explanation:

Re: Java2WSDL and abstract classes

2009-03-11 Thread Dennis Sosnoski
Hi Alex, You'll probably have a much easier time of it if you use Jibx2Wsdl (included in the current 1.2.1 release of JiBX) rather than Java2WSDL. Jibx2Wsdl has a number of nice features, including Java 5 typed collection and enum support, automatic JavaDoc extraction to WSDL and schema

Re: Java2WSDL and abstract classes

2009-03-11 Thread Alexander Rosemann
(included in the current 1.2.1 release of JiBX) rather than Java2WSDL. Jibx2Wsdl has a number of nice features, including Java 5 typed collection and enum support, automatic JavaDoc extraction to WSDL and schema documentation, and extensive customizations support. To include extra classes in your

Java2WSDL and abstract classes

2009-03-10 Thread Alexander Rosemann
Hi, I know, this has been asked before, though I couldn't find an answer to my problem. I'm busy fiddling around with the Java2WSDL ant task shipped with Axis2. The tool works fine until I tried to generate the WSDL from an abstract class. Having an abstract class called Animal

Java2WSDL and abstract classes

2009-03-10 Thread Alexander Rosemann
Hi, I know, this has been asked before, though I couldn't find an answer to it. I'm busy fiddling around with the Java2WSDL ant task shipped with Axis2. The tool works fine until I try to generate the WSDL from an abstract class. Having an abstract class called Animal and a subclass Dog

Re: Java2WSDL and abstract classes

2009-03-10 Thread Sagara Gunathunga
Hi Alex, AFAIK there is no special parameter required for this , according to method signatures of your service class, Java2WSDL generate correct schema for in/out messages . in your case it should generates types as follow. xs:complexType name=Animal xs:sequence

Re: Java2WSDL and abstract classes

2009-03-10 Thread Alexander Rosemann
Hi Sagara, Sagara Gunathunga wrote: Hi Alex, AFAIK there is no special parameter required for this , according to method signatures of your service class, Java2WSDL generate correct schema for in/out messages . in your case it should generates types as follow. xs:complexType name=Animal

Re: Java2WSDL and abstract classes

2009-03-10 Thread Sagara Gunathunga
super class , So i don't think such feature available with Java2WSDL tool . The simplest solution is to change your method signature to return a Dog instance , it will generate correct schema as i mention in my previous post . for a example , public Dog getDog () or public Dog getAnimal

Java2WSDL problem in Maven plugin

2009-01-02 Thread Amit Nath
Hi, When I run java2wsdl-maven-plugin, I get the following exception: [INFO] [axis2-java2wsdl:java2wsdl {execution: default}] java.lang.Exception: java.io.IOException: The filename, directory name, or volume label syntax is incorrect

Java2wsdl gives [WARN] Unable to generate EPR for the transport : http

2008-12-03 Thread Paul French
Hello, I have googled about without any luck! When I run the following command to generate a WSDL from a java interface: java2wsdl -cp . -cn com.kirona.webservices.MessageInterface -of MessageService.wsdl I get a warning. [WARN] Unable to generate EPR for the transport : http

Java2WSDL: not generating ComplexType for JavaBean Array

2008-12-02 Thread Harikrishna Vemula
Hi, I'm using a Java Bean array as input parameter to a method. When i generate WSDL using Java2WSDL it is not including information about this Bean as complex type in the WSDL file. The input parameter is referred as soapenc:Array and when i generate java client from WSDL it is just showing

axis2-java2wsdl-maven-plugin for multiple classes

2008-11-13 Thread Soumya S. Hameed
Hi, I need to generate WSDL for multiple classes. Can anyone tell me how to do this with axis2-java2wsdl-maven-plugin. Also, is it possible to generate only a single WSDL file for all the classes rather than having a WSDL file per Class. I am stuck with this problem, any inputs that'll

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

Re: java2wsdl customize the return element name

2008-10-28 Thread Kimberly Nicholls
totalItemCount1/totalItemCount /*BlogEntryList* /ns:getFeaturedBlogEntriesResponse I hope this helps someone else. Kimberly Nicholls Chris Hyzer wrote: Hey, Im using Axis2 (latest) and all defaults for inputs to Java2WSDL. I have a simple service, and each operation has a return element in it. e.g

Re: Java2WSDL - support for inheritance

2008-10-12 Thread keith chapman
Hi, On Fri, Oct 10, 2008 at 2:14 AM, Saurabh Garg [EMAIL PROTECTED]wrote: Hi, I have the following: public interface XService extends IServiceA, B {} When I run Java2WSDL, only methods in XService are showing up in the WSDL. So does anyone know if: 1. Java2WSDL supports service

java2wsdl using JaxbSchemaGenerator

2008-10-10 Thread Cherian Sijo
Hi, I am using java2wsdl -sg org.apache.axis2.jaxbri.JaxbSchemaGenerator option to generate wsdl. When I am throwing a simple exception from a operation in service class, the schemageneration fails saying: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts

Java2WSDL - support for inheritance

2008-10-09 Thread Saurabh Garg
Hi, I have the following: public interface XService extends IServiceA, B {} When I run Java2WSDL, only methods in XService are showing up in the WSDL. So does anyone know if: 1. Java2WSDL supports service interfaces extending other service interfaces? 2. Java2WSDL supports use of Generics

Controlling Java2WSDL

2008-08-15 Thread balaji hari
Is there a handle to control WSDL generation with various options (like Java2WSDL utility) on the fly? We need to include -xc parameter for including additional subtypes. We have the service class exposed in services.xml from which WSDL is auto generated. Any quick pointers will be really

Re: Axis2- Java2Wsdl- ClassnotFoundException

2008-08-07 Thread SanjeevGour
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Axis2--Java2Wsdl--ClassnotFoundException-tp18848964p18867541.html Sent from the Axis - User mailing list archive at Nabble.com

Re: Build Error using axis2-java2wsdl-maven-plugin

2008-08-07 Thread venkuk
Hi Kyle, Did u find the solution i am also facing the same problem Thanks Venkat -- View this message in context: http://www.nabble.com/Build-Error-using-axis2-java2wsdl-maven-plugin-tp14199743p18873227.html Sent from the Axis - User mailing list archive at Nabble.com

Re: Build Error using axis2-java2wsdl-maven-plugin

2008-08-07 Thread Kyle.Bober
Thanks Venkat -- View this message in context: http://www.nabble.com/Build-Error-using-axis2-java2wsdl-maven-plugin-tp14199743p18873358.html Sent from the Axis - User mailing list archive at Nabble.com. - To unsubscribe, e

Re: Build Error using axis2-java2wsdl-maven-plugin

2008-08-07 Thread venkuk
venkuk wrote: Hi Kyle, Did u find the solution i am also facing the same problem Thanks Venkat -- View this message in context: http://www.nabble.com/Build-Error-using-axis2-java2wsdl-maven-plugin-tp14199743p18878176.html Sent from the Axis - User mailing list archive

Axis2- Java2Wsdl- ClassnotFoundException

2008-08-06 Thread SanjeevGour
://www.nabble.com/Axis2--Java2Wsdl--ClassnotFoundException-tp18848964p18848964.html Sent from the Axis - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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: HELP: Invalid WSDL generated by Java2WSDL

2008-07-23 Thread Marc Lefebvre
Thanks for your help This parameter is added to where? I'm using the command line version of Java2WSDL. __ Marc Lefebvre, Principle Software Engineer Akimeka, 1305 N. Holopono Street, Kihei, HI 96753 Phone: (808)442-7168, Email: [EMAIL PROTECTED] echo '16i[q]sa[ln0=aln100%Pln100/snlbx

HELP: Invalid WSDL generated by Java2WSDL

2008-07-21 Thread Marc Lefebvre
I'm using POJO web service development, and have generated a WSDL using Java2WSDL, which seems to be invalid. When I import this WSDL into my XML firewall it says its invalid. I then loaded into XMLSpy to do a validation on it, and it reports errors: attribute 'part' in element 'mine

Ant Java2WSDL: Unable to generate EPR for the transport : http

2008-07-14 Thread Agustin Menendez
Hello, I'm using ant_1.7.0 (eclipse pluggin) and axis2-1.4. I'm trying to generate a WSDL from my classes and each time I execute ant building I receive the warning Unable to generate EPR for the transport : http. The build.xml is: ... taskdef name=axis2-java2wsdl

Generics and Interfaces with Java2Wsdl

2008-07-07 Thread Benjamin . Temko1
in the interface which the class implements, and everytihng is fine with these. When I run the java2wsdl ant task on this class, the types are being represented perfectly, the namespaces all line up properly, but I'm getting two instances of the updateList method, as follows

Re: Axis 1.4 - When using Java2WSDL, my ip address appears in the impl, intf and targetnamespace. How can I change this?

2008-06-15 Thread Anne Thomas Manes
Specify the -n switch and provide a namespace of your choice. See http://ws.apache.org/axis/java/user-guide.html#Java2WSDLBuildingWSDLFromJava Anne On Thu, Jun 12, 2008 at 12:30 PM, Josh [EMAIL PROTECTED] wrote: When using Axis 1.4's Java2WSDL, my ip address appears in the impl, intf

Axis 1.4 - When using Java2WSDL, my ip address appears in the impl, intf and targetnamespace. How can I change this?

2008-06-12 Thread Josh
When using Axis 1.4's Java2WSDL, my ip address appears in the impl, intf and targetnamespace. How can I change this behaviour so that my name spaces don't change if I deploy to another server? Thanks, josh

java2wsdl : how to get this working with an axis2 sample

2008-06-11 Thread Alan South
Problem: java2wsdl gives error An error occured while generating codejava.lang.ClassNotFoundException: samples.quickstart.service.pojo.StockQuoteServic e It took me a long time to get wsdl2java working, and on the way I checked out the mail lists, which didn't help, although the problem seems

RE: Problem using java2wsdl

2008-06-04 Thread Adriana Verdejo
myproject.mycomponent.mymodule2.otherService2; public interface myService extends otherService1, otherService2 { } Thanks, Adriana. _ De: pierre betz [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 04 de junio de 2008 12:04 Para: axis-user@ws.apache.org Asunto: Re: Problem using java2wsdl

Re: Problem using java2wsdl

2008-06-04 Thread pierre betz
PROTECTED] *Enviado el:* Miércoles, 04 de Junio de 2008 05:23 a.m. *Para:* axis-user@ws.apache.org *Asunto:* RE: Problem using java2wsdl Dear Pierre, thanks for your fast answer, but I did it before and the error was the same.. I mean... C:\axis2-1.2\axis2-1.2\binjava2wsdl

RE: Problem using java2wsdl

2008-06-04 Thread Adriana Verdejo
generating codejava.lang.ClassNotFoundException: C:\PruebaWSDL\bin\eu\myproject\mycomponent\myService _ De: Perez Arbulu, Ibai [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 04 de junio de 2008 12:28 Para: axis-user@ws.apache.org Asunto: RE: Problem using java2wsdl I Would try

Re: Problem using java2wsdl

2008-06-04 Thread Paul Fremantle
Adriana Maybe you don't even need to use java2wsdl. Are you deploying a Java class as a service? If so, then Axis2 automatically generates the WSDL for you. Paul On Wed, Jun 4, 2008 at 10:48 AM, Adriana Verdejo [EMAIL PROTECTED] wrote: Hi all, I am new using axis and I am very lost. I would

RE: Problem using java2wsdl

2008-06-04 Thread Perez Arbulu, Ibai
I Would try with a different classpath. Documents and settings is not advisable at all. De: Adriana Verdejo [mailto:[EMAIL PROTECTED] Enviado el: Miércoles, 04 de Junio de 2008 05:23 a.m. Para: axis-user@ws.apache.org Asunto: RE: Problem using java2wsdl

Re: Problem using java2wsdl

2008-06-04 Thread pierre betz
i tried the same, and I think it's maybe your code which have a problem. I'm not an expert in java2wsdl, but maybe the problem is in your code files, in fact the interface is not a class, so maybe you need to put the class path after cn, and not the interface. as I don't have your files, I can't

RE: Problem using java2wsdl

2008-06-04 Thread Adriana Verdejo
Really, I had testing something as simple as that (please find attached the simple project...) _ De: pierre betz [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 04 de junio de 2008 12:46 Para: axis-user@ws.apache.org Asunto: Re: Problem using java2wsdl i tried the same, and I think

RE: axis2 1.4 java2wsdl ClassCastException

2008-05-19 Thread Chuck Brinkman
Hi all, I have a working project that uses axis2 1.2 and I'm trying to upgrade to 1.4. However I get the following error when running my ant java2wsdl task. java.lang.RuntimeException: java.lang.ClassCastException: org.apache.axis2.receivers.RawXMLINOnlyMessageReceiver

Problem with DataHandler in bean with Java2WSDL

2008-05-19 Thread Lasse Knudsen
(DataHandler[]) and DataHandler[] getDataHandlers(). My problem is now that when I am using the Java2WSDL Ant-Task I am getting a WSDL with a FileWrapper where the dataHandler attribute type is xs:anyType. xs:schema attributeFormDefault=qualified elementFormDefault=qualified targetNamespace

[axis2] java2wsdl - missing enum

2008-05-16 Thread Glen Verran
Hi folks, I am generating my WSDL from java using ?wsdl in the browser for my web service. I am using Axis2 1.4 and running on Tomcat 5.5.26. I have a single class as a parameter for one of the methods of the webservice. One of the variables in that class is of the type below.

xmit/recv in-mem xml doc? java2wsdl, axiom

2008-05-16 Thread jwillardhome
) (Where xmlDocument is not a data type, just the content of the data I want to send) Where the input and output are in memory xml documents and are created and managed by AXIOM. However what I do not know how to do is to define java class on the server side such that java2wsdl will create the correct

[axis2] java2wsdl - missing enum

2008-05-12 Thread Glen Verran
Hi folks, I am generating my WSDL from java using ?wsdl in the browser for my web service. I am using Axis2 1.4 and running on Tomcat 5.5.26. I have a single class as a parameter for one of the methods of the webservice. One of the variables in that class is of the type below.

java2wsdl failing - why?

2008-05-03 Thread Steve Cohen
for a bottom-up approach, wrote some simple classes and tried to generate a WSDK using java2wsdl. I'm not having much luck. I attempt to run java2wsdl and am getting file not found errors that make no sense to me. What am I missing: export JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun;/home/me/apis/axis2-1.4

Does Java2WSDL support generics ?

2008-04-17 Thread stlecho
/xs:complexType/xs:element'. When using Java2WSDL, the generated WSDL contains 'xs:element name=getAllCarsResponsexs:complexTypexs:sequencexs:element minOccurs=0 name=return nillable=true type=xs:anyType//xs:sequence/xs:complexType/xs:element'. There is no reference to the 'Car' element :o(. Based

java2wsdl style

2008-04-14 Thread Henry Lu
What are the valid values for style in java2wsdl? -Henry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: java2wsdl questions

2008-04-07 Thread Dan Armbrust
How does this work with a POJO deployment then? I haven't tried it, but the documentation seems to indicate that with properly annotated POJO classes, super-class methods will be included. Is there a different Java2wsdl converter that works under the covers with a POJO deployment? Maybe

java2wsdl questions

2008-04-06 Thread Dan Armbrust
I'm trying to migrate some code from Axis (1.2.1, I think) to Axis2 1.3. I can't seem to figure out how to make the java2wsdl tool in Axis2 properly generate method signatures for a superclass. The old java2wsdl tool automatically included methods from the super class in the generated wsdl

Re: java2wsdl questions

2008-04-06 Thread Suran Jayathilaka
Hi Dan, The inclusion of super-class methods is currently unavailable in Axis2 java2wsdl. This capability is in the works. Suran. Dan Armbrust wrote: I'm trying to migrate some code from Axis (1.2.1, I think) to Axis2 1.3. I can't seem to figure out how to make the java2wsdl tool in Axis2

hi, i have an error in using axis-1.4 java2wsdl with inner class

2008-04-03 Thread haiwu li
hi, is there some problems in axis-1.4 java2wsdl for inner class. does anyone meet the same problem with me. - 雅虎邮箱,您的终生邮箱!

Re: How to create Document / Literal java2WSDL with axis 1.3

2008-03-29 Thread Anne Thomas Manes
this for JAVA2WSDL : java org.apache.axis.wsdl.Java2WSDL -l http://localhost:8080 -u literal -T 1.2 -n NS.TestService -y document -o DocLit.wsdl TestService WSDL2JAVA : java org.apache.axis.wsdl.WSDL2Java -s -a -p service.doc.literal -T 1.2 -o src DocLit.wsdl When i run java2wsdl it's throwing

Re: How to create Document / Literal java2WSDL with axis 1.3

2008-03-28 Thread sh_santosh
can anybody provide working command like this for JAVA2WSDL : java org.apache.axis.wsdl.Java2WSDL -l http://localhost:8080 -u literal -T 1.2 -n NS.TestService -y document -o DocLit.wsdl TestService WSDL2JAVA : java org.apache.axis.wsdl.WSDL2Java -s -a -p service.doc.literal -T 1.2 -o src

java2wsdl ClassNotFoundException

2008-03-28 Thread Andre Coelho
I'm trying to create a wsdl based on a java class that i have. I'm using axis eclipse plugin. But, when I try to load my class, I get a ClassNotFoundException I'm sure that my Class Name is correct ( org.tecgraf.liquigas.webservice.TripSearch) but i still can't get it to work I tried to put some

Type Mapping java.lang.Integer int after java2wsdl and wsdl2java

2008-03-27 Thread Martin Clemens
I am trying to generate an Axis Webservice from my existing J2EE-EJB and have the following issue: 1. Running java2wsdl over the EJB Remote Interface, which contains all method signatures and references their return value objects. 2. Running wsdl2java over the generated wsdl file to generate

Re: [Axis2] Axis2 1.3 Java2WSDL capabilities and limitations

2008-03-25 Thread Mauro Molinari
Lou Amodeo ha scritto: Thank Deepal. I found your article very helpful. I didn't see any discussion regarding exception processing. If I have a class that throws somethnig like CustomerNotFoundException (extends Exception) is that supported?Thanks Again! In Axis2 1.3 it is not

Re: [Axis2] Axis2 1.3 Java2WSDL capabilities and limitations

2008-03-25 Thread robert lazarski
On Tue, Mar 25, 2008 at 1:00 PM, Mauro Molinari [EMAIL PROTECTED] wrote: Lou Amodeo ha scritto: Thank Deepal. I found your article very helpful. I didn't see any discussion regarding exception processing. If I have a class that throws somethnig like CustomerNotFoundException (extends

[Axis2] Axis2 1.3 Java2WSDL capabilities and limitations

2008-03-21 Thread Lou Amodeo
Hi, I am new to Axis2 and trying to understand the basic capabilities of Java2WSDL [EMAIL PROTECTED] mainly some guidelines on what the supported capabilities and rules around developing POJO's with various properties, method arguments, return types and exceptions. Does the tool support JAX-WS

Re: [Axis2] Axis2 1.3 Java2WSDL capabilities and limitations

2008-03-21 Thread Deepal jayasinghe
Lou Amodeo wrote: Hi, I am new to Axis2 and trying to understand the basic capabilities of Java2WSDL mailto:[EMAIL PROTECTED] mainly some guidelines on what the supported capabilities and rules around developing POJO's with various properties, method arguments, return types and exceptions

Re: [Axis2] Axis2 1.3 Java2WSDL capabilities and limitations

2008-03-21 Thread Lou Amodeo
Thanks for your fast response Deepal. Can you include the link to the atricle please. On 3/21/08, Deepal jayasinghe [EMAIL PROTECTED] wrote: Lou Amodeo wrote: Hi, I am new to Axis2 and trying to understand the basic capabilities of Java2WSDL mailto:[EMAIL PROTECTED] mainly some

Re: [Axis2] Axis2 1.3 Java2WSDL capabilities and limitations

2008-03-21 Thread Deepal jayasinghe
and trying to understand the basic capabilities of Java2WSDL mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] mainly some guidelines on what the supported capabilities and rules around developing POJO's with various properties, method arguments, return types

Re: [Axis2] Axis2 1.3 Java2WSDL capabilities and limitations

2008-03-21 Thread Lou Amodeo
to Axis2 and trying to understand the basic capabilities of Java2WSDL mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] mainly some guidelines on what the supported capabilities and rules around developing POJO's with various properties, method arguments, return

Re: java2wsdl customize the return element name

2008-03-11 Thread Anne Thomas Manes
PROTECTED] Sent: Sunday, March 9, 2008 3:15:07 PM Subject: Re: java2wsdl customize the return element name File a bug report with Adobe. A SOAP stack should not barf on a valid NCName like return. Anne On Sat, Mar 8, 2008 at 11:53 PM, Chris Hyzer [EMAIL PROTECTED] wrote: Hey, Im using

Re: java2wsdl customize the return element name

2008-03-09 Thread Anne Thomas Manes
File a bug report with Adobe. A SOAP stack should not barf on a valid NCName like return. Anne On Sat, Mar 8, 2008 at 11:53 PM, Chris Hyzer [EMAIL PROTECTED] wrote: Hey, Im using Axis2 (latest) and all defaults for inputs to Java2WSDL. I have a simple service, and each operation has

Re: java2wsdl question

2008-03-09 Thread Anne Thomas Manes
like to create document style wsdl, so I: - wrote my ws in java and then build wsdl using java2wsd lant task: axis-java2wsdl output=${wsdl.dir}/buy.wsdl location=http://client.yalp.it/buy/services/FetWrapper; namespace

Re: java2wsdl customize the return element name

2008-03-09 Thread Chris Hyzer
[EMAIL PROTECTED] Sent: Sunday, March 9, 2008 3:15:07 PM Subject: Re: java2wsdl customize the return element name File a bug report with Adobe. A SOAP stack should not barf on a valid NCName like return. Anne On Sat, Mar 8, 2008 at 11:53 PM, Chris Hyzer [EMAIL PROTECTED] wrote: Hey, Im using

java2wsdl customize the return element name

2008-03-08 Thread Chris Hyzer
Hey, Im using Axis2 (latest) and all defaults for inputs to Java2WSDL. I have a simple service, and each operation has a return element in it. e.g. xs:element name=addMemberSimpleResponse xs:complexType xs:sequence xs:element minOccurs=0 name=return nillable=true type

java2wsdl question

2008-03-03 Thread Luca Rasconi
Hi all, my goal is to create an interoperable ws (java server and dot net client) so I would like to create document style wsdl, so I: - wrote my ws in java and then build wsdl using java2wsd lant task: axis-java2wsdl output=${wsdl.dir}/buy.wsdl location=http

Re: java2wsdl question

2008-03-03 Thread chitgoks
did you already do a typdef for java2wsdl? On Mon, Mar 3, 2008 at 10:52 PM, Luca Rasconi [EMAIL PROTECTED] wrote: Hi all, my goal is to create an interoperable ws (java server and dot net client) so I would like to create document style wsdl, so I: - wrote my ws in java and then build wsdl

Re: java2wsdl question

2008-03-03 Thread Luca Rasconi
Ciao Martin, I've a jar containing the beans and after execute wsdl2java i've a new pkg with the same name with other classes with serialize and deserailizer, so I think there are class entity. By the way if I use default style (no style attribute in the axis-java2wsdl ant task) all works fine

Axis2 - Java2WSDL

2008-02-19 Thread pradeep . kadambar
Hi I have a list of extra classes for which I need to generate WSDL types definition. The org.apache.ws.java2wsdl.Java2WSDL class takes an option -xc class1 -xc class2 . . The problem is that I have a list of classes, which I need to process. In Axis 1 I had the -extraClasses option

[axis2] Unknown Constant Tag Error Encountered When Using java2wsdl

2008-02-19 Thread Murphy Steve
Hi, I'm running java2wsdl on a class file and got the following error: Exception in thread main java.lang.ClassFormatError: Unknown constant tag 13 in class file MyClass I'm using Axis2 1.3. Research on the web tells me that this is potentially due to a difference in the java version

RE: Run Java2WSDL on Class in Jar File?

2008-02-15 Thread Murphy Steve
To: axis-user@ws.apache.org Subject: Re: Run Java2WSDL on Class in Jar File? Sorry. Use 'spaces' to separate the classpath entries. This cp is not really a Java classpath. ./java2wsdl.sh -cn test.TestService -cp /path/test1.jar /path/test2.jar Hope this helps. Upul On Fri, Feb 15, 2008

Re: JAVA2wsdl problems

2008-02-15 Thread Marc Lefebvre
Deepal Jayasinghe wrote: 1) I have been using AXIS2's JAVA2WSDL functionality and all was going well but had some issues when I tried to use the WSDL it generated into other programs for use. It seems that its not generating a compliant WSDL. When I imported the generated WSDL

RE: Run Java2WSDL on Class in Jar File?

2008-02-14 Thread Murphy Steve
Hi Upal, I can't get this to work. I'm working on windows and I created a batch file that looks like this: %AXIS2_HOME%/bin/java2wsdl -cn com.myCompany.api.xxx.yyy.client.myClass -cp ./jar-file1-1.0.M5.0.1.jar:./jar-file2-1.0.M5.0.1.jar:./jar-file3-1.0.M5 .0.1.jar:./jar-file4-1.0.M5.0.1

RE: Run Java2WSDL on Class in Jar File?

2008-02-14 Thread Kraus, David
Shouldn't the jar file specs be separated by ; (semicolon), not : (colon) ? From: Murphy Steve [mailto:[EMAIL PROTECTED] Sent: Thursday, February 14, 2008 1:57 PM To: axis-user@ws.apache.org Subject: RE: Run Java2WSDL on Class in Jar File? Hi Upal, I

Re: Run Java2WSDL on Class in Jar File?

2008-02-14 Thread Upul Godage
this to work. I'm working on windows and I created a batch file that looks like this: %AXIS2_HOME%/bin/java2wsdl -cn com.myCompany.api.xxx.yyy.client.myClass-cp ./jar- file1-1.0.M5.0.1.jar:./jar-file2-1.0.M5.0.1.jar:./jar-file3-1.0.M5.0.1.jar:./jar-file4-1.0.M5.0.1.jar:./jar-file5-1.0.M5.0.1.jar

JAVA2wsdl problems

2008-02-14 Thread Marc Lefebvre
1) I have been using AXIS2's JAVA2WSDL functionality and all was going well but had some issues when I tried to use the WSDL it generated into other programs for use. It seems that its not generating a compliant WSDL. When I imported the generated WSDL into XMLSpy just to validate it, it found

  1   2   3   4   5   6   >