You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Duffiana Jones <cd...@polydeme.fr> on 2001/06/12 15:15:34 UTC

Re: Problems with Examples

is the service correctly deployed under the SOAP endpoint ?

Erol Akarsu a écrit :
> 
> Adrian,
> 
> I have got same error.
> I am looking for somebody to help us
> 
> Erol Akarsu
> 
> Adrian Almenar wrote:
> 
> > When i try to access the stockquote example, i get this error i checked faq
> > and troubleshooting but i dindt get any answer.
> > Can someone helpme ?
> >
> > java samples.stockquote.GetQuote
> > http://localhost/apache-soap/servlet/rpcrouter IBM
> > Ouch, the call failed:
> >   Fault Code   = SOAP-ENV:Server.BadTargetObjectURI
> >   Fault String = Unable to resolve target object:
> >
> > Thanks Ina Advance,
> >
> > Adrian Almenar
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> > For additional commands, email: soap-user-help@xml.apache.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


Re: Problems with Examples

Posted by Erol Akarsu <ea...@cisco.com>.
Duffiana,

Yes.
After I have deployed, I queried by listing all of deployed services that says OK

Erol Akarsu

Duffiana Jones wrote:

> is the service correctly deployed under the SOAP endpoint ?
>
> Erol Akarsu a écrit :
> >
> > Adrian,
> >
> > I have got same error.
> > I am looking for somebody to help us
> >
> > Erol Akarsu
> >
> > Adrian Almenar wrote:
> >
> > > When i try to access the stockquote example, i get this error i checked faq
> > > and troubleshooting but i dindt get any answer.
> > > Can someone helpme ?
> > >
> > > java samples.stockquote.GetQuote
> > > http://localhost/apache-soap/servlet/rpcrouter IBM
> > > Ouch, the call failed:
> > >   Fault Code   = SOAP-ENV:Server.BadTargetObjectURI
> > >   Fault String = Unable to resolve target object:
> > >
> > > Thanks Ina Advance,
> > >
> > > Adrian Almenar
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> > > For additional commands, email: soap-user-help@xml.apache.org
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> > For additional commands, email: soap-user-help@xml.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


Re: Problems with Examples

Posted by Erol Akarsu <ea...@cisco.com>.
Duffiana,

Yes.
After I have deployed, I queried by listing all of deployed services that says OK

Erol Akarsu

Duffiana Jones wrote:

> is the service correctly deployed under the SOAP endpoint ?
>
> Erol Akarsu a écrit :
> >
> > Adrian,
> >
> > I have got same error.
> > I am looking for somebody to help us
> >
> > Erol Akarsu
> >
> > Adrian Almenar wrote:
> >
> > > When i try to access the stockquote example, i get this error i checked faq
> > > and troubleshooting but i dindt get any answer.
> > > Can someone helpme ?
> > >
> > > java samples.stockquote.GetQuote
> > > http://localhost/apache-soap/servlet/rpcrouter IBM
> > > Ouch, the call failed:
> > >   Fault Code   = SOAP-ENV:Server.BadTargetObjectURI
> > >   Fault String = Unable to resolve target object:
> > >
> > > Thanks Ina Advance,
> > >
> > > Adrian Almenar
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> > > For additional commands, email: soap-user-help@xml.apache.org
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> > For additional commands, email: soap-user-help@xml.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


RE: Problems with Examples

Posted by "Matthew J. Duftler" <du...@watson.ibm.com>.
Hi Adrian,

>From the command-line where you start Tomcat (or whatever server you're
using), type:

javap samples.stockquote.StockQuoteService

Can it resolve the class?

Note that this assumes you installed it by adding a <context-root> and
manually setting your server's classpath, and not by copying the soap.war
into the webapps directory.

Thanks,
-Matt

> -----Original Message-----
> From: Adrian Almenar [mailto:aalmenar@conectium.com]
> Sent: Tuesday, June 12, 2001 2:03 PM
> To: soap-user@xml.apache.org
> Subject: RE: Problems with Examples
>
>
> Sorry, but i didnt work have another idea ??
> i rewriting again the error.
>
> > > Ouch, the call failed:
> > >   Fault Code   = SOAP-ENV:Server.BadTargetObjectURI
> > >   Fault String = Unable to resolve target object:
>
>
> Adrian Almenar
>
>
> If you see the service on the Apache SOAP admin, that means that
> all is good
> on the server behalf for xerces.jar, soap.jar...
> The problem is the samples. Try to add "set
> CLASSPATH=C:\Soap_2.2;%CLASSPATH%" to your server classpath. This error
> happens when the SOAP implementation tries to create an instance of the
> samples.stockquote class.
>
> Christian BERNARD
> NAGORA Technologies
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


