views:

404

answers:

0

Importing NetSuite WSDL into Delphi-7 results in errors:

// The following types, referred to in the WSDL document are not being represented
// in this file. They are either aliases[@] of other types represented or were referred
// to but never[!] declared in the document. The types from the latter category
// typically map to predefined/known XML or Borland types; however, they could also
// indicate incorrect WSDL documents that failed to declare or import a schema type.
// ************************************************************************
// !:login - "urn:messages_2009_2.platform.webservices.netsuite.com"
// !:loginResponse - "urn:messages_2009_2.platform.webservices.netsuite.com"
// !:applicationInfo - "urn:messages_2009_2.platform.webservices.netsuite.com"

WSDL is at: https://webservices.netsuite.com/wsdl/v2009_1_0/netsuite.wsdl or it can be downloaded along with all XSDs from: https => system.netsuite.com/download/WSDL_v2009_1_0.zip

(Please replace => with :// I cannot post hyperlinks!)

I saw this thread forums.embarcadero.com/thread.jspa?messageID=157927. But I did not find any issue with NetSuite Certificate.

Any help to solve this would be appreciated!

TIA...