Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
2.0.3
-
None
-
None
-
None
Description
[tdiesler@tddell trunk]$ ant -Dtest=jaxws/samples/soapbinding test
tests-run-internal:
[junit] Running org.jboss.test.ws.jaxws.samples.soapbinding.SOAPBindingTestCase
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 4.228 sec
[junit] Test org.jboss.test.ws.jaxws.samples.soapbinding.SOAPBindingTestCase FAILED
Testcase: testDocWrappedService took 3.055 sec
Caused an ERROR
org.apache.cxf.service.factory.ServiceConstructionException: Could not find a message part matching name
NamespacedPurchaseOrder. Possible values are [
{http://namespace/string}NamespacedString,
{http://namespace/purchase}NamespacedPurchaseOrder].
javax.xml.ws.WebServiceException: org.apache.cxf.service.factory.ServiceConstructionException: Could not find a message part matching name
NamespacedPurchaseOrder. Possible values are [
{http://namespace/string}NamespacedString,
{http://namespace/purchase}NamespacedPurchaseOrder].
at org.apache.cxf.jaxws.ServiceImpl.getPort(ServiceImpl.java:247)
at javax.xml.ws.Service.getPort(Service.java:120)
at org.jboss.test.ws.jaxws.samples.soapbinding.SOAPBindingTestCase.testDocWrappedService(SOAPBindingTestCase.java:164)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
at junit.extensions.TestSetup.run(TestSetup.java:23)