cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

hi guys,

i am on a scenario where i have a soap receiver,

in the Recv, Comm. Channel i've specified the endpoint URL.

now whn i run the whole thng this is the error i get in the response of the call:

category> xi adapter

code area"HTTP"> adapter.http_exception

addn txt> HTTP 404 NOT Found.

Now it looks pretty obvious that there might b some issue with the webservice @ this url, if it exists or not.

I tested this interface on another environment: DEV and it seems to go smoothly,

So i conclude it is not a URL prob. i do how ever have doubts that some ICF services should b active .... PLEASE CORRECT ME IF I AM WRONG, i am wondering if i am on the right track, some1 please throw light on this please,

I would appreciate your help ....

Points will b awarded

Thanks in advance

0 Likes
View Entire Topic
Former Member
0 Likes

May be u need to provide credentials for the webservice in SOAP Adapter.

Check the HTTP codes beloe.

4xx Client Error

The request contains bad syntax or cannot be fulfilled.

The 4xx class of status code is intended for cases in which the client seems to have erred. Except when responding to a HEAD request, the server should include an entity containing an explanation of the error situation, and whether it is a temporary or permanent condition. These status codes are applicable to any request method. User agents should display any included entity to the user. These are typically the most common codes encountered while online.

400 Bad Request

The request contains bad syntax or cannot be fulfilled.

401 Unauthorized

Similar to 403 Forbidden, but specifically for use when authentication is possible but has failed or not yet been provided. See Basic access authentication and Digest access authentication.

402 Payment Required

The original intention was that this code might be used as part of some form of digital cash or micropayment scheme, but that has not happened, and this code has never been used.

403 Forbidden

The request was a legal request, but the server is refusing to respond to it. Unlike a 401 Unauthorized response, authenticating will make no difference.

404 Not Found

The requested resource could not be found.

405 Method Not Allowed

A request was made of a resource using a request method not supported by that resource; for example, using GET on a form which requires data to be presented via POST, or using PUT on a read-only resource.

406 Not Acceptable

407 Proxy Authentication Required

408 Request Timeout

Client failed to continue the request

409 Conflict

410 Gone

Indicates that the resource requested is no longer available and will not be available again. This should be used when a resource has been intentionally removed; however, in practice, a 404 Not Found is often issued instead.

411 Length Required

412 Precondition Failed

413 Request Entity Too Large

414 Request-URI Too Long

415 Unsupported Media Type

416 Requested Range Not Satisfiable

The client has asked for a portion of the file, but the server cannot supply that portion (for example, if the client asked for a part of the file that lies beyond the end of the file).

417 Expectation Failed

5xx Server Error

The server failed to fulfill an apparently valid request.

Response status codes beginning with the digit "5" indicate cases in which the server is aware that it has errored or is incapable of performing the request. Except when responding to a HEAD request, the server should include an entity containing an explanation of the error situation, and whether it is a temporary or permanent condition. User agents should display any included entity to the user. These response codes are applicable to any request method.

500 Internal Server Error

501 Not Implemented

502 Bad Gateway

503 Service Unavailable

504 Gateway Timeout

505 HTTP Version Not Supported

Regards,

Jayasimha Jangam