WSDL validator tool and WS-I checks

2011-02-07 Thread robert
Consider the online help for the WSDL validator tool: http://cxf.apache.org/docs/wsdlvalidator.html. The text states that the following check is performed: "Validate the WSDL document against custom validation rules, such as those defined by the Web Services Interoperability (WS-I) organizatio

WSDL validator tool and WS-I checks

2011-02-07 Thread robert
Consider the online help for the WSDL validator tool: http://cxf.apache.org/docs/wsdlvalidator.html. The text states that the following check is performed: "Validate the WSDL document against custom validation rules, such as those defined by the Web Services Interoperability (WS-I) organizatio

Re: WSDL validator tool and WS-I checks

2011-02-07 Thread Daniel Kulp
On Monday 07 February 2011 9:55:42 am robert wrote: > Consider the online help for the WSDL validator tool: > http://cxf.apache.org/docs/wsdlvalidator.html. > > The text states that the following check is performed: "Validate the > WSDL document against custom validation rules, such as those defin

Re: WSDL validator tool and WS-I checks

2011-02-07 Thread robert
My group has a requirement to validate published WSDLs for compliance against the WS-I Basic Security Profile. Perhaps I have misunderstood the requirement, in relationship to the 'published' sense? Or perhaps, the requirement could be refined further. On Mon, 7 Feb 2011 10:20:04 -0500, Daniel

Re: WSDL validator tool and WS-I checks

2011-02-07 Thread Daniel Kulp
On Monday 07 February 2011 10:39:21 am robert wrote: > My group has a requirement to validate published WSDLs for compliance > against the WS-I Basic Security Profile. > > Perhaps I have misunderstood the requirement, in relationship to the > 'published' sense? Or perhaps, the requirement could b

Re: WSDL validator tool and WS-I checks

2011-02-07 Thread robert
Okay. I did open up a JIRA issue request (https://issues.apache.org/jira/browse/CXF-3312) based on text from our group related to a different system, "validate published WSDL files for compliance with WS-I Basic Security Profile". Perhaps the requirement is invalid, and so should be the issue? I

Splitting the packaging

2011-02-07 Thread robert
This thread (http://stackoverflow.com/questions/2704700/java-rest-implementation-jersey-vs-cxf) states, "CXF is packaged up with SOAP stack support so you bring in a lot of SOAP-related weight you'll never use when you build a RESTful system. (There are plans to split the packaging as far as I

Re: Splitting the packaging

2011-02-07 Thread Benson Margulies
It is split. You can deploy just the jars you need. On Mon, Feb 7, 2011 at 12:53 PM, robert wrote: > This thread > (http://stackoverflow.com/questions/2704700/java-rest-implementation-jersey-vs-cxf) > states, "CXF is packaged up with SOAP stack support so you bring in a lot of > SOAP-related weig

Re: Splitting the packaging

2011-02-07 Thread Sergey Beryozkin
Hi CXF JAX-RS depends on cxf-api, cxf-rt-core, cxf-common, cxf-rt-transports-http and the xml binding. cxf-rt-transports-http-jetty is still required in some cases - JIRA is open; cxf-api has some WSDL-related interfaces and thus a wsdl4j dependency is still needed - two JIRAs are opened - one i