Hi,
I encountered a problem with the web services parser on an N81 (V 10.0.053 21-09-07 RM-179 Nokia N81 A3.01). Although the web serber returns an xml file which contains a question mark within a string, that question mark is skipped in my application! This is a very critical issue if it comes to URLs.
For example:
This tag is returned as part of the server's xml response (note the question mark:
<host_url>http://xxx.xxx.xxx.xxx/app/files/getfile.aspx?ticket=</host_url>
My stub object within my Java app returns this (note the missing question mark):
http://XXX.XXX.XXX.XXX/app/files/getfile.aspxticket
If you know the URL struture you can maybe add the question mark within the application. If not, the web service is likely to fail.
Did anybody else notice this behaviour?
Many Thanks,
David

Reply With Quote

