Re: wsdl2java and wsdl problem

2009-10-05 Thread sh_santosh
> type="tns:IndividualName" minOccurs="0" maxOccurs="unbounded"/> >> >> > type="tns:OrganisationName" minOccurs="0" maxOccurs="unbounded"/> >> >> >> >> >> >> Anyway axis2 does not generate stub properly for the first case. >> >> What do you guys think? >> >> >> >> Please let me know if I am wrong. >> >> >> >> > > - > To unsubscribe, e-mail: axis-user-unsubscr...@ws.apache.org > For additional commands, e-mail: axis-user-h...@ws.apache.org > > > -- View this message in context: http://www.nabble.com/wsdl2java-and-wsdl-problem-tp19449136p25747847.html Sent from the Axis - User mailing list archive at Nabble.com.

Re: Axis2 wsdl problem with reverse proxy

2009-08-31 Thread Alexander Reelsen
Hi the best solutions are the ones solved by oneself. :-) > I am currently trying to resolve a simple problem with the autogeneration > of the WSDL files inside of Axis2. My setup is the following: > > webserver:80/ws/ <= reverseproxy to => tomcat:8080/axis/services > > By setting the "hostname"

Axis2 wsdl problem with reverse proxy

2009-08-31 Thread Alexander Reelsen
Hello, I am currently trying to resolve a simple problem with the autogeneration of the WSDL files inside of Axis2. My setup is the following: webserver:80/ws/ <= reverseproxy to => tomcat:8080/axis/services By setting the "hostname" parameter in the services.xml I can change to hostname of deli

Re: wsdl problem

2008-12-10 Thread Andreas Veithen
Miguel, Did you try this also with a more recent version of Axis2? Andreas On Tue, Dec 9, 2008 at 05:11, <[EMAIL PROTECTED]> wrote: > > Hi > > I have the following wsdl error > > when i deploy my web service project in a soalris server i get this > information via > > http://ipserver:8080/Milen

wsdl problem

2008-12-08 Thread mapardo
Hi I have the following wsdl error when i deploy my web service project in a soalris server i get this information via http://ipserver:8080/MileniaServices/services/wsMilenia?wsdl - - http://ipserver:8080/MileniaServices/services/wsMilenia"; /> - http://ipserver:8080/MileniaServic

RE: wsdl2java and wsdl problem

2008-09-15 Thread Shehan Simen
M To: axis-user@ws.apache.org Subject: Re: wsdl2java and wsdl problem The type declaration is valid. indicates that the element may contain one of the elements listed in the choice group. The minOccurs="0" attribute indicates that the element is optional. It is not intended to be an array;

Re: wsdl2java and wsdl problem

2008-09-12 Thread Anne Thomas Manes
The type declaration is valid. indicates that the element may contain one of the elements listed in the choice group. The minOccurs="0" attribute indicates that the element is optional. It is not intended to be an array; therefore, it would be inappropriate to say maxOccurs="unbounded". Anne O

Re: wsdl2java and wsdl problem

2008-09-12 Thread Amila Suriarachchi
Could you please log a jira with the wsdl. Did you try with any other databindings like xmlbeans or jaxbri? thanks, Amila. On Fri, Sep 12, 2008 at 9:34 AM, Shehan Simen <[EMAIL PROTECTED]> wrote: > Hi, > > I have a question about wsdl. The wsdl2java fails in following case. But I > feel the ws

wsdl2java and wsdl problem

2008-09-11 Thread Shehan Simen
Hi, I have a question about wsdl. The wsdl2java fails in following case. But I feel the wsdl is wrong. I got the following element in a complex type. I believe this is logically wrong or useless. The choice is m

Re: Fwd: WSDL problem 'Didn't find specified return QName' error

2008-01-12 Thread Rushikesh Thakkar
t; Remember, Apache is an Open Source community comprised of many people > who > > donate their time. There are no support contracts here. > > > > Lawrence > > > > > > > > > > > > > > "Rushikesh Thakkar" < [EMAIL PROTECTED]> > > 01/11/2008 02:50

Re: Fwd: WSDL problem 'Didn't find specified return QName' error

