FYI: As I was having so many issues with XmlBeans, I changed the Xml DataBinding to JAXB. Using JAXB, this problem does not happen.
JIRA [EMAIL PROTECTED] wrote: > > > [ > https://issues.apache.org/jira/browse/CXF-1785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > Sean O'Callaghan reassigned CXF-1785: > ------------------------------------- > > Assignee: Sean O'Callaghan > >> wsdlLocation attribute and XmlBeans: Getting >> NullPointerException/UNMARSHALL_ERROR >> ---------------------------------------------------------------------------------- >> >> Key: CXF-1785 >> URL: https://issues.apache.org/jira/browse/CXF-1785 >> Project: CXF >> Issue Type: Bug >> Affects Versions: 2.1 >> Environment: WinXP Pro SP3, Java 1.6, Spring 2.5, XmlBeans 2.3.0, >> CXF 2.1 >> Reporter: Juan Velez >> Assignee: Sean O'Callaghan >> Attachments: MMI CXF.zip >> >> >> I have created my own WSDL and its corresponding service and >> implementation classes (annotated of course). When I do not use the >> wsdlLocation attribute on jaxws:endpoint, the request I send to the >> service works fine, but when I specify the wsdlLocation attribute, I get >> a NullPointerException/UNMARSHAL_ERROR from the XmlBeans databinding used >> by CXF. Any ideas where I am not doing it correctly? > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > > > -- View this message in context: http://www.nabble.com/Created%3A-%28CXF-1785%29-wsdlLocation-attribute-and-XmlBeans%3A-Getting-NullPointerException-UNMARSHALL_ERROR-tp19335533p19383160.html Sent from the cxf-issues mailing list archive at Nabble.com.
