Dears,
I developed my first datapower
b2b
solution, it must handle soap
messages, the sender is sending soap message and the b2b
service must retrieve soap also.
and I did the following :
I created an external Profile
ExternalParter_hub
and internal PartnerIntrenalPartner_hub
.I set the
destination
forIntrenalPartner_hub
tosoap
web service as a back-end.IntrenalPartner_hub
I made the response typeSOAP
.I created
B2BGW
service and i added the Profiles above and i createdHTTP Front Side handler
for it.In the
B2BGW
service that i created , i used theDocument Routing Preprocessor
inAdvanced
tab and I set thexsl
document to assignsender
andreciever
data.I created
MPGW
service and routes to the B2BGW service.I tested the
service
usingsoapui
by callingMPGW
url as endpoint, thesoapui
response panel is empty and the header section tells me that everything is ok. When Openingdebug probe
it tells that the soap service returns success soap message... butMPGW service
doesn't recieves any response fromB2BGW service
!! andB2B Transaction Viewer
show that message result is success ??
what is the missing part !!!!