What subset of the SOAP and WSDL specification does PHP's SOAP extension support? -


in php manual:

http://www.php.net/manual/en/intro.soap.php

the soap extension can used write soap servers , clients.  supports subsets of soap 1.1, soap 1.2 , wsdl 1.1 specifications. 

where can find subset of soap , wsdl specification soap extension supports.

i'm interested in information because service provider (who targets dot net , java clients) keeps breaking app when change wsdls.

any pointers me?

thanks

additional

so i'm getting:

so maybe php bug :(


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -