Hi, I'm generating a WS with annotation which works great. My issue is that one of my WS's methods accept a custom Object. In this object I have an attribute's type of "BigInteger". I have the getter and setter for this atribute. When I deploy it the wsdl generated create a "BigInteger" type which I understand as BigInteger is not defined in the xsd namespace "http://www.w3.org/2001/XMLSchema".
Is there any way to change the binding from the java BigInteger type to the xsd positiveInteger type ? Thanks in advance, Nicolas -- View this message in context: http://www.nabble.com/Customize-the-WSDL-generated.-t1480338.html#a4006623 Sent from the ServiceMix - User forum at Nabble.com.
