Re: Java2WSDL ant task

2005-02-19 Thread Hollywood
Nevermind on this. Copy/Paste error I finally found! :( - Original Message - From: "Hollywood" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 19, 2005 9:30 AM Subject: Java2WSDL ant task > I have the following sni

Java2WSDL ant task

2005-02-19 Thread Hollywood
I have the following snippet in my build.xml file: However, it claims it can not find the class file to generate the WSDL from. Anyone have any thoughts? Thanks!

Re: Problem with java2wsdl ant task for document/literal (was Re: webservice won't deploy at all)

2005-02-17 Thread Sebastien Mayemba Mbokoso
t;wrapped" > use="literal" > > from my ant task, java2wsdl, and now I can deploy my webservice. > > If I want to use the ant task to generate my files, how do I tell it to > use document/literal wrapped. > > Thanx. > > - -- > "Love is mu

re: Problem with java2wsdl ant task for document/literal (was Re: webservice won't deploy at all)

2005-02-17 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I removed style="wrapped" use="literal" from my ant task, java2wsdl, and now I can deploy my webservice. If I want to use the ant task to generate my files, how do I tell it to use document/literal wrapped. Thanx. - -- "Love i

re: defining OUT parameter for use by java2wsdl

2005-02-15 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am curious if there is a way to define an OUT parameter for java2wsdl. It appears not to know how to handle javax.xml.rpc.holders.StringHolder, when I use that to define my parameter. Thanx. - -- "Love is mutual self-giving that ends in self-rec

Re: Java2Wsdl issue

2005-01-25 Thread Davanum Srinivas
Netherlands > > -Original Message- > > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Sent: Mon 1/24/2005 10:21 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Cc: > Subject:Re: Java2Wsdl issue > Patrick, > > this smells like a bug, can

RE: Java2Wsdl issue

2005-01-25 Thread Harm de Laat
PROTECTED] Cc: Subject:Re: Java2Wsdl issue Patrick, this smells like a bug, can you please try latest cvs/nightly and log a bug report if the problem still exists? thanks, dims On Mon, 24 Jan 2005 14:00:18 +, Patrick Cogan <[EMAIL PROTECTED]> wrote: > Hi Harm, > >

Re: Java2Wsdl issue

2005-01-24 Thread Davanum Srinivas
; > > Okay I'll try to provide as much info as possible: > > > > This is the interface / class from which I'm trying to generate a WSDL from > > (Using Java2Wsdl): > > > > package nl.vodafone.cal.webservices; > > > > import nl.vodaf

Re: Java2Wsdl issue

2005-01-24 Thread Patrick Cogan
o provide as much info as possible: > > This is the interface / class from which I'm trying to generate a WSDL from > (Using Java2Wsdl): > > package nl.vodafone.cal.webservices; > > import nl.vodafone.quicksilver.jaxb.CreditVettingRequest; > import nl.vodafone.quicksi

RE: Java2Wsdl issue

2005-01-24 Thread Harm de Laat
Thanks for the quick reply... Okay I'll try to provide as much info as possible: This is the interface / class from which I'm trying to generate a WSDL from (Using Java2Wsdl): package nl.vodafone.cal.webservices; import nl.vodafone.quicksilver.jaxb.CreditVettingReque

Re: Java2Wsdl issue

2005-01-24 Thread Patrick Cogan
cksilver.jaxb.User; > > public class ChangeSimFormService { >public User getString() { > return null; >} > >public void echo( User user ) { > return; >} > } > > I'm running the following command: > > java2wsdl -o w

Java2Wsdl issue

2005-01-24 Thread Harm de Laat
user ) { return; } } I'm running the following command: java2wsdl -o webservices/ChangeSimFormService.wsdl -yRPC -uLITERAL -l http://localhost:8080/WEO/webservices/ChangeSimFormService -n http://dataservices.weo.mycomp.nl/SOAP/ChangeSimFormService --PkgtoNS nl.mycomp.quicksilver

RE: Java2Wsdl issue

