Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #16211

Re: SOAPFaultException

From Lew <noone@lewscanon.com>
Newsgroups comp.lang.java.programmer
Subject Re: SOAPFaultException
Date 2012-07-22 04:12 -0700
Organization albasani.net
Message-ID <jugn7b$v36$1@news.albasani.net> (permalink)
References <c1715b92-3446-4e49-85c3-e842eddd3cec@googlegroups.com>

Show all headers | View raw


lakshmanan.mpt@gmail.com wrote:
> I have using webapplication integrate with webservice. my screen values
> are setting the webservices. But all the values are setted. but after some
> exception is thrown. Like
> javax.xml.ws.soap.SOAPFaultException: unknown
> at org.jboss.ws.core.jaxws.SOAPFaultHelperJAXWS.getSOAPFaultException(SOAPFaultHelperJAXWS.java:85)
> 	at org.jboss.ws.core.jaxws.binding.SOAP11BindingJAXWS.throwFaultException(SOAP11BindingJAXWS.java:107)
>
>
> configuration:
> jdk1.6
> jboss server5.1
>
> Plz any one help me ...............

Well, that's not a lot to go on, but let's get what we can.

Normally a SOAPFault is defined with the schema for the SOAP exchange.

Which we haven't seen.

But the "unknown" message suggests that the underlying fault or exception 
represented by the service description might have been unexpected.

Perhaps the values you provided were out of band for the service's expectations.

Without knowing the service definition, how you invoked it and with what 
values, it's too difficult to divine the details of the problem.

-- 
Lew
Honi soit qui mal y pense.
http://upload.wikimedia.org/wikipedia/commons/c/cf/Friz.jpg

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

SOAPFaultException lakshmanan.mpt@gmail.com - 2012-07-12 23:47 -0700
  Re: SOAPFaultException Roedy Green <see_website@mindprod.com.invalid> - 2012-07-22 02:29 -0700
  Re: SOAPFaultException Lew <noone@lewscanon.com> - 2012-07-22 04:12 -0700

csiph-web