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!


e.g.,


public class ClassName {
}

No comments:

Post a Comment