SOAP error missing required element 'tModelKey'
-----------------------------------------------
Key: JUDDI-228
URL: https://issues.apache.org/jira/browse/JUDDI-228
Project: jUDDI
Issue Type: Bug
Affects Versions: 3.0beta
Environment: any
Reporter: Kurt T Stam
Assignee: Kurt T Stam
Fix For: 3.0beta
In the UDDI_080_SubscriptionTest the Subscription element contains a null
tModel, for some reason, during marshalling it creates an empty tModel element,
but then the key is null, so it fails.
The interesting things that we use this same XML in the UDDI_070 test, where is
passes.
org.apache.cxf.interceptor.Fault: Marshalling Error: cvc-complex-type.2.4.b:
The content of element 'tModelBag' is not complete. One of
'{"urn:uddi-org:api_v3":tModelKey}' is expected.
[INFO] [talledLocalContainer] at
org.apache.cxf.jaxb.JAXBEncoderDecoder.marshall(JAXBEncoderDecoder.java:176)
[INFO] [talledLocalContainer] at
org.apache.cxf.jaxb.io.DataWriterImpl.write(DataWriterImpl.java:166)
[INFO] [talledLocalContainer] at
org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor.writeParts(AbstractOutDatabindingInterceptor.java:113)
[INFO] [talledLocalContainer] at
org.apache.cxf.interceptor.BareOutInterceptor.handleMessage(BareOutInterceptor.java:68)
[INFO] [talledLocalContainer] at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:220)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.