Hi all,

I am trying to insert some XML body content in my scenarios but I have not
been able to format them properly. I figure I may need to escape them but
how? I have tried the obvious without much success.  This is an example:


--------------------------
<send>
    <![CDATA[
      SIP/2.0 200 OK
      [last_Via:]
      [last_From:]
      [last_To:]
      [last_Call-ID:]
      [last_CSeq:]
      Contact: <sip:[local_ip]:[local_port];transport=[transport]>
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, CANCEL, REFER
Content-Type: application/sipbio+xml
Content-Disposition: properties-list
Content-Length: [len]
<?xml version="1.0" encoding="UTF-8" ?>
<sipbio xmlns="urn:ietf:params:xml:ns:sipbio">
<biometricTypes>
<entry biometricType="active" />
<entry biometricType="passive" />
</biometricTypes>
<payloadTypes>
<entry payloadType="voice" />
</payloadTypes>
<payloadSources>
<entry payloadSource="uri" />
<entry payloadSource="stream" />
</payloadSources>
</sipbio>
</xml>
    ]]>
  </send>
---------------------------

And this is what I get when I run it:

[image: Images intégrées 1]

What am I doing wrong?

Thanks in advance for your comments.

Best regards,

Wilmar
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to