Hi,

 

I'm new to this so forgive me if this is a daft question...

There is a test schema, very basic, it just contains two fields test1 and test2.

There is a String of xml:

---

<?xml version = "1.0" encoding = "UTF-8"?><Test xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="Test"  test2="test 2" test1="test 1"></Test>

---

 

I want to unmarshall this to the relevant xmlbean.

---

testDocument = TestDocument.Factory.parse( xml );

---

 

However the code does not get past the above line, but no error is thrown.

 

Any ideas what is going wrong?

 

Thanks!

 

 


This is an email from the CPP Group Plc, Holgate Park, York, YO26 4GA; telephone 01904 544500.
This message may contain information that is confidential. If you are not the intended recipient,
you may not peruse, use, disseminate, distribute or copy this message. If you have received this
message in error, please notify the sender immediately by email, facsimile or telephone and either
return or destroy the original message.
The CPP Group Plc accepts no responsibility for any changes made to this message after it has been
sent by the original author. This email has been scanned for all viruses by the MessageLabs Email Security System.

Reply via email to