-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello Andreas,
I have seen this before. It is annoying because the seg fault gives
you no indication of where to start looking for your problem. In my
case, there was a difference in case between my namespace
declarations in the WSDL document root and their use in my schema.
Double check you WSDL and ensure that all of your namespaces and
local names are consistent. You'll see in the snipets you post that
you are using soapenc: and SOAP-ENC:
Hope that helps,
Matt
On 14 Jun 2006, at 20:55, Andreas Burkhardt wrote:
<complexType name="ArrayOfString">
<complexContent>
<restriction base="soapenc:Array">
<attribute ref="soapenc:arrayType" wsdl:arrayType="string[]"/>
</restriction>
</complexContent>
</complexType>
This was a part of my WSDL file. From a website I included that:
<complexType name="ArrayOfString">
<complexContent>
<restriction base="SOAP-ENC:Array">
And get an seg fault
cu
--
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
m a t t h e w g l u b b
________________________________________________________________________
Z Group PLC
Tel: +44 (0) 8700 111 173
Fax: +44 (0) 8707 051 393
Txt: +44 (0) 7800 140 877
Web: <http://www.zgroupplc.com/>
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed. The opinions expressed in this mail are those of the author
and do not necessarily represent the views of the company. If you have
received this email in error please notify <service@zgroupplc.com>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)
iD8DBQFEkQnNyI6MkdKPngkRAmdUAJ9t/2bhwBJFg+qCzVKL0IvefkviJgCgr2sr
n7sr4ufrs0qh/qOAa+mO4Ks=
=HZR7
-----END PGP SIGNATURE-----
--
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php