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
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!
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
-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
-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
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
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,
>
>
;
> > 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
<<>
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
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
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
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]
<<>
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
<<>>
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
> > 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
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
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
<<>> -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
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
<<>>
<<>>
<&
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
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
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
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
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
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
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
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
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
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
-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
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
>
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
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
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
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
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
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
, 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
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 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}"
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
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
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:
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
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
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 -
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 :
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
> >
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
/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
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
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
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
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
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
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
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
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
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
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
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
Try setting the classpath for the java2wsdl task with a taskdef tag:
http://localhost:8080/axis/services/dataservice";
output="${build.home}/generated/MyGenerated.wsdl"
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
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
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
: 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 - 100 of 410 matches
Mail list logo