ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Search

 Search found 7 matches
Author Message
  Topic: BIP0960E Project directory does not exist
IIBn00b

Replies: 0
Views: 3687

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Sep 09, 2020 1:11 am   Subject: BIP0960E Project directory does not exist
I have seen this being asked multiple times. To my knowledge it did not answer my problem so here it goes:

I have a flow which I want to build on my Jenkins server. This flow has a dependency to a ...
  Topic: From JSON input to element of Soap Request
IIBn00b

Replies: 1
Views: 3024

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Dec 03, 2019 5:32 am   Subject: Solved it
I Inserted the JSON as a blob and for the SOAPmessage I did
SET ins.p_aRequest = CAST(InputRoot.BLOB.BLOB as char CCSID 1208 Encoding 815);

That solved my issue.
  Topic: From JSON input to element of Soap Request
IIBn00b

Replies: 1
Views: 3024

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Dec 03, 2019 4:31 am   Subject: From JSON input to element of Soap Request
I have an input node that receives JSON as its input.
I need to send out a SOAP message where one of the SOAP data fields is the complete JSON message as a JSON string.
I tried several things but al ...
  Topic: create "complex" JSON object with java
IIBn00b

Replies: 8
Views: 8316

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Nov 22, 2019 2:39 am   Subject: create "complex" JSON object with java
The secret is to get two things correct
- the structure of the message tree
- the parser-specific field types in the message tree

The first step is to know what the message tree should look like. ...
  Topic: create "complex" JSON object with java
IIBn00b

Replies: 8
Views: 8316

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Nov 19, 2019 12:20 pm   Subject: create "complex" JSON object with java
Ok, still not a Java person.

Why not build the array as the last child of the needed parent, with array elements as siblings?

The problem is that I don't know how.

I Thought I did that with: ...
  Topic: create "complex" JSON object with java
IIBn00b

Replies: 8
Views: 8316

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Nov 19, 2019 11:36 am   Subject: create "complex" JSON object with java
I added the code I already tried to my post.
  Topic: create "complex" JSON object with java
IIBn00b

Replies: 8
Views: 8316

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Nov 19, 2019 4:16 am   Subject: create "complex" JSON object with java
I have found documentation on how to create this JSON structure:
{"name":"value"} with Java.
Java code:
MbElement outRoot = outMessage.getRootElement();
M ...
Page 1 of 1

Jump to:  
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.