I'm using axis2 binary dist to create a webservice client, I've got an wsdl and are generating a client with ADB binding. The problem I'm having is that the server is throwing an error. The people with the server are saying that the reason is that the request is using single quotes instead of double quotes on the first line <?xml version='1.0' encoding='UTF-8'?>
I'm not sure they can fix this so my question is if there is any whan of configuring axis to generate xml with double quotes? Kind regards Kjell Tillstrand 2009/02/19 15:24:42:900 CET [DEBUG] content - << "<html>[\r][\n]" 2009/02/19 15:24:42:900 CET [DEBUG] content - << "<head>[\r][\n]" 2009/02/19 15:24:42:900 CET [DEBUG] content - << "<title>Error: Not Found</title>[\r][\n]" 2009/02/19 15:24:42:900 CET [DEBUG] content - << "</head>[\r][\n]" 2009/02/19 15:24:42:900 CET [DEBUG] content - << "<body>[\r][\n]" 2009/02/19 15:24:42:901 CET [DEBUG] content - << "<form name="SYSER404">[\r][\n]" 2009/02/19 15:24:42:901 CET [DEBUG] content - << "<h1>URL Not Found - Error 404</h1>[\r][\n]" 2009/02/19 15:24:42:901 CET [DEBUG] content - << "<p>[\r][\n]" 2009/02/19 15:24:42:901 CET [DEBUG] content - << "<span style="text-decoration: underline">Explanation:</span>[\r][\n]" 2009/02/19 15:24:42:901 CET [DEBUG] content - << "</p>[\r][\n]" 2009/02/19 15:24:42:901 CET [DEBUG] content - << "<blockquote>[\r][\n]" 2009/02/19 15:24:42:901 CET [DEBUG] content - << "<p>[\r][\n]" 2009/02/19 15:24:42:901 CET [DEBUG] content - << "0[\r][\n]" 2009/02/19 15:24:42:901 CET [DEBUG] content - << "</p>[\r][\n]" 2009/02/19 15:24:42:901 CET [DEBUG] content - << "<p>[\r][\n]" 2009/02/19 15:24:42:901 CET [DEBUG] content - << "EXPL.2[\r][\n]" 2009/02/19 15:24:42:901 CET [DEBUG] content - << "</p>[\r][\n]" 2009/02/19 15:24:42:901 CET [DEBUG] content - << "<p>[\r][\n]" 2009/02/19 15:24:42:902 CET [DEBUG] content - << "Your request cannot be completed until all the required URLs are defined and on-line.[\r][\n]" 2009/02/19 15:24:42:902 CET [DEBUG] content - << "</p>[\r][\n]" 2009/02/19 15:24:42:902 CET [DEBUG] content - << "</blockquote>[\r][\n]" 2009/02/19 15:24:42:902 CET [DEBUG] content - << "<p>[\r][\n]" 2009/02/19 15:24:42:902 CET [DEBUG] content - << "<span style="text-decoration: underline">Recommended[\r][\n]" 2009/02/19 15:24:42:902 CET [DEBUG] content - << "Action:</span>[\r][\n]" 2009/02/19 15:24:42:902 CET [DEBUG] content - << "</p>[\r][\n]" 2009/02/19 15:24:42:902 CET [DEBUG] content - << "<blockquote>[\r][\n]" 2009/02/19 15:24:42:902 CET [DEBUG] content - << "<p>[\r][\n]" 2009/02/19 15:24:42:902 CET [DEBUG] content - << "Check the internal Server trace of the transaction to see which spin-off URL was not available.[\r][\n]" 2009/02/19 15:24:42:902 CET [DEBUG] content - << "</p>[\r][\n]" 2009/02/19 15:24:42:902 CET [DEBUG] content - << "</blockquote>[\r][\n]" 2009/02/19 15:24:42:902 CET [DEBUG] content - << "<p>[\r][\n]" 2009/02/19 15:24:42:902 CET [DEBUG] content - << "<span style="text-decoration: underline">Retry[\r][\n]" 2009/02/19 15:24:42:902 CET [DEBUG] content - << "location:</span>[\r][\n]" 2009/02/19 15:24:42:903 CET [DEBUG] content - << "</p>[\r][\n]" 2009/02/19 15:24:42:903 CET [DEBUG] content - << "<blockquote>[\r][\n]" 2009/02/19 15:24:42:903 CET [DEBUG] content - << "<p>None was provided.</p>[\r][\n]" 2009/02/19 15:24:42:903 CET [DEBUG] content - << "</blockquote>[\r][\n]" 2009/02/19 15:24:42:903 CET [DEBUG] content - << "<p> </p>[\r][\n]" 2009/02/19 15:24:42:903 CET [DEBUG] content - << "<hr />[\r][\n]" 2009/02/19 15:24:42:903 CET [DEBUG] content - << "<p>[\r][\n]" 2009/02/19 15:24:42:903 CET [DEBUG] content - << "<span style="font-style: italic">The Shadow Web Server Version 05.01.04</span>[\r][\n]" 2009/02/19 15:24:42:903 CET [DEBUG] content - << "</p>[\r][\n]" 2009/02/19 15:24:42:903 CET [DEBUG] content - << "</form>[\r][\n]" 2009/02/19 15:24:42:903 CET [DEBUG] content - << "</body>[\r][\n]" 2009/02/19 15:24:42:903 CET [DEBUG] content - << "</html>[\r][\n]"
