You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Vy Ho <st...@drexel.edu> on 2004/12/01 16:27:26 UTC

Re: DIME attachments

Why don't you get an example (like the attachment example, or numerous 
examples in this forum) and get it to work with DIME.  Next, modify the 
client to work with your service.  Another suggestion is to build an 
Axis server for your existing client.  Then run, and use TCPMonitor to 
see what is going on (you can use it with .Net too).  Also, try to use 
the built in tool such as wsdl2java to generate the stub so you don't 
have to do much (and risk mistakes).  Get the thing to work first, then 
you can play whatever way you want.  Also, try to send in small audio 
file, or text file, or whatever first.  Once it works, you can send a 
large one.  I also notice a redundant File allocation (that was not 
used) in your code.