override wsdl

2008-12-12 Thread Rodrigo Asensio
Is there any way to override the wsdl generation ?? or should I do it manually ? thanks Rodrigo Asensio rasen...@gmail.com http://www.rodrigoasensio.com To err is human, but to really screw up requires the root password.

Re: override wsdl

2008-12-12 Thread keith chapman
Depends on your requirement. What sort of things do you wanna override? Thanks, Keith. On Fri, Dec 12, 2008 at 6:19 PM, Rodrigo Asensio rasen...@gmail.com wrote: Is there any way to override the wsdl generation ?? or should I do it manually ? thanks Rodrigo Asensio rasen...@gmail.com

Re: override wsdl

2008-12-12 Thread Rodrigo Asensio
wanna override the default nillable and maxOccurrences attrib at types Rodrigo Asensio rasen...@gmail.com http://www.rodrigoasensio.com To err is human, but to really screw up requires the root password. On Fri, Dec 12, 2008 at 1:06 PM, keith chapman keithgchap...@gmail.com wrote: Depends on

Re: override wsdl

2008-12-12 Thread Deepal Jayasinghe
For that case, you have to put your wsdl into the service aar file. Then it will display yours rather than generating new one. Deepal wanna override the default nillable and maxOccurrences attrib at types Rodrigo Asensio rasen...@gmail.com http://www.rodrigoasensio.com To err is human, but

Re: override wsdl

2008-12-12 Thread Rodrigo Asensio
all right, thanks for the tip Rodrigo Asensio rasen...@gmail.com http://www.rodrigoasensio.com To err is human, but to really screw up requires the root password. On Fri, Dec 12, 2008 at 2:26 PM, Deepal Jayasinghe dee...@opensource.lk wrote: For that case, you have to put your wsdl into the

Re: override wsdl

2008-12-12 Thread keith chapman
You might not be able to use the default RPCMessageReceivers with a custom WSDL though. You might need to do some tinkering to the WSDL to get it to work. Thanks, Keith. On Fri, Dec 12, 2008 at 10:00 PM, Rodrigo Asensio rasen...@gmail.comwrote: all right, thanks for the tip Rodrigo Asensio

Re: override wsdl

2008-12-12 Thread Deepal Jayasinghe
Well, if it is just changing the those attributes, I think he can still use the RPC MR. Deepal You might not be able to use the default RPCMessageReceivers with a custom WSDL though. You might need to do some tinkering to the WSDL to get it to work. Thanks, Keith. On Fri, Dec 12, 2008 at

Re: override wsdl

2008-12-12 Thread keith chapman
Not if you have used transfer objects. If you want to use transfer objects with RPCMessageReceivers you will have to tinker your WSDL. This article [1] has some tips that could help with this regard. Thanks, Keith. [1] http://wso2.org/library/3726 On Fri, Dec 12, 2008 at 10:36 PM, Deepal