My problem is as follows:
The definition in a wsdl of complexType String40 is:
 	
	  <complexType name="String40">
 
    <simpleContent>
 
     <extension/>
 
    </simpleContent>
 
   </complexType> | 	
 
The problem is, that serializeType finds the Typedefinition, but says "no element found, no attribute found - nothin to do", so i get an emptied Return (in serializeType: returning: <something xmlns=""></something>).
What is to do for making String40 working with nusoap? I assume it is a problem in the definition in wsdl, not in the php / nusoap client, because this one is working fine for Types like "long".
Thanks for all hints...