On 31 December 2010 07:43, Mariaxx <sannamari28@gmail.com> wrote: > > This is from their document, "an example of the data as XML", but without all > the obligatory fields, it's just an example. > > Maria > > > RQuadling wrote: >> >> On 30 December 2010 12:51, Mariaxx <sannamari28@gmail.com> wrote: >>> <MobilePhoneNumber>0704545164</MobilePhoneNumber> >>> test@test.com >>> </PersonalInfoMainBorrower> >> >> Looks like the borrowers email address is untagged. >> >> Where did you get that structure from? Yes, sure, but it is wrong. If they are asking for XML, then the example they are providing you is not XML. Well, it wouldn't pass the "well-formed" aspect of XML. The tag surrounding the email address is missing. Either remove the address or add the tag. If they don't document the tag's name, then you will have to ask them for it. But, at a guess, it is probably going to be <Email>....</Email>. -- Richard Quadling Twitter : EE : Zend @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php