Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #15993 > unrolled thread
| Started by | lakshmanan.mpt@gmail.com |
|---|---|
| First post | 2012-07-12 23:47 -0700 |
| Last post | 2012-07-22 04:12 -0700 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.java.programmer
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
| From | lakshmanan.mpt@gmail.com |
|---|---|
| Date | 2012-07-12 23:47 -0700 |
| Subject | SOAPFaultException |
| Message-ID | <c1715b92-3446-4e49-85c3-e842eddd3cec@googlegroups.com> |
Hi,
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 ...............
[toc] | [next] | [standalone]
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Date | 2012-07-22 02:29 -0700 |
| Message-ID | <auhn08hot6mdpmvlfrarg4euhosdio037s@4ax.com> |
| In reply to | #15993 |
On Thu, 12 Jul 2012 23:47:50 -0700 (PDT), lakshmanan.mpt@gmail.com wrote, quoted or indirectly quoted someone who said : >Plz any one help me .. look at those places in the code. See what conditions trigger the exception. -- Roedy Green Canadian Mind Products http://mindprod.com The greatest shortcoming of the human race is our inability to understand the exponential function. ~ Dr. Albert A. Bartlett (born: 1923-03-21 age: 89) http://www.youtube.com/watch?v=F-QA2rkpBSY
[toc] | [prev] | [next] | [standalone]
| From | Lew <noone@lewscanon.com> |
|---|---|
| Date | 2012-07-22 04:12 -0700 |
| Message-ID | <jugn7b$v36$1@news.albasani.net> |
| In reply to | #15993 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.programmer
csiph-web