Add'l details:

ObjectFactory.java:

/**
     * Create an instance of {@link JAXBElement }{@code <}{@link
PredefinedSearchCriteria }{@code >}}
     * 
     */
    @XmlElementDecl(namespace =
"http://server.ws.workflow.mm.nextgate.com/";, name =
"predefinedSearchCriteria")
    public JAXBElement<PredefinedSearchCriteria>
createPredefinedSearchCriteria(PredefinedSearchCriteria value) {
        return new
JAXBElement<PredefinedSearchCriteria>(_PredefinedSearchCriteria_QNAME,
PredefinedSearchCriteria.class, null, value);
    }

package-info.java:

@javax.xml.bind.annotation.XmlSchema(namespace =
"http://server.ws.workflow.mm.nextgate.com/";)
package com.nextgate.mm.workflow.ws.server;




--
View this message in context: 
http://cxf.547215.n5.nabble.com/javax-xml-ws-soap-SOAPFaultException-Unmarshalling-Error-unexpected-element-tp5743794p5743795.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to