cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice

Former Member
0 Kudos

Hi all,

My requirement is webservice to file. i developed a webservice in ECC6.0 using a function module and i tried SOAP to FILE .

my question is how to trigger the webservice in SAP and it is in sender side. please explain me in details

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

I got useful answer

Former Member
0 Kudos

Hi Anil,

Refer these links so that you have an idea about the configuration in between soap to file

For SOAP see below links

/people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1

/people/shabarish.vijayakumar/blog/2006/03/28/rfc--xi--webservice--a-complete-walkthrough-part-2

To configure File as receiver consider the below blogs

/people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion

/people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2

An Overview of SOAP

/people/padmankumar.sahoo/blog/2005/02/15/an-overview-of-soap

once you go through the above links you get an clear idea. configure your data as per your requirement

IR

---

1)define Data type for sender and receiver system, later Message Type, later Message Interface.

2) Define you mapping and Interface mapping.

3)active your changes

ID

---

1)Define Serder Comunication channel type SOAP.

in DEFAULT XI PARAMETER you must put Message interface and Namespace of serder structure defined in IR

2) Define Receiver Communication channel.

3)define Receiver Determination

3)define Interface Determination

4)Define Sender agreement

5) Define Receiver Agreemen.

6)Active your changes.

DEFINE WEB SERVICE:

7)go to tool>enviroment>define Web services and put this string

http://<Host>:<Port>/XISOAPAdapter/MessageServlet?channel=:<Bussines_System>:<Communication Channel>.

Example: http://srv-xi01-adm:50000/XISOAPAdapter/MessageServlet?channel=:SCR_D:scr_d_soap_customer_sender

8)next step select MI of list

9)en next step you must define your sender BS and Message Interface.

10) Save Web service.

regards,

Surya

Former Member
0 Kudos

Hi,

this is very useful for you to develop Webservices using NWDS

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5f3ee9d7-0901-0010-1096-f5b...

have a look at the following

/people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1

/people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi

/people/siva.maranani/blog/2005/03/01/testing-xi-exposed-web-services

/people/riyaz.sayyad/blog/2006/05/07/consuming-xi-web-services-using-web-dynpro-150-part-i

/people/riyaz.sayyad/blog/2006/05/08/consuming-xi-web-services-using-web-dynpro-150-part-ii

Regds,

Pinangshuk.

former_member200962
Active Contributor
0 Kudos

Pinangshuk,

Is your answer really related to the question:

my question is how to trigger the webservice in SAP and it is in sender side

I found that all the links are related for how to develop a WS in XI/ PI!

@anilkumar: If possible post your question in the ABAP forum, chances are more to get fast response.

Regards,

Abhishek.