Author |
Message |
Topic: Ignoring SOAP response for one-way MEP |
gs
Replies: 5 Views: 8204
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 14, 2016 7:34 am Subject: Ignoring SOAP response for one-way MEP |
Update, we solved it some months ago by the SAP PI team applying a patch. More information: http://solveissue.com/note?id=1459995
IBM finally created an APAR for this yesterday. |
Topic: XML to IDOC |
gs
Replies: 2 Views: 3416
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 11, 2015 5:53 am Subject: Re: XML to IDOC |
Also when i try to map the values to IDOC object from input XML, only hardcoded assigned values are populate/.assigned to IDOC object in output structure.
Are you sure that you're referring to t ... |
Topic: How to set a file directory from JCN |
gs
Replies: 1 Views: 2893
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 11, 2015 5:51 am Subject: How to set a file directory from JCN |
The documentation contains information on how to access the LocalEnvironment from Java:
http://www-01.ibm.com/support/knowledgecenter/SSKM8N_8.0.0/com.ibm.etools.mft.doc/ac30470_.htm%23ac30470_?lang= ... |
Topic: Setting extra headers for the HTTPRequest node |
gs
Replies: 4 Views: 5161
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 02, 2015 6:54 am Subject: Setting extra headers for the HTTPRequest node |
If it is before the last child of root, then you should make sure the last child of root has a parser...
Now I feel really silly (where's my facepalm emoticon?) The body wasn't the last child of ro ... |
Topic: Setting extra headers for the HTTPRequest node |
gs
Replies: 4 Views: 5161
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 02, 2015 6:18 am Subject: Setting extra headers for the HTTPRequest node |
Are you setting the HTTP-Request header after you've already set the body?
Remember that ESQL populates the tree in the order you create it.
Yes, but it shouldn't matter since it's different par ... |
Topic: Setting extra headers for the HTTPRequest node |
gs
Replies: 4 Views: 5161
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 02, 2015 2:45 am Subject: Setting extra headers for the HTTPRequest node |
The flow is to send XML data to a web service using the HTTPRequest node.
The request should include an extra HTTP header which I'm having trouble setting.
Preferably this would have been set in t ... |
Topic: Ignoring SOAP response for one-way MEP |
gs
Replies: 5 Views: 8204
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 22, 2015 5:45 am Subject: Ignoring SOAP response for one-way MEP |
You do not have very many good options in this case. The ones I can think of are 1: Use an HTTPRequest node instead, which will not care about the response. 2: Change the WSDL to be two-way, 3: Raise ... |
Topic: Ignoring SOAP response for one-way MEP |
gs
Replies: 5 Views: 8204
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 22, 2015 5:22 am Subject: Ignoring SOAP response for one-way MEP |
Are you sure the wsdl you have is correct (and up to date) and that what you have is indeed (still) a one way operation?
I recently received the wsdl that team and they also informed me ... |
Topic: Ignoring SOAP response for one-way MEP |
gs
Replies: 5 Views: 8204
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 22, 2015 4:49 am Subject: Ignoring SOAP response for one-way MEP |
In a new integration consuming a SOAP service exposed by SAP PI the provider erroneously responds with an empty SOAP envelope. The WSDL specifies a one-way MEP.
The integration throws an error statin ... |
Topic: AMS - MCA Interceptor, which keystore.conf to use? |
gs
Replies: 16 Views: 22009
|
Forum: General IBM MQ Support Posted: Tue Sep 30, 2014 4:11 am Subject: AMS - MCA Interceptor, which keystore.conf to use? |
I'm sure the PMR asked this, but have you tried setting a full path in the keystore location, rather than a relative path?
Have you ensured that the MQ service user id has needed permissions to the ... |
Topic: AMS - MCA Interceptor, which keystore.conf to use? |
gs
Replies: 16 Views: 22009
|
Forum: General IBM MQ Support Posted: Fri Sep 26, 2014 1:32 am Subject: AMS - MCA Interceptor, which keystore.conf to use? |
A lenghty PMR hasn't so far provided us with a solution. Not going to 7.5.0.4 either although we got rid of the FDC's.
My wish is that the error reporting would be better and that the following sce ... |
Topic: FileNotFoundException in receiving application |
gs
Replies: 6 Views: 6382
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 27, 2014 5:23 am Subject: FileNotFoundException in receiving application |
mqjeff,
Different customers have different integration maturity, budget, target architecture etc. Very often the ideal solution doesn't correlate with the reality you work within.
So let's revie ... |
Topic: FileNotFoundException in receiving application |
gs
Replies: 6 Views: 6382
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 22, 2014 5:34 am Subject: FileNotFoundException in receiving application |
Maybe add a exists() and canRead() check when iterating through the list of files returned from listFiles()?
I expect this is a OS/Windows file sharing issue whereby the file becomes visible before ... |
Topic: FileNotFoundException in receiving application |
gs
Replies: 6 Views: 6382
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 22, 2014 5:33 am Subject: FileNotFoundException in receiving application |
mqjeff,
Different customers have different integration maturity, budget, target architecture etc. Very often the ideal solution doesn't correlate with the reality you work within. |
Topic: AMS - MCA Interceptor, which keystore.conf to use? |
gs
Replies: 16 Views: 22009
|
Forum: General IBM MQ Support Posted: Fri Aug 22, 2014 4:23 am Subject: AMS - MCA Interceptor, which keystore.conf to use? |
Well that is interesting. Do let them know that in your PMR
Thanks, will do that! |