You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2007/03/02 23:20:51 UTC

[jira] Updated: (CXF-444) Problem with services initialized without WSDL file

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

Jarek Gawor updated CXF-444:
----------------------------

    Attachment: CXF-444.patch

If the following is changed (in ServerGreeterNoWsdl.java) from:

Object implementor = new GreeterImplNoWsdl();

to:

Object implementor = new GreeterImpl();

the test passes. 

The GreeterImplNoWsdl uses a GreeterNoWsdl.java SEI that is exactly like the generated class but without the asynch methods and without the wsdl= attribute of the WebService annotation.


> Problem with services initialized without WSDL file
> ---------------------------------------------------
>
>                 Key: CXF-444
>                 URL: https://issues.apache.org/jira/browse/CXF-444
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Jarek Gawor
>         Attachments: CXF-444.patch
>
>
> When a service is initialized from an annotated class, the service returns a response that the client does not deserialize properly. I'm attaching a test case.

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