cancel
Showing results for 
Search instead for 
Did you mean: 

how to send the message from front end to XI in sender webservice

Former Member
0 Kudos

Hi All,

I am doing webservice to proxy scenario, we want to send the message from front end to XI, front end is java application. can any one please guide me the steps need to done for front end to XI.

1) we wrote a webservice

2) i have created data type message type and message interface in IR

3) i have created sender soap adapter with interface name and namespace.

4) i have generated webservice in ID

but how can we send the message from front end to XI sender soap adapter.

Kind Regards,

Kiran

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Before going with the SOAP Adapter i suggest you to go through this Disscussion

If you are going with the SOAP Adapter means

>>but how can we send the message from front end to XI sender soap adapter.

you have to use the XI Server URL( http://host name:j2ee port/

Use this as Refference

http://help.sap.com/saphelp_nw70/helpdata/EN/ae/d03341771b4c0de10000000a1550b0/frameset.htm

Regards

Seshagiri

Former Member
0 Kudos

Hi

Is there any setting needs to be done on XI?

Kind Regards,

Kiran

Former Member
0 Kudos

NO need...You can send SOAP request using WSDL generated from XI.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

According to me you have to call the Soap requrest.

Thanks,

RamuV

sumesh_k2
Participant
0 Kudos

Hi Kiran,

As far as I understand, you have only published the webservice via webservice creation in ID.

Now you have to consume this web service (wsdl) from your java application.

Regards,

Sumesh K.

Former Member
0 Kudos

USe any of these methods

/people/community.user/blog/2006/09/19/xi-webservice-studio--a-plain-jane-soap-tool