BusinessObjects Board

Web Service : HTTP Authentication error

Hi,

I created a web service type DataStore with WSDL URL in 12.2.2.1.
I filled the Username and the Password with the correct value => USER and PASS.

FYI: The web server is an IIS => Authentication is an Integrated Windows authentication. (No SSL)

I created the data flow as follows
DI Row Generator–> Query 1 (with new function call) → Query 2 to unnest → Query 3 for mapping → Temp Table.

The mapping, the import of the web service is not giving any error while the validation.

But it’s giving the following error while I execute the job
=> Last lines extracted from the axis2_log file =>
[Thu Jan 26 13:54:43 2012] [error] …\src\core\transport\http\sender\http_sender.c(1359) HTTP Authentication failed
[Thu Jan 26 13:54:43 2012] [error] …\src\core\transport\http\sender\http_sender.c(1442) Error occurred in transport
[Thu Jan 26 13:54:43 2012] [error] …\src\core\engine\engine.c(179) Transport sender invoke failed
[Thu Jan 26 13:54:43 2012] [info] [rampart][rampart_mod] rampart_mod shutdown

FYI : When I check the Anonymous Method on the ISS web server => the job works fine. But When I uncheck the Anonymous Method => the job does’nt work.

So I tried to use SOAPUI to access the web service.
To do that, I filled the field User (Windows User), Password and DOMAIN with USER, PASS and DOMAIN => It works fine.

My questions are :

What should I put in the fields into the data store definition (USER (Windows User), PASS and DOMAIN?
Do I need to configure the axis2.xml file?

Thank you in advance.

Attached : the axis2.xml file and the axi2_log.txt file

Francesco.
axis2.zip (2.0 KB)


F_Romeo :belgium: (BOB member since 2011-01-12)

NTLM Authentication is not supported by DS Webservice Datastore
only option is to write a wrapper service and use that in DS


manoj_d (BOB member since 2009-01-02)

Thank you for your response Manoj.

I 've read the response this morning from the SAP Support (about this case opened few weeks ago).

A lot of working days lost on this case and only to find why it was not working!!!

Br,
Francesco.


F_Romeo :belgium: (BOB member since 2011-01-12)