Author |
Message |
Topic: Get "parent" module name from inside a subflow |
eskil
Replies: 6 Views: 12313
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Mon Aug 16, 2010 11:55 pm Subject: Get "parent" module name from inside a subflow |
The subflow gets incorporated into the main flow. You can always retrieve the flow's name.
Have fun
Ok, and how do you retrieve the name then?
And the subflow might be exported int ... |
Topic: Get "parent" module name from inside a subflow |
eskil
Replies: 6 Views: 12313
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Mon Aug 16, 2010 6:28 am Subject: Get "parent" module name from inside a subflow |
Hi.
Currently have mediation subflow that will be reused cross alot of modules. Inside the subflow a DB lookup will be performed based on the "parent" module name. I can't check the incom ... |
Topic: Service Gateway route on payload data? |
eskil
Replies: 1 Views: 5741
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Wed Nov 25, 2009 1:52 am Subject: Service Gateway route on payload data? |
After hours of testing and pulling my hair I solved it. Perhaps someone else will stumble upon this problem later on so here is how I solved it.
The ServiceGateway is generated from the wizard (bin ... |
Topic: Service Gateway route on payload data? |
eskil
Replies: 1 Views: 5741
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Mon Nov 23, 2009 1:11 am Subject: Service Gateway route on payload data? |
Anyone have experience on how to get the ServiceGateWay to route on the payload data? Binding is SOAP/HTTP 1.1 and I want to route on the operation and namespace of the request (i.e "getData" ... |
Topic: Possible to executing SPs for wrapper objects (JDBC)? |
eskil
Replies: 1 Views: 6179
|
Forum: WebSphere Interchange Server + Adapters Posted: Mon Jun 15, 2009 7:19 am Subject: Possible to executing SPs for wrapper objects (JDBC)? |
Hi.
I have the following situation. I have a table that I want to insert multiple row into before running the SP (type: AfterCreateSP).
When extracting the BO from the database with Business Obj ... |
Topic: Problems parsing dateTime string with format including AM/PM |
eskil
Replies: 4 Views: 5071
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 08, 2009 3:18 am Subject: Problems parsing dateTime string with format including AM/PM |
Done it trice already.. Everything works if I remove 'a' from the format string and AM/PM from the dateTime string. |
Topic: Problems parsing dateTime string with format including AM/PM |
eskil
Replies: 4 Views: 5071
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 08, 2009 2:58 am Subject: Problems parsing dateTime string with format including AM/PM |
Yes you are correct, you don't need to cast it twice. *changing the code*
Still the problem is in the first cast. |
Topic: Problems parsing dateTime string with format including AM/PM |
eskil
Replies: 4 Views: 5071
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 08, 2009 1:18 am Subject: Problems parsing dateTime string with format including AM/PM |
Hi.
I'm using the XMLNSC domain and wants to parse a dateTime string into a TIMESTAMP. This so I later on can cast it to other formats.
But, I'm having problem with the AM/PM string in the dateT ... |
Topic: XML creation in MB |
eskil
Replies: 11 Views: 14382
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 01, 2008 5:55 am Subject: XML creation in MB |
Sorry for making a hen from a feather (or perhaps vacuum) here. The problem was actually me. I had autodetect XML message marked on MQmon. Removing it I actually saw that the whole XML message was in ... |
Topic: XML creation in MB |
eskil
Replies: 11 Views: 14382
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 01, 2008 5:29 am Subject: XML creation in MB |
I totally agree on that. But just incase if they are not able to fix this on their side, is there anything I can do about it to get either format #2 or #3? |
Topic: XML creation in MB |
eskil
Replies: 11 Views: 14382
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 01, 2008 4:57 am Subject: XML creation in MB |
I'm hijacking this thread little.
If I want my outputted XML to be in an "inline" format how do I do that? I'm using the XMLNSC domain, but can't find any settings to get this fysical for ... |
Topic: Defining a TDS format i WMB that has "variable" le |
eskil
Replies: 4 Views: 5560
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 26, 2008 2:10 am Subject: Defining a TDS format i WMB that has "variable" le |
I eventually got it to work. I had to use date patterns with curly brackets instead of square brackets.
Message Composition='Choice' DataElementSeparation='Use Data Pattern'
Group DataElementS ... |
Topic: Defining a TDS format i WMB that has "variable" le |
eskil
Replies: 4 Views: 5560
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 25, 2008 7:12 am Subject: Defining a TDS format i WMB that has "variable" le |
Hi.
Clarification: The input data is in a fixed length format.
Example:
Original: AAABBBCCC
Extended: AAABBBCCCDDEEFF
Field: "AAABBBCCC" is the common part, that exists in both ve ... |
Topic: Defining a TDS format i WMB that has "variable" le |
eskil
Replies: 4 Views: 5560
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 25, 2008 4:44 am Subject: Defining a TDS format i WMB that has "variable" le |
Hi.
I have an incoming message in TDS format that I want to convert to XML. The problem I'm having is that the message can be sent in two formats. The latter is an extended version (i.e has some ad ... |