SMPP component and problem with valid period (relative) and data message

2014-10-28 Thread hanusto
Hello, I have two questions for SMPP camel component: 1) how to set valid period as relative ? It can be defined in absolute time format or relative time format if you provide it as String as specified in chapter 7.1.1 in the smpp specification v3.4. in format "010R" as one day: exc

Re: SMPP component and problem with valid period (relative) and data message

2014-11-02 Thread hanusto
Hi Christian, I know how this camel component uses jsmpp library, but in fact it looks like bug in jsmpp library because the only way to set the date is as absolute. Or have you tried it? e.g.: 010R - it is right value. Tomas -- View this message in context: http://camel.465427.n5

Re: SMPP component and problem with valid period (relative) and data message

2014-11-02 Thread hanusto
Hi Willem, I hope I sets message header correctly, same way as DataConfig and so on and data config is ok. I know this link, but problem is that smpp component adds ESM message class with GSMSpecificFeature.UDHI only and only if content of message data will be splitted into more messages (Concaten

Problem with getting SOAP Header from response for spring-ws

2014-12-02 Thread hanusto
Hello, we have problem with getting SOAP Header (SpringWebserviceConstants.SPRING_WS_SOAP_HEADER) from response. For communication we use spring-ws. Response looks like: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:test="http://www.test.com";> asdasdasd when w

Re: Problem with getting SOAP Header from response for spring-ws

2014-12-04 Thread hanusto
Hi, whole spring-ws component is cumbersome for processing of SOAP Header - outgoing with configuration that and parsing from response. For example check it: http://leakfromjavaheap.blogspot.cz/2014/05/multiple-soap-headers-in-apache-camels.html. On project I need send multiple soap header element

Possibility to track (monitor) inbound/outbound messages (request/response)

2015-01-12 Thread hanusto
Hello everybody, I am looking for the best way how to track or monitor (for example persist info into database) inbound message (we are a server) such as request (for example for WS) and our response (or fail). For example, for the same functionality for outbound messages (where we are client) we

Re: Possibility to track (monitor) inbound/outbound messages (request/response)

2015-01-29 Thread hanusto
Thanks Willem, I did it via onComplete and onFailure as implementation of Processor, Synchronization. Tomas -- View this message in context: http://camel.465427.n5.nabble.com/Possibility-to-track-monitor-inbound-outbound-messages-request-response-tp5761583p5762237.html Sent from the Camel - Us