|
|
|
[
Permlink
| « Hide
]
Dan Diephouse - 12/Jul/06 07:47 AM
Ok, we'll check this out. Thanks.
Seems we weren't saving a reference to every attachment in some cases. I fixed this in SVN. Thanks for the report. Hopefully builds will be out soon of 1.2. In the meantime you can find the fix in trunk in SVN.
Thanks - this works great in 1.2RC when MTOM is enabled.
However - when I turn off MTOM at the client side this error reappears. Perhaps I'm trying to do something stupid - but I may need to support third party clients that don't support MTOM. If I have the following in my wsdl: and I want a older SOAP client that doesn't support MTOM to send the data - should this work? What I did in one of my test clients was to remove this statement: In both cases I got: Should I make a separate WSDL for the non-MTOM clients where I replace the data type with 'string' - or can I use the same implementation on my server side but let the client decide if it's going to stream and/or do the XOP stuff? Thanks! |
|||||||||||||||||||||||||||||||||||||||||||||||||||