Author: keith
Date: Tue Jan 15 23:55:30 2008
New Revision: 12317

Log:

Fixing the IP. It was having a 192 IP changed it to localhost.



Modified:
   
trunk/mashup/java/modules/samples/digit2image/digit2image.resources/storexml.stub.js

Modified: 
trunk/mashup/java/modules/samples/digit2image/digit2image.resources/storexml.stub.js
==============================================================================
--- 
trunk/mashup/java/modules/samples/digit2image/digit2image.resources/storexml.stub.js
        (original)
+++ 
trunk/mashup/java/modules/samples/digit2image/digit2image.resources/storexml.stub.js
        Tue Jan 15 23:55:30 2008
@@ -265,7 +265,7 @@
         {
             "storexmlSOAP12Endpoint": {
                 "type" : "SOAP12",
-                "address" : 
"http://192.168.253.128:7762/services/system/storexml";,
+                "address" : "http://localhost:7762/services/system/storexml";,
                 "action" : {
                     "store" : 
"http://services.mashup.wso2.org/storexml/ServiceInterface/storeRequest";,
                     "retrieve" : 
"http://services.mashup.wso2.org/storexml/ServiceInterface/retrieveRequest";,
@@ -284,7 +284,7 @@
             },
             "SecureStorexmlSOAP12Endpoint": {
                 "type" : "SOAP12",
-                "address" : 
"https://192.168.253.128:7443/services/system/storexml";,
+                "address" : "https://localhost:7443/services/system/storexml";,
                 "action" : {
                     "store" : 
"http://services.mashup.wso2.org/storexml/ServiceInterface/storeRequest";,
                     "retrieve" : 
"http://services.mashup.wso2.org/storexml/ServiceInterface/retrieveRequest";,
@@ -303,7 +303,7 @@
             },
             "storexmlSOAP11Endpoint": {
                 "type" : "SOAP11",
-                "address" : 
"http://192.168.253.128:7762/services/system/storexml";,
+                "address" : "http://localhost:7762/services/system/storexml";,
                 "action" : {
                     "store" : 
"http://services.mashup.wso2.org/storexml/ServiceInterface/storeRequest";,
                     "retrieve" : 
"http://services.mashup.wso2.org/storexml/ServiceInterface/retrieveRequest";,
@@ -322,7 +322,7 @@
             },
             "SecureStorexmlSOAP11Endpoint": {
                 "type" : "SOAP11",
-                "address" : 
"https://192.168.253.128:7443/services/system/storexml";,
+                "address" : "https://localhost:7443/services/system/storexml";,
                 "action" : {
                     "store" : 
"http://services.mashup.wso2.org/storexml/ServiceInterface/storeRequest";,
                     "retrieve" : 
"http://services.mashup.wso2.org/storexml/ServiceInterface/retrieveRequest";,
@@ -341,7 +341,7 @@
             },
             "storexmlHTTPEndpoint": {
                 "type" : "HTTP",
-                "address" : 
"http://192.168.253.128:7762/services/system/storexml";,
+                "address" : "http://localhost:7762/services/system/storexml";,
                 "httplocation" : {
                     "store" : "storexml/store",
                     "retrieve" : "storexml/retrieve",
@@ -355,7 +355,7 @@
             },
             "SecureStorexmlHTTPEndpoint": {
                 "type" : "HTTP",
-                "address" : 
"https://192.168.253.128:7443/services/system/storexml";,
+                "address" : "https://localhost:7443/services/system/storexml";,
                 "httplocation" : {
                     "store" : "storexml/store",
                     "retrieve" : "storexml/retrieve",

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to