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


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

Re: SOAPFaultException

Path csiph.com!usenet.pasdenom.info!news.albasani.net!.POSTED!not-for-mail
From Lew <noone@lewscanon.com>
Newsgroups comp.lang.java.programmer
Subject Re: SOAPFaultException
Date Sun, 22 Jul 2012 04:12:42 -0700
Organization albasani.net
Lines 33
Message-ID <jugn7b$v36$1@news.albasani.net> (permalink)
References <c1715b92-3446-4e49-85c3-e842eddd3cec@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding 7bit
X-Trace news.albasani.net ShVcbctUah4cHrGORtybd46OTA2pAczcL3ZbdE9FrmBhBNW5ZwLwnCe9QqIQWtLD958wuT7GowHPgEc3rz4lllKDXn6f2AbMT3nNZN4F8/n3XXWxHgkIEXqdCc0al9Ml
NNTP-Posting-Date Sun, 22 Jul 2012 11:12:43 +0000 (UTC)
Injection-Info news.albasani.net; logging-data="gcQj/osAB9N8R6Qw2v+RwjFUICrv8Nx7yMsH0eWFcEeQmgcjRZTtvOUqDiUo7P8RgI+/Olnu7UgypBx4829QFI/lRLwG0HJysCs9eY2weFLI/AAPR+Ci9GC8kNMQP/vS"; mail-complaints-to="abuse@albasani.net"
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0
In-Reply-To <c1715b92-3446-4e49-85c3-e842eddd3cec@googlegroups.com>
Cancel-Lock sha1:uwEzooNDkowmXn76lyc1inTh7Kg=
Xref csiph.com comp.lang.java.programmer:16211

Show key headers only | 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