[Fedora-suds-list] Problem with soaplib generated WSDL

Cesare Zavattari cesare at ctrl-z-bg.org
Wed Jun 25 09:45:28 UTC 2008


Hi All,
I use soaplib (http://trac.optio.webfactional.com/wiki/soaplib) to 
generate wsdl from server side. I've a simple service that exposes the 
method 'test': it takes no argument and returns an Array of String.

I attach the generated wsdl.
No problem with java/Axis and Groovy/CXF, while with suds (trunk 0.2.2) 
I have the following problem:

====================================================================
 >>> service = serviceproxy.ServiceProxy('http://mynos:7780/wsdl')
 >>> print service
service (HelloWorldService)
	prefixes:
		ns0 = "HelloWorldService.HelloWorldService"
	methods:
		test()
	types:
		testResponse
		stringArray
		test
 >>> service.test()

2008-06-25 11:41:04,708 [ERROR] __find() @resolver.py:203
(@type) not-found

2008-06-25 11:41:04,708 [WARNING] append_attr() @unmarshaller.py:383
attribute (type) type, not-found

2008-06-25 11:41:04,713 [ERROR] __find() @resolver.py:203
(@type) not-found

2008-06-25 11:41:04,713 [WARNING] append_attr() @unmarshaller.py:383
attribute (type) type, not-found

2008-06-25 11:41:04,714 [ERROR] __find() @resolver.py:203
(@type) not-found

2008-06-25 11:41:04,715 [WARNING] append_attr() @unmarshaller.py:383
attribute (type) type, not-found

(retval){
    _type = (tns:stringArray)
    string[] =
       {_type = xs:string, },
       {_type = xs:string, },
  }
 >>>
====================================================================

Any idea?
Thanks a lot in advance!!!

Ciao!

-- 
Cesare
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.wsdl
Type: text/xml
Size: 2249 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-suds-list/attachments/20080625/14173450/attachment.xml>


More information about the fedora-suds-list mailing list