Ankush patel
Ankush patel
**Question** Hey guys I'm wondering that if you have added support for Android12. I started to update my react-native app to support Android 12 and I have some problems. -...
Add the following code in your ksoap envelope:- `soapEnvelope.headerOut = new Element[1]; soapEnvelope.headerOut[0] = buildAuthHeader(); ` Add this function that will create **header elements** private Element buildAuthHeader() { Element h...
> use below repo maven { url "https://repository.liferay.com/nexus/content/repositories/public/" } Using this repo in project level build.gradle file, I was able to address this issue.