| medhanush 2006-01-27, 9:27 pm |
| Hi All,
To complete orchestration process, neeeded to make couple of times to sap
system.
Each time send different message and get different response.
And also, more than orchestration sends/receives messages to/from sap system.
So, tried to modularize calls sap system, created a generic sap
orchestration, generice_sap_orch, as follows,
send shape's property Messapge is msgIn, which is of type XmlDocument
receive shape's property Message is msgOut, which is of type XmlDocument
Request-Response Port, send is connected to Request, and receive is
connected to Response
Orchestratin receives msgIn and sends out msgOut
Orch1 calls to generice_sap_orch.
before calling, typed messages are mapped to generic XmlDocument based
messages.
I'm basically trying to implement as Untyped message implementation.
so, what is happening is,
generice_sap_orch is recieving message, later it fails to send message to sap.
I'm not useing IDoc at all, using only RFC, didn't change any namespaces
generated by sap adater.
tried to look at proxy dll, can't make anything out of it.
Any idea how to fix this ..?
first of all..can generic message style is allowed with RFC or any
alternative soutions, sure there must be.
TIA
Kishore
|