Enable @Action inspection when create service from wsdl

2010-06-10 Thread jim ma
Hi all, When there is no wsaw:action specified in wsdl input/out : http://schemas.xmlsoap.org/soap/http"; style="document" />

How to send attachment in response to a web service call

2010-06-10 Thread Naresh Tallapelli
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

Re: How to send attachment in response to a web service call

2010-06-10 Thread Daniel Kulp
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

Re: Enable @Action inspection when create service from wsdl

2010-06-10 Thread Daniel Kulp
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