TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Chevy Mark Sunderland
NA
188
166.8k
Soap output
Feb 11 2014 9:21 AM
Hello everyone, I hope in your help.
I've this android application and I need connect to my hosting database with web service Asmx.
The webservice working in test browser and working in the android tablet.
The output in webservice is a DataSet.
In my application I don't have error but the output is :
anyType{schema=anyType{element=anyType{complexType= ...
I tried this solution but not success:
try {
httpTransport.call(SOAP_ACTION, envelope);
SoapObject result = (SoapObject) envelope.bodyIn;
String Result = result.getProperty(0).toString();
textView.setText(Result.toString());
} catch (Exception exception) {
textView.setText(exception.toString());
}
Can you help me?
Any help would be appreciated
Reply
Answers (
0
)
How To Call .Net Asmx Webservice In Android App
MEMORY MANAGEMENT ANDROID