hello,

does anybody know, how i can avoid the following error generated while 
running the jibx2wsdl tool?

Error: No handling defined for name on concrete mapping reference; on 
structure element at (line 32, col 156, in customerBinding.xml)

customerBinding.xml:
-----------------------------------------------------------
<binding ...>
...
<mapping class="ConsumptionPoint" name="consumptionPoint">
   <value style="element" name="id" get-method="getId" 
set-method="setId" usage="optional"/>
   <value style="element" name="address" get-method="getAddress" 
set-method="setAddress" usage="optional"/>
</mapping>
<mapping class="Customer" name="customer">
...
<!-- line 32 --><structure map-as="ConsumptionPoint" 
get-method="getConsumptionPoint" set-method="setConsumptionPoint" 
usage="optional"/>
...
</mapping>
</binding>

i have tried some customizations in custom.xml but i haven't found a 
solution yet.

thanks in advance,
br maria

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to