pub.client:http-Blank message delivery

Hi,
I am using pub.client:http service to post an XML file to an URL. This http post service is kept under repeat with repeat interval set as 5 secs and retry of 6 times, which retries only in case of failure.

The issue over here is every time when an event comes to the broker, the flow service makes two post to the target URL, one with the correct XML and the other a blank message.

Could anybody please help in identifying the cause of this issue?

Thanks,
Nisha

Would need to review your service to see what’s going on. Can you post it?

Hi Reamon,

Could you please provide with your mail ID, so that I can send you the MHT for the code.

Thanks for your response.
Nisha

Sorry, I don’t provide my e-mail address here. Plus, by posting to the forum you get many more people looking at it, increasing the possibility of finding the issue.

You can post either screen shots, a text based representation of your service, or a package containing the service.

Hi,
I have attched the screen shot for the Flow Service which post the XML String to target URL for your reference.

Let me know in case you require any other information.

Thanks,
Nisha
HTTP Post service.JPG

One possibility: change the EXIT step to exit the $loop instead of $parent (the parent in this case is the SEQUENCE–which won’t do what you want).