Hi,

I am trying to use CXF to create a class first web service using the
following combination of settings:

* Simple Front End
* Aegis Data Binding
* XFire Compatibility
* aegis.xml mapping file

My goal is to attempt to get the WSDL generated by CXF to look as if it was
generated by XFire.  I am almost there, but am getting stuck when trying to
get the MinOccurs and MaxOccurs to set for the method's parameters.

I have tried using the aegis.xml mapping as well as the global
TypeCreationOptions.  Neither seems to get the MinOccurs and MaxOccurs to
set properly.  I have also confirmed that my aegis.xml file is being picked
up because the mappedName is correct.

I am sure I am missing something here, so I was wondering if you guys knew
what config I might have missed.

Thank you for your help.


CLASSNAME.aegis.xml

    
    
    


settings.xml

    



    
        
    
    
        
        
            
                
                    
                    
                
            
        
        
            
                
                
                
            
        
    
    
        
    


CXF generates the following schema object within the WSDL:


    
        
        
        
    



Expected schema object within the WSDL


    
            
            
            
    





-- 
View this message in context: 
http://cxf.547215.n5.nabble.com/Method-Parameter-s-MinOccurs-MaxOccurs-Simple-Front-End-Aegis-DataBinding-Mapping-tp2266858p2266858.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to