Hi,
I am working on a web-service that says it utilizes "SOAP" but upon closer inspection, it's very very different from the standard soap request/response structures i have seen everywhere else.
I was able to talk to the service with javascript (using xmlhttprequest) and parsing the result manually. Ive tried doing it with flex, but cannot replicate the headers as required (even the body content varies considerably). I would like to move this app to flex but unsure of how to implement this - are there any methods similar to xmlhttprequest?
An example of a request the service can accomodate is shown is here (ive managed to get this working via js): http://pastie.org/466214
Im pretty new to both web-services and flex and would appreciate any and all advice.
Thanks