Closed GoogleCodeExporter closed 8 years ago
Without debugging I cant tell. Can you set debug to true on the transport and
see what bodyIn contains? I believe it might be empty .. which means that your
server has not yet responded. This sometimes happens on the emulator. Does it
happen on the device as well? Also what happens if you retry in code
automatically?
Original comment by mosa...@gmail.com
on 9 Nov 2010 at 7:30
Hello I have only tried it on the emulator.
File1.txt contains the body of the first post response , after adding these two
lines to the java program :
transportHttp.debug=true;
System.out.println("** STRING OBTAINED **" + transportHttp.requestDump );
File2.txt contains other example of a webservice client in which the same
webservice has been used. In File2.txt there is the code used and the result of
debugging this code.
Original comment by gorka...@hotmail.com
on 10 Nov 2010 at 9:45
Attachments:
hi,
i have the same problem when i call web service wsdl from blackberry project.
but when i call ant .net web service it's works fine
Original comment by vodafone...@gmail.com
on 10 Nov 2010 at 1:20
@vodfonebetavine .. I have no idea about blackberry..
Original comment by mosa...@gmail.com
on 12 Nov 2010 at 4:51
@gorka_sm .. it seem you are trying to upload a binary file as a property in
the soap request. I have no idea if this is going to work but would definitely
be worried about file size and other things like time outs.
You will have to debug this with the library code I think and see what is
happening. Have you tried to submit something to the webservice that is just a
very small payload?
Original comment by mosa...@gmail.com
on 12 Nov 2010 at 4:53
Original comment by mosa...@gmail.com
on 23 Mar 2011 at 6:35
Closing due to inactivity from reporter.
Original comment by mosa...@gmail.com
on 18 Nov 2011 at 5:00
Original issue reported on code.google.com by
gorka...@hotmail.com
on 9 Nov 2010 at 5:49