I'm looking to host an endpoint and have it subscribe to a topic without having the topic only have SOAP messages published on it.
For example, lets assume a endpoint of http://localhost/app/appservices.svc. I set that up as a Service in Neuron and turn on the Service Connector and have it be party "Subscriber1". There are other subscribers on that topic and they just get vanilla XML. How can I go about converting that XML to a soap envelope that the service endpoint will understand?
Let me know if I have a fundamental misunderstanding!
Permalink Reply by CM on October 29, 2009 at 5:07pm
Hey Ryan,
Any time you want to reshape the packet coming to the service connector you can create a pipeline that uses a transform or a code step to shape the packet as desired and sets the appropriate SOAP action. Then, attach that pipeline to the service connector party's on receive.
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
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
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