0
votes
1answer
34 views

Spring/Mule schema issue

I am experiencing the following exception when launching my mule application: SEVERE: Line 6 in XML document from mule-spring-config.xml is invalid; nested exception is org.xml.sax.SAXParseException; ...
0
votes
2answers
100 views

i want to save all records from database in a file (read from database a)

i did a example Using Mule Studio to read Data from database i have not any problem or errors but i want to change this program. this program create a lot of files and read one record and save in to ...
2
votes
3answers
99 views

How to tell using xpath if an element is present and non empty

I have an input XML something on this line: <Holding id="12"> <Policy> <HoldingForm tc="1">Individual</HoldingForm> ...
0
votes
1answer
68 views

Mule xml file rename based on content

We have a working implementation of Mule (v3.1.2) connecting two JMS based endpoints. XML messages are being passed without any problem between the two. We now have to add an additional file endpoint ...
0
votes
1answer
59 views

flow control choice router

In mule 3.3.0 CE, I add these lines in my configuration XML file: <flow name="muleService" doc:name="muleService"> <http:inbound-endpoint exchange-pattern="request-response" host="localhost" ...
0
votes
1answer
179 views

Multiple <xsl:template match in .xslt file in mule

I use these codes for hiding my methods in my XML(WSDL) file: <xsl:template match="wsdl:operation[@name = 'GetCityWeatherByZIP']" /> <xsl:template match="wsdl:message[@name = ...
0
votes
1answer
16 views

What kind of error to throw on Http Service

I'm working on Mule 3.3.0 application and there are message listeners on 2 inbound endpoints. One endpoint is exposing a Soap service and other is a Http Service. I throw Soap Fault on exception ...
0
votes
1answer
71 views

if condition for making hide some part of xml(WSDL) file in .xslt in mule

this is my .xslt file : <?xml version='1.0' ?> <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" ...
0
votes
0answers
72 views

if-condition for remove some part of XML(WSDL) file in .xslt in MULE?

I want to remove some part of my XML(WSDL) file by puuting and checking ip-address. for this issue in .xslt file I want to check this condition that if $remoteClientAddress != my-ip-address then ...
0
votes
1answer
51 views

Remove extra part in remoteClientAddress string in .xslt in MULE server 3.3.0 CE?

In my configuration.xml in MULE server 3.3.0 CE, I pass MULE_REMOTE_CLIENT_ADDRESS to .xslt file, below I copied my codes : <logger ...
0
votes
1answer
128 views

if -else condition in .xslt file in MULE

In my configuration.xml in MULE server 3.3.0 I pass MULE_REMOTE_CLIENT_ADDRESS to .xslt file, below I copied my codes : <logger ...
0
votes
2answers
72 views

How to pass a logger message value to .xslt file in mule

In configuration.xml file I implemented a flow for publishing out a wsdl, during the way I put a logger that return Client's IP address. this is my code: <logger ...
1
vote
2answers
309 views

Config <set-variable> with xpath gives empty string while extracting from xml payload

I am working on a service which add the detials sent in the request to to two different queues. For this I use to extract part of the XML without disturbing the payload. But it is giving blank. My ...
0
votes
1answer
79 views

Add Authorization role to access an XML(WSDL) file by using xsl

I have a WSDL and I want to add permission on it that all people can't see all the methods on it: <wsdl:types> ... </wsdl:types> <wsdl:message> ... ...
0
votes
1answer
69 views

IP permission in .XSLT file for seeing XML(WSDL) file?

I have a XML(WSDL) file that I want to manage it by using .XSLT file. I want to set IP permission in my .XSLT file for seeing some part of WSDL that some restricted IPs can see some part of my WSDL. I ...
0
votes
2answers
215 views

Delete s:element attribute-values in XML(WSDL) file?

I want to in my XML (WSDL) file remove s:element between tag: <wsdl:types> <s:schema elementFormDefault="qualified" targetNamespace="http://ws.cdyne.com/WeatherWS/"> <s:element ...
0
votes
1answer
87 views

Delete elements attribute-values in XML (WSDL) file?

I want to in my XML (WSDL) file , Remove some of the elements. This is my WSDL file: <wsdl:types> ... </wsdl:types> <wsdl:message> ... ...
0
votes
1answer
176 views

Passing XSL file in classpath to XSLT Transformer

I am trying to pass the XSL file which is located in the classpath to Mule XSL-T transformer in my flow. Bit it is giving me error. <mule-xml:xslt-transformer maxIdleTransformers="2" ...
2
votes
3answers
250 views

How to use XStream in Mule?

I have written three classes implementing XStream. It marshalls/unmarshalls the following XML. <Message calledProgram="XXX" programName="YYY"> <Fields> <Field name="SupplierName" ...
0
votes
2answers
223 views

Passing String/XML request to a http outbound as text/xml

I have a scenario where I need to call a web-service via a http:outbound. The service accepts only text/xml. But after my transformations and conversions I get my payload(xml) as byte[] or a String. ...
0
votes
1answer
138 views

How to efficiently (stream) process XML file in Mule 3?

