RE: Service being called Twice

2004-01-18 Thread Abhinav Maheshwari
Hi Mark, I have deployed an echo service on my axis and tried using your code. (The only difference is that I have used FileInputStream instead of PurchaseOrder.xml) It makes a single call. Is it possible that your external code is calling the execute() method twice ? I can try it again with your

RE: Service being called Twice

2004-01-18 Thread Mark Melia
Just wondering if anyone can help me out I am calling a SOAP service but it is being called twice, firstly with a document set to null and then with the XML document I have specified. Below is the calling method: public String execute() throws Exception{ try{ String endp

Axis package documentation

2004-01-18 Thread Moshe Foger
Title: Message Hi,   The Axis software looks very nice. Unfortunately, I've found very little documentation on how to actually use it.   I'm trying to use Axis on the client side to allow access to existing JMS services.   It appears that the WSDL2JAVA generated code cannot access JMS serv