I'm using SmartGWT EE 1.2.2 with client and server running locally and trying to load a WSDL via XMLTools.loadWSDL(). I can load the same URL in a browser successfully. Is there an extra configuration setting I need? This is the full error from the developer console.
Code:
14:50:08.489:XRP8:WARN:RPCManager:Transport error - HTTP code: 404 for URL: http://192.168.9.24:8085/IPServices/ClassFinder?wsdl (via proxy: http://localhost:8080/demoapp/sc/HttpProxy), response: {operationId: "custom",
clientContext: undef,
context: Obj,
transactionNum: 6,
httpResponseCode: 404,
httpResponseText: "<html>\n<head>\n<meta http-equiv="Content-..."[1406],
xmlHttpRequest: [object XMLHttpRequest],
transport: "xmlHttpRequest",
status: -90,
clientOnly: undef,
httpHeaders: Obj,
isStructured: true,
callbackArgs: null,
results: Obj,
data: "Transport error - HTTP code: 404 for URL..."[150]}
Comment