Re: [repost] Java2WSDL serialization problem

2004-02-16 Thread Tony Blair
ht be in the issue tracking system used by Axis?   Thanks again,   Matt - Original Message - From: Tony Blair To: [EMAIL PROTECTED] Sent: Sunday, February 15, 2004 1:02 PM Subject: Re: [repost] Java2WSDL serialization problem Matthew,   We have discovered that java2WSDL ant task has pro

RE: [repost] Java2WSDL serialization problem

2004-02-16 Thread Mallipeddi, Sekhar
ROTECTED]Subject: Re: [repost] Java2WSDL serialization problem Thanks Tony!   I tried adding the noOp method, and using the -e option, but the WSDL still doesn't look right.  Here is the command I used:  java org.apache.axis.wsdl.Java2WSDL    -o document.wsdl    -lhttp://local

Re: [repost] Java2WSDL serialization problem

2004-02-16 Thread Matthew Sgarlata
Axis?   Thanks again,   Matt - Original Message - From: Tony Blair To: [EMAIL PROTECTED] Sent: Sunday, February 15, 2004 1:02 PM Subject: Re: [repost] Java2WSDL serialization problem Matthew,   We have discovered that java2WSDL ant task has problem with n

Re: [repost] Java2WSDL serialization problem

2004-02-15 Thread Tony Blair
Matthew,   We have discovered that java2WSDL ant task has problem with nested complex types. It does not create proper WSDL.If the generated WSDL still doesn't have proper definition for your nested complex type, then you can create a dummy operation in your service interface as follow:   MyNestedC

[repost] Java2WSDL serialization problem

2004-02-15 Thread Matthew Sgarlata
Hello, I apologize for the repost, but my original post never received a response. Here's my question: I am having some trouble using the Java2WSDL emitter with Axis 1.2 alpha, and I am hoping someone could offer me some help. I am new to web services, and to Apache Axis as well. I deployed my