mtom
JAX-WS always sends MTOM attachments inline
Basically I want to create a web services client to send a mtom soap message via the proxy method. I have created my service artifacts fine from the web service wsdl. The message is created correctly,[详细]
2023-03-31 12:03 分类:问答Streaming MTOM Attachments in WCF and Certificate Authentication
I\'m looking for a definitive answer as to whether what I\'m trying to do is supported or not. Basically, I\'m using WCF to stream large MTOM attachments (200 Mb), this works perfectly fine. The sec[详细]
2023-03-28 22:48 分类:问答How to read data from SOAP message with large XOP attachment using Spring WS and Axiom
I\'m trying to build a web-service, which will receive large files and save them with the name specified in SOAP message.[详细]
2023-03-25 13:46 分类:问答Attaching files to Web Service response in Java
How to attach files to a Web Service re开发者_JAVA技巧sponse in Java?Not sure what library you are using but we use CXF and MTOM[详细]
2023-03-23 10:53 分类:问答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 calls, but for some specific requests (exact same method, different arguments) i[详细]
2023-03-20 01:16 分类:问答MTOM, Axis2, WS-Security and signed attachements
I am working on a bug we have encountered in one of our web services开发者_开发问答.We are using Axis2 1.4.1 running on OC4J. The issues is that when sending multiple signed binary attachments to the[详细]
2023-03-08 00:31 分类:问答What Standard Specifies how MTOM / XOP support should be indicated in a WSDL?
I\'m adding MTOM attachment support into existing webservice support in a Home Grown appserver. The webservice framework follows a similar pattern to JavaEE5, annotated services & objects being au[详细]
2023-02-07 01:01 分类:问答JAXB2 Mtom attachment broken by BOM
I\'m using JAXB2 to to do OXM in a Spring-WS. The XSD I\'ve specified requires a large XML file to be attached to the soap message so I\'m using MTOM to transfer the file and have enabled MTOM on my J[详细]
2023-02-04 17:36 分类:问答Problems with Spring WS Streaming Attachments with Security Interceptor
I\'m having problems getting Spring WS to receive a request which has a file attached and use streaming. The problem is I get the following exception whenever I try to use a security interceptor:[详细]
2023-02-03 10:34 分类:问答MTOM/XOP support in BizTalk 2006 R2?
We are currently working on an BizTalk solution that should return binary data as a XOP attachement through an webservice request. BizTalk have MTOM support through WCF adapters, but I can\'t figure o[详细]
2023-02-02 06:16 分类:问答