Hi Mark,

1. Is 'ns' a valid attribute for mapping or structure element ? Since
when I tried to add them to my mapping tag or structure tag, jibx is
complaining ?

2. I have written below binding.xml on the server side
<?xml version="1.0" encoding="UTF-8"?>
<binding>
<mapping  name="InputBean" class="InputBean" abstract="true">
<namespace uri="http://ws.as.com/schema/typesws"; default="elements"/>
<value name="st" field="st" usage="optional" style="element" />
<value name="i" field="i" usage="optional" style="element" />
</mapping>  
</binding>      

but if the input request from AXIS 1.2 RC2 comes in the format 

<?xml version="1.0" encoding="utf-16"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
<soap:Body>
 <getDummyBean xmlns="http://ws.as.com/wsdl/typesws";>
   <VOILA>
     <st xmlns="http://ws.as.com/schema/typesws";>ram</st>
     <i xmlns="http://ws.as.com/schema/typesws";>99</i>
   </VOILA>
 </getDummyBean>
</soap:Body>
</soap:Envelope>

then how can I handle this using JiBX binding xml on the server side ?
Please clarify ? OfCourse my WSDL is a wrapped style wsdl .



Thanks & Regards,
Kumar.


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
jibx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to