cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP to SOAP passthrough

0 Kudos

Hi there,

Looking for a possibility of passing arbitrary message from one SOAP channel to another. 1:1 exchange of request and response messages between two external systems.

How can this be achieved ?

I have 100+ different messages, designing data types and 1:1 mappings for all of them on PO would be an overkill.

EDIT: came across this https://archive.sap.com/discussions/thread/3594293 allamudi.loordh's post.

Created Integrated Configuration, picked sender and receiver channel, set interface names and namespaces to dummy.

Now I am not able to generate WSDL (software component version missing).

Tried to type URL by hand using:

http://server:port/XISOAPAdapter/MessageServlet?channel=:DUMMY:SOAP_Sender

but getting ADAPTER.JAVA_EXCEPTION See log trace with id: n/a error.

Thanks,

Bart

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Confirming, Integrated Configuration with dummy interface and namespace is enough to build a passthrough SOAP to SOAP scenario, at least in my case it does work between SoapUI and SoapUI mocked service endpoints.

Had wrong URL, used interface name instead of communication component name.

Hope it'll work between target systems eeeek.

iaki_vila
Active Contributor
0 Kudos

Hi Bartosz,

I've noticed in your URL that you have not any party, are you sure?, can you share an screenshot of your configuration?

Regards.