Issues in uploadind file using Webservice

Hi All,
I need to upload a multipart file using web services.For this i need to call a method in client code to pass that file.That client method accepts file in byte array format.when i try to hit my service my request reached with the error file is not checked in successfully.all other parameters are passed successfully…
Later i found that i need to do some conversions in file format like byte to base64binary.Can anyone please help me to fix this issue.

Thanks in Advance.
Viji Venkat:)

Hi Viji,
Use pub.string:base64Encode / pub.string:base64Decode service while transferring/receiving the file in bytes format.

HTH
Senthil