Link to home
Start Free TrialLog in
Avatar of NewtonianB
NewtonianB

asked on

flex send files to .net soap call

How can I send a file through a flex soap call?
I have a .net web service that handles soap calls but how can I send a file to it?
Avatar of NewtonianB
NewtonianB

ASKER

I just found out about
http://www.c-sharpcorner.com/UploadFile/scottlysle/UploadwithCSharpWS05032007121259PM/UploadwithCSharpWS.aspx

could I then import in my flex application the file as a bite array?

SOLUTION
Avatar of CyanBlue
CyanBlue
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Yes CyanBlue it didn't help for my issue :( I need a way to feed the file through a soap call...

I'm on to something though, I found a way to receive bitearray in the webservice now I needed a way to create the bitearray in flex.
It was not possible with Flex 3 SDK but I updated to Flex 4 and its now possible so im giving it a try right now working on it.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Glad to hear that you found the solution...  ;)

CyanBlue