Here is some SOAP output that is accepted by the client application (generated by Axis running with JBoss 4.0.0RC1):
<?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <ns1:getCustomersResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://www.uecommerce.com/telacct"> <getCustomersReturn xsi:type="soapenc:Array" soapenc:arrayType="ns1:CustomerDetails[8]" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> Here is the output from the same Axis based application when runningin within JBoss 4.0.2, notice that soapenc:arrayType now equals `ArrayOfCustomerDetails[8]' rather than `CustomerDetails[8]'.: <?xml version="1.0" encoding="utf-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <ns1:getCustomersResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://www.uecommerce.com/telacct"> <getCustomersReturn soapenc:arrayType="ns1:ArrayOfCustomerDetails[8]" xsi:type="soapenc:Array" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882032#3882032 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882032 ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
