0
votes
0answers
18 views

How to use Java classes from WSDL

I am programming in Android, using Eclipse. I received a .wsdl file, and used software to convert it to a bunch of .java files. Should I copy all the .java files to my Android project folder, or add ...
1
vote
1answer
31 views

webservice cannot open connection external servidor

i have a problem trying to use my own webservice that i just to upload in AWS server (is from an android terminal application that i am developing). I configured the servidor with tomcat7 and msql, ...
0
votes
0answers
24 views

WSDL dont generate stub code for android (devicemgmt.wsdl)

What steps will reproduce the problem? Have eclipse adt, java jdk and maven installed 1.Have the pom.xml 2.Have the onvif.xsd 3.Have the devicemgmt.wsdl 4.Declare de ambiente variables for java ...
0
votes
0answers
34 views

Can wsdl2java generated files be used in an Android project?

Java files generated by wsdl2java require javax.xml.bind., javax.xml.ws., etc. that Android does not seem to support. Is there a way to remedy this?
0
votes
2answers
36 views

Android asynctask with no input or output

I have set up an async task that will get a list of countries from a wsdl and from the result i create a bunch of country objects and add the objects to an arraylist in the country class file. I want ...
0
votes
2answers
595 views

Calling wsdl webservice in Phonegap?

How do i call wsdl webservice in Phonegap? Is there any source code or any useful tutorial available.
0
votes
0answers
86 views

How to use ksoap2-generating-stub-0.1-SNAPSHOT-jar for android

