This blog summarizes a plenty of programming tricks coming from Allen's practical project experiences, including PHP, C#, Java, Yii Framework, Lucene...
Thursday, 19 April 2012
PHP Solution for SoapClient Webservice: java.lang.IllegalAccessException can not access a member of class
PHP Solution for SoapClient Webservice:
java.lang.IllegalAccessException can not access a member of class:
Add Public keyword in front of your class declaration!
No comments:
Post a Comment