Skip to Content
0
Former Member
Mar 23, 2010 at 05:33 PM

Namespaces in target fields

35 Views

Hi mates,

I've a problem with this sample:

<ClaimedIdentity xmlns="urn:oasis:oasis:------rt::core:schema">

<Name xmlns="urn:oasis:------rt::schema">telvent.DEMOAfirma</Name>

</ClaimedIdentity>

<ReturnReadableCertificateInfo xmlns="urn:afiroasis:------rt:chema"></ReturnReadableCertificateInfo>

<ReturnVerificationReport xmlns="urn:oasis:------rt:rt:schema#">

<ReportOptions xmlns="urn:oasis:------rt:schema#">

</ReturnVerificationReport>

</OptionalInputs>

Here we can see a part of a message that i send from RWB. It's only a sample that shows the namespaces inside the fields. I have created all the DataTypes and namespaces required in for it in the Enterprise service builder, and when i trigger the message it has all the well formated data in the steps of the sxmb_moni, but when arrives to Request Message Mapping step, it fails and delete all the namespaces of the fields.

I've tried with ( elementFormDefault="qualified") and i've read this other forum: net---xi---was-scenario-elementformdefaultqualifie but it's not the same case.

Some one knows how can i maintain the namespaces until thirdparty environment?

Thanks and regards.