[
https://issues.apache.org/jira/browse/CXF-648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dan Diephouse closed CXF-648.
-----------------------------
Resolution: Invalid
This was because your method is package protected, not public :-)
> Problem with Aegis databinding
> ------------------------------
>
> Key: CXF-648
> URL: https://issues.apache.org/jira/browse/CXF-648
> Project: CXF
> Issue Type: Bug
> Affects Versions: 2.0-RC
> Environment: Linux debian + jdk1.5.0_11
> Reporter: Guillaume Alleon
> Fix For: 2.0
>
> Attachments: server.java, serviceClass.java
>
>
> Got this incorrect wsdl
> <wsdl:definitions name="serviceClass" targetNamespace="http://test.acme.com">
> <wsdl:portType name="serviceClassPortType">
> </wsdl:portType>
> <wsdl:binding name="serviceClassSoapBinding" type="ns1:serviceClassPortType">
> </wsdl:binding>
> <wsdl:service name="serviceClass">
> <wsdl:port binding="ns1:serviceClassSoapBinding" name="serviceClassPort">
> </wsdl:port>
> </wsdl:service>
> </wsdl:definitions>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.