RE: Problems with Examples

Posted by Christian Bernard <cb...@nagora.com>.
Hi Adrian,

Here is a little more help.

This is what I added in my Tomcat.bat file (behind the "set CLASSPATH=%CP%"
statement) :

echo.
echo Using CLASSPATH: %CP%
echo.
set CLASSPATH=%CP%

set CLASSPATH=C:\Xerces_1.4.0\xerces.jar;%CLASSPATH%
set CLASSPATH=C:\Soap_2.2\lib\soap.jar;%CLASSPATH%
set CLASSPATH=C:\JavaMail_1.1.3\mail.jar;%CLASSPATH%
set CLASSPATH=C:\Jaf_1.0.1\activation.jar;%CLASSPATH%
set CLASSPATH=C:\Soap_2.2;%CLASSPATH%

And then, this is what I added in my
"C:\Soap_2.2\samples\stockquote\testit.cmd" file :

set CLASSPATH=..\..;%CLASSPATH%
set CLASSPATH=C:\Xerces_1.4.0\xerces.jar;%CLASSPATH%
set CLASSPATH=..\..\lib\soap.jar;%CLASSPATH%
set CLASSPATH=C:\JavaMail_1.1.3\mail.jar;%CLASSPATH%
set CLASSPATH=C:\Jaf_1.0.1\activation.jar;%CLASSPATH%

For the deployment, I've put a copy of soap.war into the
"C:\Tomcat_3.2.2\webapps" directory.
I added the following lines to the "C:\Tomcat_3.2.2\conf\server.xml" in
order to recognize the new web application soap :

        <Context path="/soap"
                 docBase="webapps/soap"
                 crossContext="true"
                 debug="1"
                 reloadable="true"
                 trusted="false" >
        </Context>

