Hi

Please keep CC-ing to the users list.
It is actually the first time I'm seeing the unqualified schema elements generated, I guess somehow the prefix is set to be empty. Perhaps in the package-level declaration or in some other piece of configuration ?

Cheers, Sergey
On 08/05/15 18:28, satya wrote:
Hi Sergey,
Attached herewith a WADL generated for one of the resource classes by
WadlGenerator (CXF runtime without the maven plugin) using JAXB.
I had few questions regarding the same:
1. All generated elements in the schema are of <xs:complexType/> and the
elementFormDefault are always "unqualified". Is this fine?
2. If this is fine then is the following declaration is correct ?
<resource path="/storemember">
<method name="POST">
<request>
<param name="security_token" style="header" type="xs:string"/>
<representation mediaType="application/xml" element="SimpleMember"/>
<representation mediaType="application/json" element="SimpleMember"/>
</request>
<response status="204"/>
</method>
</resource>
3. Though I am able to create client stubs using CXF WADL2Java tool
consuming my own service WADL, I am not able to create sample requests
using SOAP-UI, the way we used to do it for SOAP-WSDL.
Would you please suggest the changes to the generated WADL so that we
can automatically create REST requests using SOAP-UI like tool.

Thanks,
Satyajit


--
Sergey Beryozkin

Talend Community Coders
http://coders.talend.com/

Blog: http://sberyozkin.blogspot.com

Reply via email to