I am trying to get MTOM Sample code to run. I use Eclipse 3.2. After I
run the "generate.service" target, I have the AAR created several source
files (e.g. MTOMSampleMessageReceiverInOut.java,
MTOMSampleSkeleton.java, etc.)
My problem is that in the Client.java class it has import statements:
import sample.mtom.service.MTOMSampleStub;
import sample.mtom.service.MTOMSampleStub.AttachmentRequest;
import sample.mtom.service.MTOMSampleStub.AttachmentResponse;
import sample.mtom.service.MTOMSampleStub.AttachmentType;
import sample.mtom.service.MTOMSampleStub.Base64Binary;
I can't find any of these source files. I added "-g" argument to the
target and got the stub generated. How can I generate the other 4
classes? Any comment and help is appreciated.
Danny