RE: Newbie wsdl2java question...

2008-09-19 Thread Soyer, Muhammed A.
Can't you just download the WSDL using a browser and use it locally as a workaround ? From: james a. cubeta [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2008 8:28 PM To: axis-user@ws.apache.org Subject: Re: Newbie wsdl2java question... Thanks Ryan - some stupid follow-up question

Re: {Disarmed} Re: Newbie wsdl2java question...

2008-09-19 Thread SGruverman
I hope it's okay for me to jump in here: james a. cubeta [EMAIL PROTECTED] wrote on 09/18/2008 08:28:15 PM: Thanks Ryan - some stupid follow-up question: First, setup a java keystore. A simple google search should get you going. Just set up an empty keystore? I believe the keystore needs to

Re: Newbie wsdl2java question...

2008-09-19 Thread james a. cubeta
-user@ws.apache.org *Subject:* Re: Newbie wsdl2java question... Thanks Ryan - some stupid follow-up question: First, setup a java keystore. A simple google search should get you going. Just set up an *empty* keystore? Next, put this code in the WSDL2Java main function: // set

RE: Newbie wsdl2java question...

2008-09-19 Thread McCullough, Ryan
, 2008 3:10 PM To: axis-user@ws.apache.orgmailto:axis-user@ws.apache.org Subject: Newbie wsdl2java question... Hello everyone, I am both new to Axis and new to this mailing list, so I apologize in advance if my questions are simple or have been covered... I am trying to use Axis 1.4 to develop

Newbie wsdl2java question...

2008-09-18 Thread james a. cubeta
Hello everyone, I am both new to Axis and new to this mailing list, so I apologize in advance if my questions are simple or have been covered... I am trying to use Axis 1.4 to develop a simple application that will test a web service that is deployed on a private network. As a first step, I am

RE: Newbie wsdl2java question...

