views:

21

answers:

0

Hi

I am using Flash Builder 4 to connect to a django web service that is using the djangosoap code. The django web service appears to be working correctly when tested with a soap client. However the flash builder 4 generated soap classes don't seem to send requests correctly.

I have a say_hello(name) method that takes one string parameter. It simply returns "Hello" + name as the result. When a request is sent from the Flex generated soap classes the django code gets [str object] as the name string not the actual contents of the string.

Does anybody have any idea how to make things work correctly. If not how can I easily connect a Flex client to a django backend?

Thanks

Craig Wanstall