Hi All, I am developing a webservice with pattern authentication. Is it possible to do it with Tuscany?. Following is the example of WSDL part suppose to be generated from Java.
<xsd:restriction base=*"xsd:string"*> <xsd:pattern value=*"[A-Z]"*/> </xsd:restriction> Thanks, Nishant
