Apache Synapse is a lightweight and high-performance Enterprise Service Bus
0
votes
1answer
51 views
Transform response to plain-text using wso2 esb 4.0.6
I'm new to web-service and somehow I have created a simple web-service over http/https using wso2 esb 4.0.6. Now my requirement is to remove the tag from response i.e. i need plain text in response, ...
0
votes
1answer
57 views
synapse httpsend through proxy server
I have a routine that currently uses
httpgettext to send two urls out to google..
The first with the maps key
and the second to get some distance calculations with is returned as a JSON object...
...
0
votes
1answer
38 views
Are there any replacement for Synaser Serial Communciation tool for Lazarus compiler?
I am working with the latest Lazarus compiler and have worked with Synaser for serial communication with the previous version of Lazarus. It has worked flawlessly, but now with latest version of ...
0
votes
0answers
42 views
Apache synapse caching mediator disk
Hi I would like to have a question concerning the caching mediator in Apache synapse. In synapse official site, it is mentioned that disk caching is supported
<cache timeout="20000" ...
1
vote
0answers
90 views
Delphi - Download a File with Progress using Synapse
I have been using Synapse for some time now, to send e-mails mainly. Today I am creating a simple installer, and trying to download the application exe file through HTTP. The file is about 9 MB in ...
0
votes
1answer
37 views
FIX transport logon message, username/password configuration
In the FIX transport implementation, If synapse acts as an initiator, it first sends logon message to the acceptor..If the acceptor requires username/password for logon message, is there a way to ...
-1
votes
0answers
18 views
Delphi synapse UDP - raw package
I so understood by means of synapse UDP of protocol it is possible to send away on the certain IP address of local network a raw package (for example: E jw ЂL АЁdАЁя™я™ |о).
I need to write UDP ...
-1
votes
1answer
38 views
WSO2 Registry and Apache Synapse Integration [closed]
I'm a beginer of SOA ,and I want to know some info of integrating the WSO2 Registry and Apache Synapse.Just like how to publish services through the Synapse to the Registry and get services through ...
0
votes
1answer
65 views
Iterating DSS response in BPEL (WSO2 BPS)
I am using WSO2 BPS and WSO2 DSS.
DSS has 2 services as below:
(1) Returns list of status and
(2) Inserts a record into table.
I succeeded invoking both the DSS services from BPEL Workflow. But I ...
0
votes
0answers
83 views
Synapse, OpenSSL and GMail special login not working
GMail has an option for downloading via POP to several email clients using the "recent:" term at the front of the login user name. I can not get it to work on an app I am building but it does work on ...
0
votes
1answer
90 views
WSO2 ESB concurrent thread vfs-worker
I am new to WSO2 and Apache Synapse..I make a proxy service to route some files to another folder, but when I look the JConsole, there is only 1 thread that working.
How can I configure the setting ...
0
votes
0answers
53 views
Apache Synapse custom Mediator to execute system command
I create a custom mediator in apache synapse to invoke some system command such as java -jar, execute shell script, etc.. But i have no luck to this, i tried these codes :
Process process ...
0
votes
1answer
85 views
WSO2 ESB/Apache Synapse/VFS execute exe,jar,etc
Is there any way in WSO2 ESB or Synapse or VFS to execute an exe application, or command prompt, jar, or anything else??
I googling it for a while now but still got no clue about that.
1
vote
3answers
83 views
Adding a header to a XML message in Synapse
Using Synapse 2.1, I am trying to transform an XML message with no header into a SOAP message with a header containing credentials to consume a web service. Something like this:
Synapse incoming ...
2
votes
2answers
183 views
How to send a e-mail for more than one recipient at once, using Delphi and Synapse?
Please, I am trying to solve this "problem" for more than 12 hours now... and almost getting crazy! I think is impossible send the same e-mail for more than a recipient (destination) at once, using ...
0
votes
0answers
43 views
WSO2ESB message processor reset HTTP connections under high load
We have a proxy service (using wso2 esb 4.0.3) configured as:
JMS listener (JMS queue) -> message_mediation -> message_store (no persistence) -> message processor (simple forwarder) -> NIO HTTPS ...
1
vote
1answer
67 views
apache common-vfs ThreadPool Configuration
Is there any configuration for common-vfs to set the ThreadPool? I use this vfs in WSO2 ESB apache Synapse. I already look for the documentation etc, but i found nothing said about ThreadPool in vfs. ...
0
votes
1answer
66 views
The 'name' attribute is required for a Proxy service definition
I have a problem deploying some proxy configuration in WSO2ESB. When I copy the proxy configuration file, even some Apache Synapse samples like sample 151, I get this error:
"The 'name' attribute is ...
0
votes
1answer
150 views
Using XPath functions in filter mediator
In my inSequence of a proxy I'm filtering with a xpath query in the filter mediator. But I want to use XPath functions like exists() or count(). But this does not work and always creates an exception. ...
0
votes
1answer
55 views
Is it possible to use Synapse without Axis2, to make ReST and SOAP calls, possibly with CXF and/or Jersey?
I am tasked with coming up with a way of using Synapse ESB without Axis2, basically to make ReST and SOAP calls to webservices.
Is there CXF support, for example?
I searched a lot but could not ...
1
vote
0answers
82 views
WSO2 API manager Synapse-HttpComponents-NIO get a 404 when curl get 200
I'm calling a PHP API located on the same host of the API manager using a published API.
The client application is SoapUI or curl.
I issue the call and it gets passed to the httpd server that return:
...
1
vote
1answer
81 views
WSO2 Developer Studio with XPath extensions
We have extented Apache Synapse in WSO2 ESB 4.5.1 with additional XPath variables. In the synapse.properties we point to our new XPath classes:
...
3
votes
2answers
285 views
WSO2 Synapse: setting a URL parameter
I am trying to do something that seems straightforward but can't get it to work. Basically I want the WSO2 API manager to add a URL parameter to a REST call.
Setup and Problem
I have a WSO2 API ...
2
votes
2answers
337 views
WSO2 ESB Mediation Sequence vs Proxy Service
WSO2 ESB has Mediation Sequences and Proxy Services for implementing EAI patterns. I am currently new and couldn't distinguish when to use a Mediation Sequence or Proxy Service. Both seem to work well ...
0
votes
1answer
136 views
WSO2 ESB SOAP 1.2 Fault with subcodes
I have a proxy service stup to perform validation against schema and throw a fault if validation fails.
<inSequence>
<log level="full"/>
<validate xmlns:lod="http://example.com" ...
0
votes
1answer
130 views
WSO2 esb advice on complicated service - validate current approach
Can anyone validate this approach? I'm very new to ESBs so struggling with the best approach to what to me seems a very complex flow.
I am using WSO2 ESB (Apache Synapse).
Use case:
Read in cvs ...
1
vote
1answer
103 views
WSO2 Esb Task start and stop events
I am currently implementing a custom task inside wso2 esb, which checks some processes on the server and starts them if processes are not up. However i also need to stop those processes if wso2 carbon ...
0
votes
2answers
132 views
WSO2 ESB catch transport exceptions (MessageBuilder)
When I read a message with a WSO2 ESB Proxy, I need to define a specific datatype and this is then applying a certain MessageBuilder (defined in the axis2.xml).
But when the MessageBuilder fails ...
1
vote
1answer
248 views
Pass property from inSequence to outSequence
I'm sending a message with a Proxy to a HL7 TCP/IP port and get the response in the outSequence. But my problem is that all properties set in the inSequence are not anymore available. All of them are ...
1
vote
0answers
54 views
Guaranteed delivery to dynamic recipient list
I have an upcoming project to provide guaranteed delivery of notification messages over web-services to a dynamic recipient list. We're currently using Synapse for some other transformation, routing, ...
1
vote
2answers
57 views
stWSO2ESB OutSequence Processing
I'm transforming XML request to SOAP via XSLT in WSO2ESB, just wondering is it possible to make request parameter available to be used in response?
E.g.
<request>
<test>123</test>
...
1
vote
0answers
116 views
Configuring implicit TLS over FTP in Synapse VFS transport
We need to connect to a ftp-server which only allows implicit TLS over FTP on port 990. We are using WSO2 ESB 4.5.0 which support ftps and is built on the Synapse project.
An example configuration in ...
2
votes
1answer
291 views
WSO2 Enrich Mediator
[WSO2 ESB V4.5.0]
What is wrong with how I'm configuring the enrich mediator to accumulate XML? I have a sequence of n PojoMediators that retrieve XML from a database with each setting a context ...
4
votes
1answer
305 views
Delphi + Synapse: How to check if I am still connected
I am using TTCPBlockSocket for a TCP/IP Application . The problem is that I can't determine when the connection is lost.
GetLastError returns 0
Read returns 0
But I encounter these values eaven if ...
0
votes
1answer
446 views
Sometimes receiving “Metadata part is too large.” from server. What this? [closed]
I've made an uploader to a YouTube account.
Sometimes I receive this result from the server:
Metadata part is too large.
The sent-file size isn't more than 4 MB.
The code:
{ TAuthThread }
...
0
votes
1answer
110 views
How to configure FTP endpoint with @ in the username
We are using WSO2 to access different FTP and the username for a specific FTP does contain the '@' which is predefined character for the server config.
Here an example of an Endpoint accessing such ...
0
votes
0answers
25 views
How to add a patient to the worklist in the Synapse Software? [closed]
I need to work with the Synapse which is a HealthCare software used for imaging and worklists, i need to be able to add an XML somewhere so that this Synapse reads it and adds a patient to the ...
0
votes
2answers
219 views
WSO2 ESB If Then Else, authenticate or Error
This may be a basic question, I am just getting used to the WSO2 lingo. I have two services that I can deploy independently with WSDLs and pass the proper SOAP request, and return information ...
0
votes
1answer
237 views
Synapse TBlockSocket occasionally freezes
I've createdan application which communicates with external device using TCP/IP as a client. I'm using Synapse library (v40) for communication. Sometimes however communication freezes. I managed to ...
2
votes
2answers
227 views
apache synapse custom mediator
I have a REST service that I want to use through wso2 ESB. The service returns a JSON object. I wish however to modify the JSON before it enters the ESB and gets processed.
I've managed to deploy a ...
1
vote
2answers
997 views
How to send a file AND other POST data with Synapse
Delphi used: 2007.
Hello,
I have a simple web page with two text input and one file input. Now, for the form to be sent, both the text inputs and the file input have to be filled. With Synapse, I ...
0
votes
1answer
326 views
Synapse SMTP authentication - keep getting error 530
just follow the simple example on the Synapse HowTo
But on the smtp.MailTo(sTo) Or smtp.MailFrom(sFrom) I get an 530 Error
Where can I set the Outgoing authentication ?
Update: ------
I am using ...
0
votes
1answer
1k views
Synapse Delphi HTTPS SSL GET Request
Only a GET request to a HTTP url works. If i try to request a HTTPS url then it doesn't return anything. I pretty much tried everything. Appreciate any help.
Here's my code:
...
1
vote
1answer
63 views
How to programmatically deactivate message processor
In WSO2 you have the possibility to read messages from a messagestore via a message processor.
Through the Administration console you can deactivate that message processor.
I would like to know how ...
0
votes
0answers
162 views
proxying in wso2-esb java.lang.NoSuchFieldError: ACKED
I have the following setup :
SOAPUI (machine 1 ) -> wso2esb-1.6-20080130 (machine 2) endpoint -> webserver1 (machine 3 )
So when I submit my xml file from SOAPUI, machine 2 forward it to machine 3, ...
1
vote
1answer
147 views
Using get-Property method to read http post parameters
First let me explain what I am trying then I shall get to the problem I am facing...
I am using wso2 esb to create a proxy web service such that I can send http post request to an exisiting web ...
0
votes
1answer
321 views
WSO2 ESB: Using external parameter definition for proxy?
We are using several proxies that are listening to different locations. But during develpment, we aren't having the same URI as in the production environment. Is it possible to have the URI ...
0
votes
2answers
585 views
WSO2 ESB - Dynamic value for proxy parameters (transport)
I need to be able to specify a dynamic value for proxy parameter. Actually, I have to specify each parameter with complete URL like :
<parameter ...
0
votes
1answer
308 views
<esb-home>/repository/conf/axis2.xml vs <esb-home>/samples/axis2Server/repository/conf/axis2.xml
Well the Title is self-explanatory. I want to know what is the basic difference between these to files - in terms of both functionality and usage.
To the people who want to know in what context I am ...
1
vote
1answer
1k views
POST Request to Proxy Service WSO2
I am sending a post request to proxy service but its giving error ... how can i resove this one
[2012-06-15 12:24:27,656] INFO - BuilderUtil OMException in getSOAPBuilder
...

