problem to deploy a web service

2004-04-03 Thread Yoojin Hong
I deployed my web service as follows: java org.apache.axis.client.AdminClient - lhttp://localhost:8080/opendblp/services/wsPort deploy.wsddApr 3, 2004 12:58:07 PM org.apache.axis.client.AdminClient processINFO: Processing file deploy.wsddApr 3, 2004 12:58:08 PM org.apache.axis.client.AdminClient

NullPointerException!!

2004-04-03 Thread Yoojin Hong
I Got NullPointerException Error (like the below). Someone said that an application to send a request to my web service can send null value. But, I sent SOAP message including a legal value directly to the web service server. But, Still got the error. Could anyone help me?   type Exception report

Re: NullPointerException urgent!

2004-04-02 Thread Yoojin Hong
ecific...Let me know your results. - Original Message - From: Yoojin Hong To: [EMAIL PROTECTED] Sent: Thursday, April 01, 2004 11:34 PM Subject: NullPointerException urgent! Hi, I built a web service via Axis. Current I got this error. When I try the system a few days ago, it was oka

NullPointerException urgent!

2004-04-01 Thread Yoojin Hong
Hi, I built a web service via Axis. Current I got this error. When I try the system a few days ago, it was okay. But, now it gives me the error even though I didn't modify anything. I am working on public computer which my collegues share so I am thinking that something is modified by others. Anywa