<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