org.apache.axis2.AxisFault: Mapping qname not fond for the package
28/12/2012 19:23
class WebService {
static expose=['axis2']
def saveLocation(int taxiNum,double lati, double longi, double vel) {
new Taxi(taxiNumber:taxiNum,location:new Location(latitude:lati,longitude:longi,velocidade:vel)).save(flush.true)
}
}
Para se registrar, clique aqui.