cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro - XI

Former Member
0 Kudos

Hi,

I have created a Web Services Model in Web Dynpro using a WSDL File. This model communicates with the XI. From my previous posts I have come to know that when we call the execute() method, Web Dynpro will on its own generate a "SOAP" call to XI. This means that it will create the SOAP header, envelope and body.

<b>wdContext.currentOrderCreateWSElement().modelObject().

execute();</b>

Lately I have come to know that, XI does not accept messages from anonymus users. We have to pass the user name and password.

Could anybody please tell me whether we need to pass the username and password? and if yes how should we do it?

<u><b>

Our programming structure:</b></u>

<b>View Methods: (My Order Create Form)</b>

onSubmit(){

// We make a call to the Component controller method.

}

<b>Component Controller Methods:</b>

createOrder(){

//Where in you have the execute part of the code

}

Do we need to make an explicit SOAP connection in the wdDoInit() method of the component controller and pass in the Username and password in this?

Can anybody please tell me how Web Dynpro handles SOAP connection to XI?

Thanks & Regards

--Vishal Sood <u></u>

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

see this link...check if this helps...

Answers (2)

Answers (2)

former_member185846
Active Participant
0 Kudos

Hi,

Check the following links

Hope it helps

Rgds,

Jothivel.

Former Member
0 Kudos

Hi,

Once you are done with deploying ur webdynpro, log into Visual Admin connect to the server,

server -> services -> webservices security

look for webservice client. Here you should see the webservice u deployed. when u select it, you should be able to specify basic authenticatioin details (userid/pwd)

cheers,

naveen