Hi, Maybe SOAPMessage is slow because you are internally building the object using DOM? I suppose one of the stream based Source variants should perform better. regards, aki
2015-07-16 4:09 GMT+02:00 iris ding <[email protected]>: > HI guys, > Looking at the introduction for: > http://cxf.apache.org/docs/jax-ws-dispatch-api.html > > We supported below dataTypes: > javax.xml.transform.Source > javax.xml.soap.SOAPMessage > javax.activation.DataSource > JAXB > > Currently we are using javax.xml.soap.SOAPMessage and it's performance is > very bad. Do you know what dataType is suggested to gain best performance > when using the Dispatch API? Or is there any CXF internal dataType that can > be used to gain best performance? > > > Thanks & Best Regards, > > Iris Ding > > > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/What-dataType-in-Dispatch-API-should-I-use-to-gain-best-performance-tp5759221.html > Sent from the cxf-dev mailing list archive at Nabble.com.