I have a very complex web service and my project is stuck in constructing Stubs from the WSDL files. I have gone many links and found WsClinet++(Demo version doesn't work for me). I tried using ...
-1
votes
2answers
175 views

Get the response from SOAP WSDL URL using http post connection [closed]

Can any one give me the how to get the response from soap wsdl url using http post connection. i get the response as null in the stringEntity. Thanks for the Help.
0
votes
0answers
31 views

how to use kSOAP library to sync time in application on android

base on the tittle above. How to use kSOAP library to sync the time of server to android application? can someone give me and example based on my code below? heres the given URL: ...
0
votes
2answers
92 views

how to use this URL to sync time android

i have a url given to me to used for syncing the server time to my application, Question is how to do that? anyone can explain to me what to do here thank i really appreciate it. here's the URL = ...
1
vote
0answers
32 views

Generating a web service client stub from WSDL for Android [duplicate]

I'd like to generate a client stub from a WSDL url, and I've done it in Eclipse for a Java project, but I can't seem to do it for my Android project. Is there any way to do that, or do I have to use ...
0
votes
0answers
47 views

Expose WSDL over i-jetty on Android

I want to use android as a web service that expose WSDL, that I will be able to "Add service reference" in Visual Studio. I need to build a web service on android, I checked i-jetty for that, and the ...
0
votes
2answers
488 views

Android: Creating and Sending an XML SOAP Request Programmatically

Hi and thanks in advance. I found this tutorial and I'm trying to emulate it: http://lalit3686.blogspot.com/2012/06/calling-soap-webservice-using-httppost.html. In my iOS app I'm able to create a ...
0
votes
0answers
55 views

Calling rows from SQLite and storing them as Strings, which should be transported via SOAP

I want to send a SOAP message. The content is encoded in HL7, so I put the content in Strings (see below). As you can see, I want to add other strings to my strings - am I doing it right? Furthermore, ...
0
votes
0answers
72 views

sending an encoded soap message to ws

I have an Android application, which needs to send a SOAP-message to WS. The message should contain a set of data. Also, the message must be encoded in HL7 format. I have this piece of WSDL code ...
1
vote
0answers
153 views

Proxy classes for android to use SOAP web service?

I want to connect to a SAOP web service (WFC) in a android app. Therefore I want to generate and use classes. SOAP is set on this project - so we can NOT use a REST Service. Hey it is 2013 and there ...
0
votes
1answer
213 views

Calling web service from Android App returns null object

I'm writing an Android App that communicates with an web service using KSOAP. The connection between web service and Android app is working as I can call the webservice and get a return value (hello). ...
1
vote
0answers
84 views

Eclipse + onvif.xsd + android

i need to use the onvif.xsd with android but i really can't find any soulution i can make. That's why would like to get some help from you guys. Please i really need help in it! Thank you! David
1
vote
1answer
136 views

Cant pick out parameters from this wsdl to use in webservice call

I need to call the following webservice and I have its corresponding WSDL file. However I cannot get the below code to work. <wsdl:definitions name="ServiceTestService" ...
0
votes
1answer
83 views

Security header error for ksoap2

I am getting the following error while trying to connect to a .Net web service SoapFault - faultcode: 'q0:Security' faultstring: 'Security requirements are not satisfied because the security ...
2
votes
1answer
535 views

What does this error mean in eclipse(android), using ksoap2 to access a webservice?

I get the following error. The program is supposed to print a value it accesses from an online wsdl. But it does not print anything and the following errors appear in LogCat: 02-12 01:34:50.472: ...
0
votes
1answer
47 views

Issue with Ksoap when i trying t connect to my webservice

I am trying to connect to my webservice via ksoap and giveme this error cannot find dispatch method for {} I know that are 2 question with the same error in both they are not putting the ...
1
vote
1answer
253 views

“AndroidHttpTransport cannot be resolved to a type” error in ksoap2

This is in eclipse for an android app. I am using ksoap2 to access a function in an online wsdl. While making a soapobject() to do that, I am coming across this error. I have added the ksoap2 jar file ...
0
votes
2answers
163 views

How to process an array returned by a wsdl?

I am using ksoap2 in order to extract an array of strings from a wsdl based webservice(for an android app). How do I process the returned array? I need those 3-4 lines of code which will let me save ...
1
vote
2answers
475 views

Using wsdl 1.2 with ksoap2-android

I am using ksaop2-android to generate my web service, and here is the wsdl i use: http://wsf.cdyne.com/WeatherWS/Weather.asmx?WSDL This is my code: String serviceUrl = ...
0
votes
1answer
117 views

What format does WSDL return in?

I am making an android app, and need to access an online WSDL based database. My code accesses a list of countries from that database, but I don't know what format I'll get the data in. eg. a single ...
0
votes
0answers
121 views

Parsing complex object from SOAP response

I have to read a soap response and display. The WSDL <xs:complexType name="PatientDetailsInfo"> <xs:sequence> <xs:element name="allergies" type="tns:allergy" nillable="true" ...
0
votes
1answer
180 views

Find SOAPAction from a WSDL

My requirement is to call a web service from Android and display the result in a nice manner. But inside the web service's WSDL I don't find a SOAPAction. The WSDL looks like this: <operation ...
2
votes
1answer
677 views

create soap envelope with security header in android using ksoap2

I want to create soap envelope with security header in android using ksoap2. My code of android is as... import org.ksoap2.SoapEnvelope; import org.ksoap2.SoapFault; import ...
2
votes
1answer
205 views

call bpel process in android

I have one BPEL process. And I want to call it in android. But I am not able to understand of wsdl url, namespace and method name. Because I know that error is get because of that. I am send wsdl ...
1
vote
1answer
274 views

Warning : cannot serialize 1.0

I am new to android. I am creating a calculator application which use web service. The web service is SOAP. so i include a Ksoap2.jar file with dependencies. I am taking input from edit text as in ...
0
votes
0answers
212 views

sending complex object to webservice doesn´t work(ksoap2)

I have a DotNet Webservice which wants a complex object but when i try to pass it via ksoap2 i get following exception: 12-13 14:30:23.904: W/System.err(688): SoapFault - faultcode: ...
0
votes
1answer
63 views

Which url should I use for soap on android?

I have to use web service on android without using 3.rd party libraries like ksoap. So I must write my own requests. And this point which url should I use for post url? HttpPost httppost = new ...
0
votes
0answers
190 views

Axis2 WSDL2Java using a wsdl file written in .NET

I have a webservice which I wrote in .NET. I also have an android applicaiton which shall communicate with this webservice. I want to auto generate classes instead of writing all the HTTP stuff to ...
2
votes
0answers
195 views

Android ksoap web service issue getting pullParserExcepstion

I am consuming a .net web service using ksoap2 but getting the following Exception: org.xmlpull.v1.XmlPullParserException: unexpected type (position:END_DOCUMENT null@1:1 in ...
2
votes
1answer
331 views

SoapUI testing with Android and byte arrays

I am trying to do some SOAP testing and I can't find out how to pass a byte[]. I use SoapUI for the tests. I pasted the WSDL and I was able to see the available requests in the list. The WSDL link ...
3
votes
2answers
94 views

Maximal reuse: Webservice, Android client, Web Client, how?

I need to build a simple web service in Java, the context is Google Application Engine. Two clients are needed as well: Android and Web Page, for browser. I consider something like Restlet, and want ...
4
votes
2answers
782 views

ksoap2 : java.lang.IllegalArgumentException: size <= 0 while making a http.call

I want to connect to a dot.net based Webservice with my Android 4.03 Device using Ksoap2. My problem is when i call the soap request i get this exception: 11-16 08:35:08.649: W/System.err(6392): ...
0
votes
1answer
727 views

how to send string array in soap request to webservice

i cant send my request to webservice. string array not accept and show error to me. i want to send array string in soap request but show error to me. my webservice: This XML file does not ...
1
vote
1answer
593 views

Android using ksoap calling PHP SOAP webservice fails: 'procedure 'CheckLogin' not found

I'm trying to call a PHP SOAP webservice. I know my webservice functions correctly because I use it in a WPF project succesfully. I'm also building an app in android, using the same webservice. The ...
3
votes
3answers
938 views

How to generate simple java class from WSDL?

I want to generate a simple java class from this WSDL url: https://xyz.pqr.com/Portal/Service.svc?wsdl How can I do this? I am looking for a tool which can generate the code.
0
votes
0answers
302 views

Android using WSDL SOAP webservice?

I am making an Android app and I have to connect to a webservice (SOAP WSDL). And I don“t know why this is not working: This is the request that I have to do extracted from soapUI: ...
0
votes
2answers
632 views

ksoap2 response is null. responseDump is the wsdl file itself, not an envelope

So I have a PHP web-service which I want to access from an Android app through SOAP. I'm positive that the web-service is working as it should because I built a PHP client locally and tried to request ...
0
votes
2answers
2k views

How to setup Android-Web service using KSoap2-android with a complex wsdl file?

Background: I have followed the tutorial at: http://drclawx.wordpress.com/2011/06/24/77/ I only managed to get to the hello(msg) method to work by using: String NAMESPACE = "http://tempuri.org/" ...
0
votes
0answers
137 views

Retrieving enum values from a enum type in a wsdl

I want to retrieve enum values from a wsdl file to a array in java. This is my wsdl file. http://www.webservicex.net/CurrencyConvertor.asmx?WSDL I want to get the enumeration valuesof type ...
0
votes
0answers
51 views

Load a WSDL android,best way?

What is the best way to load a wsdl in android? I saw people talking about ksoap2,but i dont know the method name,so i was thinking load like i did in java(axis2).. So,im doing right or there is ...
0
votes
3answers
87 views

Retrieving values from WSDL before making a request

I'm very new to working with web services and I'm trying to understand the basics of it in Android using the ksoap2 library. Here's the question: this is the WSDL file of a service I'm using. It's a ...
-1
votes
1answer
417 views

Getting name space,method name from SOAP WSDL?

i want find out the witch one is target-name space and witch one is method name in the given WSDL file. My WSDL files is as follows: <wsdl:definitions ...
0
votes
0answers
143 views

Android access to wsdl service use generator java code

I generated java code use generator (Jinouts Android Web Service client) in this tutorial (Step-by-step-guide-android-ws-client-1.2.0.pdf). This generator generated java code and some jars, what I ...
0
votes
0answers
124 views

Using wsdl tool for android

I'm developing an Android 4.0 app on Eclipse (Indigo) , and my OS is Windows Server 2008. I need to use a tool to convert wsdl to classes for my project. I've tried to use WSClient++, but when I ...

1 2 3