After doing that and restarting the server, you should see something like
that (if the http://www.xmltoday.com server is up) :

This test assumes a server URL of
http://localhost:8080/soap/servlet/rpcrouter
Deploying the stockquote service...
.
Verify that it's there
Deployed Services:
        urn:xmltoday-delayed-quotes
.
Running the stockquote test
118.12
.
Undeploy it now
.
Verify that it's gone
Deployed Services:

Hope this will help !

Christian BERNARD
NAGORA Technologies

-----Original Message-----
From: Adrian Almenar [mailto:aalmenar@conectium.com]
Sent: Tuesday, June 12, 2001 8:03 PM
To: soap-user@xml.apache.org
Subject: RE: Problems with Examples


Sorry, but i didnt work have another idea ??
i rewriting again the error.

> > Ouch, the call failed:
> >   Fault Code   = SOAP-ENV:Server.BadTargetObjectURI
> >   Fault String = Unable to resolve target object:


Adrian Almenar


If you see the service on the Apache SOAP admin, that means that all is good
on the server behalf for xerces.jar, soap.jar...
The problem is the samples. Try to add "set
CLASSPATH=C:\Soap_2.2;%CLASSPATH%" to your server classpath. This error
happens when the SOAP implementation tries to create an instance of the
samples.stockquote class.

Christian BERNARD
NAGORA Technologies



---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


RE: Problems with Examples

Posted by "Matthew J. Duftler" <du...@watson.ibm.com>.
Hi Adrian,

>From the command-line where you start Tomcat (or whatever server you're
using), type:

javap samples.stockquote.StockQuoteService

Can it resolve the class?

Note that this assumes you installed it by adding a <context-root> and
manually setting your server's classpath, and not by copying the soap.war
into the webapps directory.

Thanks,
-Matt

> -----Original Message-----
> From: Adrian Almenar [mailto:aalmenar@conectium.com]
> Sent: Tuesday, June 12, 2001 2:03 PM
> To: soap-user@xml.apache.org
> Subject: RE: Problems with Examples
>
>
> Sorry, but i didnt work have another idea ??
> i rewriting again the error.
>
> > > Ouch, the call failed:
> > >   Fault Code   = SOAP-ENV:Server.BadTargetObjectURI
> > >   Fault String = Unable to resolve target object:
>
>
> Adrian Almenar
>
>
> If you see the service on the Apache SOAP admin, that means that
> all is good
> on the server behalf for xerces.jar, soap.jar...
> The problem is the samples. Try to add "set
> CLASSPATH=C:\Soap_2.2;%CLASSPATH%" to your server classpath. This error
> happens when the SOAP implementation tries to create an instance of the
> samples.stockquote class.
>
> Christian BERNARD
> NAGORA Technologies
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


RE: Problems with Examples

Posted by Christian Bernard <cb...@nagora.com>.
Hi Adrian,

Here is a little more help.

This is what I added in my Tomcat.bat file (behind the "set CLASSPATH=%CP%"
statement) :

echo.
echo Using CLASSPATH: %CP%
echo.
set CLASSPATH=%CP%

set CLASSPATH=C:\Xerces_1.4.0\xerces.jar;%CLASSPATH%
set CLASSPATH=C:\Soap_2.2\lib\soap.jar;%CLASSPATH%
set CLASSPATH=C:\JavaMail_1.1.3\mail.jar;%CLASSPATH%
set CLASSPATH=C:\Jaf_1.0.1\activation.jar;%CLASSPATH%
set CLASSPATH=C:\Soap_2.2;%CLASSPATH%

And then, this is what I added in my
"C:\Soap_2.2\samples\stockquote\testit.cmd" file :

set CLASSPATH=..\..;%CLASSPATH%
set CLASSPATH=C:\Xerces_1.4.0\xerces.jar;%CLASSPATH%
set CLASSPATH=..\..\lib\soap.jar;%CLASSPATH%
set CLASSPATH=C:\JavaMail_1.1.3\mail.jar;%CLASSPATH%
set CLASSPATH=C:\Jaf_1.0.1\activation.jar;%CLASSPATH%

For the deployment, I've put a copy of soap.war into the
"C:\Tomcat_3.2.2\webapps" directory.
I added the following lines to the "C:\Tomcat_3.2.2\conf\server.xml" in
order to recognize the new web application soap :

        <Context path="/soap"
                 docBase="webapps/soap"
                 crossContext="true"
                 debug="1"
                 reloadable="true"
                 trusted="false" >
        </Context>

After doing that and restarting the server, you should see something like
that (if the http://www.xmltoday.com server is up) :

This test assumes a server URL of
http://localhost:8080/soap/servlet/rpcrouter
Deploying the stockquote service...
.
Verify that it's there
Deployed Services:
        urn:xmltoday-delayed-quotes
.
Running the stockquote test
118.12
.
Undeploy it now
.
Verify that it's gone
Deployed Services:

Hope this will help !

Christian BERNARD
NAGORA Technologies

-----Original Message-----
From: Adrian Almenar [mailto:aalmenar@conectium.com]
Sent: Tuesday, June 12, 2001 8:03 PM
To: soap-user@xml.apache.org
Subject: RE: Problems with Examples


Sorry, but i didnt work have another idea ??
i rewriting again the error.

> > Ouch, the call failed:
> >   Fault Code   = SOAP-ENV:Server.BadTargetObjectURI
> >   Fault String = Unable to resolve target object:


Adrian Almenar


If you see the service on the Apache SOAP admin, that means that all is good
on the server behalf for xerces.jar, soap.jar...
The problem is the samples. Try to add "set
CLASSPATH=C:\Soap_2.2;%CLASSPATH%" to your server classpath. This error
happens when the SOAP implementation tries to create an instance of the
samples.stockquote class.

Christian BERNARD
NAGORA Technologies



---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


RE: Problems with Examples

Posted by Adrian Almenar <aa...@conectium.com>.
Sorry, but i didnt work have another idea ??
i rewriting again the error.

> > Ouch, the call failed:
> >   Fault Code   = SOAP-ENV:Server.BadTargetObjectURI
> >   Fault String = Unable to resolve target object:


Adrian Almenar


If you see the service on the Apache SOAP admin, that means that all is good
on the server behalf for xerces.jar, soap.jar...
The problem is the samples. Try to add "set
CLASSPATH=C:\Soap_2.2;%CLASSPATH%" to your server classpath. This error
happens when the SOAP implementation tries to create an instance of the
samples.stockquote class.

Christian BERNARD
NAGORA Technologies



---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


RE: Problems with Examples

Posted by Adrian Almenar <aa...@conectium.com>.
Sorry, but i didnt work have another idea ??
i rewriting again the error.

> > Ouch, the call failed:
> >   Fault Code   = SOAP-ENV:Server.BadTargetObjectURI
> >   Fault String = Unable to resolve target object:


Adrian Almenar


If you see the service on the Apache SOAP admin, that means that all is good
on the server behalf for xerces.jar, soap.jar...
The problem is the samples. Try to add "set
CLASSPATH=C:\Soap_2.2;%CLASSPATH%" to your server classpath. This error
happens when the SOAP implementation tries to create an instance of the
samples.stockquote class.

Christian BERNARD
NAGORA Technologies



---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


RE: Problems with Examples

Posted by Christian Bernard <cb...@nagora.com>.
If you see the service on the Apache SOAP admin, that means that all is good
on the server behalf for xerces.jar, soap.jar...
The problem is the samples. Try to add "set
CLASSPATH=C:\Soap_2.2;%CLASSPATH%" to your server classpath. This error
happens when the SOAP implementation tries to create an instance of the
samples.stockquote class.

Christian BERNARD
NAGORA Technologies

-----Original Message-----
From: Adrian Almenar [mailto:aalmenar@conectium.com]
Sent: Tuesday, June 12, 2001 7:02 PM
To: soap-user@xml.apache.org
Subject: RE: Problems with Examples


well i deployed the service, an i see it on Apache SOAP tool admin.
im using tomcat 3.3 milestone 2, i have all the classes in WEB-INF/classes
and the jar files in WEB-INF/lib
Im also using win2k, the client classpath is:

c:\soap-2_2\lib\activation.jar;c:\soap-2_2\lib\bsf.jar;c:\soap-2_2\lib\mail.
api;
c:\soap-2_2\lib\mailapi.jar;c:\soap-2_2\lib\pop3.jar;c:\soap-2_2\lib\soap.ja
r;c:
\soap-2_2\lib\xerces_1_4_0.jar;c:\soap-2_2\lib\xml4j.jar;c:\soap-2_2\lib\xmi
soap
.jar;.

if you need something more to know ask me ! =)

>is the service correctly deployed under the SOAP endpoint ?

How can i know this ???


Adrian ALmenar



>Erol Akarsu a écrit :
>
> Adrian,
>
> I have got same error.
> I am looking for somebody to help us
>
> Erol Akarsu
>
> Adrian Almenar wrote:
>
> > When i try to access the stockquote example, i get this error i checked
faq
> > and troubleshooting but i dindt get any answer.
> > Can someone helpme ?
> >
> > java samples.stockquote.GetQuote
> > http://localhost/apache-soap/servlet/rpcrouter IBM
> > Ouch, the call failed:
> >   Fault Code   = SOAP-ENV:Server.BadTargetObjectURI
> >   Fault String = Unable to resolve target object:
> >
> > Thanks Ina Advance,
> >
> > Adrian Almenar
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> > For additional commands, email: soap-user-help@xml.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


RE: Problems with Examples

Posted by Christian Bernard <cb...@nagora.com>.
If you see the service on the Apache SOAP admin, that means that all is good
on the server behalf for xerces.jar, soap.jar...
The problem is the samples. Try to add "set
CLASSPATH=C:\Soap_2.2;%CLASSPATH%" to your server classpath. This error
happens when the SOAP implementation tries to create an instance of the
samples.stockquote class.

Christian BERNARD
NAGORA Technologies

-----Original Message-----
From: Adrian Almenar [mailto:aalmenar@conectium.com]
Sent: Tuesday, June 12, 2001 7:02 PM
To: soap-user@xml.apache.org
Subject: RE: Problems with Examples


well i deployed the service, an i see it on Apache SOAP tool admin.
im using tomcat 3.3 milestone 2, i have all the classes in WEB-INF/classes
and the jar files in WEB-INF/lib
Im also using win2k, the client classpath is:

c:\soap-2_2\lib\activation.jar;c:\soap-2_2\lib\bsf.jar;c:\soap-2_2\lib\mail.
api;
c:\soap-2_2\lib\mailapi.jar;c:\soap-2_2\lib\pop3.jar;c:\soap-2_2\lib\soap.ja
r;c:
\soap-2_2\lib\xerces_1_4_0.jar;c:\soap-2_2\lib\xml4j.jar;c:\soap-2_2\lib\xmi
soap
.jar;.

if you need something more to know ask me ! =)

