:: Web Services :: XWeb1003 :: Documentation (Version 2) ::
|
ConvertFannieMaetoMISMO SOAP Method
|
|
DESCRIPTION:
|
|
Converts a Fannie Mae format record to a MISMO format record.
|
 |
|
AUTHENTICATION / AUTHORIZATION:
|
|
WS-Security Username Token: Digest or Plain Text accepted.
|
 |
|
CONTRACT-FIRST DESIGN:
|
|
Request / Response Definitions - XSD (opens in new window)
|
 |
|
REQUEST: [new window]
|
|
|
|
NOTE***: The Application root node MUST contain a CDATA element with the Fannie Mae format of the record.
<Application>
<![CDATA[ Fannie Mae Format ]]>
</Application>
|
 |
|
RESPONSE: [new window]
|
|
|
|
NOTE***: The Application root node will contain a CDATA element with the MISMO format of the record.
<Application>
<![CDATA[ MISMO Format ]]>
</Application>
|
 |
|
ERROR(S):
|
|
All errors will generate SOAP Faults.
|
 |
|
ADDITIONAL SUPPORT RESOURCES:
|
|
|