Questions tagged [xop]

XML-binary Optimized Packaging - convention for serialization of XML Infosets.

44 questions
0
votes
1 answer

SOAP MTOM/XOP Support in PHP

I want to create a Web Service in PHP, which can support MTOM/XOP. My Webservice Processing function shpuld be able to extract the attachment. As I googled I could find only WSF(Web Service Framework) as an answer. Is there any alternatives? I'm new…
Kris
  • 8,680
  • 4
  • 39
  • 67
0
votes
1 answer

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. Here is an example request message
edio
  • 652
  • 1
  • 8
  • 21
0
votes
1 answer

In WebSphere SOAP XOP attachments references are replaced with the attachment base64 value

I am facing the following problem: when sending SAAJ requests with MTOM attachments , the original request body looks like this
ceasar
  • 1
  • 4
0
votes
1 answer

What format is the Dump File in SoapUI?

I make a request to a Web-Service to download a file as an MTOM/XOP attachment; The file is an Excel file.xlsx; The response in the SoapUI tool comes back 200-OK, with typical soap-envelope, and the attachment is there in the SOAP-UI grid, and I can…
joedotnot
  • 4,810
  • 8
  • 59
  • 91
0
votes
0 answers

How to avoid XOP generation in CXF - behaviour changed between 3.3.2 and 3.3.4

This issue involves recent CXF change (3.3.2->3.3.4). We are sending a SOAP request to our partner with image contents On TomEE 8.0.0 (CXF 3.3.2), the SOAP request generated doesn't include XOP generation…
skay
  • 1,681
  • 1
  • 14
  • 13
0
votes
0 answers

How to send Content-id in Mtom/xop request using Python

I'm trying to send mtom/xop request using python behave. I'm not able to understand how can I send Content-id I am using python3 and xml payloads. Python code url = 'http://www.example.com' headers = { 'Content-Type': 'multipart/related;…
Asad
  • 33
  • 7
0
votes
0 answers

SOAPUI - GZ file in Response

I am using SOAPUI. It invokes a SOAP call, which downloads a gz file. The response includes a gz file. In the Attachments tab of the response, I do see a file abc.gz, with Content-type application/gzip, and Type XOP. I have tried setting up the…
user2689782
  • 747
  • 14
  • 31
0
votes
1 answer

JAX-WS CXF empty XOP multipart attachments with file size > ~210kb

I am using jax-ws cxf to load documents from a SOAP interface. I can get the correct document via SoapUI (xop/multipart). Unfortunately, when I try to load the attachment via code, the CachedOutputStream is empty for files greater than ~210kb. What…
jofroe
  • 431
  • 1
  • 5
  • 14
0
votes
1 answer

Remove XOP gunk from WS Response in Silverlight 3

I have a Silverlight client that I need to call a web service. The web service is built in Java and uses XOP encoding to attach binary messages to some of its calls. However, the Silverlight service only uses calls that do not include any binary…
Mark
  • 346
  • 1
  • 2
  • 10
0
votes
1 answer

Unable to decrypt MTOM/XOP attachment using SUDS (python)

I have a SOAP client that downloads a file from a server. The request has its body and attachment (the file) encrypted using two separate keys. Both keys are included in respective tags. I can decrypt the body no problem using…
ierdna
  • 5,753
  • 7
  • 50
  • 84
0
votes
2 answers

rest + xop / binary data embedded in xml response

I've been given the task to embed binary data (like pictures, music, thumbnails etc) into a xml metadata container in order to publish the whole package via REST interface. Currently we're using Jersey and spring in our project. I really don't want…
Tim
  • 1
  • 1
0
votes
1 answer

Rewriting "Content-Type" header and MIME boundaries with JAX-WS and MTOM/XOP

I have a specification I need to comply with, which makes some rather unusual demands (for historical reasons) when providing and using a Web Service using MTOM/XOP: To summarize, the Content-Type HTTP Header has to be coded like this: The…
dkessel
  • 43
  • 8
0
votes
2 answers

Bytes read as UTF8 string and converted to Base64

Forgive the lengthy setup here but I thought it may help to have the context... I am implementing a custom digital signature validation method in as part of a WCF service. We're using a custom method because various differing interpretations of some…
BearsEars
  • 849
  • 1
  • 13
  • 21
0
votes
3 answers

AMD xop check support

I have next problem: I have some tests related to xop check with using some Bulldozer (xop) instructions. And I must run this tests only on Bulldozer processors. How can I check that my processor supports xop instruction at compile-time? …
Laser
  • 6,652
  • 8
  • 54
  • 85
1 2
3