Author |
Message |
Topic: File Handling flow calling target system twice |
amit1verma
Replies: 6 Views: 3979
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 13, 2016 10:57 pm Subject: File Handling flow calling target system twice |
Hello All,
I've a flow with FileInput node which reads a csv file and after successful processing file moves to archive. Target system is called using SOAPRequest node. Here my client is complainin ... |
Topic: Creating HttpInputHeader |
amit1verma
Replies: 5 Views: 3035
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 09, 2016 7:17 am Subject: Creating HttpInputHeader |
I tried the way you suggested,
now I can see in trace as GENERICROOT for FileInput flow and SOAPRoot for SOAPInput flow.
Complete exception is:
ExceptionList
RecoverableException
File:CHA ... |
Topic: Creating HttpInputHeader |
amit1verma
Replies: 5 Views: 3035
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 09, 2016 4:52 am Subject: Creating HttpInputHeader |
Thanks mqjeff for the reply.
Below is the exception I received.
I tried to simulate same issue with other messageflow which is also calling a webservice by adding HTTP Header and deleting HTTPINp ... |
Topic: Creating HttpInputHeader |
amit1verma
Replies: 5 Views: 3035
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 09, 2016 2:45 am Subject: Creating HttpInputHeader |
Hello All,
I have a doubt in below requirement. I'm getting request in a file and using records of the file I've to call a webservice. my issue is I'm not getting HttpInputHeader and because of the ... |
Topic: Library chnages not reflecting |
amit1verma
Replies: 4 Views: 3454
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat May 28, 2016 1:51 am Subject: Library chnages not reflecting |
Is the library being deployed as part of an application?
Is the same library already deployed as part of other applications on the same execution group?
Are Java classes with the same package and cl ... |
Topic: Library chnages not reflecting |
amit1verma
Replies: 4 Views: 3454
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat May 28, 2016 12:55 am Subject: Library chnages not reflecting |
What runtime fix pack are you running?
What type of resources are in the library, and which ones are you updating?
Is it XML Schema files, WSDL files, mapping files, ...?
Hi Stoney,
I'm using ... |
Topic: Library chnages not reflecting |
amit1verma
Replies: 4 Views: 3454
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 27, 2016 7:44 pm Subject: Library chnages not reflecting |
Hi All,
I'm facing below issue:
I've created a new wmb library and my projects are referencing to it. But when I'm making any new change in the library those changing changes are not reflecting. I ... |
Topic: File to be placed at multiple location |
amit1verma
Replies: 2 Views: 1569
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 22, 2016 5:57 am Subject: File to be placed at multiple location |
Hello All,
I have a requirement that file is be read from location "A" and after some processing need to be placed at location "B". Again after some processing same file at loca ... |
Topic: Multiple values for MQSI_FILENODES_ROOT_DIRECTORY |
amit1verma
Replies: 2 Views: 3329
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 05, 2016 1:10 am Subject: Multiple values for MQSI_FILENODES_ROOT_DIRECTORY |
Hello All,
Can anyone tell me how to add multiple values for MQSI_FILENODES_ROOT_DIRECTORY in system variable. Separating values using ; is not working.
Thanks in advance. |
Topic: Passing JSON request message to WS as plain text. |
amit1verma
Replies: 2 Views: 1605
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 15, 2016 11:47 pm Subject: Passing JSON request message to WS as plain text. |
Hello All,
I've a requirement to pass JSON request as a plain string to webservice. How can we pass that plain string to webservice using mapping node. I'm using JCN to parse the incoming request m ... |
Topic: JSON Call |
amit1verma
Replies: 3 Views: 2082
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 14, 2016 8:50 pm Subject: JSON Call |
Hello All,
I've one doubt, I need to call a webservice http://abcdefghijk/XYZCall/WebService.asmx?wsdl with JSON call. Is it possible? How to test it using SOAPUI?
Thanks in Adv. |
Topic: how to pass username and password for ntlm authentication |
amit1verma
Replies: 1 Views: 1392
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 12, 2016 6:29 pm Subject: how to pass username and password for ntlm authentication |
Hi,
I've one query that how to pass username and password for ntlm authentication. I'm using SOAPRequest node to consume webservice which uses ntlm authentication. I've followed infocenter and belo ... |
Topic: Calling webservices using HTTP Request Node |
amit1verma
Replies: 8 Views: 4585
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 12, 2016 5:54 am Subject: Calling webservices using HTTP Request Node |
Also consider the advice given
Hi Poobah,
Thanks for ur suggestions. Webservice uses ntml authentication which I did completed successfully with the help of other post. Now I'm getting above e ... |
Topic: Calling webservices using HTTP Request Node |
amit1verma
Replies: 8 Views: 4585
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 12, 2016 5:28 am Subject: Re: Calling webservices using HTTP Request Node |
Hello Everyone,
Is it possible to use Http Request Node in place of SOAP Request node and pass all desired parameters using Java Compute node. If yes, then how to proceed?
It is possible, but why ... |
Topic: Calling webservices using HTTP Request Node |
amit1verma
Replies: 8 Views: 4585
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 12, 2016 5:19 am Subject: Calling webservices using HTTP Request Node |
Hello Everyone,
Is it possible to use Http Request Node in place of SOAP Request node and pass all desired parameters using Java Compute node. If yes, then how to proceed? |