Creating a "customized" soap client in flex -


I am working on a web service that says it uses "SOAP", but on close inspection It is very different standard soap request / feedback structures I've seen anywhere.

I was able to talk with Javascript (using xmlhttprequest) and parsing results manually. Ive tried to do with Flex, but can not copy the header as necessary (even the body's contents are quite different) I would like to take this app to Flex, but it's uncertain about how to implement it - is there any way like xmlhttprequest?

An example of this service that can be shown is shown as it is working through JS):

I is very new to both web services and flex And appreciate any and all advice.

Update

I think Ive got to do this By using httpservice and dump their own XML into the request.

It is not the best solution, but it seems that it is working fine now. If there is a better option, then I appreciate your thoughts about it.

PS If any other is going on this route, then it is related to sending quick xml using https service.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -