Is there a way I can find and replace a specific text in a specific type of blocks.
Intel® SOA Products Group
Service Versioning
Is there any documentation on support service versioning within Intel service gateway?
Error Message when generating JSON Reply
Hi,
New to the Intel SOAE tool and trying to generate a JSON response from an xml document, however I am getting the following error message (see below) when I try to transform the xml to json using the soae-xf:json-serialize function.
Timeout in workflow
Hi,
we can set connection timeout for invocation agents using the gateway console.
But what I need to do, if i need to implement that in my workflow?
Preemptive Authentication
Hi,
In my workflow, I have used LDAP for AAA and im extracting the username from HTTP header.
When I run the service through soapui, its saying Invalid username or password.
But when I check "Accept authentication to outgoing request" in soapui settings, then my service is working fine.
What I need to do in order to get good response without checking the option
XSL Transformation
Hi
I have saved a XML in Data cache using "soae-cache:new-string("app:DB_CACHE",$FetchDataSP.body)". Im retrieveing this data as "soae-cache:get-string("app:DB_CACHE")".
When i do XSL Transofrmation using Stylesheet, it throws me fault saying that the input document passed is a string and it should be node or nodeset.
How to convert the app:DB_CACHE to a nodeset?
Soap Fault
I have generated Fault Handler in my workflow. I need that to throw Generic SOap Fault message in xml instead of Uncaught BPEL fault. Wht needs to be done?
Urgent
HI,
I have created service proxy project. My service contains 4 operation. While creating workflow, I selected "Generate shared workflow for ever opearations". My workflow is ready but when i deployed and tested it, gateway retirns successfull response only for first operation and other 3 opeartions fails with exception "Failed to Calssify input to workflow". What do i need to make it work?
SQL Statement Issue
Hi,
I have included SQL statement in my project and also created JDBC resource.
When I use this styatement,
INSERT INTO XXX_TRACE VALUES('15244194326c8255fcdcc5334611','','','financeServiceProxy')
Its successfully inserting in to DB.
But I need to replace 'financeproxy' with XML elements.
SO i tried this,
INSERT INTO XXX_TRACE VALUES('15244194326c8255fcdcc5334611','','',GetUserName.body/ldap:batchResponse/ldap:searchResponse/ldap:searchResultEntry/@dn)
But its giving me SYntax error.
SOA Solution
What the better software solution to create a SOA Architecture?
