Hi, > Hmm... if you are getting an error at that point, it looks > like the mtom stuff isn't working. My config files weren't taken into account. I had to add some code to the server too: SOAPBinding binding = (SOAPBinding)((javax.xml.ws.BindingProvider) port).getBinding(); binding.setMTOMEnabled(true);
It now works like a charm. > occur on the wire) or, if the attachment hits a certain threashold (I > think 64K by default, I'd have to check), it starts using temporary > files on disk. Do we have any control on that? File location, buffer size, and so on? Thanks a lot, Bruno Verachten
