Open GoogleCodeExporter opened 8 years ago
on call of ...?WSDL
Original comment by ThomSchw...@gmail.com
on 8 Nov 2012 at 10:07
I'm experiencing the same issue. When showing documentation it displays fine
but when opening the WSDL this is produced:
- File: ../php-wsdl/class.phpwsdlformatter.php
- Line: 158
- Detail: Uninitialized string offset: -1
Defined as:
/**
* @pw_complex ArrayOfAccountDetails[] AccountDetails
*/
Original comment by j.romero.1214
on 10 Apr 2013 at 3:13
Circumvented with "manually defining "
/**
* @pw_set nillable=false
* @pw_set maxoccurs=unbounded
* @pw_element AccountDetails $AccountDetails
*
* @pw_complex ArrayOfAccountDetails
*/
Original comment by j.romero.1214
on 10 Apr 2013 at 7:47
Original issue reported on code.google.com by
ThomSchw...@gmail.com
on 8 Nov 2012 at 10:04