0

when i am publishing with "Publish-to-Adapter" and listening it with "Rendezvous Subscriber", an unwanted xml tag gets inserted at run-time - <__caret_1_caret_> <__caret_2_caret_>, for every repeated elements. Is there any way i can remove the tags ? because when i want any element inside the repeated elements, i cant fetch it as the above tags are not there during design time.

rohit k.
  • 128
  • 1
  • 14
  • Why are you trying to use Publish-to-Adapter when you are publishing to an RV Subscriber? – Tom Howard Sep 27 '13 at 01:08
  • the process containing "Publish-to-Adapter" is a simulation of external system, so we dont know exactly what is being used. "Rendezvous Subscriber" is at our end. hence we tested both the scenarios. works fine with RV Publisher- RV Subscriber, but not Publish-to-Adapter-RV Subscriber – rohit k. Sep 27 '13 at 04:14
  • 1
    ask the people who are creating the external system what they are using. – Tom Howard Sep 30 '13 at 05:59

1 Answers1

1

they are actually not compatible, tags - <__caret_1_caret_> <__caret_2_caret_>, will always get inserted. we went ahead with RV Publisher- RV Subscriber.

rohit k.
  • 128
  • 1
  • 14