java 2 wsdl

2007-06-11 Thread Mark Babcock
Hello, I'm not even sure where to begin this plea for assistance. So I will start with The known's. I'm trying to use the WSDL2Java utility (ANT file below). However, I'm trying to connect to a HTTPS wsdl and I'm getting an error about the certificates.

Re: Fw: [Axis2] IWAB0399E Error in generating Java from WSDL

2006-07-13 Thread delapenajs
@ws.apache.org To axis-user@ws.apache.org cc Subject Re: Fw: [Axis2] IWAB0399E Error in generating Java from WSDL The problem is with this reference in the WSDL: element name=setEmail complexType sequence element maxOccurs=unbounded name=email type=tns1:Email/ /sequence

Re: [Axis2] IWAB0399E Error in generating Java from WSDL

2006-07-12 Thread Anne Thomas Manes
. I got stuck n kept on encountering this error: IWAB0399E Error in generating Java from WSDL: java.io.IOException: Type {http://package.morepackage}MyClass is referenced but not defined. How do i go about? Please advise thanks, Joseph

Re: [Axis2] IWAB0399E Error in generating Java from WSDL

2006-07-12 Thread delapenajs
in generating Java from WSDL Please post your WSDL. On 7/12/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I've already done a webservice using Eclipse 3.2. Used Dynamic Web Project then created Web Service from it. It was ok and went smooth. Now i'm trying to convert my

Re: Fw: [Axis2] IWAB0399E Error in generating Java from WSDL

2006-07-12 Thread Anne Thomas Manes
it. 4. error IWAB0399E ... referenced but not defined thank you, Joseph Anne Thomas Manes [EMAIL PROTECTED] 07/13/2006 04:07 AM Please respond to axis-user@ws.apache.org To axis-user@ws.apache.org cc Subject Re: [Axis2] IWAB0399E Error in generating Java from WSDL

[Axis2] IWAB0399E Error in generating Java from WSDL

2006-07-11 Thread delapenajs
Java from WSDL: java.io.IOException: Type {http://package.morepackage}MyClass is referenced but not defined. How do i go about? Please advise thanks, Joseph

Re: [Axis2 1.0]Bug? when generating java from WSDL

2006-05-05 Thread Anne Thomas Manes
Jose,The schema has two identical definitions of the FTAction type. Which is obviously an error. The WSDL also imports another schema with a namespace of http://ft.tomas.org/xsd , which also defines the FTAction type, and your elements reference this imported type rather than one from the

Re: [Axis2 1.0]Bug? when generating java from WSDL

2006-05-05 Thread José Antonio Sánchez
If I start with the wsdl from the working service, I get the same error. The two classes (FTAction and FaultToleranceService interface) are written by me, although they were writter for the Axis1 service, they are not generated at all and so, they should generate a good WSDL file with Axis2. On

Re: [Axis2 1.0]Bug? when generating java from WSDL

2006-05-05 Thread José Antonio Sánchez
On 5/5/06, José Antonio Sánchez [EMAIL PROTECTED] wrote: If I start with the wsdl from the working service, I get the same error. The two classes (FTAction and FaultToleranceService interface) are written by me, although they were writter for the Axis1 service, they are not generated at all

Re: [Axis2 1.0]Bug? when generating java from WSDL

2006-05-05 Thread José Antonio Sánchez
I checked it with the wsdl generated by Axis 1.3. It's attached and it seems to work. So the problem is not with the wsdl2java but with the java2wsdl process. On 5/5/06, José Antonio Sánchez [EMAIL PROTECTED] wrote: If I start with the wsdl from the working service, I get the same error. The two

Inconsistent behavior of Java v. WSDL

2006-02-21 Thread Greg Michalopoulos
My WSDL, relevant portions below, defines an object member with a set of claim objects called claims, i.e.: member claims claim/claim ... claim/claim /claims /member But when Axis returns XML from a web service call, the XML is in this format: member claims

Re: java to wsdl: How to generate minOccurs=0 instead of nillable=true

2005-09-05 Thread Martin Grotzke
with length 0. Mike Martin Grotzke wrote: Hello, when creating the wsdl from java classes, is there's any way to change the default behavior from generating nillable=true

Re: java to wsdl: How to generate minOccurs=0 instead of nillable=true

2005-09-02 Thread Martin Grotzke
/ which is equivalent to a Java String object with length 0. Mike Martin Grotzke wrote: Hello, when creating the wsdl from java classes, is there's any way to change the default

Re: java to wsdl: How to generate minOccurs=0 instead of nillable=true

2005-08-31 Thread Mike Woinoski
, when creating the wsdl from java classes, is there's any way to change the default behavior from generating nillable=true to minOccurs=0 (for interop with .net)? thanx in advance, martin

Re: java to wsdl: How to generate minOccurs=0 instead of nillable=true

2005-08-31 Thread Martin Grotzke
/XMLSchema-instance; myelement xsi:nil=true/ This is different than a plain empty element: myelement/ which is equivalent to a Java String object with length 0. Mike Martin Grotzke wrote: Hello, when creating the wsdl from java classes, is there's any way to change

Re: java to wsdl: How to generate minOccurs=0 instead of nillable=true

2005-08-30 Thread Mike Woinoski
is equivalent to a Java String object with length 0. Mike Martin Grotzke wrote: Hello, when creating the wsdl from java classes, is there's any way to change the default behavior from generating nillable=true to minOccurs=0 (for interop with .net)? thanx in advance, martin

Re: java to wsdl: How to generate minOccurs=0 instead of nillable=true

2005-08-30 Thread Martin Grotzke
: ... xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; myelement xsi:nil=true/ This is different than a plain empty element: myelement/ which is equivalent to a Java String object with length 0. Mike Martin Grotzke wrote: Hello, when creating the wsdl from java classes

java to wsdl: How to generate minOccurs=0 instead of nillable=true

2005-08-29 Thread Martin Grotzke
Hello, when creating the wsdl from java classes, is there's any way to change the default behavior from generating nillable=true to minOccurs=0 (for interop with .net)? thanx in advance, martin signature.asc Description: This is a digitally signed message part

RE: java to wsdl

2005-05-06 Thread Koney, Satish
You dont need to worry about the imports. But you could have easily tested it..why wait for reply? -Original Message- From: wsdl nerd [SMTP:[EMAIL PROTECTED] Sent: Thursday, May 05, 2005 12:38 PM To: axisgroup Subject: java to wsdl Good Afternoon to all, I'm happy about

java to wsdl

2005-05-05 Thread wsdl nerd
Good Afternoon to all, I'm happy about joining the group, looking forward for some help from you all. I've the following queries when i need to expose a java component into web service. I use axis for the task[using java2wsdl and wsdl2java] The following are my queries: 1. If i obtain a wsdl

Java to WSDL documentation

2005-04-08 Thread Jim Henderson
Question: Is there a Java to WSDL documentation tool? I have not used SOAP much at all, is there a tool that will generate WSDL documentation that is generated from the original Java classes used to produce the WSDL? I did some axis-user archive searching and most of the posts are rather dated