Hi all, When there is no wsaw:action specified in wsdl input/out :
http://schemas.xmlsoap.org/soap/http";
style="document" />
HI All,
I am using CXF-2.1.2 version. I have a requirement to send an attachment
from web services server to the client as part of one web service call
response. I have created the response element as following in wsdl file,
*
*
When web service operation is called i am creating "FileDataHandle
My suggestion would be to update to CXF 2.2.9. There were a lot of fixes
that were put around various streaming attachment handling that may have
likely fixed this already.
I don't know if the 2.1.10 release (last on 2.1.x) would have all the
attachment fixes or not.
Dan
On Thursday 10
I'm really kind of torn on this.
On one hand, the wsdl would normally be considered the contract. If it's
expecting non-default Actions, those should be in the contract.The code
should be generated off that contract.Modifying the generated SEI is
normally considered a bad idea.
On