Author |
Message |
Topic: DTD Declaration and child nodes |
fmv0202
Replies: 10 Views: 8271
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 22, 2007 12:12 pm Subject: DTD Declaration and child nodes |
Environment_Message looks something like this:
<A>
<B>
</C>
</B>
<B>
</C>
<B>
...... up to ... |
Topic: DTD Declaration and child nodes |
fmv0202
Replies: 10 Views: 8271
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 22, 2007 12:01 pm Subject: DTD Declaration and child nodes |
Thanks for the response Jeff. Yes, this is what I had originally thought with the original frame of thinking. Here's the code that doesn't work.
------------------------------------------------ ... |
Topic: DTD Declaration and child nodes |
fmv0202
Replies: 10 Views: 8271
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 22, 2007 11:05 am Subject: DTD Declaration and child nodes |
I think I'm missing the fundamental concept. How do you create the following line in ESQL?
<!DOCTYPE Request_Message SYSTEM "/QIBM/UserData/DB2Extenders/XML/e-commerce/dtd/RequestMessage ... |
Topic: DTD Declaration and child nodes |
fmv0202
Replies: 10 Views: 8271
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 22, 2007 10:50 am Subject: DTD Declaration and child nodes |
Thanks for the quick response Elvis. Actually, I'm trying to make a message like this:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Request_Message SYSTEM &quo ... |
Topic: DTD Declaration and child nodes |
fmv0202
Replies: 10 Views: 8271
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 22, 2007 10:36 am Subject: DTD Declaration and child nodes |
Hello,
I would like to attach part of a message to a DTD message. The example I have seen is something like this:
SET OutputRoot.XML.(XML.DocTypeDecl)Create_NC_Customer='';
SET Outpu ... |
Topic: WBI + Oracle >> Open Cursor issue |
fmv0202
Replies: 0 Views: 1587
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 18, 2007 9:32 am Subject: WBI + Oracle >> Open Cursor issue |
Hello,
I've been assigned to look into an existing flow and have come across something that appears to stem form ESQL code using the PASSTHRU statement. I'm communicating with Oracle 9R2 and th ... |
Topic: Converting XMLNS to XML |
fmv0202
Replies: 6 Views: 3915
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 11, 2007 11:35 am Subject: Converting XMLNS to XML |
You are the man and those are exactly my requirements!! |
Topic: Converting XMLNS to XML |
fmv0202
Replies: 6 Views: 3915
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 11, 2007 10:49 am Subject: Converting XMLNS to XML |
Hello,
I'm currently using WBI MB v5 FP8 and am trying to figure out how to convert XMLNS to XML. I have an incoming message which needs to be formatted in XML without the namespace. The incomi ... |
Topic: WBI Web Service Connectivity Issues |
fmv0202
Replies: 2 Views: 2507
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jun 10, 2007 7:57 pm Subject: WBI Web Service Connectivity Issues |
One more thing,
I looked at several examples and it stated that if the URL is:
http://<something>/path/tosSomething
I should configure the HTTPInput node as
/path or /path/*
... |
Topic: WBI Web Service Connectivity Issues |
fmv0202
Replies: 2 Views: 2507
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jun 10, 2007 7:19 pm Subject: WBI Web Service Connectivity Issues |
Name: WebSphere MQ
Version: 530.13 CSD13
CMVC level: p530-08-L040921
BuildType: IKAP - (Production)
Name: WBI MB v5 FP8
BIPv500 en US ucnv Console CCSID 437 dft ucnv ... |
Topic: WBI MB>> Test Client For Web Service |
fmv0202
Replies: 1 Views: 2551
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jun 09, 2007 1:04 pm Subject: WBI MB>> Test Client For Web Service |
wow... it appears after all that there was nothing wrong with the generated client and that the real issue stems from the httpinput node. I figured I would just let everyone know that if you're still ... |
Topic: WBI MB>> Test Client For Web Service |
fmv0202
Replies: 1 Views: 2551
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 08, 2007 5:58 pm Subject: WBI MB>> Test Client For Web Service |
Hello,
I'm trying to figure out the best approach for calling an HTTPInput node from a simulated web service client. We are planning on upgarding to version 6 soon but because of recent change ... |
Topic: MQVer not updating with CSD patches. |
fmv0202
Replies: 5 Views: 8922
|
Forum: General IBM MQ Support Posted: Fri Feb 16, 2007 4:52 am Subject: MQVer not updating with CSD patches. |
Thanks to everyone's reply. Turns out tha tthe issue was with the OS default settings for gskak and some configuration changes with Smitty. So this really belongs in an AIX forum. Anyhow, if a ... |
Topic: MQVer not updating with CSD patches. |
fmv0202
Replies: 5 Views: 8922
|
Forum: General IBM MQ Support Posted: Thu Feb 15, 2007 9:00 am Subject: MQVer not updating with CSD patches. |
Hello Everybody,
I'm attempting to upgrade our CSD to 13. I am starting at FP8 and attempting to apply up to CSD13. Here's my env configuration:
Name: WebSphere MQ
Version: 530.8 CS ... |
Topic: WBI + Oracle9i + DataDirect |
fmv0202
Replies: 3 Views: 3367
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Feb 11, 2007 2:27 pm Subject: WBI + Oracle9i + DataDirect |
Hello Agian,
I seem to be running into trouble with the syntax. I'm using passthru statement and attempting to return a CLOB datatype. As stated before, The WBI toolkit, doesn't seem to support thi ... |