Hi experts,
I want to do the mobile format validation in mapping using the UDF. If validation fails i wanna throw the response with the error.
He implemented this with BPM. The BPM runs a transformation (mapping validation) and if that fails, responds with error.
But, is there an alternative to BPM? As runs validating fields of an interface message like the following pattern defined for the mobile field?
<xsd:element name="phoneNumber">
<xsd:annotation>
7e797b8220d011dd8254e4d9ac100873
</xsd:appinfo>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value="\d" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
Thanks,
Jose.