Skip to Content
0
Former Member
Feb 17, 2012 at 11:36 AM

RFC -> PI -> SOAP - escape characters

164 Views

I'm trying to send following payload in an RFC to PI and then onword to SOAP (sharepoint webservice)

<Method ID="1" Cmd="New"><Field Name="Title">Added item</Field>

However PI replaces "<" into "& # 60 ;" and ">" into "& # 62 ;" (placed spaces in the characters else they are repalced)

how can i avoid the charaters "<" & ">" from being replaced

and post a well fromed xml to Microsoft sharepoint.