Recent

Author Topic: SOLVED - please help - need to consume WSDL, WST isn't importing it  (Read 7740 times)

inoussa

  • New Member
  • *
  • Posts: 14
Re: SOLVED - please help - need to consume WSDL, WST isn't importing it
« Reply #15 on: October 06, 2018, 02:56:57 pm »

Exception : Namespace not found : "http://schemas.xmlsoap.org/wsdl/soap/"


Hello,

A fix has been committed.

Better late than never :-)

Best regards.

DonaldShimoda

  • Full Member
  • ***
  • Posts: 109
    • Parallel Pascal Worlds
Re: SOLVED - please help - need to consume WSDL, WST isn't importing it
« Reply #16 on: October 07, 2018, 03:57:02 pm »
Thanks for the fix, now the wsdl is imported. The bad news is the actual trunk dont build on delphi... I really hope the delphi support is active. I have several projects dont yet migrated to lazarus and need to share code in the meanwhile.

  ..\wst\object_serializer.pas(1289,6): error E2072: E2072 Number of elements (18) differs from declaration (22)
  ..\wst\object_serializer.pas(1323,6): error E2072: E2072 Number of elements (18) differs from declaration (22)

Edited: Is solved now, the wst_global.inc file dont have defintiions for Delphi Tokyo, please add it to trunk (and for the other missing delphi versions)

    {$IFDEF VER320} // Delphi Tokyo
      {$DEFINE HAS_BUILT_IN_64UINT}
      {$DEFINE WST_UNICODESTRING}
      {$DEFINE USE_INLINE}
      {$DEFINE WST_TKCLASSREF}
      {$DEFINE WST_TKPOINTER}
      {$DEFINE WST_TKPROCEDURE}
    {$ENDIF}
« Last Edit: October 07, 2018, 04:04:32 pm by DonaldShimoda »

 

TinyPortal © 2005-2018