-
Jul 13th, 2012, 11:32 AM
#1
spring webservice and android
i have a spring webservice,but i can't call it from android app using ksoap2
private final String NAMESPACE = (targetNameSpace on spring webservice);
private final String URL = (locationUri);
private final String SOAP_ACTION = NAMESPACE+METHOD_NAME;
private final String METHOD_NAME = operation name;
it throw Exception ..START_TAG.. what wrong is there? thanks!
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules