What's wrong with this webservice?

Hello, i code a simple webservice using ActionWebService. With de invoke
scaffold, all things works fine. But, i can’t use this webservice with
other language.

The url to access the web service is:
http://financeiro.neutrine.com/despesa_back_end/wsdl

In Delphi, NetBeans etc. i receive a error when i try to generate the
wsdl client:

init:
wsimport-init:
wsimport-client-check-wsdl:
wsimport-client-wsdl:
warning: src-resolve.4.2: Error resolving component ‘soapenc:Array’. It
was detected that ‘soapenc:Array’ is in namespace
http://schemas.xmlsoap.org/soap/encoding/’, but components from this
namespace are not referenceable from schema document
‘file:/C:/Pican%C3%A7o/Desenv/NetBeans/TestFinanceiro/xml-resources/web-service-references/wsdl/wsdl/financeiro.neutrine.com/despesa_back_end/wsdl.wsdl#types?schema1’.
If this is the incorrect namespace, perhaps the prefix of
‘soapenc:Array’ needs to be changed. If this is the correct namespace,
then an appropriate ‘import’ tag should be added to
‘file:/C:/Pican%C3%A7o/Desenv/NetBeans/TestFinanceiro/xml-resources/web-service-references/wsdl/wsdl/financeiro.neutrine.com/despesa_back_end/wsdl.wsdl#types?schema1’.
line 0 of
file:/C:/Pican%C3%A7o/Desenv/NetBeans/TestFinanceiro/xml-resources/web-service-references/wsdl/wsdl/financeiro.neutrine.com/despesa_back_end/wsdl.wsdl#types?schema1

error: undefined simple or complex type ‘soapenc:Array’
line 0 of
file:/C:/Picanço/Desenv/NetBeans/TestFinanceiro/xml-resources/web-service-references/wsdl/wsdl/financeiro.neutrine.com/despesa_back_end/wsdl.wsdl#types?schema1

error: undefined attribute ‘soapenc:arrayType’
line 0 of
file:/C:/Picanço/Desenv/NetBeans/TestFinanceiro/xml-resources/web-service-references/wsdl/wsdl/financeiro.neutrine.com/despesa_back_end/wsdl.wsdl#types?schema1

Anyone can help me ?
Thanks