tomtkarl / WSCreator

Web Service Design and Generation tool
0 stars 0 forks source link

Whitespace in SOAP messages has odd results #11

Closed tomtkarl closed 11 years ago

tomtkarl commented 11 years ago

Look into updating SOAP library in tomcat folders since never explicitly installed JEE sdk?

tomtkarl commented 11 years ago

Whitespace between message elements gives very odd behaviour e.g.


<m:StockWhere>
<item>first</item>    //whitespace
<item>second</item>
</m:StockWhere>
<m:StockWhere>
<m:item>first</m:item>
<m:item>first    second</m:item>
<m:item>second</m:item>
</m:StockWhere></m:GetStockPriceResponse>