2008-01-11 Thread Anne Thomas Manes
CTED]> > 01/11/2008 02:50 AM > Please respond to > axis-user@ws.apache.org > > > To > axis-user@ws.apache.org > cc > > Subject > Fwd: WSDL problem 'Didn't find specified return QName' error > > > > > > > > Hi folks, > > Ple

Re: Fwd: WSDL problem 'Didn't find specified return QName' error

2008-01-11 Thread Lawrence Mandel
to axis-user@ws.apache.org To axis-user@ws.apache.org cc Subject Fwd: WSDL problem 'Didn't find specified return QName' error Hi folks, Please spend some time reading this fully. I am tired of trying to solve this problem for more than a week now. I have to write a webse

Fwd: WSDL problem 'Didn't find specified return QName' error

2008-01-10 Thread Rushikesh Thakkar
Hi folks, *Please* spend some time reading this fully. I am tired of trying to solve this problem for more than a week now. I have to write a webservice client using Axis 1.4. The webservice is very old, written using servlets and apache-soap. I do not even have the WSDL for it. So I wrote WSDL

Re: WSDL problem

2007-09-02 Thread Amila Suriarachchi
Axis1 supports rpc/encoded so it handles arrays like that. but Axis2 does not. So the way you have to specify an array in axis2 is the way I have given you. Amila. On 8/31/07, mchmiel <[EMAIL PROTECTED]> wrote: > > Why this definition doeas not use the soapenc:Array > > i looked throuh several ex

Re: WSDL problem

2007-08-31 Thread mchmiel
Why this definition doeas not use the soapenc:Array i looked throuh several examples and this is the right way:-) in axis1 wsdl tool generates something like this

Re: WSDL problem

2007-08-31 Thread Amila Suriarachchi
Amila. On 8/31/07, mchmiel <[EMAIL PROTECTED]> wrote: > > I am using a WTP plugin for editing WSDL > > I tried to define my String array > like this > > > > >

WSDL problem

2007-08-31 Thread mchmiel
I am using a WTP plugin for editing WSDL I tried to define my String array like this I also needed to add http://schemas.xmlsoap.org/soap/encoding/"/>

Re: WSDL problem

2007-08-02 Thread Amila Suriarachchi
://tbd/PersonalDetailsSvc"/> > > > > > > > > > > Thanks > > > > Snehil > > > > -- > > > > *From:* keith chapman [mailto:[EMAIL PROTECTED] > > *Sent:* Wednesday, August 01, 2007 6:

Re: WSDL problem

