Any way know how to resolve it? I am using XFire 1.2.6.
The XML returned by the web service API calls contains some unnecessary namespace declarations. For example, the following is the xml returned by getTestingMerchants(). As I can see the namespace declaration inside the tags <bannerImageId>, ... <name> is unnecessary. Removing those will reduce the size of the data by almost 40%. <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soap:Body> <ns1:getTestingNewsResponse xmlns:ns1="com.cnn.webservice.MntAccessService"> <ns1:out> <ns2:SimpleCemNewInfo xmlns:ns2="http://model.webservice.cnn.com"> <bannerImageId xmlns="http://model.webservice.cnn.com">100000</bannerImageId> <newsCount xmlns="http://model.webservice.cnn.com">2</newsCount> <hasLocations xmlns="http://model.webservice.cnn.com">false</hasLocations> <iconImageId xmlns="http://model.webservice.cnn.com">-1</iconImageId> <securityCardImageId xmlns="http://model.webservice.cnn.com">0</securityCardImageId> <securityCardName xsi:nil="true" xmlns="http://model.webservice.cnn.com"/> <securityCardNo xsi:nil="true" xmlns="http://model.webservice.cnn.com"/> <NewId xmlns="http://model.webservice.cnn.com">2</NewId> <name xmlns="http://model.webservice.cnn.com">Safeway</name> </ns2:SimpleCemNewInfo> </ns1:out> </ns1:getCEMNewsResponse> </soap:Body> </soap:Envelope> I also saw the similair report http://jira.codehaus.org/browse/XFIRE-1029 Thanks, James ____________________________________________________________________________________ You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost. http://tc.deals.yahoo.com/tc/blockbuster/text5.com
