I have seen many peoples struggling from file transfer in asmack – Android build environment and patches for smack. I tried same library with Openfire server after some debugging got success in it. So I will like to share my problem and solution for it. I found that the problem is in Byte Stream host, … Continue reading File transfer in android with asmack and Openfire
Category: Android
SOAP Client in java
If you are looking for java client for RESTful web service then you should visit this article: Simple REST client in java This article will teach you how to create a SOAP client in java. That is creating a client in java which requests soap server (no need to be in java) and get response from … Continue reading SOAP Client in java