Avatar

Level 1
Forgot to include generated code:

/**

* QueryType.as

* This file was auto-generated from WSDL by the Apache Axis2
generator modified by Adobe

* Any change made to this file will be overwritten when the
code is re-generated.

*/



package generated.webservices{

import mx.utils.ObjectProxy;

import flash.utils.ByteArray;

import mx.rpc.soap.types.*;

/**

* Wrapper class for a operation required type

*/



public class QueryType

{

/**

* Constructor, initializes the type class

*/

public function QueryType() {}



public var sortorder:String;

public var sortsequence:String;public function
toString():String

{

return sortorder.toString() + sortsequence.toString();

}



}

}