>is the service correctly deployed under the SOAP endpoint ?

How can i know this ???


Adrian ALmenar



>Erol Akarsu a écrit :
>
> Adrian,
>
> I have got same error.
> I am looking for somebody to help us
>
> Erol Akarsu
>
> Adrian Almenar wrote:
>
> > When i try to access the stockquote example, i get this error i checked
faq
> > and troubleshooting but i dindt get any answer.
> > Can someone helpme ?
> >
> > java samples.stockquote.GetQuote
> > http://localhost/apache-soap/servlet/rpcrouter IBM
> > Ouch, the call failed:
> >   Fault Code   = SOAP-ENV:Server.BadTargetObjectURI
> >   Fault String = Unable to resolve target object:
> >
> > Thanks Ina Advance,
> >
> > Adrian Almenar
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> > For additional commands, email: soap-user-help@xml.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


RE: Problems with Examples

Posted by Adrian Almenar <aa...@conectium.com>.
well i deployed the service, an i see it on Apache SOAP tool admin.
im using tomcat 3.3 milestone 2, i have all the classes in WEB-INF/classes
and the jar files in WEB-INF/lib
Im also using win2k, the client classpath is:

c:\soap-2_2\lib\activation.jar;c:\soap-2_2\lib\bsf.jar;c:\soap-2_2\lib\mail.
api;
c:\soap-2_2\lib\mailapi.jar;c:\soap-2_2\lib\pop3.jar;c:\soap-2_2\lib\soap.ja
r;c:
\soap-2_2\lib\xerces_1_4_0.jar;c:\soap-2_2\lib\xml4j.jar;c:\soap-2_2\lib\xmi
soap
.jar;.

