Why when I try to delploy my service through ServiceManagerClient I get this
error.
I am running APACHE SOAP on Linux with IBM JDK .
I tried deploying it through Admin UI it succeds but when I try ot run the
command through command line with List option again it givres me the same
error. I tried running my sample client again I get the same error.. Is
there any thing I am missing ?
----------------------------------------------------------------------------
----------------------------------------------
Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Client; msg=A
'http://schemas.xmlsoap.org/soap/envelope/:Fault' element must contain a:
'faultcode' element.; targetException=java.lang.IllegalArgumentException: A
'http://schemas.xmlsoap.org/soap/envelope/:Fault' element must contain a:
'faultcode' element.]
at java.lang.Throwable.<init>(Throwable.java:96)
at java.lang.Exception.<init>(Exception.java:44)
at org.apache.soap.SOAPException.<init>(SOAPException.java:71)
at org.apache.soap.SOAPException.<init>(SOAPException.java:77)
at org.apache.soap.rpc.Call.invoke(Call.java:246)
at samples.stockquote.GetQuote.main(GetQuote.java:100)
----------------------------------------------------------------------------
----------------------------------------------------------------------