Einzelnen Beitrag anzeigen

aals

Registriert seit: 5. Jun 2014
9 Beiträge
 
#1

Marshalling / Unmarshalling

  Alt 5. Jun 2014, 10:22
Hallo,

org.apache.cxf.jaxb.JAXBEncoderDecoder marshallException

Ich glaube, Delphi XE6 hat Probleme mit Marshalling/Unmarshalling

Gibt irgendwer der Erfahrung hat mit Soap Service?
Wie muss man das machen:
Habe auch die Einstelliung geändert.
InvRegistry.RegisterInvokeOptions(TypeInfo(IHypDoc SOAPService), ioDocument);
Geht nicht kommt die Meldung:
Jun 01, 2014 9:13:29 AM org.apache.cxf.phase.PhaseInterceptorChain doDefaultLogging
Warnung: Interceptor for {http://services.aals.dev/}HypDocSOAPService#{http://services.aals.dev/}getFileList has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault: Unmarshalling Error: unerwartetes Element (URI:"http://services.aals.dev/", lokal:"user"). Erwartete Elemente sind <{}fileId>,<{}appId>,<{}retId>,<{}personId>,<{}use r>,<{}pass>

InvRegistry.RegisterInvokeOptions(TypeInfo(IHypDoc SOAPService), ioHasNamespace);
//InvRegistry.RegisterInvokeOptions(TypeInfo(IHypDoc SOAPService), ioHasAllSOAPActions);
dann gibt es die folgende Meldung:
org.apache.cxf.jaxb.JAXBEncoderDecoder marshallException


Wieso ist das alles so Prblematisch?
  Mit Zitat antworten Zitat