I tried using the following approach to  invoke a dynamic web service client
and I get the following error.This is a  non axis web service and client
uses RPC call and and ServiceFactory

your input will be highly appreciated

/BR
Kanchana

AxisFault
 faultCode: {http://xml.apache.org/axis/}HTTP
 faultSubcode:
 faultString: (404)/prweb/PRSOAPServlet
 faultActor:
 faultNode:
 faultDetail:
    {}:return code:  404
<html><head><title>Apache Tomcat/5.5.26 - Error
report</title><style><!--H1
{font-family: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-color:#525D76;font-size:14px;}
BODY
{font-family:Tahoma,Arial,sans-serif;color:black;background-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;}--></style> </head><body><h1>HTTP Status
404 - /prweb/PRSOAPServlet</h1><HR size="1"
noshade="noshade"><p><b>type</b> Status
report</p><p><b>message</b>
<u>/prweb/PRSOAPServlet</u></p><p><b>description</b>
<u>The requested resource (/prweb/PRSOAPServlet) is not
available.</u></p><HR size="1"
noshade="noshade"><h3>Apache
Tomcat/5.5.26</h3></body></html>
    {http://xml.apache.org/axis/}HttpErrorCode:404

(404)/prweb/PRSOAPServlet
    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:2784)
    at org.apache.axis.client.Call.invoke(Call.java:2767)
    at org.apache.axis.client.Call.invoke(Call.java:2443)
    at org.apache.axis.client.Call.invoke(Call.java:2366)
    at org.apache.axis.client.Call.invoke(Call.java:1812)
    at CDO.CitiDirectOnline.SOAP.PegaRULES.test.main(test.java:56)


On Tue, Oct 27, 2009 at 4:22 AM, Vidura Gamini Abhaya <[email protected]>wrote:

> On 10/26/09, Kanchana Welagedara <[email protected]> wrote:
> > Hi,
> > I have a WS service which is not a Axis WS  based service but it's some
> java
> > based  service exposed which has it's own soap compiler.This smiler
> service
> > have deployed and run  in multiple machines.I should write a common
> client
> > to invoke the service in  a vendor independent way.My Question are
> >
> > 1. How do i implement it as a dynamic invocation using a common client.
> >
> > 2.If I use dynamic client using JAX_WS how dose it provide the SEP
> > independence with the artifact generated by *wsimport tool* ?
> >
> > 3.Do I have to use Dispatch client /Dynamic Proxy client?
> >
> > I found this url following url,are there any articles which shows more
> > elaboration?
> > http://ws.apache.org/axis2/1_4_1/jaxws-guide.html#JAXWSIntro
> >
> > /BR
> > Kanchana
> >
>
> --
> Sent from my mobile device
>

Reply via email to