My requirement is to (efficiently) read an XML file using streams (Stax) instead of loading the whole DOM in memory (JAXB). Anyone knows how to process an XML using the XmlToXMLStreamReader? As usual ...
0
votes
2answers
184 views

Adding XML piece to an existing XML using XSLT

I am trying to add a piece of an XML to an input XML using XSLT. But the output is not coming as expected. Pelase help. My input XML : <input ...
2
votes
2answers
145 views

How to split XML

My first post here. I have searched but haven't found what I'm looking for. I am not really sure what technique I need to do the following. I use Mule 3.3 CE and I need to split XML files. I need ...
0
votes
1answer
207 views

Unable to locate NamespaceHandler for namespace http://www.mulesoft.org/schema/mule/jersey

I might be really off on this one but can anyone look over this configuration and tell me why I am seeing this problem when tomcat 7 starts? I am using mule 3.3 but that you can see from the headers ...
0
votes
2answers
303 views

Adding two xmls. Working with XSLT transformer

I am looking for solution for a scenario which is troubling me a lot. I am working on mule 3.3. I have some incoming XML and a second XMLcoming from the enricher. Now the xml from the enricher is ...
0
votes
2answers
70 views

Transforming XML to slightly different XML belonging to different version of same schema

I need to transform one XML (say x1.xml) which is the input to my application to a slightly different XML(say x2.xml) format which is based on the newer version of same schema. x2 is the output from ...
0
votes
0answers
511 views

Mule xml to object transformer returns CannotResolveClassException

I have an xml payload when i dump it into the file it shows the xml and also i am able to apply xpath expressions on it, but when i try to convert it into an object i get : Exception stack is: 1. ...
-1
votes
2answers
290 views

Mule adding value to xml

I am using Mule to take input using a html file and using the input to add the value to an xml i am able to extract the value i just need to add it in the xml further, How should i proceed further,any ...
0
votes
1answer
119 views

mule passing same payload to different processors

I am having an xml in MULE which i am splitting in two parts using splitter,the problem i am facing is how to pass the same xml to each splitter? Can anyone help? ...
0
votes
1answer
144 views

xml split in half

I want to split my below xml into two parts each containing two stream.Product of the 4 contained,Is there any way using xpath or xpath-node by which i can achieve that,i tried the expression: ...
-1
votes
3answers
895 views

Mule 3.2 - Why am I getting this SAXParseException from XSLT transformation?

Using Mule 3.2 I am trying to build XML from inside my mule flow but I get this error I tried a few ideas online but I keep getting this message. <mulexml:xslt-transformer ...
0
votes
1answer
393 views

Mule ESB: XSLT Transformers or Java Transformers?

Is there any performance improvement if I use a custom Java transformer in place of an XSLT transformer in Mule? I have a cxf proxy-service and proxy-client pattern, and my transformers are being ...
0
votes
1answer
92 views

How to stop Mule when some condition is met in some class

The class phekheij.Tllas implements MuleContextNotificationListener so that it can be run before everything else defined in Mule config: ... <spring:beans> <spring:bean id="initializer" ...
0
votes
0answers
1k views

Proper Quartz scheduler integration with Mule ESB example

I am supposed to create a POC for integrating Quartz with Mule. I want to create a simple flow where a simple email ("Hello World") should be sent to certain recipients every 5 mins. Could you share ...
1
vote
1answer
734 views

Mule - Returning in JSON and XML on runtime..?

In Mule, currently I am using a custom transformer "JavaObjectToJSON" (as a Response Transformer) to convert a POJO to JSON i.e. my component class returns a Java Object (List or HashMap) and this ...
0
votes
0answers
227 views

Parsing a List of Elements in a Mule Configuration

I am building a new Mule transport to allow communication with DDS. In order to keep QoS consistent, the connector needs "flow controllers". Zero or more flow controllers may exist. The connector's ...
0
votes
1answer
256 views

Need help architecting a POC for a Business Activity Monitoring (BAM) application

I have been researching tools and frameworks to implement a BAM application. The basic requirements will be: Interface with different applications to get business status/activities. Initial feeds ...
2
votes
2answers
388 views

Bind XSD element to a Java implementation?

I would like to know how to bind an XML tag in a certain namespace to some implementation in Java e.g. the way Mule does with the tags defined in it's various XSD files. Is it related/done with JAXB ...
0
votes
1answer
228 views

Mule 1.3 config files having 'mule-descriptor' directly below 'mule-configuration' fails validation

I've been put on a project using a ancient mule version 1.3. They use a split configuration setup, as suggested e.g. here. All these files had ...
1
vote
1answer
293 views

How to send ALL XML messages that were sent when the database was down TO PeopleSoft after database picks up?

I am working on a project using MULE ESB. The present scenario in the application I am working is From the first application we are able to send xml msgs to peoplesoft (its acting as the second ...
2
votes
1answer
1k views

Am failing to transform xml to SOAP

I'm having a problem calling a webservice from Mule using Axis. I've created a fairly simple example where I have xml in a file being read by Mule, it's then transformed into a Document and sent to ...