# Data from Webservice: (WSDL/SOAP)

**URL:** https://forum.kirupa.com/t/data-from-webservice-wsdl-soap/242213
**Category:** flash
**Created:** [October 23, 2007, 6:02pm UTC](https://forum.kirupa.com/t/data-from-webservice-wsdl-soap/242213 "2007-10-23T18:02:07Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![steve\_b](https://avatars.discourse-cdn.com/v4/letter/s/ee7513/32.png) [@steve\_b](https://forum.kirupa.com/u/steve_b)
#### Post date: [October 23, 2007, 6:02pm UTC](https://forum.kirupa.com/t/data-from-webservice-wsdl-soap/242213/1 "2007-10-23T18:02:07Z")

</div>

Hi there,

I have successfully managed to connect my flash through a SOAP web service (despite a lack of beginner level resources!). The problem comes from receving data back.

Strings I can handle, but integers and arrays are giving me a headache. This might be a simple problem, but im out of my depth.

I am using the following code to get the data back:

```php

    soappResult.onResult = function(result) { 
        trace ("success");
    }

```

As I said earlier, this works for strings, but not for arrays or integers.

Any advice? Thanks!
