cancel
Showing results for 
Search instead for 
Did you mean: 

Scheduling in SOAP Adapter

Former Member
0 Kudos

Hi,

We have a requirement where we need to pick data from a Web Service Source on a weekly basis through SOAP Adapter in XI.

So, is there any means of scheduling the SOAP adapter to pick data weekly or should the Web service be programmed to run on weekly basis.

Any inputs would be helpful.

Regards,

Sampada Atri

Accepted Solutions (1)

Accepted Solutions (1)

former_member556603
Active Contributor
0 Kudos

Hi,

We have a requirement where we need to pick data from a Web Service Source on a weekly basis through SOAP Adapter in XI.

So, is there any means of scheduling the SOAP adapter to pick data weekly or should the Web service be programmed to run on weekly basis.

Go through these blogs

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

/people/shabarish.vijayakumar/blog/2006/11/26/adapter-scheduling--hail-sp-19-

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

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

Thanks,

Satya

Former Member
0 Kudos

Hi All,

My system does not have SP 19(It has SP14, NW04S_14_REL).

As far as what I know 'Availiblity Time' parameter comes SP19 onwards.

So without it how can this be achieved??

Regards,

Sampada

stefan_grube
Active Contributor
0 Kudos

It means: XI 3.0 SP 19. So it is available in PI 7.0 Sp 14 as well.

But scheduling would not help in a SOAP adapter.

The question for me is: What is the message flow, what do you want to do with the response data?

Do you want to call the webservice periodically or should a web service client push the data?

Regards

Stefan

Former Member
0 Kudos

Hi Stefan,

My system is not PI 7.0 but XI 7.0 (i.e. NW2004S).

But I checked it has the Alvailability Time Planning option.

But why cant it be used in SOAP adapter?? Please let me know as I as considering using this in the scenario.

Do you want to call the webservice periodically or should a web service client push the data?

My scenario is to pull data out of the Web Service on a weekly basis.

If you could suggest which one of the options would be better and why..i.e. to call Web Service or to Push data from WS?

Regards,

Sampada

Former Member
0 Kudos

As I understand your scenario... which is your receiver system where you want to update/upload the data.

???? --> XI ---> Web Service

Which is your sender system. What you want to do after fetching the data from Webservice.

Gaurav Jain

Former Member
0 Kudos

Hey actually the scenario goes like this:

Web Services based on top of a SQL server --> XI --> ECC/MDM

This data from Web Services has to be sent to ECC and MDM on a weekly basis.

Regards,

Sampada

Answers (5)

Answers (5)

vijay_b4
Active Contributor
0 Kudos

Hi Sampada,

In SOAP Adapter communication channel,you can find a tab called Availability Time Planning, choose the Availability time as weekly basis and click on create button.

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

/people/shabarish.vijayakumar/blog/2006/11/26/adapter-scheduling--hail-sp-19-

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

Reward points if this helps

Regards

Pragathi.

Former Member
0 Kudos

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

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

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

Note: reward points if solution found helpfull

Regards

Chandrakanth.k

Former Member
0 Kudos

Hi,

All you want to know about scheduling is here....

/people/shabarish.vijayakumar/blog/2006/11/26/adapter-scheduling--hail-sp-19-

reward points if helpful

PrAshanT

Former Member
0 Kudos

Hi,

You can do it using BPM.

Thanks

Vikranth

Former Member
0 Kudos

Hi,

Its better to Schedule the Webservice Application using some pragramming that needs to be run and Push the data to XI on Weekly Basis.

Why because in SOAP Scenarios case SOAP Application needs to send the data to XI

Regards

Seshagiri