Neuron ESB User Network

The Service Bus for the Connected Business

How can I send a message to a service endpoint from an adapter? I've created a custom adapter to integrate with our CMS. I need to send messages to a topic associated with a service endpoint, following certain actions.

I tried the following:

this.RaiseReceiveFromEndpointEvent(notificationRequestMessage, null)


The "notificationRequestMessage" object is an ESBMessage whose body is a data contract object. This object is consumed by a WCF service that sends emails:

[OperationContract(Name = "SendNotification", Action = "Notification\SendNotification")]
public SendNotificationResponse SendNotification(NotificationRequest request)

The issue I'm experiencing is that the WCF service is failing with the following error:

"OperationFormatter encountered an invalid Message body. Expected to find node type 'Element' with name 'SendNotification' and namespace 'ns'. Found node type 'Element' with name 'NotificationRequest' and namespace 'ns'"

What is the recommended method of sending a message to a service endpoint that is expecting a SOAP message?

Views: 478

Reply to This

Replies to This Discussion

Andy,

When calling SOAP-based services, the body of the Neuron ESBMessage will become the contents of the <SOAP:Body> element in the SOAP envelope.  A simple way to see what this should look like is to use SOAP UI and load the WSDL into it.  Select the operation you want to call and Soap UI will display the entire SOAP envelope based on the WSDL.

Hi Joe,

Thanks for the info.

RSS

Neuron ESB Product Support Forums and Communities

Latest Activity

Anupama Nair posted a discussion

Marketo Adapter Invalid Token

Hi,We are using the Marketo adapter to push account updates to Marketo. It works well for some time then starts failing with Invalid Token unless restarted. Is there a configuration that can be done so it can auto refresh the token when required?Thanks!See More
Nov 6, 2023
Sayantini Basak posted a discussion

Maximum payload size(REST API) for requests interfacing to NeuronESB

I am new to Neuron ESB and in our current scenario,We need to process batch transactions comprising of ~1000 records and send them to Neuron ESB for further processing. I would like to understand what is the maximum size of payload that can be transferred using REST interface to Neuron ESB.See More
Jul 22, 2022
Profile IconRobert E Dunie and Sayantini Basak joined Neuron ESB User Network
Apr 28, 2022
Profile IconDayanand, Frederic C, Steffen Greve-Oksfeldt and 1 more joined Neuron ESB User Network
Mar 16, 2022
Profile IconCam Vong and Mitja Luznar joined Neuron ESB User Network
Jan 27, 2022
Profile IconWill Hitzges, Chad Parsons, michael larsen and 4 more joined Neuron ESB User Network
Jun 11, 2021
Anupama Nair posted a discussion

ODBC stored proc polling with temporary tables

We have set up an ODBC adapter to poll a stored proc.We found that if the stored proc has a temporary table defined the rows returned are always 0.Any idea why this would be and what we can do to get around it?See More
Dec 14, 2020
Prasanth Kharade is now a member of Neuron ESB User Network
Dec 30, 2019

Badge

Loading…

© 2024   Created by Neuron Admin.   Powered by

Badges  |  Report an Issue  |  Terms of Service