Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-18 Thread Nishant_Awasthi
Hey Scott... I am able to run my first SOAP-Servlet program successfully as we have discussed in emails below. I am now making something more complex nowA telephone directory look-up service. Lets see where it takes me. Thanks ---

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-11 Thread Nishant_Awasthi
Scott. You got it... This is absolutely the same thing I wanted to do Let me try to figure out how this can be done I will email you if I have some problem.. Thanks -- Nishant Aw

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-11 Thread Scott Nichol
> You have correctly visualized the whole situation: > > >First, let me try re-phrasing what you've said to see if I understand. > >1. An Apache SOAP service is deployed on machine A. > >2. An HTML page is on machine B. > >3. The HTML page has a form that will invoke a servlet on machine ? when >

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-11 Thread Nishant_Awasthi
ams(params); Response resp; try { resp = call.invoke(url, ""); } catch (...) { ... } // create HTML from resp } Scott Nichol - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thur

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-11 Thread Scott Nichol
{ resp = call.invoke(url, ""); } catch (...) { ... } // create HTML from resp } Scott Nichol - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 11, 2002 10:31 AM Subject: Re: Bad

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-11 Thread Nishant_Awasthi
Hello Scott... I want to add a SOAP ENVELOPE in my java servlet such that It should be able to detect the webservice and give me the response. Let me make it more clear. 1. I want to depoly a service first of all on say MACHINE A. 2. Then On MACHINE B, I want to run a simple html page which wi

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-11 Thread Nishant_Awasthi
dnesday, July 10, 2002 4:17 PM Subject: Re: BadTargetObjectURI problem:: Please guide me !!! > > I would like to thank you Scott > At least I am able to run the the sample (SOAP) that is address book as > discussed in > http://www.scottnichol.com/apachesoapinstall.htm. > &

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-10 Thread Scott Nichol
restart Tomcat, although I don't think I've checked to determine whether this is really necessary. Scott - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 10, 2002 4:17 PM Subject: Re: BadTargetObjectURI problem:: Please guid

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-10 Thread Nishant_Awasthi
, 2002 12:45 Subject: Re: BadTargetObjectURI problem:: Please guide me !!! > > Hello Scott. > > As discussed in your previous mail I have successfully installed tomcat > 4.0.4 and soap 2.2 > and set the classpath properly. > > 1. Now tomcat is running properly. > 2. I have d

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-10 Thread Scott Nichol
, 2002 12:45 Subject: Re: BadTargetObjectURI problem:: Please guide me !!! > > Hello Scott. > > As discussed in your previous mail I have successfully installed tomcat > 4.0.4 and soap 2.2 > and set the classpath properly. > > 1. Now tomcat is running properly. > 2. I have d

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-10 Thread Nishant_Awasthi
nnot > find the class Hello to load. > > Do you have the freedom to use another version of Apache SOAP and/or > another > version of Tomcat? Apache SOAP installs very smoothly on Tomcat 4.0. > > Scott > > - Original Message - > From: <[EMAIL PROTECTED]> > T

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-10 Thread Nishant_Awasthi
nichol.com/apachesoapinstall.htm. Scott Nichol - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 10, 2002 8:29 AM Subject: Re: BadTargetObjectURI problem:: Please guide me !!! > > Hello Scott.. > > I have freedom to use different ve

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-10 Thread Scott Nichol
ott Nichol - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 10, 2002 8:29 AM Subject: Re: BadTargetObjectURI problem:: Please guide me !!! > > Hello Scott.. > > I have freedom to use different version of SOAP and Tomcat. > Do

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-10 Thread Nishant_Awasthi
lt;[EMAIL PROTECTED]> Sent: Tuesday, July 09, 2002 3:09 PM Subject: Re: BadTargetObjectURI problem:: Please guide me !!! > > I am using follwing non-working link in my DeploymentDescriptor.xml file > while depolying my web service: > > http://xml.apache.org/xml-soap/deployment > &g

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-09 Thread Scott Nichol
- Original Message - From: "Scott Nichol" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 09, 2002 5:03 PM Subject: Re: BadTargetObjectURI problem:: Please guide me !!! > That is an abstract URI to specify the namespace. It is OK. You have > successfully

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-09 Thread Scott Nichol
smoothly on Tomcat 4.0. Scott - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 09, 2002 3:09 PM Subject: Re: BadTargetObjectURI problem:: Please guide me !!! > > I am using follwing non-working link in my DeploymentDescripto

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-09 Thread Nishant_Awasthi
. Scott Nichol - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, July 09, 2002 2:09 PM Subject: Re: BadTargetObjectURI problem:: Please guide me !!! > > Hello Scott. > > Thanks for replying. >

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-09 Thread Nishant_Awasthi
I am using follwing non-working link in my DeploymentDescriptor.xml file while depolying my web service: http://xml.apache.org/xml-soap/deployment Is non-working of this link is not creating the problem in proper deployment of the service class. this file is attached below: http://xml.apache.

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-09 Thread Nishant_Awasthi
uesday, July 09, 2002 2:09 PM Subject: Re: BadTargetObjectURI problem:: Please guide me !!! > > Hello Scott. > > Thanks for replying. > > Here are the steps of installation and configuration: > > 1. I have installed Tomcat 3.2.4 at C:\jakarta-tomcat-3.2.4 > 2. Then I do

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-09 Thread Scott Nichol
/WEB-INF/classes. Scott Nichol - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, July 09, 2002 2:09 PM Subject: Re: BadTargetObjectURI problem:: Please guide me !!! > > Hello Scott. > > Thanks for re

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-09 Thread Nishant_Awasthi
Hello Scott. Thanks for replying. Here are the steps of installation and configuration: 1. I have installed Tomcat 3.2.4 at C:\jakarta-tomcat-3.2.4 2. Then I downloaded soap-bin-2.0.zip on harddisk and unzipped to create C: \soap-2_0 folder which contained docs,lib,samples and webapps fold

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-09 Thread Scott Nichol
Can you provide a little more information about how you installed Apache SOAP with Tomcat. For example, did you edit tomcat.bat? If so, what change did you make. Did you install Apache SOAP as a war, or did you unjar it yourself, or did you build the webapps directory manually? Did you add a c