2005-01-19 Thread Pritesh Damani
I am not sure but did not specify namesspaces in the WSDL2Java -- All Computers wait at the same speed !! -Original Message- From: James Clinton [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 19, 2005 9:58 AM To: [EMAIL PROTECTED] Subject: RE: Java2Wsdl issue Interesting..have

RE: Java2Wsdl issue

2005-01-19 Thread James Clinton
Interesting..have you tried using wsdl2java on the generated WSDL? This may hold some clues to your problem. -Original Message- From: Harm de Laat [mailto:[EMAIL PROTECTED] Sent: 19 January 2005 14:14 To: [EMAIL PROTECTED] Subject: Java2Wsdl issue Hi Guys, I have used Java2WSDL to

Java2Wsdl issue

2005-01-19 Thread Harm de Laat
Hi Guys, I have used Java2WSDL to generate my .wsdl file. I have succesfully deployed my WSDL, using deploy.wsdd. And I have copied my classes to the WEB-INF/classes dir. If I call: http://localhost:8080/axis/services/PersonService?wsdl I get the following output: Sorry, something

Re: java2wsdl ant task for document/literal

2005-01-05 Thread Bill Keese
them? Are you using beanSerializer for automatic serialization/deserialization of things like class Employee? Bill Michael Schuerig wrote: One thing that didn't become clear for me during this thread is why people are using java2wsdl at all. When I started with Axis and web services, I

Re: java2wsdl ant task for document/literal

2004-12-29 Thread Anne Thomas Manes
Just to clarify: On Wed, 22 Dec 2004 09:52:19 +0100, WAJSBERG Julien RD-BIZZ <[EMAIL PROTECTED]> wrote: > Ephemeris Lappis a écrit : > > >Despite my problems with the java2wsdl task, i have finally use a 'wrapped' > >axis wsdl to generate my client stubs f

[Java2WSDL] externalize schema

2004-12-28 Thread F.K.
Hi all,   I would like to know if it is possible to generate a wsdl file without the schemas, generating them in separated files.   Thx and happy New Year.   Fanch      

[Java2WSDL] externalize schema

2004-12-28 Thread F.K.
Hi all,   I would like to know if it is possible to generate a wsdl file without the schemas, generating them in separated files.   Thx and happy New Year.   Fanch      

Re: java2wsdl ant task for document/literal

2004-12-22 Thread WAJSBERG Julien RD-BIZZ
bs do that. Despite my problems with the java2wsdl task, i have finally use a 'wrapped' axis wsdl to generate my client stubs for a single operation service that takes a simple javabean argument (a string and an int). I use the SUN WTK 2.1 with its first JSR172 implementation, that only supports

Re: java2wsdl ant task for document/literal

2004-12-22 Thread WAJSBERG Julien RD-BIZZ
Despite my problems with the java2wsdl task, i have finally use a 'wrapped' axis wsdl to generate my client stubs for a single operation service that takes a simple javabean argument (a string and an int). I use the SUN WTK 2.1 with its first JSR172 implementation, that only supports the

RE: java2wsdl ant task for document/literal

2004-12-21 Thread Ephemeris Lappis
s with the java2wsdl task, i have finally use a 'wrapped' axis wsdl to generate my client stubs for a single operation service that takes a simple javabean argument (a string and an int). I use the SUN WTK 2.1 with its first JSR172 implementation, that only supports the document/literal as sp

RE: java2wsdl ant task for document/literal

2004-12-21 Thread Michael Merz
al Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Monday, December 20, 2004 12:38 PM To: [EMAIL PROTECTED] Subject: Re: java2wsdl ant task for document/literal Michael, I do advocate starting from WSDL, but i do find it convenient to start from a java skeleton code and then

Re: java2wsdl ant task for document/literal

2004-12-21 Thread Jeff Greif
Beland" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 21, 2004 12:53 AM Subject: Re: java2wsdl ant task for document/literal > > > In fact, to be more precise, it means that there is a schema element, with > the same name as the operation, that co

Re: java2wsdl ant task for document/literal

2004-12-21 Thread WAJSBERG Julien RD-BIZZ
Daniel Beland a écrit : In fact, to be more precise, it means that there is a schema element, with the same name as the operation, that contains (wraps) the actual document element representing all the parameters. ie: wrapped (of type X) document (of type X) I believe this is not part of WS-I

Re: java2wsdl ant task for document/literal

2004-12-21 Thread Daniel Beland
In fact, to be more precise, it means that there is a schema element, with the same name as the operation, that contains (wraps) the actual document element representing all the parameters. ie: wrapped (of type X) document (of type X) I believe this is not part of WS-I and was defined

Re: java2wsdl ant task for document/literal

2004-12-21 Thread WAJSBERG Julien RD-BIZZ
Ephemeris Lappis a écrit : I'm not a SOAP expert ! I think i had understood the difference between document and wrapped styles, and i suppose tools that will process the repective wsdl files will not generate similar codes : both use xml messages without soap encoding, but in document mode the java

RE: java2wsdl ant task for document/literal

2004-12-20 Thread Ephemeris Lappis
tax ! Your suggestion about alternative methods and tools to mkae wsdl first are welcome... Regards. Philippe Maseres <<>> -Message d'origine- <<>> De : Michael Schuerig [mailto:[EMAIL PROTECTED] <<>> Envoyé : lundi 20 décembre 2004 21:32 <<>

Re: java2wsdl ant task for document/literal

2004-12-20 Thread Davanum Srinivas
idn't become clear for me during this thread is why > people are using java2wsdl at all. When I started with Axis and web > services, I, too, had the idea of making Axis generate the "right" WSDL > for me automagically. I've given up on this idea since. I don't

Re: java2wsdl ant task for document/literal

2004-12-20 Thread Michael Schuerig
One thing that didn't become clear for me during this thread is why people are using java2wsdl at all. When I started with Axis and web services, I, too, had the idea of making Axis generate the "right" WSDL for me automagically. I've given up on this idea since. I don

Re: java2wsdl ant task for document/literal

2004-12-20 Thread Vy Ho
Use wrapped style, and it works with document/literal webservices (that is what it is, with a spin on how you program it). Ephemeris Lappis wrote: I'm not a SOAP expert ! I think i had understood the difference between document and wrapped styles, and i suppose tools that will process the repecti

RE: java2wsdl ant task for document/literal

2004-12-20 Thread Ephemeris Lappis
ith literal use"... Ideas are welcome... <<>> -Message d'origine- <<>> De : WAJSBERG Julien RD-BIZZ <<>> [mailto:[EMAIL PROTECTED] <<>> Envoyé : lundi 20 décembre 2004 09:14 <<>> À : [EMAIL PROTECTED] <<>

RE: java2wsdl ant task for document/literal

2004-12-20 Thread Ephemeris Lappis
I have open a new bug report this morning (in France), with the a simple example: AXIS-1734. We will appreciate help... <<>> -Message d'origine- <<>> De : V D [mailto:[EMAIL PROTECTED] <<>> Envoyé : lundi 20 décembre 2004 14:37 <<>>

Re: java2wsdl ant task for document/literal

2004-12-20 Thread V D
Good question. I assume that this problem was talked about so many times up here, someone must listen. However, I am wrong to assume forum can replace bug report (probably some laziness kick in too), and I should have file the bug report instead. I'll do that and post a link here later. Tha

Re: java2wsdl ant task for document/literal

2004-12-20 Thread Davanum Srinivas
> > And it's actually quite well supported by Axis 1.2 release candidates > > :) (look for WRAPPED-style web services in axis documentation). > > > > From my experience, Axis 1.2 has problems with wrapped style too. For > example, using Java2Wsdl tool, the generat

Re: java2wsdl ant task for document/literal

2004-12-20 Thread V D
didates :) (look for WRAPPED-style web services in axis documentation). From my experience, Axis 1.2 has problems with wrapped style too. For example, using Java2Wsdl tool, the generated wsdl is bad (generates error when using Wsdl2Java), also, the generated wsdl has some of the arrays data w

Re: java2wsdl ant task for document/literal

2004-12-20 Thread WAJSBERG Julien RD-BIZZ
Ephemeris Lappis a écrit : Thanks for your feedback. Bad news !... I'd like to have a point of view from the Axis team about this issue. I'm not currently working a lot in web services domains, but according to what i've been reading in this list and others, document/literal seems to be often requi

Re: java2wsdl ant task for document/literal

2004-12-19 Thread Davanum Srinivas
<<>> -Message d'origine- > <<>> De : Henry Lu [mailto:[EMAIL PROTECTED] > <<>> Envoye : vendredi 17 decembre 2004 21:39 > <<>> A : [EMAIL PROTECTED]; [EMAIL PROTECTED] > <<>> Objet : Re: java2wsdl ant task for documen

RE: java2wsdl ant task for document/literal

2004-12-17 Thread Ephemeris Lappis
sage d'origine- <<>> De : Henry Lu [mailto:[EMAIL PROTECTED] <<>> Envoye : vendredi 17 decembre 2004 21:39 <<>> A : [EMAIL PROTECTED]; [EMAIL PROTECTED] <<>> Objet : Re: java2wsdl ant task for document/literal <<>> <<>> <&

Re: java2wsdl ant task for document/literal

2004-12-17 Thread Henry Lu
I studied Axis 1.2 since it started and java2wsdl NEVER worked for D/L. I think the problem is in both of axis.jar and wsdl4j.jar. Specially wsdl4j.jar because it does no generate correct wsdl file for D/L (WS-I compliant). I am still waiting for the Axis development group to fix the problem

java2wsdl ant task for document/literal

2004-12-17 Thread Ephemeris Lappis
As many people before i have the same problem with axis 1.2 to generate my wsdl for javabeans or exceptions. I've been trying some of the solutions that have been proposed on this list, such as adding complextype or mapping tags, but the task failed with ClassNotFoundException, although the classes

Re: Bug in Java2Wsdl

2004-12-04 Thread V D
More on this, when using Java2Wsdl with document and literal style, and also using it with rpc encoding on a same interface, any method that returns an array of a bean class will have different signatures (between doc/lit style and rpc/enc style). For example: public interface Test{ public

Bug in Java2Wsdl

2004-12-04 Thread V D
I have an interface: public interface Test{ public String [] getList(); } when using java2wsdl with document and literal style, the return type of getList is String, not String[] or ArrayOfString, or anything like that. This is Axis 1.2 RC2

Java2WSDL: response mapped back to XML improperly

2004-12-02 Thread ANDREW MICONE
I'm using WSDL2Java to create a service consumed by a .NET client I can't change for a WSDL we're mandated to use. It has a service called "GetService" defined as follows in the WSDL (details omitted): Query services offered by the node I'm just using the b

Does Java2WSDL with multiple port types?

2004-11-19 Thread Vy Ho
I would like to use Java2WSDL to generate wsdl file with multiple port types. This means it has to take multiple class name. One for each port type. Right now, I have to manually merge all these together. Thanks, vh

Error when using WSDL2Java and Java2WSDL

2004-10-21 Thread Florian Theurich
Java Interface and go from there:   1. First I do not know which approach makes more sense for me? 2. Regardless of which approach I would go for, I get an error message when trying to use WSDL2Java or Java2WSDL   It says (in both cases):   log4j: WARN No appenders could be found for logger

Noob Question: JAVA2WSDL

2004-10-20 Thread maxmaxwell
ementing a web service that I couldn't figure out. Say I have a class like this: package servicetest; public class MyClass { public static final String SOME_STRING = "Option1"; ..etc..etc... } How do I have it so that JAVA2WSDL put in the constant definition for SOME_STRING

RE: Java2WSDL on class that implements multiple interfaces

2004-10-20 Thread Arijit Mukherjee
L PROTECTED] >Sent: 20 October 2004 16:35 >To: [EMAIL PROTECTED] >Subject: Java2WSDL on class that implements multiple interfaces > >Running the WSDL2Java tool on a class that implements multiple >interfaces (or a base class and 1+ interfaces), results in a >WSDL schema that (ra

Java2WSDL on class that implements multiple interfaces

2004-10-20 Thread Eric Chijioke
implementations in XML schema, and if so, shouldn't Java2WSDL be doing it? This may be the wrong group to pose this question to as it probably has more to do with XML Schema, but I think it manifests itself as a shortcoming of the Java2WSDL tool. -Eric

RE: Java2WSDL ant task not keeping method param names

2004-10-12 Thread mmosttler
-From: Sagar Pidaparthi [mailto:[EMAIL PROTECTED] Sent: Friday, October 08, 2004 8:55 AMTo: [EMAIL PROTECTED]Subject: RE: Java2WSDL ant task not keeping method param names Can you elaborate on this please.    I face the same problem.  In a message earlier, I was told that

Re: java2wsdl error

2004-10-12 Thread Henry Lu
n On Tue, 2004-10-12 at 18:36, Henry Lu wrote: > I gor the following errors when I ran java2wsdl command. I did include > activation.jar and mail.jar in my classpath. > > java.lang.NoClassDefFoundError: javax/activation/DataSource > .. > > Is something missing? > > -Henry >

Re: java2wsdl error

2004-10-12 Thread Chandrasegaram Jeyakumaran
Check whether you have the activation jar in the class path. regards, jeyakumaran On Tue, 2004-10-12 at 18:36, Henry Lu wrote: > I gor the following errors when I ran java2wsdl command. I did include > activation.jar and mail.jar in my classpath. > > java.lang.NoClassDefFound

java2wsdl error

2004-10-12 Thread Henry Lu
I gor the following errors when I ran java2wsdl command. I did include activation.jar and mail.jar in my classpath. java.lang.NoClassDefFoundError: javax/activation/DataSource .. Is something missing? -Henry

RE: Java2WSDL ant task not keeping method param names

2004-10-08 Thread Curt P. Stanton
Title: Message The issue is that you need to have the java class files compiled with the debug option.  That is where Java2WSDL gets the param names.  But it has to be a class not an interface that gets compiled with the debug option.   -Original Message- From: Sagar Pidaparthi

RE: Java2WSDL ant task not keeping method param names

2004-10-08 Thread Sagar Pidaparthi
nt     Do I need to change this in some way to get parameter names in my wsdl.     Thanks   Sagar   -Original Message- From: Sagar Pidaparthi [mailto:[EMAIL PROTECTED] Sent: Friday, October 08, 2004 10:19 AM To: [EMAIL PROTECTED] Subject: RE: Java2WSDL ant task not keeping method pa

RE: Java2WSDL ant task not keeping method param names

2004-10-08 Thread Sagar Pidaparthi
Title: Message Hi,   Here are my steps   I use Java2wsdl on a class  using the command like command.   The java files are pre compiled to class files.  ( do you think that this could be an issue?) After this I use WSDL2Java  to generate the proxies again using

RE: Java2WSDL ant task not keeping method param names

2004-10-08 Thread Curt P. Stanton
Title: Message Thanks Marcus that was my problem.   Sagar, I am not sure if you are having the same problem I was, but I needed to supply Java2WSDL with a class, not an interface.    Other than that, I don’t know where you would have a problem.   -Curt   -Original Message

RE: Java2WSDL ant task not keeping method param names

2004-10-08 Thread Sagar Pidaparthi
, October 08, 2004 8:47 AM To: [EMAIL PROTECTED] Subject: RE: Java2WSDL ant task not keeping method param names   To have java2wsdl use the method parameter names you need to supply the implementation class.  It reads the param names from the implementation.   marcus -Original

RE: Java2WSDL ant task not keeping method param names

2004-10-08 Thread mmosttler
Title: Message To have java2wsdl use the method parameter names you need to supply the implementation class.  It reads the param names from the implementation.   marcus -Original Message-From: Curt P. Stanton [mailto:[EMAIL PROTECTED] Sent: Friday, October 08, 2004 7:47

Java2WSDL ant task not keeping method param names

2004-10-08 Thread Curt P. Stanton
java2wsdl task isn’t reading it properly.   Any help would be greatly appreciated.   Thanks in advance, Curt Stanton      name="compile" depends="init" description="compile the source ">     srcdir="${src}" destdir="${build}"

Re: problem getting java2wsdl ant task to be created

2004-10-07 Thread Peter Smith
I think the task is called "axis-java2wsdl"; not "java2wsdl". Refer to the axis-tasks.properties file in your axis-ant.jar and/or the documentation in /docs/ant Cheers, Peter. - Original Message - From: "James Black" <[EMAIL PROTECTED]> To: <[EMA

re: problem getting java2wsdl ant task to be created

2004-10-07 Thread James Black
I don't know what I am doing wrong, so I thought I would ask, and hopefully someone can help me understand what may have happened. Thanx. I get this error: BUILD FAILED /export2/home/jblack/src/java/build.xml:82: Could not create task or type of type: java2wsdl. When I ran it with -verbose

Problems generating Document / Literal wsdl using Java2Wsdl

2004-09-08 Thread Canham Michael
d it is interacting with Tomcat 5.0) .. > > > I running the java2wsdl tool from a windows batch file : > > java -classpath > .;D:\Qmdb\WEB-INF\lib\axis.jar;D:\Qmdb\WEB-INF\classes\;D:\Qmdb\WEB-INF\lib\commons-logging.jar;D:\Qmdb\WEB-INF\lib\commons-discovery.jar;D:

RE: Java2WSDL Error - Please register a typemapping/beanmapping for

2004-08-31 Thread Gerlach, Daryl CTR (NAVSISA Code 942)
agar Pidaparthi [mailto:[EMAIL PROTECTED] Sent: Friday, August 27, 2004 5:02 PM To: [EMAIL PROTECTED] Subject: RE: Java2WSDL Error - Please register a typemapping/beanmapping for If you don't use an ant task here is a possible solution. Edit and copy the following line to your Server-con

RE: Java2WSDL Error - Please register a typemapping/beanmapping for

2004-08-27 Thread Sagar Pidaparthi
n this case, we'd be mapping the "my.java.thingy" class to the XML QName [someNamespace]:[local]. -Original Message- From: Gerlach, Daryl CTR (NAVSISA Code 942) [mailto:[EMAIL PROTECTED] Sent: Friday, August 27, 2004 1:37 PM To: [EMAIL PROTECTED] Subject: Java2WSDL Error - Please

RE: Java2WSDL Error - Please register a typemapping/beanmapping for

2004-08-27 Thread Christophe Roudet
Try something like that in your ant task: ... Christophe > -Original Message- > From: Gerlach, Daryl CTR (NAVSISA Code 942) > [mailto:[EMAIL PROTECTED] > Sent: Friday, August 27, 2004 4:37 PM > To: [EMAIL PROTECTED] > Subject: Java2WSDL Error -

Java2WSDL Error - Please register a typemapping/beanmapping for

2004-08-27 Thread Gerlach, Daryl CTR (NAVSISA Code 942)
I have an existing application that I am attempting to turn into a web service. I am using Axis 1.2 beta Java2WSDL using Document/Literal settings to generate the WSDL from Java source. The methods return custom exceptions. When I run Java2WSDL I get the following error message: Please

RE: Java2WSDL help

2004-08-25 Thread Anand Natrajan
Dexter, Henry: Axis 1.2b2 works just fine with doc/lit. From the error you're reporting, it looks like java2wsdl cannot find a way to serialise some of your custom data types. I have a similar situation, and I use the Ant task below. Perhaps you can start from that to construct your command

RE: Java2WSDL help

2004-08-25 Thread Anderson Jonathan
My team has been building WS-I compliant doc/lit services and clients for months now using Axis 1.2 alphas, beta 1, and beta 2. We just build our services from the XSD+WSDL in (WSDL2Java), instead of from the Java code out (Java2WSDL). Very important to understand the implications of either

Re: Java2WSDL help

2004-08-25 Thread Henry Lu
004 2:36:19 PM >>> Hi, I want to convert the %AXIS_HOME%/samples/faults example from rcp/encoded to document/literal. I run the java2wsdl command but I get an error. Just curious why is it asking for typemapping info when it's create my wsdl file. Would you know how I can get pas

Java2WSDL help

2004-08-25 Thread
Hi, I want to convert the %AXIS_HOME%/samples/faults example from rcp/encoded to document/literal. I run the java2wsdl command but I get an error. Just curious why is it asking for typemapping info when it's create my wsdl file. Would you know how I can get pass this error message? T

RE: java2wsdl and wsi conformance

2004-08-24 Thread Anne Thomas Manes
Ricardo, Issue 1: where did the imported file (http://glite.org/wsdl/services/org.glite.data.catalog) come from? Was this generated by Java2WSDL or is this a file you defined? What type of file is it? (I gather that it isn't a schema.) If your WSDL references elements or types defined in

RE: java2wsdl and wsi conformance

2004-08-24 Thread Anne Thomas Manes
Ricardo, Issue 1: where did the imported file (http://glite.org/wsdl/services/org.glite.data.catalog) come from? Was this generated by Java2WSDL or is this a file you defined? What type of file is it? (I gather that it isn't a schema.) If your WSDL references elements or types defined in

java2wsdl and wsi conformance

2004-08-24 Thread Ricardo Rocha
Hi all. I'm using the Java2WSDL tool to generate my WSDL from Java Interfaces. On these interfaces i have my own complex objects defined (beans), and i'm throwing exceptions. I'm now trying to get it to be WSI conformant, but still have some issues. Started trying with the Ja

java2wsdl: ClassNotFoundException

2004-08-19 Thread Wagle, Shriniwas
Running axis 1.1 Getting following error while running the java2wsdl ant task:[axis-java2wsdl] Java2WSDL com.abc.systemsigner.service.HSMService[axis-java2wsdl] java.lang.ClassNotFoundException:com.abc.systemsigner.service.HSMService The compiled interface and class files

problem with Java2WSDL?

2004-08-08 Thread Madeleine Wright
I have tried several times to generate a WSDL using Java2WSDL. Finally I followed the pattern suggested in an article and, after preparing the classes etc, ran: java org.apache.axis.wsdl.Java2WSDL -o cruise.wsdl -l http://localhost:8080/axis/servlet/AxisServlet -n "urn:cruis

RE: Java2WSDL importSchema - how to use in a WSDD

2004-08-05 Thread Nathan Sowatskey
Hi Have you ever used java2wsdl to create wsdl for document/literal encodings for complex types that required a typemapping? Thanks Nathan On Tue, 2004-08-03 at 23:39, Mark D. Hansen wrote: > Nobody answered this, so I dug around in the source code and found out that it can > be d

RE: Java2WSDL importSchema - how to use in a WSDD

2004-08-03 Thread Mark D. Hansen
uly 08, 2004 1:35 PM > To: AXIS Users (E-mail) > Subject: Java2WSDL importSchema - how to use in a WSDD > > > Is it possible for me to get the ?WSDL generated by a > deployed service to include a schema (in the > section) that is imported from an external file or URL? I > no

RE: Java2WSDL via Ant - cannot get it to work!

2004-08-02 Thread Roy, Anthony
above, setting the appropriate properties to match my service. I have included an embedded classpath which points to the directory the classes are compiled into, and yet I still get a ClassNotFoundException. Any other ideas? Thanks, -- Anthony Roy. > -Original Message----- > From: Arn

java2wsdl, complex types and document/literal - Is it supposed to work?

2004-08-02 Thread Nathan Sowatskey
Hi I have been trying to use java2wsdl to get the WSDL for an interface that uses a complex class that requires a typemapping to a BeanSerializer. java2wsdl works fine if I leave the encoding to be the default. If I define document/literal, like this: [EMAIL PROTECTED]:~/myprojects/...> j

RE: Java2WSDL via Ant - cannot get it to work!

2004-08-02 Thread Arnaud Vezain
Is your build script to the root of your projet ? If it isn't, have you changed the basedir property of the element to point the root of your project. I had myself problems of NoClassdefFound with classpath and axis Ant tasks. I wrote a script with an embeded classpath property like :

RE: Java2WSDL via Ant - cannot get it to work!

2004-08-02 Thread Roy, Anthony
gt; > Sent: Friday, July 30, 2004 11:10 AM > > To: '[EMAIL PROTECTED]' > > Subject: Java2WSDL via Ant - cannot get it to work! > > > > Hi all, > > > > I have been struggling for days trying to get Java2WSDL to work so > >

Cant execute java2wsdl in a loop

2004-07-30 Thread Sagar Pidaparthi
Hi, Java2wsdl and wsdl2java programs seem to have an System.exit() of some kind. This makes it difficult to execute this command in a loop repeatedly. Is this true? What is the way around it? Regards Sagar

RE: Java2WSDL via Ant - cannot get it to work!

2004-07-30 Thread Christophe Roudet
/EstarMatcherService.class Your path should look like Christophe > -Original Message- > From: Roy, Anthony [mailto:[EMAIL PROTECTED] > Sent: Friday, July 30, 2004 11:10 AM > To: '[EMAIL PROTECTED]' &g

Java2WSDL via Ant - cannot get it to work!

2004-07-30 Thread Roy, Anthony
Hi all, I have been struggling for days trying to get Java2WSDL to work so that I can fully automate my build process. The closest I have got is the following

Re: Differences in WSDL generated from JAVA2WSDL and Dynamic WSDL?

2004-07-29 Thread Dana Kaufman
n the exact problem I am having with the >>WSDLs. Accessing >>the wsdl using "?wsdl" returns a WSDL with the >>namespace set wrong in >>the response. The wsdl file generated in using >>Java2WSDL is correct. >>Below is an example. Notice the namespace in

Re: Differences in WSDL generated from JAVA2WSDL and Dynamic WSDL?

2004-07-28 Thread Davanum Srinivas
2004 14:35:18 -0700 (PDT), Dana Kaufman <[EMAIL PROTECTED]> wrote: > > Ok, > > I tracked down the exact problem I am having with the > WSDLs. Accessing > the wsdl using "?wsdl" returns a WSDL with the > namespace set wrong in > the response. The wsdl file g

Re: Differences in WSDL generated from JAVA2WSDL and Dynamic WSDL?

2004-07-28 Thread Dana Kaufman
Ok, I tracked down the exact problem I am having with the WSDLs. Accessing the wsdl using "?wsdl" returns a WSDL with the namespace set wrong in the response. The wsdl file generated in using Java2WSDL is correct. Below is an example. Notice the namespace in the request is bas

Differences in WSDL generated from JAVA2WSDL and Dynamic WSDL?

2004-07-28 Thread Dana Kaufman
Hi, I have an Axis 1.2beta2 server and a few .Net clients. I noticed that the WSDL I generate with Java2WSDL is different than the one I get from Axis dynamically using "?wsdl". Specifically "?wsdl" makes all of the soapAction attributes blank ("") and se

Re: Identifying a WSDD file for Java2wsdl to define the beanMapping

2004-07-28 Thread Nathan Sowatskey
Hi Thanks for the reply, but I think it was bit cryptic ;-) I can see that I could call the code as you indicate, but how do I do that when I am using the tool? I think that I have to do this in a deploy.wsdd, but how do I connect the java2wsdl tool with such a file? Regards Nathan On Wed

Re: Identifying a WSDD file for Java2wsdl to define the beanMapping

2004-07-28 Thread karim
Nathan Sowatskey wrote: Hi I am trying to use java2wsdl to create the wsdl for a set of Java classes. I have a complex class that needs to be serialised with the bean serialiser. I understand that I need to make this association in a .wsdd file, which should look like this: http://xml.apache.org

Identifying a WSDD file for Java2wsdl to define the beanMapping

2004-07-28 Thread Nathan Sowatskey
Hi I am trying to use java2wsdl to create the wsdl for a set of Java classes. I have a complex class that needs to be serialised with the bean serialiser. I understand that I need to make this association in a .wsdd file, which should look like this: http://xml.apache.org/axis/wsdd/"; xmlns

Java2wsdl usage to generate wsdd file

2004-07-20 Thread Sagar Pidaparthi
Hi, When I use java2wsdl utility to generate wsdd file. It generates the file containing svcname followed by SoapBindingSkeleton, instead of just SvcName As shown below. AccountManagerClientAgentSoapBindingSkeleton What am I doing wrong to generate the wrong wsdd file? How do I correct it

[axis]: Can I define my java to pass an array of a base class - and Java2Wsdl will handle all child classes?

2004-07-17 Thread David Thielen
Hi;   Here is my situation. I want to have a web service with the following method:   String doIt(Base [] params)   class Base { … }   class Derived extends Base { … }   class Another extends Base { }   Can this be done?   Thanks - dave

Java2Wsdl options questions

2004-07-17 Thread David Thielen
Hi;   I have a couple of questions about java2wsdl options that the documentation doesn’t answer: What’s the purpose of target namespace? It’s always set but what criteria should be used in setting it and why do the examples all use urn: instead of http:? Why would you have

RE: Potential bug in Axis Ant task java2wsdl, 1.2beta2

2004-07-14 Thread Flores, Raul
Try setting the classpath for the java2wsdl task with a taskdef tag: http://localhost:8080/axis/services/dataservice"; output="${build.home}/generated/MyGenerated.wsdl"

Potential bug in Axis Ant task java2wsdl, 1.2beta2

2004-07-14 Thread Christopher A. Brooks
Hi, Can't seem to get the java2wsdl task in the new 1.2beta2 package to run appropriatly. Below is a portion of an ant file, and the output it generates. I think the second part of the task (the one that uses the axis ant task) should have the same results as the first part, but it dies w

Re: newbie: java2WSDL SOAPFault

2004-07-14 Thread Ivano Luberti
Since i've got no responses i wrote to the dev list, they answered me the problem i was reporting was caused  from the fact i didn't have the wsdl4j.jar in the classpath: i was misleaded by the fact that in the AXIS guide these are the library to put in the AXIS PATH:     set AXIS_HOME=c:\tomcat

newbie: java2WSDL SOAPFault

2004-07-14 Thread Ivano Luberti
Hi, just subscribed to the list but i searched all archived message at http://marc.theaimsgroup.com/ before making this question: I installed axis 1.1 on tomcat 4.1.30 correctly, used happyaxis pages and all the test reported in the "Axis Installation Guide" I used the AdminClient to deploy s

RE: java2wsdl Help needed

2004-07-13 Thread Bill Werth
: Tuesday, July 13, 2004 6:35 AM To: '[EMAIL PROTECTED]' Subject: RE: java2wsdl Help needed In case you needed it, here is a simple straight-forward example for you to follow: http://www.onjava.com/pub/a/onjava/2002/06/05/axis.html?page=2 -Original Message- From: Mayur Shetye [mai

  1   2   3   4   5   >