[Axis2] rpc/encoded can't work with googlesearch?

2006-12-27 Thread Tony Fang
Hi, there, When I try using the non-blocking mode to access the webservice of googlesearch, I always get the AxisFault: The prefix xsi for attribute xsi:type associated with an element type key is not bound. Did you meet this fault before? I attached the test code and wsdl file.

Re: [Axis2] How to Basic Authentication in client

2006-12-11 Thread Tony Fang
HttpTransportProperties.Authenticator(); basicAuth.setUsername(admin); basicAuth.setPassword(admin); Rgds, Dimuthu. - Original Message From: Tony Fang [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Tuesday, December 12, 2006 10:20:03 AM Subject: [Axis2] How to Basic

Re: [Axis2][SOAP]Can not output XML declaration, after other output has already been done.

2006-11-13 Thread Tony Fang
Yes, I find I Used wrong URL, and I should send the Operation instead of send whole SOAP Envelope. Thanks Tony 2006/11/13, Paul Fremantle [EMAIL PROTECTED]: TonyThe URL you are using is not a SOAP endpoint URL.Maybe that is what is wrong!? PaulOn 11/12/06, Tony Fang [EMAIL PROTECTED] wrote: Hi

[Axis2][SOAP]Can not output XML declaration, after other output has already been done.

2006-11-12 Thread Tony Fang
Hi, there.I always get the exception like org.apache.axis2.AxisFault: Can not outputXML declaration, after other output has already been done.; nested exceptionis: when I try to run the following code. Does some one also meet this AxisFault before?you can find the Web Service here, both WSDL

Re: [Axis2][SOAP]Can not output XML declaration, after other output has already been done.

2006-11-12 Thread Tony Fang
it?TaPaulOn 11/12/06, Tony Fang [EMAIL PROTECTED] wrote: Hi, there. I always get the exception like org.apache.axis2.AxisFault: Can not output XML declaration, after other output has already been done.; nested exception is: when I try to run the following code. Does some one also meet