T
Teemu Keiski
Hi,
I ain't good with web services so I am asking for opinion/pointers.
Assume there are two systems A and B. System A has webservice method that it
system B needs. However, system B does know nothing about the system A. It
doesn't know url, method name, parameters or any other information. Only
thing it knows is that method in system A should return a string.
System A should tell system B all required info, so that system B could call
back system A and get the string it needs. System B must save callback info
so that it knows how to call system A.
How this kind of callback should be implemented. I was thinking that maybe
system A could create complete SOAP request which system B saves and calls
back using that request. Url of the service should also be saved.
Is there any better way?
Thank you in advance.
I ain't good with web services so I am asking for opinion/pointers.
Assume there are two systems A and B. System A has webservice method that it
system B needs. However, system B does know nothing about the system A. It
doesn't know url, method name, parameters or any other information. Only
thing it knows is that method in system A should return a string.
System A should tell system B all required info, so that system B could call
back system A and get the string it needs. System B must save callback info
so that it knows how to call system A.
How this kind of callback should be implemented. I was thinking that maybe
system A could create complete SOAP request which system B saves and calls
back using that request. Url of the service should also be saved.
Is there any better way?
Thank you in advance.