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\wsjava
 org.apache.axis.client.AdminClient
 -lhttp://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
 lt;htmlgt;lt;headgt;lt;titlegt;Apache Tomcat/5.5.17 - Error
 reportlt;/titlegt;lt;stylegt;lt;!--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:#525D76;font-size:16px;}
 H3 {fo
 nt-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-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:#525D76;}
 P {font-family:Tahoma,Arial,sans-serif;background:white
 ;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR
 {color : #525D76;}--gt;lt;/stylegt;
 lt;/headgt;lt;bodygt;lt;h1gt;HTT
 P Status 404 - /FCIPlannerServer-1.0/services/AdminServicelt;/h1gt;lt;HR
 size=quot;1quot; noshade=quot;noshadequot;gt;lt;pgt;lt;bgt;typel
 t;/bgt; Status reportlt;/pgt;lt;pgt;lt;bgt;messagelt;/bgt;
 lt;ugt;/FCIPlannerServer-1.0/services/AdminServicelt;/ugt;lt;/pgt;lt;pgt;
 lt;bgt;descriptionlt;/bgt; lt;ugt;The requested resource
 (/FCIPlannerServer-1.0/services/AdminService) is not
 available.lt;/ugt;lt;/pgt;lt;H
 R size=quot;1quot; noshade=quot;noshadequot;gt;lt;h3gt;Apache
 Tomcat/5.5.17lt;/h3gt;lt;/bodygt;lt;/htmlgt;
 {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 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\wsjava
  org.apache.axis.client.AdminClient
  -lhttp://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
  lt;htmlgt;lt;headgt;lt;titlegt;Apache Tomcat/5.5.17 - Error
  reportlt;/titlegt;lt;stylegt;lt;!--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:#525D76;font-size:16px;}
  H3 {fo
 
 nt-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-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:#525D76;}
  P {font-family:Tahoma,Arial,sans-serif;background:white
  ;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR
  {color : #525D76;}--gt;lt;/stylegt;
  lt;/headgt;lt;bodygt;lt;h1gt;HTT
  P Status 404 -
 /FCIPlannerServer-1.0/services/AdminServicelt;/h1gt;lt;HR
  size=quot;1quot;
 noshade=quot;noshadequot;gt;lt;pgt;lt;bgt;typel
  t;/bgt; Status reportlt;/pgt;lt;pgt;lt;bgt;messagelt;/bgt;
 
 lt;ugt;/FCIPlannerServer-1.0/services/AdminServicelt;/ugt;lt;/pgt;lt;pgt;
  lt;bgt;descriptionlt;/bgt; lt;ugt;The requested resource
  (/FCIPlannerServer-1.0/services/AdminService) is not
  available.lt;/ugt;lt;/pgt;lt;H
  R size=quot;1quot; noshade=quot;noshadequot;gt;lt;h3gt;Apache
  Tomcat/5.5.17lt;/h3gt;lt;/bodygt;lt;/htmlgt;
  {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 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\wsjava
 org.apache.axis.client.AdminClient
 -lhttp://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
 lt;htmlgt;lt;headgt;lt;titlegt;Apache Tomcat/5.5.17 - Error
 reportlt;/titlegt;lt;stylegt;lt;!--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;}--gt;lt;/stylegt;
 lt;/headgt;lt;bodygt;lt;h1gt;HTT
 P Status 404 -
/FCIPlannerServer-1.0/services/AdminServicelt;/h1gt;lt;HR
 size=quot;1quot;
noshade=quot;noshadequot;gt;lt;pgt;lt;bgt;typel
 t;/bgt; Status reportlt;/pgt;lt;pgt;lt;bgt;messagelt;/bgt;

lt;ugt;/FCIPlannerServer-1.0/services/AdminServicelt;/ugt;lt;/pgt;
lt;pgt;
 lt;bgt;descriptionlt;/bgt; lt;ugt;The requested resource
 (/FCIPlannerServer-1.0/services/AdminService) is not
 available.lt;/ugt;lt;/pgt;lt;H
 R size=quot;1quot; noshade=quot;noshadequot;gt;lt;h3gt;Apache
 Tomcat/5.5.17lt;/h3gt;lt;/bodygt;lt;/htmlgt;
 {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]