Bump... Please help!
Type: Posts; User: craigwarren; Keyword(s):
Bump... Please help!
Mada,
these posts are explaining the same problem (at least the second one is, I couldn't read the first), but not the solutions.
I know my files have a UTF-8 BOM as their first 3 bytes. I know...
Mada,
I don't see the solution there?
Hi,
I'm using Spring-WS 1.5.4 to run a MTOM web service using an axiomSoapMessageFactory (1.2.8). The Web service I am writting takes a XML file as an attachment. JaxB2 provides that attachment as...
I found the problem:
my wss4jSecurityInterceptor had an incorrect setup:
<property name="secureRequest" value="false" />
<property name="secureResponse" value="false" />
should have been
I've tried PayloadCaching=true, but as expected it results in an OutOfMemoryError when I transmit a large file.
I was using 1.2.7 of axiom and have upgraded to 1.2.8 but I still have the same...
Hi,
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...