Hi.
I wrote a project that had web service(soap) with php
In basic4android we don't have library or class for use soap easily
We should be use XML and post it to web service body
finally i decide to create class for use web service easily
In this class you enter web service URL and method name and add all fields with type and value
and send request to web service
Then web service return result in "return tag" and in end my class parse result of web service and return result without any extra tag of web service
i attach class and example.
maybe this example and class don't be complete
i be happy if you complete it
I wrote a project that had web service(soap) with php
In basic4android we don't have library or class for use soap easily
We should be use XML and post it to web service body
finally i decide to create class for use web service easily
In this class you enter web service URL and method name and add all fields with type and value
and send request to web service
Then web service return result in "return tag" and in end my class parse result of web service and return result without any extra tag of web service
i attach class and example.
maybe this example and class don't be complete
i be happy if you complete it