In the soap samples directory look at mime/MimeTest.java and the sendFile method. Normally a service wouldn't have to set this. By the way, the null pointer you are hitting should have been thrown as a different exception by the apache code (it is a bug).
Erich Izdepski Senior Software Engineer Cysive, Inc. -----Original Message----- From: Jason Wells [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 4:16 PM To: [EMAIL PROTECTED] Subject: Re: Further along, new problem... Erich, How does the service set this? Can you show me an example? Thanks again, Jason On Thursday, May 30, 2002, at 12:20 PM, Erich Izdepski wrote: > Jason- > The problem from > org.apache.soap.transport.TransportMessage.read(TransportMessage.java:206) > is that the content type is null. Your service is not setting the > content > type, causing the null pointer. That's where I'd look. > > > Erich Izdepski > Senior Software Engineer > Cysive, Inc.
