Author |
Message |
Topic: Authorization |
Vijay_d
Replies: 2 Views: 3321
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 14, 2009 7:58 am Subject: Authorization |
Hi
Does message broker 6.0 has the authorization capability.
I know it can authenticate using HTTPS but how we authoirize.
I am plannign to expose a webservice which has the authorisation cap ... |
Topic: WMB 6.0.0.7 to 6.0.0.6 |
Vijay_d
Replies: 2 Views: 2101
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 24, 2008 6:00 am Subject: WMB 6.0.0.7 to 6.0.0.6 |
Hi,
I upgraded my WMB on windows from 6.0 to 6.0.0.7 using the Fix pack
Now how do i remove 6.0.0.7 and install 6.0.0.6 ( thats my rq) . or how do i revert back to my base version.
Is there a ... |
Topic: Problem calling a Web Service |
Vijay_d
Replies: 8 Views: 9035
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 07, 2008 4:12 am Subject: Problem calling a Web Service |
Hi,
Can u change you DECLARE mySoapNS NAMESPACE 'http://schemas.xmlsoap.org/wsdl/soap/';
to http://schemas.xmlsoap.org/soap/envelope/
Let us know if it works.. |
Topic: Dyanamic DSN in esql call procedure statment |
Vijay_d
Replies: 1 Views: 2291
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 03, 2008 3:06 am Subject: Dyanamic DSN in esql call procedure statment |
Hi,
Can u post how did u use it in the IN clause and also the error log
I think there are few post here which tell how to use dynamic DSN
Thanks |
Topic: Validation on INPUT Node |
Vijay_d
Replies: 10 Views: 5013
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 30, 2008 1:47 am Subject: Validation on INPUT Node |
Ravi,
Can u post ur new XSD which u created.
Or let me know how did u do value contraint to xs:string type element.
Thanks |
Topic: From Soap-String to Text on MQ |
Vijay_d
Replies: 4 Views: 2996
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 30, 2008 1:20 am Subject: From Soap-String to Text on MQ |
Hi,
Can u please provide how ur trying to recieve the SOAP request.
are u trying to use the SOAP nodes .. or HTTP nodes...
By the wat what is the error ur facing.. is it when ur trying to c ... |
Topic: External Stored Procedure - parameterise |
Vijay_d
Replies: 1 Views: 1639
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 29, 2008 9:41 am Subject: External Stored Procedure - parameterise |
i think i did it this way..
CREATE PROCEDURE myProc(IN p1 CHAR) EXTERNAL NAME "%.myProc";
and then call by
CALL myProc('HelloWorld') EXTERNAL SCHEMA 'file location';
is that how ... |
Topic: External Stored Procedure - parameterise |
Vijay_d
Replies: 1 Views: 1639
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 29, 2008 9:20 am Subject: External Stored Procedure - parameterise |
Hi,
How do i parameterise the stored procedure name using an external file.
Say i have a a set of stored procedures in oracle and would want to call it one at a time from ESQL
I may need to ... |
Topic: Call oracle stored procedure |
Vijay_d
Replies: 4 Views: 4879
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Sep 06, 2008 2:38 am Subject: call oracle stored procedure |
Ya i came to know that from the documentation.
But how can ESQL doesnt support this function.. when java can do i thought esql shld also be able to do in some way..
iam not a java developer .. ... |
Topic: Call oracle stored procedure |
Vijay_d
Replies: 4 Views: 4879
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 05, 2008 2:55 pm Subject: Call oracle stored procedure |
Hi ,
I have a stored procedure written in orcale 10g which will accet one input parameter which is of type array.
How do i call this store proc using esql or any other mode in broker
how do i p ... |
Topic: 2 broker versions |
Vijay_d
Replies: 4 Views: 3221
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 05, 2008 6:04 am Subject: 2 broker versions |
Hi,
I have Tool kit version 6 and 6.1 and broker version 6 installed on my PC
Now can i also install broker version 6.1 on my pc. I cant update the version 6 since my development is on this.
... |
Topic: Q Manager Starting Error |
Vijay_d
Replies: 3 Views: 2382
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 29, 2008 12:53 am Subject: Q Manager Starting Error |
Version is WMQ 6
NO FDC file genererated. |
Topic: Q Manager Starting Error |
Vijay_d
Replies: 3 Views: 2382
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 28, 2008 9:52 am Subject: Q Manager Starting Error |
Hi ,
Can you pleae help on the below error while starting the Q manager
O:\>strmqm WBRK6_DEFAULT_QUEUE_MANAGER
WebSphere MQ queue manager 'WBRK6_DEFAULT_QUEUE_MANAGER' starting.
The Queue ... |
Topic: DATE - ORACLE 10g |
Vijay_d
Replies: 10 Views: 7620
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 06, 2008 7:20 am Subject: DATE - ORACLE 10g |
Hi Gaya,
Yes when i ran the query in SQL devloper it worked..
By the way i have also fixed the issue. We need to cast as date giving a specify format
cast( tag1.date as date FORMAT patter )
... |
Topic: DATE - ORACLE 10g |
Vijay_d
Replies: 10 Views: 7620
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 06, 2008 4:05 am Subject: DATE - ORACLE 10g |
Hi Gaya
Its a simple insert comand
INSERT INTO Database.FBD_FAC_BASIC_DTLS ( date1 ) values ( tag1.date )
sample XML
___________
<TAG1>
<DATE>01-Jan-08</Date>
</ ... |