开发者

Equivalent datatypes in flex for various wsdl data types?

开发者 https://www.devze.com 2023-02-27 09:25 出处:网络
WSDL defines a number of datatypes supported by web service . Is there a documentation stating the various equivalents of those datatypes on flex side. In general for any la开发者_Python百科nguage tha

WSDL defines a number of datatypes supported by web service . Is there a documentation stating the various equivalents of those datatypes on flex side. In general for any la开发者_Python百科nguage that we use to consume web service, how do we get to know the equivalent datatypes of the wsdl types.

One of the web service that I am consuming is returning base64Binary (an image binary data) , What is the equivalent datatype of this on flex ?


Please see link

Serializing between ActionScript and web services

You can also define your custom type this link is for JAVA

Explicitly mapping ActionScript and Java objects

EDIT: This also very supportive link

Using WebService components

hopes that helps


base64Binary is a ByteArray (any binary based datatype is a ByteArray in Flash) and you can set the endian within the object.

0

精彩评论

暂无评论...
验证码 换一张
取 消