Top "Mtom" questions

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

JAX-WS MTOM Sample Code

I'm looking for a simple, working sample MTOM sample code (service + client) either using JAX-WS RI or Axis2-based. I …

axis2 jax-rs mtom
Supporting both Mtom and Text as MessageEncoding in WCF

I have a WCF service, which has a method with the following signature: object GetCommand(Guid apiKey, SocialService service, string …

asp.net wcf iis wcf-binding mtom
WCF: "Error creating reader for MTOM message"

Trying to get MTOM working in a WCF client. The particular function I'm trying to consume sends an MTOM-encoded byte …

c# wcf web-services mtom webservices-client
Building large MTOM/XOP messages with JAX-WS

I have a question about using MTOM/XOP with JAX-WS. I'm writing a web service which sends large amounts of …

java soap jax-ws mtom xop
How to transfer a large Zip file (50MB) using a WCF Service through SOAP to any client?

I have a WCF Service that returns a byte array with a Zip file (50MB) to any client that requests …

c# .net web-services wcf mtom
WCF Exists and partially working but for some calls returns "no endpoint listening - (404) Not Found."

We have service that's working with small to large sets of data (document generation), and it's working fine for some …

c# wcf .net-4.0 http-status-code-404 mtom
Axis2 MTOM Webservice and a .NET Client to consume it

So i have this new Axis2 MTOM Webservice serving correctly to a java based webservice client. The problem comes around …

c# .net web-services axis2 mtom
How do I mark SOAP service 'MTOM enabled'

This is not Java specific question, but let's have an example in Java: It is a standard practice in the …

soap wsdl mtom
WCF client talking to Java WS, exception: The content type application/xop+xml; type="application/soap+xml" of the response message

I'm having problems talking to Java WS. I'm using "wsHttpBinding" binding with client certificates for authentication, message encoding is set "…

wcf soap wcf-binding mtom xop
java.io.IOException: Error writing request body to server

I am developing a web service to allow uploading from client to server. I was able to get wsdl file …

web-services soap jax-ws soap-client mtom