cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice for File Scenario

Former Member
0 Kudos

HI Everyone,

Can i develop a webservice using .net platform for a file to file scenario using XI. How do i proceed.

I know how to configure file to file scenario using XI, but how shd i replicate the same scenario as webservice.

Any valueable inputs would be appreciated.

Regards,

Varun.

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

Can i develop a webservice using .net platform for a file to file scenario using XI.

Do u want whole scenario as a webservice? What exactly is the usage? The scenario can't b converted to one webservice.

Regards,

Prateek

varun_k
Contributor
0 Kudos

Hi Prateek,

Yes, I want the whole scenario as a webservice. The consumer once enters the url of the webservice, then the file copy scenario shd run using XI.

Regards,

Varun

prateek
Active Contributor
0 Kudos

For this u don't need to convert the complete the scenario into webservice. Just create wsdl in XI and use SOAP client to trigger this scenario.

The consumer once enters the url of the webservice

This consumer location should act as the soap client.

Regards,

Prateek

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

Refer this blog

Hope this help to u.

Regards,

Surya

Former Member
0 Kudos

hi,

The below specified link provides a step by step guide on file to webservide

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/10c73036-f019-2b10-20bc-f15a25be...

santhosh_kumarv
Active Contributor
0 Kudos

>>Can i develop a webservice using .net platform for a file to file scenario using XI.

You cant use a webservice for a file to file scenario. The input for a file to file scenario should be a file.However the webservice can only runderstand the SOAP XML. So you can consume the webservice thru XI only using the SOAP Adapter and not using the File adapter.

You can design a scenario like.

File ---------- XI --------------File
                | |
         Webservice

Thanks

SaNv...

Edited by: Sãnthosh Kûmãr V on Aug 6, 2008 11:49 AM

Former Member
0 Kudos

Hi,

I hope the below blog's scenario is similar to your requirement.

and here the RFC should be replaced by the Webservice for your requirement.

These 3 documents should explain it all,

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/befdeb90-0201-0010-059b-f22...

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

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

And also

Testing XI exposed Web-Services

Invoke Webservices using SAPXI

Regards,

Suryanarayana