cancel
Showing results for 
Search instead for 
Did you mean: 

Using web service in Android

Former Member
0 Kudos

Dear Experts,

I'm trying to call FM web service in Android Application.

and this is how i call the web service in andriod.

public final String SOAP_ACTION = "http://schemas.xmlsoap.org/wsdl/ZSUMM";
public  final String OPERATION_NAME = "ZSUMM";
public  final String WSDL_TARGET_NAMESPACE = "http://schemas.xmlsoap.org/wsdl/";
public  final String SOAP_ADDRESS = "http://192.168.1.210:8000/sap/bc/srt/wsdl/sdef_ZSUM/wsdl11/ws_policy/document?sap-client=800";

This is my web service

and here it is the error message,

Accepted Solutions (0)

Answers (1)

Answers (1)

midhun_vp
Active Contributor
0 Kudos

What is your question ? If your requirement is to show the data from a web service you have to use a parser, ex.Parse data from SOAP response in Android - Stack Overflow 

Android Lists: Accessing and Consuming a SOAP Web Service II | Vexed Logic!?

Regards,

Midhun VP