Hi all,
I have a process in which I need to invoke a web service, but when I try to generate the soap request I get an "Invocation error" message. If I then instead build up my own soap request and invoke the process I get the "Invocation error" again with the following cause:
2008-11-17 10:52:00,101 INFO [STDOUT] Caused by: java.net.ProtocolException: Server redirected too many times (20)
2008-11-17 10:52:00,101 INFO [STDOUT] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1178)
2008-11-17 10:52:00,101 INFO [STDOUT] at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
2008-11-17 10:52:00,101 INFO [STDOUT] at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
2008-11-17 10:52:00,101 INFO [STDOUT] at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
2008-11-17 10:52:00,101 INFO [STDOUT] at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
2008-11-17 10:52:00,101 INFO [STDOUT] at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
2008-11-17 10:52:00,101 INFO [STDOUT] at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
2008-11-17 10:52:00,101 INFO [STDOUT] at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
...
I am running on a LC 8.0 turnkey installation (Win 2003) with MySQL and JBOSS if that is of any difference.
Can you help me understand this error in more detail?
\Kim
I have a process in which I need to invoke a web service, but when I try to generate the soap request I get an "Invocation error" message. If I then instead build up my own soap request and invoke the process I get the "Invocation error" again with the following cause:
2008-11-17 10:52:00,101 INFO [STDOUT] Caused by: java.net.ProtocolException: Server redirected too many times (20)
2008-11-17 10:52:00,101 INFO [STDOUT] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1178)
2008-11-17 10:52:00,101 INFO [STDOUT] at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
2008-11-17 10:52:00,101 INFO [STDOUT] at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
2008-11-17 10:52:00,101 INFO [STDOUT] at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
2008-11-17 10:52:00,101 INFO [STDOUT] at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
2008-11-17 10:52:00,101 INFO [STDOUT] at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
2008-11-17 10:52:00,101 INFO [STDOUT] at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
2008-11-17 10:52:00,101 INFO [STDOUT] at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
...
I am running on a LC 8.0 turnkey installation (Win 2003) with MySQL and JBOSS if that is of any difference.
Can you help me understand this error in more detail?
\Kim