How to call a SOAP web service on Android [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Stack Overflow. Closed 4 years ago. Improve this question I am having a lot of trouble finding good information on how to call a standard SOAP/WSDL web service … Read more

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

I’m attempting to compile Java 1.4 code that was created by IBM’s WSDL2Java on Java5 without recreating the stubs and saw this error in Eclipse. I’m under the assumption that the stubs generated should just compile as long as the runtime jars are available (they are). Access restriction: The type QName is not accessible due … Read more

How to pass “Null” (a real surname!) to a SOAP web service in ActionScript 3

We have an employee whose surname is Null. Our employee lookup application is killed when that last name is used as the search term (which happens to be quite often now). The error received (thanks Fiddler!) is: <soapenv:Fault> <faultcode>soapenv:Server.userException</faultcode> <faultstring>coldfusion.xml.rpc.CFCInvocationException: [coldfusion.runtime.MissingArgumentException : The SEARCHSTRING parameter to the getFacultyNames function is required but was not passed … Read more