0
votes
0answers
154 views

Get response from SOAP WSDL using http post

I am trying to get the response from httppost using SOAP wsdl url But get the response as null and I tried to some other login but I gives the timeout exception. My code is like this.. WSDL LINk is ...
2
votes
1answer
285 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 ...
0
votes
0answers
44 views

importing wcf services into soapui

I've just downloaded soapui,but when i tried to import a wcf web service it crashed generating this message:Fri Nov 09 10:38:28 EET ...
0
votes
0answers
328 views

converting soapui to java code with header for android

i am having a problem with a SoapUI transfer to Android java to include some headers, at the moment i have this part and it's not working, is there something wrong? this is the request i wrote in ...
0
votes
1answer
1k views

How can you remove namespace declarations in ksoap?

Right off the bat, here is my Soap call implementation, minus the irrelevant bits. public class MySoapClient implements AbstractSoapClient { private String NAMESPACE = ...
0
votes
1answer
299 views

Android client connecting to python webservice that uses SOAPpy

I am new to SOAP programming and is looking for ways for my android app to be able to communicate with a python webservice written in SOAPpy. I found on the internet that communicating using socket ...
1
vote
1answer
576 views

how to get the functionality of SoapUI in to an Android project

i am developing a project where i need to read a wsdl and convert it to a soap request. using SoapUI i can achieve what i need and also there is another eclipse plugin but they all are tools kind of ...
1
vote
3answers
2k views

Soap Fault VersionMismatch KSOAP2 for Android

I'm trying to access a Web Service which is hosted here http://srilanka.lk:9080/services/CropServiceProxy?wsdl Works in SoapUI ok. I get the proper response in it. SoapUI Request ...
2
votes
2answers
9k views

KSOAP2 for Android gives

I'm trying to access a web service whose WSDL is at http://srilanka.lk:9080/services/CropServiceProxy?wsdl . Using SoapUI I sent a request and successfully got a response. Then using KSoap2 for ...