Questions tagged [cast-iron]

18 questions
3
votes
1 answer

IBM Cast Iron: MQ Put activity issues

I am trying to put a message into Websphere MQ queue from an Orchestration which is deployed on Cast Iron Live. I have used secure connector since the orchestation is deployed on Cast Iron. When I am trying to execute the flow, it fails and the…
1
vote
1 answer

Consuming API Which is having Secure Username and Password i.e Authentication

How to consume IBM Cast iron API in Mobile Application. The API is having authentication like Username & Password (401 Authorization Required). The Problem here is how to authenticate the API in javascript using Ajax call. This is My code:
0
votes
0 answers

Importing the .par file to websphere-cast-iron

How to Import the .par file in the Websphere-Cast-Iron-Studio? I Tried importing it using the New connector Project, but result is negative.
0
votes
0 answers

Is there a way to call a pl/sql packaged procedure from WebSphere cast iron..?

I am working in a cross platform team, and trying to use a PL/SQL packaged procedure from Websphere Cast Iron, i am able to call standalone procedures but not packaged ones, if you have worked on a similar requirement, please advise.
0
votes
1 answer

Filter XML records if the value exists on another xml list

I have two XMls Main XML and List XML. I am trying to Filter Main XML based on existence of same node value on both XMLs. Tried the below xslt but is not working as expected. Xslt
0
votes
1 answer

JMS JNDI properties for JBoss 5.1.0 GA

when i gave this credentials in ibm websphere cast iron, the server said "the server is not connecting". always it says connecting to endpoint. but its not connected. i bored to wait for more than one hour
Sathish vp
  • 72
  • 12
0
votes
1 answer

IBM Cast Iron studio unable to convert '&' to '&'

Hello I am constructing a URI from two different strings coming from a source. String1 = 12345&67890 String2 = 78326832 URI = /api?invoice=String1&supplier=String2 After using concat function available in studio, this is the final…
0
votes
0 answers

IBM Cast Iron Remove XML declaration inside xml Tag

I have an xml with some data and after using filter activity in IBM Cast Iron I am getting below xml in place of badxml. This causing an exception. badXml.xml
0
votes
1 answer

How/where to get jms jndi configuration values in jboss to configure in cast iron studio

Can anybody help me to configure jms jndi properties in Cast Iron studio for accessing jms queue. I'm using jboss. How/where to get jms jndi properties in jboss? Also it's asking for jndi provider details such as username, password, provider name,…
0
votes
2 answers

Do I need to add a quote to my SQL statement?

This is my current statement. It does not work. It returns 0 results. SELECT ID,ACCOUNT,Key,MasterKey, key FROM Asset WHERE MasterKey = $parent_key And Asset = $asset If I change this statement to hardcoded values: SELECT…
czah
  • 49
  • 2
  • 7
0
votes
2 answers

OR Operator in SOQL with Castiron

I'm facing an issue while creating a SOQL from within Castiron Studio 7.0.0.2 SELECT Id FROM Account WHERE Field_Feed__c = 'particular flag value' **OR** RecordTypeId = '012400000009ae1' The OR operator just doesn't work. And when I say it doesn't…
Overlord
  • 2,740
  • 2
  • 18
  • 22
0
votes
0 answers

com.approuter.module.http.protocol.HttpConnectionException: Received Http Code:500

I am hitting Prod WSDL to get data by HTTP Post request. but it is running successfully like 1st, 2nd, 4th day and failed in 3rd, 5th day due to Error: Unable to connect to server after 5 attempts. Error is:…
NL1
  • 17
  • 6
0
votes
2 answers

XSLT - Dynamic Map Columns

I have 3 different XML files. Some columns of them common and someone are not. And ordinalPosition of them are changing. Each time, i get new file in my ftp and need to read one by one and load into system. But i don't know about column names of the…
Can Aslan
  • 53
  • 2
  • 11
0
votes
2 answers

SoftLayer WSDL fails validation

I am attempting to use IBM cast iron with the softlayer SOAP services. out of the gate, i get a validation error with the softlayer wsdl that is downloadable here. the validation fails in oxygen v18 as well. in both cases, the error occurs on…
Blaarfengard
  • 17
  • 1
  • 3
0
votes
1 answer

How to point to endpoints for an API in BlueMix?

We have deployed our flows in Cast Iron Virtual Appliances. There are 2 Virtual Appliances which will be acting in Active-Active mode. I have created a Secure gateway and added a destination with the Virtual Appliance-1 IP. The cloud host of…
1
2