Forum Discussion

rubbishking_110's avatar
rubbishking_110
Icon for Nimbostratus rankNimbostratus
Apr 18, 2008

XML over TCP!!

Hi All

 

 

have a question on the presistence of XML packet.

 

 

I know BigIP can work on HTTP presistence. how about XM packets?

 

 

please help!

 

 

- rk
  • hoolio's avatar
    hoolio
    Icon for Cirrostratus rankCirrostratus
    Hi,

     

     

    You could configure persistence using UIE. If it's XML over HTTP, and the token is in the headers, you could use HTTP::header. Else, if it's in the HTTP payload, you could use HTTP::collect and HTTP::payload. Else, if it's over TCP, you'd use TCP::collect and TCP::payload. Once you have the token you want to persist off of you can use persist uie. Here is an example from Deb for XML over HTTP:

     

     

    http://devcentral.f5.com/Default.aspx?tabid=53&forumid=5&tpage=1&view=topic&postid=1490714969

     

     

    The wiki has details/examples of the various commands:

     

    http://devcentral.f5.com/wiki/Default.aspx/iRules.HomePage

     

     

    Aaron