Want to get rid of Google Ads, click here.
+ Reply to Thread
Results 1 to 3 of 3

Thread: WSDL import to Delphi

  1. #1
    Administrator tommy's Avatar
    Join Date
    Nov 2001
    Location
    Copenhagen
    Posts
    4,272

    Default WSDL import to Delphi

    Ok I am trying to import the WSDL to Delphi and I have a utility that comes with Delphi that reads a WSDL and converts it to the relevant delphi code so I tried it with SC IM WSDL but I don't get too far. An error is reported.

    When I view the url in my browser I see the WSDL file fine and I can also see the Common.xsd file.

    SC 6.2.7

    Code:
    D:\DATA>wsdlimp -P http://TJ-SC627EMAIL:12670/IncidentManagement.wsdl
    Borland WSDLIMP Version 2.2 - $Rev: 10138 $
    Copyright (c) 2007 Borland Software Corporation
    Reading: http://TJ-SC627EMAIL:12670/IncidentManagement.wsdl
    Import : http://TJ-SC627EMAIL:12670/IncidentManagement.wsdl:0
    *Error*: http://TJ-SC627EMAIL:12670/PWS/Common.xsd
    *Error*: No data is available for the requested resource.
    
    Line: 0
    I tested the utility with a demo WSDL I found on the net and with the the conversion works. So does SC not follow standards (again) ?

    Hmm it works with SM 7.01


    Code:
    D:\DATA>wsdlimp -P http://tj-sc627email:13080/SM/1/IncidentManagement.wsdl
    Borland WSDLIMP Version 2.2 - $Rev: 10138 $
    Copyright (c) 2007 Borland Software Corporation
    Reading: http://tj-sc627email:13080/SM/1/IncidentManagement.wsdl
    Import : http://tj-sc627email:13080/SM/1/IncidentManagement.wsdl:0
    Import : http://www.w3.org/2005/05/xmlmime
    Import : http://TJ-SC627EMAIL:13080/SM/1/Common.xsd
    (Skip) : http://www.w3.org/2005/05/xmlmime
    Writing: D:\DATA\IncidentManagement1.pas
    Cwap.
    Last edited by tommy; 2009-01-10 at 22:21.
    Best regards Tommy
    Blog - - ITIL certified - Accredited Integration Specialist – HP OpenView Service Management

    Want to keep this site alive? Consider making a donation. Click here.

  2. #2

    Default

    Hey Tommy,

    do you use the OOB service? May there are some Fields not correctly defined in the External Acces. Check all Filds wich are included in the WS if they have a Name and a DataType.

    Some time ago I also had some Errors with JS and Java and there were not all FieldNames set.

    Please replay if that helps.

    Best wishes

  3. #3
    Administrator tommy's Avatar
    Join Date
    Nov 2001
    Location
    Copenhagen
    Posts
    4,272

    Default

    Yes its OOB systems I have tested on. Will check.
    Best regards Tommy
    Blog - - ITIL certified - Accredited Integration Specialist – HP OpenView Service Management

    Want to keep this site alive? Consider making a donation. Click here.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts