• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Apache axis

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends,
I am getting below mentioned exception when i tried to execute java ranch sample program.
Please help me out asap... Badly I am running short of time...

Exception in thread "main" AxisFault
faultCode: {http://xml.apache.org/axis/}HTTP
faultSubcode:
faultString: (404)/axis/Hello.jws
faultActor:
faultNode:
faultDetail:
{}:return code: 404
<html><head><title>Apache Tomcat/5.0.28 - Error report</title><style><!--H1 {font-famil
y:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;
color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-col
or:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-famil
y: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;}--></style> </hea
d><body><h1>HTTP Status 404 - /axis/Hello.jws</h1><HR size="1" noshade="noshade&q
uot;><p><b>type</b> Status report</p><p><b>message</b> <u>/axis/Hello
.jws</u></p><p><b>description</b> <u>The requested resource (/axis/Hello.jws) is not
available.</u></p><HR size="1" noshade="noshade"><h3>Apache Tomcat/5.0.28&l
t;/h3></body></html>
{http://xml.apache.org/axis/}HttpErrorCode:404

(404)/axis/Hello.jws
at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:744)
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
at org.apache.axis.client.Call.invoke(Call.java:2748)
at org.apache.axis.client.Call.invoke(Call.java:2424)
at org.apache.axis.client.Call.invoke(Call.java:2347)
at org.apache.axis.client.Call.invoke(Call.java:1804)
at samples.hello.HelloClient.main(HelloClient.java:35)
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Where is the Hello.jws file located?
 
Abdul Majid
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Ulf,

As u said i just checked with the .jws file which i had stored in Tomcat 5.0\webapps\axis. It was in a compiled form so i just replaced it with new .jws file and started the example.It was running.Once again thanks for your help to run this example.Now since this is the beginning of the webservice for me i would like to have ur personal id so dat i can interact with you more.Hope you wont mind giving me your id.

With regards
Abdul
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm glad you got it working. If you have further questions, just start a new thread in this forum, so that plenty of people have a chance to see it.
 
Abdul Majid
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
This part is purely regarding my next project,so i thought i will take your help just to know a thing or two about salesforce,how to work with its DB etc.My mail id is [email protected] you will understand and give me your ID.Waiting for a positive reply.

With Regards
Abdul Majid
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

i thought i will take your help


We do not provide free consulting. We have these forums so that a community of people can post questions, read them, answer them, and learn from them. If that is not sufficient for your project, you should look into hiring the required expertise through external contractors/consultants.
 
Abdul Majid
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey Ulf,

Thanks once again.The thing is i found only you with knowledge about web service,so i thought ill ask for help.
 
reply
    Bookmark Topic Watch Topic
  • New Topic