if you need something more to know ask me ! =)

>is the service correctly deployed under the SOAP endpoint ?

How can i know this ???


Adrian ALmenar



>Erol Akarsu a écrit :
>
> Adrian,
>
> I have got same error.
> I am looking for somebody to help us
>
> Erol Akarsu
>
> Adrian Almenar wrote:
>
> > When i try to access the stockquote example, i get this error i checked
faq
> > and troubleshooting but i dindt get any answer.
> > Can someone helpme ?
> >
> > java samples.stockquote.GetQuote
> > http://localhost/apache-soap/servlet/rpcrouter IBM
> > Ouch, the call failed:
> >   Fault Code   = SOAP-ENV:Server.BadTargetObjectURI
> >   Fault String = Unable to resolve target object:
> >
> > Thanks Ina Advance,
> >
> > Adrian Almenar
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> > For additional commands, email: soap-user-help@xml.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


RE: Problems with Examples

Posted by Adrian Almenar <aa...@conectium.com>.
well i deployed the service, an i see it on Apache SOAP tool admin.
im using tomcat 3.3 milestone 2, i have all the classes in WEB-INF/classes
and the jar files in WEB-INF/lib
Im also using win2k, the client classpath is:

c:\soap-2_2\lib\activation.jar;c:\soap-2_2\lib\bsf.jar;c:\soap-2_2\lib\mail.
api;
c:\soap-2_2\lib\mailapi.jar;c:\soap-2_2\lib\pop3.jar;c:\soap-2_2\lib\soap.ja
r;c:
\soap-2_2\lib\xerces_1_4_0.jar;c:\soap-2_2\lib\xml4j.jar;c:\soap-2_2\lib\xmi
soap
.jar;.

if you need something more to know ask me ! =)

>is the service correctly deployed under the SOAP endpoint ?

How can i know this ???


Adrian ALmenar



>Erol Akarsu a écrit :
>
> Adrian,
>
> I have got same error.
> I am looking for somebody to help us
>
> Erol Akarsu
>
> Adrian Almenar wrote:
>
> > When i try to access the stockquote example, i get this error i checked
faq
> > and troubleshooting but i dindt get any answer.
> > Can someone helpme ?
> >
> > java samples.stockquote.GetQuote
> > http://localhost/apache-soap/servlet/rpcrouter IBM
> > Ouch, the call failed:
> >   Fault Code   = SOAP-ENV:Server.BadTargetObjectURI
> >   Fault String = Unable to resolve target object:
> >
> > Thanks Ina Advance,
> >
> > Adrian Almenar
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> > For additional commands, email: soap-user-help@xml.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org