Author |
Message |
Topic: SSL client setup issue in message broker v8 |
adrao45
Replies: 4 Views: 13614
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 28, 2013 7:57 pm Subject: SSL client setup issue in message broker v8 |
I have successfully invoked the provider webservice after I have imported the client certificate(which I had received from provider) into the "cacerts" keystore of Broker .And after executed ... |
Topic: SSL client setup issue in message broker v8 |
adrao45
Replies: 4 Views: 13614
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 28, 2013 5:40 pm Subject: SSL client setup issue in message broker v8 |
Hi Experts,
I am using WMB V8.1 and have requirement to invoke the webservice SOAP over HTTPS.The webservice provider provided .p12 keystore file.
I had done the following the following steps ... |
Topic: Try Catch in ESQL |
adrao45
Replies: 10 Views: 28290
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 13, 2009 2:31 pm Subject: Try Catch in ESQL |
SET testDate = CAST(InputRoot.XMLNSC.Test.LastUpdateDate AS TIMESTAMP FORMAT 'I');
The below code throws an user exception, if the above statement fails to execute and propagates an exception tree ... |
Topic: HTTPRequest - BLOB / UnknownParserName - Calling webservice. |
adrao45
Replies: 7 Views: 12494
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 11, 2009 1:57 pm Subject: HTTPRequest - BLOB / UnknownParserName - Calling webservice. |
I think problem causing the below code.
SET OutputRoot.HTTPRequestHeader."Content-Type" = 'text/xml; charset=utf-8';
So can you replace it with the following code and try..
SET Outp ... |
Topic: Register Adapter as Windows Service |
adrao45
Replies: 8 Views: 8397
|
Forum: WebSphere Interchange Server + Adapters Posted: Mon Sep 18, 2006 4:49 am Subject: Register Adapter as Windows Service |
Hi,
Try with following command.
CwService -xi -p55545-z55545
cheers,
ADR |
Topic: XML parsing error when data is blank - WBIMB (XML domain) |
adrao45
Replies: 5 Views: 5270
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 14, 2005 10:17 pm Subject: XML parsing error when data is blank - WBIMB (XML domain) |
Kiran,
I am handling in xml domain and not MRM, so the message sets dont come into picture.
Regards,
Vinay |
Topic: XML parsing error when data is blank - WBIMB (XML domain) |
adrao45
Replies: 5 Views: 5270
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 14, 2005 9:52 pm Subject: XML parsing error when data is blank - WBIMB (XML domain) |
Hi,
I am handling the messages in the XML domain. When the data is blank, for example <PCBCED></PCBCED>, i get a XML parsing error. The same message parses when there is a space inser ... |
Topic: XML Null tags |
adrao45
Replies: 6 Views: 4238
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 17, 2005 1:15 pm Subject: XML Null tags |
Hi,
Sorry, I am in my work tension.
Thanks for u r help. |
Topic: XML Null tags |
adrao45
Replies: 6 Views: 4238
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 17, 2005 12:25 pm Subject: XML Null tags |
Hi,
I did't find any documentation,Can u send it to me.
Thank You! |
Topic: XML Null tags |
adrao45
Replies: 6 Views: 4238
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 17, 2005 10:36 am Subject: XML Null tags |
Hi ,
Thanks for u r reply.
My requirement is like create XML empty tag using the following ESQL code
SET OutputRoot.XML.File.Name=NULL;
Can we do this or not?
Thank you! |
Topic: XML Null tags |
adrao45
Replies: 6 Views: 4238
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 17, 2005 10:14 am Subject: XML Null tags |
Hi All,
I have write the following ESQL code for creating XML Null tag
SET OutputRoot.XML.File.Name=NULL;
But the the XML parser does't create the "Name" field tag .
If i write following ... |
Topic: How subscribe a message flow in WBIMB |
adrao45
Replies: 1 Views: 2197
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 06, 2005 8:37 am Subject: How subscribe a message flow in WBIMB |
Hi All,
I had published a message through messageflow,how can i subscribe that message through another message flow.
Any help is apperciated
Thanks ,
Durga rao |