Skip to main content
Participant
October 9, 2012
Question

SOAP Webservice problem on Android

  • October 9, 2012
  • 2 replies
  • 701 views

Hello,

I am trying to consume my own SOAP webservice and generated webservice stubs from my wsdl in flash builder.

Testing operations is working fine. Everything is working in "simulated device". But when I run my app on my android device webservice calls are never returning.

They are actually never received on the webservice server.

Just afert 10 to 30 seconds there is a window displayed inside my app. This window is not from me, I only have two label fields in this project to display test webservice data.

Made a image for you:

"click to have good quality"

I tried 2 services:

one where the webservice server is running on my device (10.10.200.40 is devices ip address)

one where the webservice is running in internet.

The devices connection is fine. 10.10.200.40 and outside addresses are pingable and the webservice on the device can be called from flashbuilder's operation testing.

Thanks,

Thomas

This topic has been closed for replies.

2 replies

Participant
October 9, 2012

additional info:

The device in the picture is running android 4.0.4

my phone is showing the exact same behaviour with this mysterious window. It is running android 2.3

I am running flash builder 4.7 beta on flex sdk 4.6

October 9, 2012

Hello All

I also need to call some simple web mothods. How is this achieved?

I have an as3 mobile project built in flash builder 4.6 which needs to send/ receive simple data with my asp.net web service.

Is your problem related to a security setting in your xml descriptor file perhaps??