[
http://jira.jboss.com/jira/browse/JBESB-1281?page=comments#action_12385246 ]
Jiri Pechanec commented on JBESB-1281:
--------------------------------------
Hi,
I have tried it with latest SOA Platform installer. You can easily reproduce it by trying
webservice_consumer1 quickstart.
Please just check the SOAPClient.java:518. Apparently there are two if statements that
have the same condition. Even if paramsLocation is set the parameter map is read only from
default locations.
WebService consuming does not work - exception
----------------------------------------------
Key: JBESB-1281
URL:
http://jira.jboss.com/jira/browse/JBESB-1281
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Web Services
Affects Versions: 4.2.1 IR2
Reporter: Jiri Pechanec
Priority: Critical
When trying to consume Web Service, the follwoing exception is thrown
java.lang.ClassCastException: java.lang.String
at org.jboss.soa.esb.actions.soap.SOAPClient.process(SOAPClient.java:321)
at
org.jboss.soa.esb.listeners.message.ActionProcessingPipeline.process(ActionProcessingPipeline.java:273)
at
org.jboss.soa.esb.listeners.message.MessageAwareListener$1.run(MessageAwareListener.java:303)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)
The problem si wrong condition at SOAPClient.java:518
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira