Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8720

The request failed with HTTP status 404: Not Found

$
0
0

I get this error message "The request failed with HTTP status 404: Not Found" when I execute the line in (red) below.  I can access the WSDL when I paste the URL in IE. 

 

I have created a web service datawindow that generates this error when I perform a retrieve.  Listed below is the source code that calls the web datawindow.  Does anyone know what could be causing the error?

 

int ii_return

LONG ll_rowcount

 

wsconnection ws_1

 

ws_1 = create wsconnection

ws_1.username = "Mozido"

ws_1.password = "Viamericas123"

ws_1.endpoint = "http://50.246.106.202/ViaCardLoadingWS/CardLoadingService.svc?wsdl"

ws_1.authenticationmode = "basic"

//ws_1.usewindowsintegratedauthentication = TRUE

 

 

ii_return = dw_2.setwsobject (ws_1)

 

 

ll_rowcount = dw_2.Retrieve( "Mozido", "Viamericas123", "A00070", "Don", "1 Way", "8001234567", "33063", "1", "1", "1" )

 

 

MessageBox("WS", "Rows retrieved= " + string(ll_rowcount), Information!, Ok!)


Viewing all articles
Browse latest Browse all 8720

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>