Web Integration Service: REST issue when importing types from file

3 posts / 0 new
Last post
Offline
Last seen: 3 years 5 months ago
Joined: 10/22/2020
Posts: 22
Web Integration Service: REST issue when importing types from file

Hello,

 

I've run across and issue with the current way the Web Integration Service retrieves type information. Let's say that I'm including type definitions like so:

    <types>
        <include file="Entity.xml"/>
        <include file="Common.xml"/>
        <include file="Telemetry_Prd.xml"/>
    </types>
 
If I were to get from the dds/rest1/types endpoint, I would see:

    <types>
        <include file="Entity.xml"/>
        <include file="Common.xml"/>
        <include file="Telemetry_Prd.xml"/>
    </types>
 
Returning exactly back the types definition without parsing the subsequent files. Is there a way around this?
Howard's picture
Offline
Last seen: 11 hours 59 min ago
Joined: 11/29/2012
Posts: 570

Sorry, that's out of my depth of knowledge.  I assume that you're working on a project that has RTI Connext DDS licenses?  If so, you should probably submit your question to your project's desginated RTI support contacts (folks who have the ability to send issues for RTI's support team to respond to)...assuming that the project has an active support contract.

If not, please let me know what situation you're in and I can help get it sorted out.

Offline
Last seen: 3 years 5 months ago
Joined: 10/22/2020
Posts: 22

Thanks Howard,

I have informed those in touch with a RTI support team regarding this.