cancel
Showing results for 
Search instead for 
Did you mean: 

File to Soap scenario

Former Member
0 Kudos

Hi Experts

I am currently doing File to Soap Scenario , and i am facing some confusion in that

1. I don't have Webservice or WSDL file , for the reciever side , how to get it or we can create it by own in directory if yes please tell me how

2.i have gone some scenarios like FILE -


> RFC blog in here but i want File to SOAP ( syn ) , in that blog only one thing i was not able to understand , mine will be Soap at reciever side , so what about webservice or WSDL file

Please do help as soon as possible

Accepted Solutions (1)

Accepted Solutions (1)

former_member183906
Active Contributor
0 Kudos

Go thru this thread

if it is synchronous then u hv to create a inbound synchrounous interface in which u will provide the request and respons structure.

Former Member
0 Kudos

Hi ViJaYaNt JhA

i am clear with that but

i m all asking here is while sending the file through in FILE --->SOAP (syn) scenario why we will declare that sync file message interface as INBOUND sync

I dont have doubt with the wsdl generation

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks all

But i hav one confusion here

WHy the sender adapter for file will inbound , y not outboud,

Former Member
0 Kudos

Hi,

When the Receiver is the Webservice means we have to get the WSDL File from them and Use it in developing the Receiver Structure.

If the Sender is the Webservice means we have to Provide the WSDL File to then so that they can use our XI Structure to post the data to XI

Check this Disscussion Completly

Regards

Seshagiri

Former Member
0 Kudos

hi

check the below for how to generate WSDL from ID

how to use soap adapter

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a2202...

Walkthrough - SOAP <-> XI <-> RFC/BAPI

Invoke Webservices using SAPXI

regards

kummari

dharamveer_gaur2
Active Contributor
0 Kudos

For SOAP sender there is option in ID to create webservice but for SOAP Rec

u have to create WSDL using java or any other language,then deploy it on server.

now you would be able to consume web service.or u can use already delivered web service.

Former Member
0 Kudos

Hi

Check this too..

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a2202...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5474f19e-0701-0010-4eaa-97c...

this blog will help you in webservice issue :

in this blog it aslo describe how to create webservice nad deployment of tht :

hope you got some help ;

Regard's

Chetan Ahuja