cancel
Showing results for 
Search instead for 
Did you mean: 

Tag commissioning via Device controller

Former Member
0 Kudos

Hi Friends,

We want to carry out tag commissioning via device controller. we are using PML device controller

This means that the PML/XML message will be sent to device controller on execution of rule TAGCOM.

We have done following settings

1. Maintained RFID device master data. PML/XML Device controller is maintained.

Under this Device controller proper Device group & Device for tag commissioning is maintained.

2. A RFC destination of type HTTP (G) against the device controller in RFID device master data is maintained.

My question.

How the AII identify the mapping class for the AII to send the XML related to tag commissioning to Device Controller?

How can one see the XML which AII sends to Device Controller for tag commisioning?

Thanks and regards,

Amit Deshpande

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

For receiving PMLs posted from SAP AII 4.0 you need to write a HTTP socket application which will continuosly wait for data at a particular port.

On the SAP AII side you need to creat a new HTTP connection to External server where in the Technical parameters you need to specify the IP and port of the PC you are using for the path just put '/'.

This RFC destination should match with the RFC destination of your Decive Controller which you created in SAP Easy Access in RFID Devices.

We have tried it this way , we are able to receive PMLs from SAP AII but SAP AII is giving a HTTP timeout error which we are still unable to solve.

Thanks and regards,

Shashwati Ganguly