ServD 1.0 FTF Avatar
  1. OMG Issue

SERVD — Vendor names in wsdls need to be removed

  • Key: SERVD-9
  • Legacy Issue Number: 18780
  • Status: closed  
  • Source: Thematix Partners LLC ( Dr. Doug Tolbert)
  • Summary:

    Machine readable documents dtc/13-05-06 thru dtc/13-05-09, inclusive, have XML namespace definitions containing vendor names. Please remove them.

  • Reported: ServD 1.0b1 — Mon, 17 Jun 2013 04:00 GMT
  • Disposition: Resolved — ServD 1.0
  • Disposition Summary:

    The namespaces in question were from Microsoft and introduced as a result of the way in which the Visual Studio toolset creates the wsdl files for the following datatypes:
    string[]
    (an array of strings) This is output as an ArrayOfString type in the Microsoft namespace.
    This was changed to be a local datatype and not one from the Microsoft namespace (although it is exactly the same definition)
    enum where the numeric values assigned to the values were not sequential from 0 some Microsoft WSDL extensions were included to capture these values in the WSDL.
    All enumerated types were modified to remove the specific numeric values and therefore no longer have the Microsoft extensions required.

  • Updated: Fri, 6 Mar 2015 23:39 GMT