Questions tagged [mtom]

Message Transmission Optimization Mechanism (MTOM) is a method to efficiently send binary data to and from Web services, it is a W3C Recommendation.

366 questions
0
votes
1 answer

axis2 mtom mime boundary

I have a axis2 client created using ADB binding. This axis2 client talks to a WCF webservice, sending it a XML attachment in a MTOM mode. The SOAP Request generated is: POST http://xyz/mtom HTTP/1.1 MIME-Version: 1.0 Content-Type:…
0
votes
1 answer

Configure Spring.Web.Services.WebServiceProxyFactory for SOAP MTOM

I create proxy object for WCF servise with Spring.NEt frwm - Spring.Web.Services.WebServiceProxyFactory. WCF service use SOAP MTOM. Configuration is here:
whyme
  • 51
  • 3
  • 9
0
votes
1 answer

wso2 cpp code generation with wsdl2cpp client side with MTOM attachment

I have a soap web service exposed with axis2 (Java) which serializes POJOs, such as a Person that has a name and so on, as action responses. Moreover, I have an action which uses a DataHandler that is serialized in order to put a binary attachment…
0
votes
1 answer

WCF - Inspect an MTOM encoded message BeforeSendRequest

I'm integrating with a third party WCF service that is using Mtom as the message encoding. I have created a message inspector behavior, and i'm able to view the message request "string" by calling request.ToString(), However, the message never…
Michael G
  • 6,695
  • 2
  • 41
  • 59
-1
votes
1 answer

Work with MTOM in Lotus Notes

We have a task to create Lotus Notus Web Service Consumer, which uses MTOM. Can anybody help t o create it? I have tried to create Web Service Provider, but it does not work. Here is code of Provider: @MTOM(enabled= true) public class…
-2
votes
1 answer

JAX-WS RI does not stream data from client

I have written a simple upload service with JAX-WS RI. Classes are generated with DataHandler type by XJC. At coding time @MTOM and @StreamingAttachment are added to the service implementation. Now when a client, a .NET client, sends the uploaded…
Michael-O
  • 18,123
  • 6
  • 55
  • 121
1 2 3
24
25