cancel
Showing results for 
Search instead for 
Did you mean: 

File to HTTP synchron call with BPM challange.

Former Member
0 Kudos

Hi Guys.

I have to make a call to web service and get a answer back

The request.

<?xml version="1.0" encoding="UTF-8"?>

<!---- Test the service -->

<testlink webservice="1.0">

<methode command ="test">

</methode>

</testlink>

The response should be

<?xml version="1.0" encoding="UTF-8"?>

<testlink webservice="1.0">

<methodeback command ="test">

<header>

<answer res = “fine” >

</answer res>

</header>

</methodeback>

</testlink>

the service home is for example

ip = xx.xx.xx.xx:8080/testlink.

I have made the RFC test to this link and it works fine

We have to go for BPM as our SP is 08.

Plz guide me how do I have to curry this scenario out.

Camilla

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thansk all

Former Member
0 Kudos

Hi,

Please refer below links so it may help you in your requirment

HTML To Web Service Scenario & FILE TO DATABASE USING BPM

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

/people/community.user/blog/2006/11/16/step-by-step-realize-your-bpm-scheduling-capability

Integration Processes (ccBPM)

http://help.sap.com/saphelp_nw04/helpdata/en/3c/831620a4f1044dba38b370f77835cc/frameset.htm

Demonstrating Use of Synchronous-Asynchronous Bridge to Integrate Synchronous and Asynchronous systems using ccBPM in SAP Xi

/people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi

Thanks

Swarup

Former Member
0 Kudos

Hi,

U can do this by using BPM

file->http->File using BPM

the steps are

1. Receive step

2.send step synchronously

3.send step asynchonlosy

then http send a request to BPM ,BPM send request to http ,http send responce to BPM ,BPM sends responce to another file

I think u r problem will solve..

Plw award points

thanq

Edited by: krishnachitanya siddavattam on Feb 14, 2008 11:43 AM

Former Member
0 Kudos

Hi Thanq

How about the interface mapping

Has it to be

asyn-outbound -


> sync-abs--> request

sync-abs-->resp -


> async-inbound

is this right.

regards

VijayKonam
Active Contributor
0 Kudos

Camilla, which RFC you are talking about? if HTTP request is going to SYNC and RFC a SYNC then no need of BPM. Is using BPM is requirement?

Where did the file thing come in the solution and what happened to RFC???

VJ

Former Member
0 Kudos

Hi VJ

I am not using RFC, just a file which has a request to http asking for something , the http has to give the answer back to the file

File -


> request to HTTP----


> request ,

then the answer back from

HTTP -


> response to File -


> respose.

it is a simple scenario but I suppose it involves 6 interfaces.

1- outbound async for the file sender

2- BPM abs , async for receiver from file

3- indbound asyn for the http receiver

4- outbount asyn for HTTP sender

5- BPM abs asyn for receiving from HTTP

6- inbounf asyn for File receiver.

is this right or there are too many interfaces.

regards.