try to use the RawXMLINOutMessageReceiver see http://ws.apache.org/axis2/1_0/userguide.html
What you can do is to go through the wsdl file and find out the expecting request by the google search service. Then write the similar OMElement in your client and send it. Then you will receive the request as an OMElement and you have to get data from it. -- Amila Suriarachchi, WSO2 Inc.
