[
https://issues.jboss.org/browse/JBIDE-15314?page=com.atlassian.jira.plugi...
]
Brian Fitzpatrick commented on JBIDE-15314:
-------------------------------------------
Exception is recorded in the error log:
{code}
!ENTRY org.jboss.tools.ws.ui 4 0 2013-07-31 12:39:54.743
!MESSAGE No message
!STACK 0
java.lang.IllegalArgumentException: SOAPAction value cannot be null
at com.sun.xml.internal.ws.client.RequestContext.setSoapAction(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.sun.xml.internal.ws.api.PropertySet$MethodAccessor.set(Unknown Source)
at com.sun.xml.internal.ws.api.PropertySet.put(Unknown Source)
at com.sun.xml.internal.ws.client.RequestContext.put(Unknown Source)
at com.sun.xml.internal.ws.client.RequestContext$MapView.put(Unknown Source)
at com.sun.xml.internal.ws.client.RequestContext$MapView.put(Unknown Source)
at org.jboss.tools.ws.ui.utils.JAXWSTester2.doTest(JAXWSTester2.java:151)
at org.jboss.tools.ws.ui.views.JAXRSWSTestView2.handleWSTest(JAXRSWSTestView2.java:1823)
at org.jboss.tools.ws.ui.views.JAXRSWSTestView2.access$34(JAXRSWSTestView2.java:1809)
at org.jboss.tools.ws.ui.views.JAXRSWSTestView2$21.run(JAXRSWSTestView2.java:1726)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
{code}
WS Tester fails to execute test if SOAPAction value is null
-----------------------------------------------------------
Key: JBIDE-15314
URL:
https://issues.jboss.org/browse/JBIDE-15314
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 4.1.0.Final
Reporter: Brian Fitzpatrick
Assignee: Brian Fitzpatrick
Fix For: 4.1.1.Final
Discovered while testing the bpm-service quickstart for SwitchYard via the WS Tester. If
the SOAP operation in the WSDL includes a SOAP action, the test works just fine. But if
it's missing and the WSDL is not SOAP 1.2, it fails.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira