FW: [Axis2] Setting nillable = false in WSDL

2009-11-13 Thread Didav Didav









Hi All,

I am using Axis2 1.3 and jdk 1.5 and tomcat 6

The WSDL file generated by Axis sets  the element nillable=true, but i want 
to set nillable=false...

Exemple : 

xs:complexType name=DonneesEntreeRechercherClientWS
  xs:sequence
xs:element minOccurs=0 name=avecContratsAffaire type=xs:boolean/
xs:element minOccurs=0 name=referenceClient nillable=true 
type=xs:string/
  /xs:sequence
/xs:complexType


Is there any way I can get the 'nillable' property to true or false in a 
declarative fashion..

I try with the annotation @XmlElement(nillable = false, required=true) but it 
doesn't work :(

Thanks a lot,

David
  
  
_
Nouveau ! Tout Windows Live débarque dans votre téléphone. Voir les Windows 
phone
http://clk.atdmt.com/FRM/go/175819071/direct/01/

[Axis2] Setting nillable = false in WSDL

2009-11-06 Thread Didav Didav

Hi All,

I am using Axis2 1.3 and jdk 1.5

The WSDL file generated by Axis sets all 'nillable' attribute for all 
elements to true. 

Is there any way I can get the 'nillable' property to true or false in a 
declarative fashion..

I try with the annotation @XmlElement(nillable = false required=true) but it 
doesn't work :(

Thanks,

David
  
_
Nouveau ! Tout Windows débarque dans votre téléphone. Voir les Windows phone
http://clk.atdmt.com/FRM/go/175819071/direct/01/

[Axis2] Pb with xs:element name?

2009-10-09 Thread Didav Didav

Hi,

I deploy my web service with Axis2-1.3 and weblogic 10 and I have a question 
about parameter name in wsdl...

Why are they specified param0 for the name of the tag xs:element?

For example :

xs:element minOccurs=0 name=param0 nillable=true type=ns1:DonneesWS/ 

instead of

xs:element minOccurs=0
 name=donnees 
nillable=true type=ns1:DonneesWS/ 


Thanks a lot,

David 
_
A la recherche de bons plans pour une rentrée pas chère ? Bing ! Trouvez !
http://www.bing.com/search?q=bons+plans+rentr%C3%A9eform=MVDE6

xmlns

2009-10-09 Thread Didav Didav










Hello,

When i have in a wsdl:

xmlns:ax23=http://vo.coaching.de/xsd;

or

xmlns:ax24=http://vo.coaching.de/xsd;

ax23 or ax24 specify the version of axis2 ?? so axis2 1.3 and axis2 1.4 ???

Thank you

David
  
Achetez un nouveau PC et bénéficiez de Windows 7 dès sa sortie ! En savoir plus 
  
_
A la recherche de bons plans pour une rentrée pas chère ? Bing ! Trouvez !
http://www.bing.com/search?q=bons+plans+rentr%C3%A9eform=MVDE6

RE: xmlns

2009-10-09 Thread Didav Didav

Thank you...

I have an another question : Is it possible to set the namespace prefix in a 
wsdl?

I have in my wsdl:

xs:schema 
xmlns:ax24=http://language.webservice.releve.efluidpub.efluid.com/xsd; 
attributeFormDefault=qualified 
elementFormDefault=qualified 
targetNamespace=http://language.webservice.releve.efluidpub.efluid.com/xsd;

but I want 

xs:schema 
xmlns:ax23=http://language.webservice.releve.efluidpub.efluid.com/xsd; 
attributeFormDefault=qualified 
elementFormDefault=qualified 
targetNamespace=http://language.webservice.releve.efluidpub.efluid.com/xsd;

Thanks,

David

From: mgai...@hotmail.com
To: axis-user@ws.apache.org
Subject: RE: xmlns
Date: Fri, 9 Oct 2009 11:19:52 -0400








to understand namespace assignments for your XML messages please reference
http://wso2.org/library/articles/differentiating-between-soap-versions-looking-soap-message

hth
Martin Gainty 
__ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.




From: dida...@hotmail.fr
To: axis-user@ws.apache.org
Subject: xmlns
Date: Fri, 9 Oct 2009 14:37:15 +

















Hello,

When i have in a wsdl:

xmlns:ax23=http://vo.coaching.de/xsd;

or

xmlns:ax24=http://vo.coaching.de/xsd;

ax23 or ax24 specify the version of axis2 ?? so axis2 1.3 and axis2 1.4 ???

Thank you

David
  
Achetez un nouveau PC et bénéficiez de Windows 7 dès sa sortie ! En savoir plus 
  
Gratuit : Hotmail plus rapide avec Internet Explorer 8 !  Cliquez ici ! 
  
Hotmail: Trusted email with powerful SPAM protection. Sign up now.  
  
_
A la recherche de bons plans pour une rentrée pas chère ? Bing ! Trouvez !
http://www.bing.com/search?q=bons+plans+rentr%C3%A9eform=MVDE6