2008-09-18 Thread McCullough, Ryan
From: james a. cubeta [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2008 3:10 PM To: axis-user@ws.apache.org Subject: Newbie wsdl2java question... Hello everyone, I am both new to Axis and new to this mailing list, so I apologize in advance if my questions are simple or have been

Re: Newbie wsdl2java question...

2008-09-18 Thread james a. cubeta
*To:* axis-user@ws.apache.org *Subject:* Newbie wsdl2java question... Hello everyone, I am both new to Axis and new to this mailing list, so I apologize in advance if my questions are simple or have been covered... I am trying to use Axis 1.4 to develop a simple application that will test a web

Re: Newbie wsdl2java question...

2008-09-18 Thread keith chapman
On a side note if you are new to Axis then I recommend that you use Axis2 instead of Axis. Thanks, Keith. On Fri, Sep 19, 2008 at 2:39 AM, james a. cubeta [EMAIL PROTECTED]wrote: Hello everyone, I am both new to Axis and new to this mailing list, so I apologize in advance if my questions

wsdl2java question

2008-08-26 Thread SGruverman
We had been using the Eclipse plug-in for WSDL-to-Java codegen. When we recently tried the same codegen with wsdl2java.bat, we received Malformed uri runtime errors. It was easy to find the problem (we had removed a security policy from the WSDL but had forgotten to remove the policy reference).

Re: wsdl2java question

2007-09-02 Thread Amila Suriarachchi
most of the code gen templates use that. On 8/31/07, Lindsey Hess [EMAIL PROTECTED] wrote: Thank you, Amila. Which template is that? Lindsey *Amila Suriarachchi [EMAIL PROTECTED]* wrote: in the template it says /** * xsl:value-of select=@name/.java * * This file was auto-generated

Re: wsdl2java question

2007-08-31 Thread Lindsey Hess
Thank you, Amila. Which template is that? Lindsey Amila Suriarachchi [EMAIL PROTECTED] wrote: in the template it says /** * xsl:value-of select=@name/.java * * This file was auto-generated from WSDL * by the Apache Axis2 version: #axisVersion# #today# */ I think it has pick a

RE: wsdl2java question

2007-08-31 Thread Geoff Peart
scenario's? From: Amila Suriarachchi [mailto:[EMAIL PROTECTED] Sent: Friday, August 31, 2007 12:27 AM To: axis-user@ws.apache.org Subject: Re: wsdl2java question in the template it says /** * xsl:value-of select=@name/.java * * This file was auto

RE: wsdl2java question

2007-08-31 Thread Geoff Peart
Sorry wrong thread From: Geoff Peart [mailto:[EMAIL PROTECTED] Sent: Friday, August 31, 2007 9:04 AM To: axis-user@ws.apache.org Subject: RE: wsdl2java question From: Amila Suriarachchi [mailto:[EMAIL PROTECTED] Sent

wsdl2java question

2007-08-30 Thread Lindsey Hess
Hi, I'm running Axis 1.2.1's wsdl2java against a WSDL, and when I look at the generated code it says: This file was auto-generated from WSDL by the Apache Axis 1.4 Apr 22, 2006 Shouldn't this say Apache Axis 1.2.1? I'm a bit confused... Thank you. Lindsey

Re: wsdl2java question

2007-08-30 Thread Amila Suriarachchi
in the template it says /** * xsl:value-of select=@name/.java * * This file was auto-generated from WSDL * by the Apache Axis2 version: #axisVersion# #today# */ I think it has pick a wrong version some where. Amila. On 8/31/07, Lindsey Hess [EMAIL PROTECTED] wrote: Hi, I'm running Axis

[Axis 1.4] - WSDL2Java question

2007-03-12 Thread Stéphane Moreau
Hi all, I have a running set web services that exposes a set of entity and various actions available on those entities When generating the code using WSDL2Java in Axis 1.4 It took a very long time (5h for all services) to generate the stubs and a lot of memory 1Gb to 1.3Gb. Since I was not

Re: WSDL2Java Question

2007-01-12 Thread Garth Keesler
Chad, For starters, you can come over here and set up my computer! :-D A couple of questions: 1. Do you use /etc/profile for any env vars? If so, can you send them? 2. Could you send a copy of your local .profile (cleaned, if necessary)? This is obviously something I did during the

Re: WSDL2Java Question

2007-01-11 Thread Garth Keesler
Started over. Built a clean Ubuntu Edgy box with jdk1.5.0_10 and Axis2 v1.1.1. Put env stuff in .profile. Same result. Installed j2sdk1.4.2_13, changed .profile, same result. Unrecognized option -uri. I'm going to try it on XP and see what happens. If it works, I can always xfer the generated

Re: WSDL2Java Question

2007-01-11 Thread Garth Keesler
I hate to say this but... :-) I set up a virtual W2K box, installed jdk1.5 and Axis2 v1.1.1 and ran wsdl2java.bat against the web service site and it worked just fine, generating the skeleton client java files just as I hoped. Now I can copy the files over to the Ubuntu box and keep going.

Re: WSDL2Java Question

2007-01-11 Thread ChadDavis
Garth, I guess they released 1.1.1 two days ago. I've noticed that the documentation was kind of in flux, and that explains your extra version number. I've just pulled down 1.1.1 onto my ubuntu machine and will let you know how it goes. Chad On 1/11/07, Garth Keesler [EMAIL PROTECTED] wrote:

Re: WSDL2Java Question

2007-01-11 Thread Garth Keesler
Sounds good. I hope you have better luck than I've had! :-) Let me know how it goes. Garth ChadDavis wrote: Garth, I guess they released 1.1.1 two days ago. I've noticed that the documentation was kind of in flux, and that explains your extra version number. I've just pulled

Re: WSDL2Java Question

2007-01-11 Thread ChadDavis
Garth, Everything is working for me, axis2-1.1.1 on Ubuntu. Let me know if I can help. Chad On 1/11/07, Garth Keesler [EMAIL PROTECTED] wrote: Sounds good. I hope you have better luck than I've had! :-) Let me know how it goes. Garth ChadDavis wrote: Garth, I guess they released

WSDL2Java Question

2007-01-10 Thread Garth Keesler
The examples below are straight from http://ws.apache.org/axis/java/reference.html#WSDL2JavaReference and neither obviously works (for me). I can't even get --help to work. [EMAIL PROTECTED]:~$ java org.apache.axis.wsdl.WSDL2Java --help Exception in thread "main"

RE: WSDL2Java Question

2007-01-10 Thread Gul Onural
Have you defined AXIS_HOME environment variable pointing to your axis2 installation ? From: Garth Keesler [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 10, 2007 4:23 PM To: Axis User Subject: WSDL2Java Question The examples below are straight from http

Re: WSDL2Java Question

2007-01-10 Thread Garth Keesler
: Garth Keesler [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 10, 2007 4:23 PM To: Axis User Subject: WSDL2Java Question The examples below are straight from http://ws.apache.org/axis/java/reference.html#WSDL2JavaReference and neither obviously works (for me). I can't even get --help

RE: WSDL2Java Question

2007-01-10 Thread Gul Onural
To: axis-user@ws.apache.org Subject: Re: WSDL2Java Question Yes, both AXIS_HOME and JAVA_HOME point to their correct directories. However they are defined in /etc/profile and not in my local profile. Could that be it? Thanx Gul Onural wrote: Have you defined AXIS_HOME environment

RE: WSDL2Java Question

2007-01-10 Thread Bell, Douglas
Do you have the Axis jar on your classpath? - Doug From: Garth Keesler [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 10, 2007 1:23 PM To: Axis User Subject: WSDL2Java Question The examples below are straight from http://ws.apache.org/axis/java

RE: WSDL2Java Question

2007-01-10 Thread Ted Jones
If you want Axis 1.* stubs, then AXIS_HOME should point to your Axis 1.* location (not Axis2). From: Gul Onural [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 10, 2007 3:38 PM To: axis-user@ws.apache.org Subject: RE: WSDL2Java Question Most probably

Re: WSDL2Java Question

2007-01-10 Thread Garth Keesler
? From: Garth Keesler [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 10, 2007 4:23 PM To: Axis User Subject: WSDL2Java Question The examples below are straight from http://ws.apache.org/axis/java/reference.html#WSDL2JavaReference and neither obviously works

Re: WSDL2Java Question

2007-01-10 Thread Garth Keesler
and%AXIS2_HOME%\bin in my PATH From: Garth Keesler [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 10, 2007 4:33 PM To: axis-user@ws.apache.org Subject: Re: WSDL2Java Question Yes, both AXIS_HOME and JAVA_HOME point to their correct directories. However

Re: WSDL2Java Question

2007-01-10 Thread Garth Keesler
wrote: Do you have the Axis jar on your classpath? - Doug From: Garth Keesler [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 10, 2007 1:23 PM To: Axis User Subject: WSDL2Java Question The examples below are straight from http://ws.apache.org/axis/java

RE: WSDL2Java Question

2007-01-10 Thread Ted Jones
you point to the Axis 1.* installation. From: Garth Keesler [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 10, 2007 3:47 PM To: axis-user@ws.apache.org Subject: Re: WSDL2Java Question Pertinent env vars: JAVA_HOME=/usr/dev/jdk1.5.0_10 JAR_HOME=/usr/dev

Re: WSDL2Java Question

2007-01-10 Thread Garth Keesler
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 10, 2007 3:38 PM To: axis-user@ws.apache.org Subject: RE: WSDL2Java Question Most probably... What I have defined to get wsdl2Java working : AXIS2_HOME environment variable pointing to axis2 installation directory

RE: WSDL2Java Question

2007-01-10 Thread Ted Jones
Keesler [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 10, 2007 3:55 PM To: axis-user@ws.apache.org Subject: Re: WSDL2Java Question I use AXIS2 v1.1.1. Dumb Q but do I want Axis 1.* stubs? I've never gotten far enough with the tool to see what it produces. Thanx, Garth Ted Jones wrote

Re: WSDL2Java Question

2007-01-10 Thread Garth Keesler
PROTECTED]] Sent: Wednesday, January 10, 2007 3:47 PM To: axis-user@ws.apache.org Subject: Re: WSDL2Java Question Pertinent env vars: JAVA_HOME=/usr/dev/jdk1.5.0_10 JAR_HOME=/usr/dev/jars LANG=en_US.UTF-8 GDMSESSION=default JUNIT_HOME=/usr/dev/junit4.1 HISTCONTROL=ignoredups AXIS_LIBRARIES

RE: WSDL2Java Question

2007-01-10 Thread Ted Jones
, January 10, 2007 4:08 PM To: axis-user@ws.apache.org Subject: Re: WSDL2Java Question If I take those instructions literally, here's what I get: [EMAIL PROTECTED]:~$ WSDL2Java -uri ../samples/wsdl/Axis2SampleDocLit.wsdl -ss -sd -d xmlbeans -o ../samples -p org.apache.axis2.userguide bash: WSDL2Java

Re: WSDL2Java Question

2007-01-10 Thread Garth Keesler
: Garth Keesler [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 10, 2007 4:08 PM To: axis-user@ws.apache.org Subject: Re: WSDL2Java Question If I take those instructions literally, here's what I get: [EMAIL PROTECTED]:~$ WSDL2Java -uri ../samples/wsdl/Axis2SampleDocLit.wsdl -ss -sd -d

RE: WSDL2Java Question

2007-01-10 Thread Ted Jones
Hmmm... not sure about that one. Can you try setting JAVA_HOME to a 1.4 JDK and see if that makes a difference? From: Garth Keesler [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 10, 2007 4:30 PM To: axis-user@ws.apache.org Subject: Re: WSDL2Java Question

Re: WSDL2Java Question

2007-01-10 Thread Garth Keesler
07 4:30 PM To: axis-user@ws.apache.org Subject: Re: WSDL2Java Question I really appreciate your patience... Here's what I get: [EMAIL PROTECTED]:~$ wsdl2java.sh -uri ../samples/wsdl/Axis2SampleDocLit.wsdl -ss -sd -d xmlbeans -o ../samples -p org.apache.axis2.userguide Using AXIS2_HOME: /usr

RE: WSDL2Java Question

2007-01-10 Thread Ted Jones
No. They are mutually exclusive events. From: Garth Keesler [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 10, 2007 5:17 PM To: axis-user@ws.apache.org Subject: Re: WSDL2Java Question I tried but Sun's download servers are offline for system upgrades. So

Re: WSDL2Java Question

2007-01-10 Thread ChadDavis
/wsdl/Axis2SampleDocLit.wsdl -ss -sd -d xmlbeans -o ../samples -p org.apache.axis2.userguide From: Garth Keesler [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 10, 2007 4:08 PM To: axis-user@ws.apache.org Subject: Re: WSDL2Java Question If I take those

RE: WSDL2Java Question

2007-01-10 Thread Ted Jones
Seems like you would get a better error if the wsdl was not resolvable (at least you do on Windows). Worth a shot though. -Original Message- From: ChadDavis [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 10, 2007 5:25 PM To: axis-user@ws.apache.org Subject: Re: WSDL2Java Question

Re: WSDL2Java Question

2007-01-10 Thread Garth Keesler
-sd -d xmlbeans -o ../samples -p org.apache.axis2.userguide From: Garth Keesler [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 10, 2007 4:08 PM To: axis-user@ws.apache.org Subject: Re: WSDL2Java Question If I take

Re: WSDL2Java Question

2007-01-10 Thread Garth Keesler
on Windows). Worth a shot though. -Original Message- From: ChadDavis [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 10, 2007 5:25 PM To: axis-user@ws.apache.org Subject: Re: WSDL2Java Question What directory did you execute this command from? It looks like its from your home directory

Re: WSDL2Java Question

2007-01-10 Thread ChadDavis
a shot though. -Original Message- From: ChadDavis [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 10, 2007 5:25 PM To: axis-user@ws.apache.org Subject: Re: WSDL2Java Question What directory did you execute this command from? It looks like its from your home directory, which would mean

Re: WSDL2Java Question

2006-08-25 Thread Anne Thomas Manes
if anyone would care to explain it to me in very simple terms...that would really be appreciated:D Thanks, Marius -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: 23 August 2006 19:46 To: axis-user@ws.apache.org Subject: Re: WSDL2Java Question Marius, Given

RE: WSDL2Java Question

2006-08-25 Thread Marius Hugo
Subject: Re: WSDL2Java Question Marius, The only errors that I see in the WSDL is that you need to remove the namespace attributes from all the soap:body definitions in the binding. (You use the namespace attribute only when using RPC style.) Please make this fix and regenerate (although I doubt

WSDL2Java Question

2006-08-23 Thread Marius Hugo
This is the first time that I am working with axis and I must now migratesomeone else's code from axis to axis2, so I'm a little clueless... I just have afew simplequestions concerning what WSDL2Java generated: In ye olden xsd and wsdl: -Hedeclared a simple type

Re: WSDL2Java Question

2006-08-23 Thread Anne Thomas Manes
Marius, Given that xsd:long is derived from xsd:int restricted by maxInclusive and minInclusive, it actually makes more sense for you to derive from xsd:int rather than xsd:long. But that's just a nit. This smells like a bug. xsd:long should map to long, not to int; but since you've derived a

WSDL2Java question about creating files to different package, plus few others from a newbie

2006-03-29 Thread Rick Reumann
First off, pardon for this newbie-ish question. I have been googling for a long time and I'm also having difficulty finding an answer in the archives since I'm not sure how to phrase the questions (and too many search results on just WSDL2Java). Anyway, I was able to follow along with this

Re: WSDL2Java question about creating files to different package, plus few others from a newbie

2006-03-29 Thread Rick Reumann
Maybe ignore the below a bit since this image hopefully helps describe the issue more clearly: http://www.pastehere.com/?kndvie (I am managing to get this service to work as 'null' will return from my Test class, but ultimately what I want Employees being returned). Thanks again for any help.

Re: WSDL2Java question about creating files to different package, plus few others from a newbie

2006-03-29 Thread Rick Reumann
On 3/29/06, Rick Reumann [EMAIL PROTECTED] wrote: Maybe ignore the below a bit since this image hopefully helps describe the issue more clearly: http://www.pastehere.com/?kndvie (I am managing to get this service to work as 'null' will return from my Test class, but ultimately what I want

Re: WSDL2Java question about creating files to different package, plus few others from a newbie

2006-03-29 Thread Dies Koper
Hello Rick, Just to make sure I understand your problem, I'll start writing what I understand of your e-mails. You wrote an interface in the com.maintenance package with a method that returns a Employee POJO which you put in the same interface. You then use Java2WSDL and map the package

Re: WSDL2Java question about creating files to different package, plus few others from a newbie

2006-03-29 Thread Rick Reumann
On 3/29/06, Dies Koper [EMAIL PROTECTED] wrote: You wanted the method in the generated interface (and impl) to return com.maintenance.Employee instead of com.maintenance.ws.Employee? - Don't map it to a different package. You map it to the same package and specify no separate output

WSDL2Java question

2005-11-08 Thread George Papandreou
Hello all, i am new to Axis2. I am experimenting with the Axis2 examples found at http://ws.apache.org/axis2/userguide.html. After executing WSDL2Java -uri ..\samples\wsdl\Axis2SampleDocLit.wsdl -ss -sd -o ..\samples\src -p org.apache.axis2.userguidethe documentation mentions the

WSDL2Java Question

2005-11-04 Thread Jalenak, Jerry
I have a complete set of Java classes that I am exposing through Axis 1.3. Is there a way, using WSDL2Java, to only generate the binding classes (i.e. Service, ServiceLocator, SoapBindingImpl, SoapBindingStub, SoapBindingSkeleton), the deploy and undeploy WSDD files, without also

RE: WSDL2Java Question

2005-11-04 Thread Parikh,Pratik
use -S option while you generate. Thanks, Parikh, Pratik From: Jalenak, Jerry [mailto:[EMAIL PROTECTED] Sent: Friday, November 04, 2005 10:57 AMTo: axis-user@ws.apache.orgSubject: WSDL2Java Question I have a complete set of Java classes that I am exposing through Axis 1.3

RE: WSDL2Java Question

2005-11-04 Thread Parikh,Pratik
that should work, Thanks, Parikh, Pratik From: Jalenak, Jerry [mailto:[EMAIL PROTECTED] Sent: Friday, November 04, 2005 11:09 AMTo: axis-user@ws.apache.orgSubject: RE: WSDL2Java Question Ive done that, and I still get skeleton classes for all of my objects. I think what is happening

Help -- WSDL2Java Question

2005-10-12 Thread Zhixiang He
Hi, From the Axis users guide, it says for each entry in the type section, a java class will be generated by WSDL2Java. I have a wsdl file which defines 5 XMl data types in schema part. Eclipse can generate 5 java classes (ContentType, ListRequestType, ReturnedResultCount,