Hi, I am new to this list. I have searched the web but didn't find the answers.
Hope I can get me some help here. 1. How can I send DIME attachment from gsoap client to Axis service side ? The provided gsoap example uses "xsd__base64Binary &image" as an in parameter. Since my service side is using Java, I cannot pass DIME attachment as a parameter (just like gsoap doesn't understand Java DataHandler). 2. How can I read multiple DIME attachments on gsoap client side. dime_count doesn't work. 3. My gsoap client can receive the DIME attachment from Axis service, but it always reports "SOAP FAULT: SOAP-ENV:Client "DIME error" " after reveiving the attachment. Thanks a lot. --Dong