2007-08-01 Thread keith chapman
gt; location="http://tbd/PersonalDetailsSvc"/> > > > > > Thanks > > Snehil > > -- > > *From:* keith chapman [mailto:[EMAIL PROTECTED] > *Sent:* Wednesday, August 01, 2007 6:49 PM > *To:* axis-user@ws.apache.org > *Subject:* Re:

RE: WSDL problem

2007-08-01 Thread Snehil Brajpuriya
tailsSvc/PersonalDetailsUpdt"; 3. http://tbd/PersonalDetailsSvc"/> Thanks Snehil _ From: keith chapman [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 01, 2007 6:49 PM To: axis-user@ws.apache.org Subject: Re: WSDL problem Hi Sehil, You dont need to have two p

Re: WSDL problem

2007-08-01 Thread keith chapman
Hi Sehil, You dont need to have two ports and two bindings. According to your WSDL both bindings are identicle just a difference in the name so can have it in the same binding. The following might be what your looking for http://schemas.xmlsoap.org/wsdl/ " xmlns:mime="http://schemas.xmlsoap.org/

WSDL problem

2007-08-01 Thread Snehil Brajpuriya
Hi , Can any expert give some guidance here - I am having this WSDL file. I want to have two operation in one service PersonalDetailsSvc. When I convert this to Java however only first binding and first port definition is getting converted. Am I doing something wrong here? Should I have only one b

Exporting constants -- wsdl problem

2006-02-06 Thread Cracker Jack
Hi All,    I have a class on the server side with static constants that I need to expose on the client side.   Public class CalendarTimeInterval  { public static final int DAY = 1; public static final int WEEK = 2; public static final int MONTH = 3; ... ...} I am using ja

Fw: WSDL Problem with the EchoAttachment.java Example

2005-11-18 Thread Thomas Lukasser
Hi!   As I have seen in the archive others have this problem too, but I couldn't find a solution in the archive... When I deploy the Attachment example, and try it out with testit.cmd, everything works fine. But I can't get a valid WSDL file out of it (see attachment in this mail). The error

?wsdl Problem

2005-08-12 Thread Dorner, Thomas
Title: ?wsdl Problem Hi, When I call my Service with the extensionn ?wsdl, I got following error: What kann I do to resolve this problem? Any help would be welcome! Sorry, something seems to have gone wrong... here are the details: Fault - Failed to determine deployed service names

Re: wsdl problem

2005-05-28 Thread footh
There are likely more errors to be thrown but after stepping through the code, it appears that once this exception is thrown, the process stops. Thanks for your response. This wsdl was driving me crazy. --- Anne Thomas Manes <[EMAIL PROTECTED]> wrote: > It's because the element is > in the > "h

Re: wsdl problem

2005-05-27 Thread Anne Thomas Manes
It's because the element is in the "http://www.AbundantTech.com/WebServices/Population"; namespace, not the "http://www.abundanttech.com/WebServices/Population"; namespace. (Namespace URIs are case sensitive.) Change the targetNamespace URI of your WSDL to "http://www.AbundantTech.com/WebServic

wsdl problem

2005-05-27 Thread footh
I am trying to generate proxy classes with wsdlToJava using this wsdl: http://www.abundanttech.com/webservices/population/population.wsdl However, I receive this error: java.io.IOException: Element {http://www.abundanttech.com/WebServices/Population }getCountriesResponse is referenced but not de

R: R: Ok with VB.NET, Axis & Office VBA clients, error in SOAP:Perl...WSDL problem?

2005-04-18 Thread I.Venuti
5 aprile 2005 20.34 > A: axis-user@ws.apache.org; Anne Thomas Manes > Oggetto: RE: R: Ok with VB.NET, Axis & Office VBA clients, error in > SOAP:Perl...WSDL problem? > > > > Worst case -- use the low-level API and generate the messages > manually. > > In my experienc

RE: R: Ok with VB.NET, Axis & Office VBA clients, error in SOAP:Perl...WSDL problem?

2005-04-15 Thread Dino Chiesa
ws.apache.org Subject: Re: R: Ok with VB.NET, Axis & Office VBA clients, error in SOAP:Perl...WSDL problem? SOAP::Lite is generating a message that does not conform to the WSDL. I'm not familiar with SOAP::Lite, but I've seen other questions from users regarding these dynamically

Re: R: Ok with VB.NET, Axis & Office VBA clients, error in SOAP:Perl...WSDL problem?

2005-04-15 Thread Anne Thomas Manes
SOAP::Lite is generating a message that does not conform to the WSDL. I'm not familiar with SOAP::Lite, but I've seen other questions from users regarding these dynamically generated element names ("c-gensym3"), which are totally inappropriate. I'm sure there must be a way to get Perl to generate S

R: Ok with VB.NET, Axis & Office VBA clients, error in SOAP:Perl...WSDL problem?

2005-04-15 Thread I.Venuti
> Your WSDL looks fine. What do you mean "it is responding to an > endpoint that has nothing to do with the namespace"? Can you give us > the error? The error is: Fault :org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to

Re: Ok with VB.NET, Axis & Office VBA clients, error in SOAP:Perl...WSDL problem?

2005-04-13 Thread Anne Thomas Manes
Ivan, Your WSDL looks fine. What do you mean "it is responding to an endpoint that has nothing to do with the namespace"? Can you give us the error? I suspect it is a problem with SOAP::Lite, and you might do better asking this question on the SOAP:Lite discussion list. Anne On 4/13/05, I.Venut

Ok with VB.NET, Axis & Office VBA clients, error in SOAP:Perl...WSDL problem?

2005-04-13 Thread I.Venuti
Hi, I've writed my WSDL from scratch, validated against WS-I Basic Profile and generated my Axis server classes. I've successfully written a client using VB.NET, VBA (as a Word macro) and other Axis client. Unfortunatly my SOAP:Lite client doesn't work. Maybe is it my WSDL wrong? It is respondin