Author |
Message |
Topic: JDBC Adapter |
vasanthapriyas
Replies: 0 Views: 4278
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Tue Dec 08, 2009 5:26 am Subject: JDBC Adapter |
Hi All,
I have created Outbound JDBC Adapter in WID 6.2 which will connect to a sybase database.I successfully retrieved results for select query.but i am unable to invoke stored procedures.Configu ... |
Topic: Error Reading XML |
vasanthapriyas
Replies: 0 Views: 5495
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Tue Sep 22, 2009 6:05 am Subject: Error Reading XML |
Hello ,
I have a export component created for a mediation module with interface of request only type.By chance if an element in the input message of not of the interface defined.the following err ... |
Topic: XSLT Transformation Primitive |
vasanthapriyas
Replies: 5 Views: 10832
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Tue Sep 22, 2009 6:00 am Subject: XSLT Transformation Primitive |
Hi Ratan,
Thanks for your help .It works |
Topic: Export or Import Components |
vasanthapriyas
Replies: 1 Views: 6354
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Wed Aug 26, 2009 4:46 am Subject: Export or Import Components |
Hi,
Is there any limit on number of exports or import component in WID 6.2 in ESB Mediation.
Does that have anything to do with Performance? |
Topic: XSLT Transformation Primitive |
vasanthapriyas
Replies: 5 Views: 10832
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Wed Aug 26, 2009 4:06 am Subject: XSLT Transformation Primitive |
Hi ,
The below code also didn't work always it goes in to other wise block
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/ ... |
Topic: XSLT Transformation Primitive |
vasanthapriyas
Replies: 5 Views: 10832
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Tue Aug 25, 2009 5:39 am Subject: XSLT Transformation Primitive |
Hi all,
I have used the following xslt code to do translate a field IN Custom option in WID 6.2
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl=&qu ... |
Topic: Import Failure |
vasanthapriyas
Replies: 2 Views: 8049
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Fri Aug 21, 2009 1:54 am Subject: Import Failure |
A point to add I have deployed the ESB mediation flow in process Server. |
Topic: Import Failure |
vasanthapriyas
Replies: 2 Views: 8049
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Tue Aug 11, 2009 10:54 pm Subject: Import Failure |
Hi,
I have a mediation flow having import(mq jms binding) -async interface
What happens if mq is down.How to get the failed request.
Thought it will get updated in failed event manager?But no ... |
Topic: soapAction |
vasanthapriyas
Replies: 1 Views: 6331
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Mon Jul 27, 2009 1:07 am Subject: soap action |
I have noticed one more thing . Soap Action from BPEL is wrong during Orchestration it always takes the first service as reference and the same action is getting repeated, |
Topic: Message Logger Primitive ESB |
vasanthapriyas
Replies: 1 Views: 6671
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Mon Jul 27, 2009 12:23 am Subject: Message Logger Primitive ESB |
Hello,
I have selected the Logging Type as Custom in Message Logger Primitive.So ESB defaults the message to temp folder.Is there any way to point out the folder, to log the messages through this p ... |
Topic: soapAction |
vasanthapriyas
Replies: 1 Views: 6331
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Tue Jul 14, 2009 10:10 pm Subject: soapAction |
Problem Description
I have a BPEL with three service invokes namely SERVICEA,SERVICEB,SERVICEC respectively.
I will get a single request for the BPEL.I will split up the request and call the ser ... |
Topic: Custom Primitive |
vasanthapriyas
Replies: 1 Views: 6856
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Sun Jul 05, 2009 11:24 pm Subject: Custom Primitive |
Hi,
I have created multiple out terminals for custom primitive in ESB .but not able to figure out the logic to post to appropriate terminal .Can any one help? |