JMeter is probably a good candidate then. I'll give it a shot.
On 11/23/2010 11:50 PM, Freeman Fang wrote:
Hi,
Just a quick note, you can put some tool like tcpmon between your cxf
client and C# server, from which you can dump the on-wire message.
Freeman
On 2010-11-24, at 下午3:41, Kurt wrote:
Daniel,
The debug facilities Redmond provides with C# Express leave something
to be desired. Is there a quick way to get a CXF client to dump the
XML source to file?
On 11/23/2010 05:20 AM, Daniel Kulp wrote:
On Tuesday 23 November 2010 12:08:05 am Kurt wrote:
I was unable to find a post regarding the issue, so I thought I'd
give a
heads-up.
I recently upgraded from 2.2.6 to 2.2.11 and my C# client stopped
working. Objects received from my JAXP service weren't being
de-serialized anymore. The XML looked fine, but the .NET libs were
choking on something. I could send data but any object I tried to
fetch
returned null on the C# side of things. Reverting to 2.2.6 fixed the
problem.
Hope this helps someone.
Not really. Is there any way you can capture the soap messages for
both
2.2.6 and 2.2.11 and do a full compare. Without at least that, I'm
not sure
even where to start looking as to what would be the cause.