SearchUser loginPopular contentAll time:
Valuation Firm GuideClient Guide
|
Valuation Request: How Valex parses phone numbers for RelatedParty sectionsAre you doing the RelatedPartySegment of a valuation request? A little confused by the XSD? Parsing RelatedParty phonesFor instance, a HomePhone is a collection of Phones, with a PreferredContactMethod attribute. But when you look further down the tree, you can see that the Mobile and Fax nodes also have a PreferredContactMethod attribute. Further, FixedPhone doesn't. So which do you use? Valex will by default assume that WorkPhone is the most important contact information. It will first look for HomePhone information, then override it with WorkPhone information. It will ignore any PreferredContactMethod attributes applied to a WorkPhone or HomePhone node. Valex will honor the PreferredContactMethod on the individual phone items (Fax, Mobile) and add those into the notes for that particular contact. For reference, here's an example RelatedPartySegment <RelatedPartySegment> <RelatedParty RelPartyType="Lender"> <Identifier Type="LenderAssigned" UniqueID="RelatedParty-Lender"/> <PersonName> <FirstName>Job</FirstName> <Surname>Orderer</Surname> </PersonName> <WorkPhone PreferredContactMethod="Yes"> <Phone> <!-- The '03' can also be put in the AreaCode attribute, but should be excluded from the Phone number --> <FixedPhone>03 9675 3477</FixedPhone> </Phone> </WorkPhone> </RelatedParty> <RelatedParty RelPartyType="Other" RelPartyDescription="Applicant"> <Identifier Type="LenderAssigned" UniqueID="RelatedParty-Party-1"/> <PersonName> <FirstName>Borrower</FirstName> <Surname>Name</Surname> </PersonName> </RelatedParty> <RelatedParty RelPartyType="Other" RelPartyDescription="Access Provider"> <Identifier Type="LenderAssigned" UniqueID="RelatedParty-Access-1"/> <PersonName> <FirstName>Inspection</FirstName> <Surname>Contact</Surname> </PersonName> <WorkPhone> <Phone> <FixedPhone AreaCode="03">123456</FixedPhone> </Phone> </WorkPhone> <WorkPhone> <Phone> <Mobile PreferredContactMethod="Yes">0413 153 105</Mobile> </Phone> </WorkPhone> </RelatedParty> </RelatedPartySegment> How do Delays work in Valex?Who Can Add Delays?Delays in Valuation Exchange are entered by administrative valuation firm users or The default expected end of a delay is typically 2 business days When Can Delays Be Added?We allow delays to be applied at any point during the life cycle of a job, not What Happens When A Delay Is Added?As soon as a delay is added to the job, valex check for any notification requirements of the client or related parties to the job. For LIXI client organisations a workflow packet is prepared and queued for sending; though other options exist such as email or fax. What's In The Delay Workflow Packet?A delay workflow packet is effectively the same as a regular valuation request or We also model a delay reason. <Message> <Identifier UniqueID="Dummy_Value" Type="VPMAssigned"/> <MessageRelatesTo> <Identifier UniqueID="VXJ-000000012345" Type="VPMAssigned"/> <Identifier UniqueID="REF-001" Type="LenderAssigned"/> </MessageRelatesTo> <MessageBody Type="Information"> <Status Name="Delayed"> <Date>2006-10-18</Date> </Status> </MessageBody> <ValuationType> <Identifier UniqueID="Dummy_Value" Type="VPMAssigned"/> <WorkFlow Type="Status" DelayReason="TenantDeniedAccess" FromStatus="Accepted"> <ExpectedValuationDate> <Date>2007-11-25</Date> </ExpectedValuationDate> <Comment>Owner unvailable until specified date</Comment> </WorkFlow> </ValuationType> </Message> The key bits of information here are
Valex Specific Notes
Delays, Workflow and Service Level AgreementsWhen we receive a workflow packet, we add a delay as soon as we process it. If there are any errors, a delay is not added to the job. Due to conditions affecting our servers, your workflow packets may be queued for a short period of time (a few minutes, typically); which may slightly affect your service level agreements. TimezonesWe assume that all dates and times given are in the Delay end dateWhen an expected valuation date is provided, ValEx assumes the close of business on that particular day (rather than what is specified in the /Time node). That is in sync with the user interface behaviour of ValEx - we may look at changing this if there is enough interest. SOAP and Valex AuthenticationAt valex we use a SOAP webservice which contains a LIXI payload. An example of the soap envelope is found here soap envelope. This soap envelope needs to contain an element AuthHeader which will be used to authentication. The format of the soap header is as follows: This is the soap header we expect when you send a packet to us, and the soap header we send to authenticate against your webservice Note: We'd very much like to standardize upon one simple existing method for authentication information, as illustrated in the example above. As such, we're unable to customize the authentication we use in many cases - this would break compatibility with many other clients or valuation firms; or entail a significant amount of work for each party. AuthHeader vs vAuthHeader: Updated XSDThe new updated XSD can be found in the attachments under the valfirm guide.
Getting my account setupTo send or receive work from Valuation Exchange by any of our web services; you need to be able to login to our application. If you don't have a login, let us know By doconnor at 2007-01-11 14:34 | Client Guide | News | Valuation Firm Guide | login to post comments
How do I validate my lixi xml?You need:
Validating
You will either be presented with one of two results - XML is not well formed (and a list of errors), or XML is valid. Most common errorsIf you've got an error you don't know how to resolve, let us know, and we'll pop it up here. Why do I need to validate?In short, if your xml can't be understood by our system we can't process it. We validate all incoming lixi information; and reject anything invalid. Should I get this built in to my software?By all means, please do! A quick google search can help you find examples on how to do this in your language. By building in XSD validation before you send us any information; you can be assured that we'll have no trouble understanding and extracting the information we need. Have a read of our article on XSD validation for more. I don't have/can't get XMLSpyWe've built a limited XSD validation tool. You'll need to login with your valex username and password. Welcome to developers.valex.com.auWelcome to developers.valex.com.au. This site is currently in development and we will be constantly improving the documentation that's available. Our plans for this site are:
We have two guides up so far for clients and valfirms with xml examples. |
Related LinksNavigation |
Recent comments
10 years 12 weeks ago
11 years 4 weeks ago
11 years 6 weeks ago
11 years 6 weeks ago
11 years 11 weeks ago
11 years 35 weeks ago
11 years 40 weeks ago
11 years 45 weeks ago
11 years 45 weeks ago
11 years 45 weeks ago