QUSIR / staff

Automatically exported from code.google.com/p/staff
Apache License 2.0
0 stars 0 forks source link

Add support for SOAP Arrays #147

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.staff_codegen -pwsdl -tclient_all test.wsdl
2.staff_codegen -tclient_all -isrc test.h
3.

What is the expected output? What do you see instead?
1.)
WARNING XmlGen.cpp[196]: operator<<: Unknown datatype: ::tns_zutat

2.)
WARNING CppParser.cpp[784]: ParseDataType: Can't find type declaration: ::Array
WARNING CppParser.cpp[784]: ParseDataType: Can't find type declaration: ::tns_zu
tat
WARNING XmlGen.cpp[196]: operator<<: Unknown datatype: ::::Array
WARNING XmlGen.cpp[196]: operator<<: Unknown datatype: ::::tns_zutat

What version of the product are you using? On what operating system?
latest ws-win32-gcc4.4.0-qtsdk-1.1.4-staff-2.0.0-tp6-r558.7z from 17. Nov.

Please provide any additional information below.
I suppose it is an issue with SOAP-ENC:arrayType?

Original issue reported on code.google.com by mixrech...@googlemail.com on 3 Dec 2011 at 2:56

Attachments:

GoogleCodeExporter commented 9 years ago
Soap Arrays is not supported at current time. Need to add support for it.

Original comment by loentar on 3 Dec 2011 at 10:09

GoogleCodeExporter commented 9 years ago
Temporary solution: SOAP Arrays processed as DataObjects. (r569)

Original comment by loentar on 22 Dec 2011 at 7:26

GoogleCodeExporter commented 9 years ago

Original comment by loentar on 9 Apr 2012 at 6:59

GoogleCodeExporter commented 9 years ago
Related commit r659.

Added basic SOAP Array functionality (Array class, 
serialization/deserialization of messages).

WSDL parsing/generating is not supported yet.

Original comment by loentar on 24 Apr 2012 at 2:12

GoogleCodeExporter commented 9 years ago
Related commit r671.

SOAP Array is now supported by codegen's WSDL plugin. You you able to generate 
client and services with SOAP Arrays from WSDL.

WSDL generating with SOAP Arrays is not supported yet.

Original comment by loentar on 29 May 2012 at 12:40

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r682.

Original comment by loentar on 9 Jun 2012 at 2:18