You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Thomas Diesler (JIRA)" <ji...@apache.org> on 2008/04/09 23:46:05 UTC

[jira] Updated: (CXF-1257) Cannot create proxy for namespaced doc/wrapped

     [ https://issues.apache.org/jira/browse/CXF-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Diesler updated CXF-1257:
--------------------------------


To reproduce, please have a look at

http://jbws.dyndns.org/mediawiki/index.php?title=Building_From_Source

> Cannot create proxy for namespaced doc/wrapped
> ----------------------------------------------
>
>                 Key: CXF-1257
>                 URL: https://issues.apache.org/jira/browse/CXF-1257
>             Project: CXF
>          Issue Type: Sub-task
>    Affects Versions: 2.0.3
>            Reporter: Thomas Diesler
>
> [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 {http://soapbinding.samples.jaxws.ws.test.jboss.org/}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 {http://soapbinding.samples.jaxws.ws.test.jboss.org/}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)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.