This blog is about using soap with attachments and the use of MTOM within the OSB (10gR3). A service is created that accepts a soap with attachment (DocumentService) and translates it to a service that accepts a binary element. MTOM is used for performance reasons for the second. Some notes: * For the use of attachments you need RPC-style document instead of the usual document-style. This due to the fact that the document-style limits a message to a single . * A service can not have both SWA and MTOM within OSB. First a WSDL is setup for the DocumentService: The $attachments variable holds the attachments and the body holds the attachment data. Also other data is stored within the attachment element (see h
Persoonlijk blog over mijn (werk)ervaringen. Ik ben nieuwsgierig en vind veel dingen interessant en leuk. Daarom ook verschillende hobbies zoals lezen, psychologie, filosofie, cryptos, fotografie, meditatie, tennis, PSV, wandelen, bier, wijn, gezin. Zie ook https://linktr.ee/rvdkimmenade Veel plezier met lezen!
Roger,
BeantwoordenVerwijderenDie melding krijg je, wanneer je niet zowel het Service Bus Configuratie Project, als het Service Bus Project hebt geimporteerd.
Ben er ook vaak tegen aangelopen. Doordat ik iedere message flow als apart project ben gaan zien, heb ik ook voor iedere flow ook een eigen service bus configuratie project.
Zorg dus dat je altijd beide uitcheckt.
Vriendelijke groet,
Xander van Rooijen
www.xioor.nl
@fsahasihfojsf: Thank you for your tip!
BeantwoordenVerwijderenSo the solution is to have each ESB project have its own configuration project and check both in.