cancel
Showing results for 
Search instead for 
Did you mean: 

Delete namespace

Former Member
0 Kudos

Hi,

I am using RFC Outbound (XI 3.0) to create a HTTP Receiver (Using HTTP Adapter in the receiver).

RFC -> XI -> HTTP

I need to delete the namespace from the generated XML to send HTTP. How could I do this?

Generated file:

<?xml version="1.0" encoding="UTF-8" ?>
<ns1:NotaFiscal xmlns:ns1="urn:rfctohttp">
<IdEmpresa></IdEmpresa>
</ns1:NotaFiscal>

Needed:

<?xml version="1.0" encoding="UTF-8" ?>
<NotaFiscal>
<IdEmpresa></IdEmpresa>
</NotaFiscal>

I need any information that's describe an example step by step what I have to do.

Please

Accepted Solutions (1)

Accepted Solutions (1)

udo_martens
Active Contributor
0 Kudos

Hi Marcello,

if u use message mapping: remove XML namespace in message type of your inbound interface. In case of other mappings you controll the output directly.

Regards,

Udo

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

have a look at quesiton 12 (integration engine section)

/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions

Regards,

michal