Author |
Message |
Topic: Getting BIP3602E: in WebService Flow |
MQMD1
Replies: 16 Views: 13628
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 30, 2013 6:51 am Subject: Getting BIP3602E: in WebService Flow |
Please treat YBL = ABC as it's only a posting error. |
Topic: Getting BIP3602E: in WebService Flow |
MQMD1
Replies: 16 Views: 13628
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 30, 2013 6:26 am Subject: Getting BIP3602E: in WebService Flow |
I have got the Schema added and but now facing challnege in mapping them to Complex type via Add Element Ref !
It is always pointing to the first XSD...do we have any manual where the steps are doc ... |
Topic: Getting BIP3602E: in WebService Flow |
MQMD1
Replies: 16 Views: 13628
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 30, 2013 5:42 am Subject: Getting BIP3602E: in WebService Flow |
@fjb_saper
how do you link your XSD to your WSDL that is the challenge I am facing in toolkit and have to go for category file based method. |
Topic: Getting BIP3602E: in WebService Flow |
MQMD1
Replies: 16 Views: 13628
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 30, 2013 5:40 am Subject: Getting BIP3602E: in WebService Flow |
@ Tech1621 ...I would give a try , but I would like to stick to the toolkit. |
Topic: Getting BIP3602E: in WebService Flow |
MQMD1
Replies: 16 Views: 13628
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 30, 2013 5:24 am Subject: Getting BIP3602E: in WebService Flow |
Is there any other way ( other than from message set ) to generate WSDL , I have request and response xml message to start with. |
Topic: Getting BIP3602E: in WebService Flow |
MQMD1
Replies: 16 Views: 13628
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 30, 2013 5:21 am Subject: Getting BIP3602E: in WebService Flow |
operation you are using has not been defined
It would help if you can elaborate on this as it is closer to the error code also. |
Topic: Getting BIP3602E: in WebService Flow |
MQMD1
Replies: 16 Views: 13628
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 30, 2013 5:19 am Subject: Getting BIP3602E: in WebService Flow |
I have got the SOAP Request XML created rom the SOAP UI below is the generated SOAP UI
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns: ... |
Topic: Getting BIP3602E: in WebService Flow |
MQMD1
Replies: 16 Views: 13628
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 30, 2013 3:09 am Subject: Getting BIP3602E: in WebService Flow |
I have generated the SOAP header from WMB Test Client which runs over the SOAPInput node so logicaly it should have covered most of the SOAP tns.I tried generating the SOAP header from the SOAPUI but ... |
Topic: Getting BIP3602E: in WebService Flow |
MQMD1
Replies: 16 Views: 13628
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 30, 2013 12:46 am Subject: Getting BIP3602E: in WebService Flow |
I have to create a WebService Gateway Flow for a Customer who has provided request , response and error XML files.
I first generated XSD for these XML files by using the Message Model Toolkit . How ... |
Topic: Binary to Decimal Conversion in WMB. |
MQMD1
Replies: 26 Views: 15474
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 09, 2013 9:28 am Subject: Binary to Decimal Conversion in WMB. |
Ooops ! |
Topic: Binary to Decimal Conversion in WMB. |
MQMD1
Replies: 26 Views: 15474
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 09, 2013 9:05 am Subject: Binary to Decimal Conversion in WMB. |
ask the sender to send the original bytes
Is't the below representation effecient and are actualy the original bytes. What is now required is reading 01000010 into B ( character representation in ... |
Topic: Binary to Decimal Conversion in WMB. |
MQMD1
Replies: 26 Views: 15474
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 09, 2013 3:02 am Subject: Binary to Decimal Conversion in WMB. |
Changes Made
1) Field type defined 'int' instead of string
2) textNumberbase 2
Schema
<?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:dfdl=" ... |
Topic: Binary to Decimal Conversion in WMB. |
MQMD1
Replies: 26 Views: 15474
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 08, 2013 7:53 pm Subject: Binary to Decimal Conversion in WMB. |
Thanks Kimabart , DFDL works ! Binary to Decimal works but Binary to ASCII got struck in DFDL.For type string it seems it is not performing conversion to ASCII and is printing the input. Any pointer p ... |
Topic: Binary to Decimal Conversion in WMB. |
MQMD1
Replies: 26 Views: 15474
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 08, 2013 10:18 am Subject: Binary to Decimal Conversion in WMB. |
You are not setting the DFDL encoding property, so you are inheriting the value 'UTF-8' from the IBM default format block. I suspect that this is incorrect. What character encoding does the BUFR stan ... |
Topic: Binary to Decimal Conversion in WMB. |
MQMD1
Replies: 26 Views: 15474
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 07, 2013 8:31 pm Subject: Binary to Decimal Conversion in WMB. |
Thanks Kimbert . I have been able to perform Binary to Decimal conversion with ESQL . However , As you pointed out , it is in-efficient , I would be intrested to achive the same results using DFDL. I ... |