Re: [Axis2] Any way to use GoogleSearch.wsdl with Axis2?

2007-02-28 Thread Anne Thomas Manes

It's not possible. The Goggle API uses SOAP Encoding, and Axis2 does
not support SOAP Encoding. Try Axis 1.4 instead.

Anne

On 2/27/07, VinceK [EMAIL PROTECTED] wrote:


What would be the best way to use  http://api.google.com/GoogleSearch.wsdl
with Axis2?

--
View this message in context: 
http://www.nabble.com/-Axis2--Any-way-to-use-GoogleSearch.wsdl-with-Axis2--tf3306741.html#a9197924
Sent from the Axis - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Axis2] Any way to use GoogleSearch.wsdl with Axis2?

2007-02-27 Thread VinceK

What would be the best way to use  http://api.google.com/GoogleSearch.wsdl
with Axis2?

-- 
View this message in context: 
http://www.nabble.com/-Axis2--Any-way-to-use-GoogleSearch.wsdl-with-Axis2--tf3306741.html#a9197924
Sent from the Axis - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Axis2] Any way to use GoogleSearch.wsdl with Axis2?

2007-02-27 Thread VinceK

I just want to be able to use the webservice.
I Know that Axis2 does not support rpc/encoded.
I was just wondering if there is an alternative.


Christian Kloner wrote:
 
 depends what you want to do? just querying for yourself or do you want 
 to integrate the google search results into your application?
 
 VinceK wrote:
 What would be the best way to use 
 http://api.google.com/GoogleSearch.wsdl
 with Axis2?
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/-Axis2--Any-way-to-use-GoogleSearch.wsdl-with-Axis2--tf3306741.html#a9198012
Sent from the Axis - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Axis2] Any way to use GoogleSearch.wsdl with Axis2?

2007-02-27 Thread Amila Suriarachchi

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.