http://cwiki.apache.org/CXF20DOC/simple-frontend.html
http://cwiki.apache.org/CXF20DOC/jax-ws.html

In the "code first" model where the above two CXF approaches
dynamically produce the WSDL on deployment, is the WSDL .NET and
interop compliant?   ie: Can I hit the ?WSDL URL with .NET and get
WSDL that C#.NET can consume to make a client?

Does .NET produce WSDL that can be consumed by the CXF factories to
produce a client?  What are the rules for producing the interface to
go with the WSDL?  It looks like for clients the ___impl Class is
bytecode produced by the CXF engine so no concrete bean POJO need be
written just the interface?

What about JSON?  Let's say I want the client to use JSON and make a
call to something like a service written with vraptor.org ?

Thank you,

Reply via email to