We are not using the generate all(-g) in the MTOM sample..

You can generate the client by running the ant run.client (or by
altering it to just generate source)...
IIRC it'll generate source code in to the build/client folder..

Thanx,
Thilina

On 12/7/06, Danny Lin <[EMAIL PROTECTED]> wrote:


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





--
http://webservices.apache.org/~thilina/
http://thilinag.blogspot.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to