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 85 matches
Author Message
  Topic: Cant find URL mapping : ERROR
ashritha

Replies: 1
Views: 8041

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Feb 28, 2011 7:24 pm   Subject: Cant find URL mapping : ERROR
Hi,

I have 3 message flows exposed as webservices... each of them are exposed on the following URLs

http://localhost:7800/MaterialService
http://localhost:7800/CustomerService
http://localhost ...
  Topic: Issue while creating Database Definition for Oracle
ashritha

Replies: 1
Views: 5023

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jan 18, 2011 10:13 am   Subject: Issue while creating Database Definition for Oracle
I have found what I was doing wrong. By default ojdbc14.jar file was in the jar list and i had to add the classes12.zip file to it. I couldnt understand and find where the jar list was in the beginnin ...
  Topic: Issue while creating Database Definition for Oracle
ashritha

Replies: 1
Views: 5023

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jan 18, 2011 9:26 am   Subject: Issue while creating Database Definition for Oracle
Hi,

I have a requirement where i have to retrieve data from Oracle v10 database and send out as an XML file. I have done this using a compute node and a simple select query. But my client wants to ...
  Topic: Invalid WSDL generated from message set
ashritha

Replies: 3
Views: 4585

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Dec 02, 2010 2:08 pm   Subject: Invalid WSDL generated from message set
Hi,

I am trying to develop a message flow that will be exposed as a webservice. I have my request and response XSD. These are the steps i followed to build the service

Message set:
1. imported ...
  Topic: Could not open WSDL in IE for message flow
ashritha

Replies: 15
Views: 19468

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Dec 02, 2010 1:37 pm   Subject: Could not open WSDL in IE for message flow
Thanks for the solution. It worked. Fixpack 1 gives the ability to chose the option to see the wsdl in the browser.

Thanks so much.
  Topic: Could not open WSDL in IE for message flow
ashritha

Replies: 15
Views: 19468

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Dec 02, 2010 8:50 am   Subject: Could not open WSDL in IE for message flow
Hi,

Thanks much for the reply. I do have message broker version 7.0.0.1 installed. However, my toolkit version is still 7.0.0. So, I am not able to view the check-box for SOAPInput node you have m ...
  Topic: Could not open WSDL in IE for message flow
ashritha

Replies: 15
Views: 19468

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Dec 01, 2010 3:09 pm   Subject: Could not open WSDL in IE for message flow
Hi,

I have developed a message flow that is exposed as a webservice. I could test the service by importing the wsdl in a soapUI. I could import the WSDL into the soapUI(free tool for testing webser ...
  Topic: DatabaseRetrieve Node - Complex query
ashritha

Replies: 1
Views: 3850

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Nov 16, 2010 9:56 pm   Subject: DatabaseRetrieve Node - Complex query
Hi,

I am trying to use the DatabaseRetrieve node for the first time and am having trouble adding query elements into the node properties. I have a bit of a complex query(not too much actually) with ...
  Topic: Issue with sending Blob message to Output Queue
ashritha

Replies: 4
Views: 4254

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Nov 03, 2009 11:08 am   Subject: Issue with sending Blob message to Output Queue
Set OutputRoot.BLOB.BLOB = CAST(CompleteMsg as BLOB CCSID 1200);

Even this statement did not work. I still gives the data length as 0 in the output message with no data.

More suggestions ...
  Topic: Issue with sending Blob message to Output Queue
ashritha

Replies: 4
Views: 4254

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Nov 03, 2009 10:16 am   Subject: Issue with sending Blob message to Output Queue
Hi,

I am trying to send text message(delimited message) as output to a Queue using MQOutput Node. Following is sample code


SET result = 'valid';
SET message = 'success';
SET CompleteMsg = re ...
  Topic: How to Convert BLOB to CHAR
ashritha

Replies: 15
Views: 74233

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Oct 29, 2009 8:11 am   Subject: How to Convert BLOB to CHAR
Hi,

I solved the issue. The esql Statement should be

Set Value1 = CAST(InputRoot.BLOB.BLOB as char CCSID 1208 Encoding 815);

This works. Thought this might help for someone like me facing th ...
  Topic: How to Convert BLOB to CHAR
ashritha

Replies: 15
Views: 74233

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Oct 29, 2009 7:53 am   Subject: How to Convert BLOB to CHAR
Hi,

I have a text message(in undefined format) which i am reading in MQ input node using BLOB parser. Message set could not be created as the incoming message has no pre-defined structure. Now, onc ...
  Topic: Issue with Attachments in SOAP message
ashritha

Replies: 9
Views: 9533

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Aug 28, 2009 8:31 am   Subject: Issue with Attachments in SOAP message
OK.. i think i have confused all with too much information.

The CAST statement works fine when the source is hardcoded string value
like the statement

CAST('<MessageBrokerXMLData>< ...
  Topic: Issue with Attachments in SOAP message
ashritha

Replies: 9
Views: 9533

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Aug 28, 2009 8:15 am   Subject: Issue with Attachments in SOAP message
Hi

I tried executing

Code:
SET OutputRoot.SOAP.Attachment.xmldata.BLOB = CAST('<MessageBrokerXMLData><Field1>Test Message</Field1><Field2><Field3>More Test&l ...
  Topic: Issue with Attachments in SOAP message
ashritha

Replies: 9
Views: 9533

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Aug 28, 2009 7:47 am   Subject: Issue with Attachments in SOAP message
A simple CAST statement also doesnt seem to work

Declare datainfo blob;
Set Environment.Variables.IncomingMessage = InputRoot.XML.AllData;
Set datainfo = CAST(InputRoot.XML.AllData as blob CCSID ...
Goto page 1, 2, 3, 4, 5, 6  Next Page 1 of 6

Jump to:  
Protected by Anti-Spam ACP
 
 


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

Copyright © MQSeries.net. All rights reserved.