Re: MTOM Problem With generated code

2009-07-29 Thread Yuanfeng Zhang
Thanks! 2009/7/30 Dimuthu Gamage > Hi, > Still you can not use adb (The data model generated by code generator) to > generate messages with MTOM encoded binary. You have to generate the code > without adb support (with -d none option) and write the code to build xml > (using axiom) manually with

Re: MTOM Problem With generated code

2009-07-29 Thread Dimuthu Gamage
Hi, Still you can not use adb (The data model generated by code generator) to generate messages with MTOM encoded binary. You have to generate the code without adb support (with -d none option) and write the code to build xml (using axiom) manually with an axiom_data_handler. Thanks Dimuthu On Th

MTOM Problem With generated code

2009-07-29 Thread Yuanfeng Zhang
HI I have a question about MTOM feature with generated code. I have to generate client stub code from my wsdl, and the service is used to upload and download files, photos, so i want to use WSDL2C tool to generate client stub, I want to know whether I can transfer binary data with the generated