RE: Axis Web Service issue

2008-08-26 Thread Shah, Sumit
You might be able to do it by changing the web.xml entry in the war
file.

 

Thanks

Sumit

 



From: sarika pramod [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 26, 2008 12:29 PM
To: axis-user@ws.apache.org
Cc: [EMAIL PROTECTED]
Subject: Re: Axis Web Service issue

 

Hi Anne,

 

I have the web service code in a war file , FCC.war and we have the
another ear deployed in JBOSS/server/b2c/deploy/ folder..

 

I need the service deployed in
http://localhost:8080/FCIPlannerServer-1.0/services/FCIClientTestInfo?ws
dl

 

I am able to deploy the AXIS Webservice as
http://localhost:8080/axis/services/FCIClientTestInfo?wsdl

 

 

I am not able to understand where I am going wrong in my approach. Can
you please please help me figure out. All help greatly appreciated.

 

Regards,

Sarika



 

On 8/26/08, Anne Thomas Manes <[EMAIL PROTECTED]> wrote: 

This is a 404 Not Found message.
You must have specified a wrong URL.

Anne

On Tue, Aug 26, 2008 at 8:35 AM, sarika pramod <[EMAIL PROTECTED]>
wrote:
> Hi all,
>
> I am getting this error when i am deploying the AXIS webservice in
JBOSS
>
> C:\FCIPlannerServer-1.0\WEB-INF\classes\com\fci\server\ws>java
> org.apache.axis.client.AdminClient
> -l"http://localhost:8080/FCIPlannerServer-1.0/servic
> es/AdminService" deploy.wsdd
> Processing file deploy.wsdd
> Exception: AxisFault
>  faultCode: {http://xml.apache.org/axis/}HTTP
<http://xml.apache.org/axis/%7dHTTP> 
>  faultSubcode:
>  faultString: (404)/FCIPlannerServer-1.0/services/AdminService
>  faultActor:
>  faultNode:
>  faultDetail:
> {}:return code:  404
> <html><head><title>Apache Tomcat/5.5.17 - Error
> report</title><style><!--H1
> {font-family:Tahoma,Arial,sans-serif;colo
> r:white;background-color:#525D76;font-size:22px;} H2
>
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D7
6;font-size:16px;}
> H3 {fo
>
nt-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;f
ont-size:14px;}
> BODY {font-family:Tahoma,Arial,sans-serif;color:black;backgrou
> nd-color:white;} B
>
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D7
6;}
> P {font-family:Tahoma,Arial,sans-serif;background:white
> ;color:black;font-size:12px;}A {color : black;}A.name {color :
black;}HR
> {color : #525D76;}--></style>
> </head><body><h1>HTT
> P Status 404 -
/FCIPlannerServer-1.0/services/AdminService</h1><HR
> size="1"
noshade="noshade"><p><b>type&l
> t;/b> Status report</p><p><b>message</b>
>
<u>/FCIPlannerServer-1.0/services/AdminService</u></p>
<p>&
> lt;b>description</b> <u>The requested resource
> (/FCIPlannerServer-1.0/services/AdminService) is not
> available.</u></p><H
> R size="1" noshade="noshade"><h3>Apache
> Tomcat/5.5.17</h3></body></html>
> {http://xml.apache.org/axis/}HttpErrorCode:404
<http://xml.apache.org/axis/%7dHttpErrorCode:404> 
>
> Any help appreciated.
>
> Regards,
> Sarika

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

 



Re: Axis Web Service issue

2008-08-26 Thread sarika pramod
Hi Anne,

I have the web service code in a war file , FCC.war and we have the another
ear deployed in JBOSS/server/b2c/deploy/ folder..

I need the service deployed in
http://localhost:8080/FCIPlannerServer-1.0/services/FCIClientTestInfo?wsdl

I am able to deploy the AXIS Webservice as
http://localhost:8080/axis/services/FCIClientTestInfo?wsdl


I am not able to understand where I am going wrong in my approach. Can you
please please help me figure out. All help greatly appreciated.

Regards,
Sarika



On 8/26/08, Anne Thomas Manes <[EMAIL PROTECTED]> wrote:
>
> This is a 404 Not Found message.
> You must have specified a wrong URL.
>
> Anne
>
> On Tue, Aug 26, 2008 at 8:35 AM, sarika pramod <[EMAIL PROTECTED]>
> wrote:
> > Hi all,
> >
> > I am getting this error when i am deploying the AXIS webservice in JBOSS
> >
> > C:\FCIPlannerServer-1.0\WEB-INF\classes\com\fci\server\ws>java
> > org.apache.axis.client.AdminClient
> > -l"http://localhost:8080/FCIPlannerServer-1.0/servic
> > es/AdminService" deploy.wsdd
> > Processing file deploy.wsdd
> > Exception: AxisFault
> >  faultCode: {http://xml.apache.org/axis/}HTTP
> >  faultSubcode:
> >  faultString: (404)/FCIPlannerServer-1.0/services/AdminService
> >  faultActor:
> >  faultNode:
> >  faultDetail:
> > {}:return code:  404
> > Apache Tomcat/5.5.17 - Error
> > report
> > 

HTT > > P Status 404 - > /FCIPlannerServer-1.0/services/AdminService


> size="1" > noshade="noshade">

type&l > > t;/b> Status report

message > > > /FCIPlannerServer-1.0/services/AdminService

& > > lt;b>description The requested resource > > (/FCIPlannerServer-1.0/services/AdminService) is not > > available.

> R size="1" noshade="noshade">

Apache > > Tomcat/5.5.17

> > {http://xml.apache.org/axis/}HttpErrorCode:404 > > > > Any help appreciated. > > > > Regards, > > Sarika > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >

Re: Axis Web Service issue

2008-08-26 Thread Anne Thomas Manes
This is a 404 Not Found message.
You must have specified a wrong URL.

Anne

On Tue, Aug 26, 2008 at 8:35 AM, sarika pramod <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I am getting this error when i am deploying the AXIS webservice in JBOSS
>
> C:\FCIPlannerServer-1.0\WEB-INF\classes\com\fci\server\ws>java
> org.apache.axis.client.AdminClient
> -l"http://localhost:8080/FCIPlannerServer-1.0/servic
> es/AdminService" deploy.wsdd
> Processing file deploy.wsdd
> Exception: AxisFault
>  faultCode: {http://xml.apache.org/axis/}HTTP
>  faultSubcode:
>  faultString: (404)/FCIPlannerServer-1.0/services/AdminService
>  faultActor:
>  faultNode:
>  faultDetail:
> {}:return code:  404
> Apache Tomcat/5.5.17 - Error
> report
> 

HTT > P Status 404 - /FCIPlannerServer-1.0/services/AdminService


size="1" noshade="noshade">

type&l > t;/b> Status report

message > /FCIPlannerServer-1.0/services/AdminService

& > lt;b>description The requested resource > (/FCIPlannerServer-1.0/services/AdminService) is not > available.

R size="1" noshade="noshade">

Apache > Tomcat/5.5.17

> {http://xml.apache.org/axis/}HttpErrorCode:404 > > Any help appreciated. > > Regards, > Sarika - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]