cancel
Showing results for 
Search instead for 
Did you mean: 

xml query - source url needs Param.1

Former Member
0 Kudos

I have an xml query that needs a Param.1 in the source url. What is the proper syntax when accomplishing this.

I have tried this below without success.

C:\Inetpub\wwwroot\LincolnElectric\training\gpyles\CurrentData{'[Param.1]'}.xml

C:\Inetpub\wwwroot\LincolnElectric\training\gpyles\CurrentData'[Param.1]'.xml

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Or in an applet like this:


<applet name="example" codebase="/Illuminator/Classes" code="iGrid" archive="illum8.zip" width="640" height="480" mayscript>
        <param name="Server" value="XMLConnector">
        <param name="Mode" value="XMLQuery">
        <param name="URL" value="c:inetpubwwwrootLincolnElectricTrainingmillerspctestdata.xml">
</applet>

Answers (2)

Answers (2)

Former Member
0 Kudos

You were close...

C:\Inetpub\wwwroot\LincolnElectric\training\gpyles\CurrentData[Param.1].xml

No brackets, no single quotes needed.

- Rick

former_member4529
Active Contributor
0 Kudos

Hi,

You can call a xMII Query using the following URL pattern:

http://<server>:<port>/Lighthammer/Illuminator?QueryTemplate=UserTemplates/xxxQueryName

&Content-Type=text/xml&IllumLoginName=<user>&IllumLoginPassword=<XXXX>&Param.1=<value>&Param.2=<value>

Thanks,

Dipankar