cancel
Showing results for 
Search instead for 
Did you mean: 

VIrtual XML Connector not working

senthil_kumar44
Participant
0 Kudos

Hi,

We are using MII 12.2 version. we have an issue while calling below query from XML Query.

/XMII/Catalog?mode=Load&class=Template&ObjectName=<Template Path>&content-type=text/xml

This query will show the properties of given query template. But it is showing results if we are conneccting from normal XMLConnector data server. If we are connecting from VirtualXML connector, it is not showing any result. For example, to get the property of query in Server1, if we are connecting via XMLConnector in Server1, it is working. But if we are connecting thru VirtualXML connector in Server1 itself, it is not working.

Could you help to solve this issue.

Thanks,

Senthil

Accepted Solutions (0)

Answers (1)

Answers (1)

jcgood25
Active Contributor
0 Kudos

Without testing your URL I would assume the results of the query local to Server1 would not produce typical Rowsets/Rowset/Row data format, which is what would be expected to go across the wire to Server2 in the VirtualXML connector.  When you say it shows results - this would be expected to see test data in the browser, but not just any xml format is relevant to go between native connector and corresponding virtual connector.

I would therefore assume that if your server 1 query template was something like this:

/XMII/Illuminator?Server=Simulator&Mode=TagList&Content-Type=text/xml

then your virtual connection would show the remote taglist from server 1.

senthil_kumar44
Participant
0 Kudos

Hi,

The query

/XMII/Catalog?mode=Load&class=Template&ObjectName=<Template Path>&content-type=text/xml, will give the parameter details of given query template like Param.1, Param.2 etc., and it is values.

Virtual connector is working for /XMII/Illuminator service. For example, below query is working in VirtualXML connector.

/XMII/Illuminator?Service=FileSystemBrowser&Mode=FileList&Folder=[Param.1]&mask=Query&Content-Type=text/xml

But /XMII/Catalog is not working.

Can we need to set any Action in Netweaver or any security set for virtual connector? and also is it possible to get the results of /XMII/Catalog query mentioned above thru /XMII/Illuminator service?

Thanks,

Senthil