Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

  • smartgwt.dev
    replied
    Do you have any firewall installed? If so, try temporarily disabling it and see if that helps.

    Leave a comment:


  • jay.l.fisher
    replied
    Anyone else run into this? I'm not sure what else to try. A browser running on the same machine can access the URL but the HttpProxy cannot.

    Leave a comment:


  • jay.l.fisher
    replied
    I've also tried other publicly accessible web services and they all get the 404 error.

    Leave a comment:


  • jay.l.fisher
    replied
    I'm running the server and client locally via the GWT eclipse plugin and the embedded server/browser.

    Leave a comment:


  • Isomorphic
    replied
    When you use the HttpProxy the server is initiating the HTTP request - it's likely that from the server's perspective that 192.168 address leads to a different host.

    Leave a comment:


  • jay.l.fisher
    started a topic 404 error trying to load WSDL

    404 error trying to load WSDL

    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]}
Working...
X