How-to articles, tricks, and solutions about WSDL

Access restriction on class due to restriction on required library rt.jar?

If you are getting an "access restriction" error on a class in your Java code, it means that you are trying to access a class or member (field or method) that has restricted access.

How to call a SOAP web service on Android

To call a SOAP web service on Android, you can use the HttpURLConnection class to send an HTTP request to the web service and receive the response.

WSDL to PHP with Basic Auth

There are a few ways to convert a WSDL file to PHP code with Basic Auth.