MIME vs MTOM

2007-03-12 Thread Pierpaolo Pagnoni
Mime is bad because to recognize every message I must search a string separator; However MTOM use a MIME multipart message. mhhh If MTOM use a MIME multipart/related why is MTOM better than MIMIE? In MTOM dont't I find any string separator? Regards Pierpaolo

Re:access to attachments with streams

2007-03-06 Thread Pierpaolo Pagnoni
Look at the example attachment in AXIS 1.4 distribution. I've realized a web service snooping in this example Bye Pierpaolo Hello, how can I get access to SOAP attachments with streams? I want to create an attachment part with a data handler that has a stream as data source. Do you have a

Field mean in msg with DIME attachment

2007-03-06 Thread Pierpaolo Pagnoni
I've build a ws to send an attachments by DIME protocol. I've sniffed the messages with tcpmon but i don't understand what mean the following fields maked with -??- -OK- POST /axis/services/AttachServiceMine HTTP/1.0 -??- Content-Type: application/dime -??- Accept: application/soap+xml,

Re:how to configure java2wsdl to generate minOccurs=0 attribute

2007-03-01 Thread Pierpaolo Pagnoni
In http://ws.apache.org/axis/java/user-guide.html you can find all the info, expecially in http://ws.apache.org/axis/java/user-guide.html#Java2WSDLBuildingWSDLFromJava you can read how to produce a wsdl from a java interface This guide is about Axis1.2 but I use that with Axis1.4 Regards P.

How to deploy e simple webservice in axis2

2007-02-28 Thread Pierpaolo Pagnoni
I'm a new user in AXIS2 and I've some difficult to deploy a ws. I must build a ws to exchange attachments with MTOM, but I don't know how deploy a simple example (ee a WS calculator with a service sum) Before Axis2 I've used AXIS 1.4, with Axis 1.4 I use Eclipse + WTP to create a WS or