cancel
Showing results for 
Search instead for 
Did you mean: 

XI->HTTP Scenario

Former Member
0 Kudos

Hi

In my scenario I am sending data to XI using HTTP Client prg, but i got 404 not found error, and some thing related to deployment probs. I am deploying in Weblogic server? When i enter upto Context root i am getting this error.

What went wrong? can any one help me.

Regards,

Datta

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Datta,

I have asimilar prob before, I forgot to enable service all requests.Ty this hope this should work and dont stop to context root, goahead by giving upto your JSP page in a new IE page.

Cheers,

satish

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Datta,

A HTTP 404 error is generally due to authorization problems. Since you are saying that you are getting the error when you enter the context root, looks like there is an access-authorisation problem at this level.

Regards,

Sushumna

bhavesh_kantilal
Active Contributor
0 Kudos

Hi Datta,

Just check this thread for the code that can be used for your HTTP Client.

/message/266750#266750 [original link is broken]

Copy the code , save it as a .HTML File and give the correct values into the parameters.

Try using this HTTP client.

Regards,

Bhavesh