Been digging around on this matter a view hours.
Neither the native PHP SoapServer nore the NuSOAP Library does any Validation.
PHP SoapServer simply makes a type cast.
For Example if you define
<xsd:element name="SomeParameter" type="xsd:boolean" />
ve teslim
<get:SomeParameter>dfgdfg</get:SomeParameter>
Eğer (gerçek) php Türü boolean alırsınız
Basit tiplerini tanır rağmen NuSOAP sadece dize ilginiz atmalarını:
NuSOAP hata ayıklama günlüğüne gelen:
nusoap_xmlschema: processing typed element SomeParameter of type http://www.w3.org/2001/XMLSchema:boolean
Yani en iyi yolu kendinizi doğrulamak veya xerces gibi bazı XML ayrıştırıcı kullanmak joelhardi çözümdür