Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Programmieren allgemein (https://www.delphipraxis.net/40-programmieren-allgemein/)
-   -   Delphi Marshalling / Unmarshalling (https://www.delphipraxis.net/180650-marshalling-unmarshalling.html)

aals 5. Jun 2014 10:22

Marshalling / Unmarshalling
 
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?


Alle Zeitangaben in WEZ +1. Es ist jetzt 04:09 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz