Using ksoap with Axis

2004-07-04 Thread Samuel Cheung
Title: Using ksoap with Axis Hi, Can I use ksoap on client with Axis on server? The article below describe using ksoap on client with Axis on server.  I wonder if I can use ksoap on client with Axis on server. If yes, can you please tell me where I can find an example. http://webservices

Use Axis to send binary Data

2004-06-30 Thread Samuel Cheung
Title: Use Axis to send binary Data Hi, I am new to Axis. I would like to know if there is an example/tutorial of sending Binary data using Axis? Thank you for any pointer. Sam

Modify HTTP header in the SOAP Connection

2004-03-06 Thread Samuel Cheung
Title: Modify HTTP header in the SOAP Connection Hi, How can I modify the http header of the HTTP post if I open up a SOAPConnection and send my SOAP message? Here is how I send the SOAP message: SOAPConnection con = SOAPConnection.newInstance(); responseMsg = con.call(mySOAPMessage, m

[newbie] Axis implementation of JAXM and SAAJ

2004-02-23 Thread Samuel Cheung
Title: [newbie] Axis implementation of JAXM and SAAJ Hi, Can someone please tell me which version of JAXM and SAAJ that AXIS is implementing? I compare the API in the saaj.jar in the AXIS distribution with the saaj-api.jar in JWSDP 1.3, they look different. Thanks in advance for any help.

How to add value to HTTP header in a SOAP connection

2004-02-20 Thread Samuel Cheung
Title: How to add value to HTTP header in a SOAP connection Hi, Could someone please tell me how to add http value to HTTP header in a SOAP connection?  SOAPConnectionFactory scFactory = SOAPConnectionFactory.newInstance();  SOAPConnection con = (SOAPConnection) scFactory.createConnecti

[newbie] How can I create a servlet which just listen for SOAP me ssage?

2004-02-05 Thread Samuel Cheung
Title: [newbie] How can I create a servlet which just listen for SOAP message? In the JAXM spec, there is a class JAXMServlet for listening SOAP message, but I can't find something equivalent in Axis? Could someone please tell me if there is a similar class for that purpose? On the related s

Using ksoap with Axis 1.1

2003-11-02 Thread Samuel Cheung
Title: Using ksoap with Axis 1.1 Hi, I am trying to setup a ksoap (not ksoap 2) client to communicate with axis 1.1 I get this exception in my ksoap client: SoapFault - faultcode: 'soapenv:Server.userException' faultstring: 'java.lang.reflect.InvocationTargetException' faultactor: 'null' d