RE: SOAP request causing null namespace URI in SimpleNsStreamWriter camel-cxf/woodstox

2018-08-27 Thread Fritz , Jürgen
: users@camel.apache.org Subject: Re: SOAP request causing null namespace URI in SimpleNsStreamWriter camel-cxf/woodstox Hi What older version of Camel and camel-cxf were you using that worked? You are also welcome to log a JIRA about this NPE. From the debugger if you change that nsUrl from null

Re: SOAP request causing null namespace URI in SimpleNsStreamWriter camel-cxf/woodstox

2018-08-27 Thread Claus Ibsen
, nsURI=null > Second call: prefix="soap", > nsURI=="http://schemas.xmlsoap.org/soap/envelope/"; (I changed the value of > nsURI in the debugger in the first call to arrive here) > > Same SOAP request was working with the same application using an older > versio

SOAP request causing null namespace URI in SimpleNsStreamWriter camel-cxf/woodstox

2018-08-27 Thread Fritz , Jürgen
xmlsoap.org/soap/envelope/"; (I changed the value of nsURI in the debugger in the first call to arrive here) Same SOAP request was working with the same application using an older version of camel-cxf under Java 1.7 woodstox-core-5.0.3 camel-cxf 2.22.

Re: Active MQ; Put Soap Request in Active MQ and get back SOAP response

2017-04-20 Thread Joseph Kampf
to the next step in the route. Joe On 4/18/17, 8:53 AM, "Ancil hameed" wrote: I working on JBoss Fuse, I want to put my SOAP request in Active MQ Queue. After putting SOAP request in Queue I want a response sent back to my SOAP request. Sample Code snippet: B

Active MQ; Put Soap Request in Active MQ and get back SOAP response

2017-04-18 Thread Ancil hameed
I working on JBoss Fuse, I want to put my SOAP request in Active MQ Queue. After putting SOAP request in Queue I want a response sent back to my SOAP request. Sample Code snippet: Below is my camel context, i have replace < > with ( ) (cxf:cxfEndpointaddress="http://localhost:818

SOAP request structure.

2017-03-16 Thread Siddharth Patil
Hi, I have a SOAP web service. I am trying to make SOAP request from WSDL. Following is the structure that I am getting when I create the SOAP service using the WSDL. http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ws="http://ws.processing.dstawd.com/";> HUBUSER OS

Re: Fastet way to check the size of a soap request ?

2014-09-05 Thread Frankiboy
Thanks a lot -- View this message in context: http://camel.465427.n5.nabble.com/Fastet-way-to-check-the-size-of-a-soap-request-tp5756054p5756088.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Fastet way to check the size of a soap request ?

2014-09-05 Thread Claus Ibsen
taFormat=MESSAGE").streamCaching() > bean(AddIpBean.class); > > > Frank > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Fastet-way-to-check-the-size-of-a-soap-request-tp5756054p5756085.html > Sent from the Camel - Users maili

Re: Fastet way to check the size of a soap request ?

2014-09-05 Thread Frankiboy
DSL syntax, from("cxf:bean:hubws?dataFormat=MESSAGE").streamCaching() bean(AddIpBean.class); Frank -- View this message in context: http://camel.465427.n5.nabble.com/Fastet-way-to-check-the-size-of-a-soap-request-tp5756054p5756085.html Sent from the Camel - Users mai

Re: Fastet way to check the size of a soap request ?

2014-09-04 Thread Claus Ibsen
s in a nice way ? > > Frank > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Fastet-way-to-check-the-size-of-a-soap-request-tp5756054.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen -

Fastet way to check the size of a soap request ?

2014-09-04 Thread Frankiboy
is in a nice way ? Frank -- View this message in context: http://camel.465427.n5.nabble.com/Fastet-way-to-check-the-size-of-a-soap-request-tp5756054.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Handling soap request in http endpoint ? possible?

2014-04-29 Thread komal bhola
t receives soap requests from any web server. WEB Suppose if soap request is like below then i should set my operation code as "handle New Subscription" h

Re: Handling soap request in http endpoint ? possible?

2014-04-24 Thread Aki Yoshida
View this message in context: > http://camel.465427.n5.nabble.com/Handling-soap-request-in-http-endpoint-possible-tp5750524.html > Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Handling soap request in http endpoint ? possible?

2014-04-24 Thread Willem Jiang
If you want to know the soap invocation name, you need to use camel-cxf POJO data formate. In this way, camel cxf can help you find out the operation name which the SOAP request can be mapped. I don’t this camel-http (or camel-servlet) component can do that job for you. -- Willem Jiang Red

Handling soap request in http endpoint ? possible?

2014-04-24 Thread komal bhola
services. Please suggest a way out if any one has already tried this. Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Handling-soap-request-in-http-endpoint-possible-tp5750524.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: ASP.Net SOAP Request > ActiveMQ > CAMEL > ASP.Net SOAP WS

2013-09-24 Thread Willem jiang
.Net SOAP web service. > > I am able to create messages using the Apache.NMS/Apache.NMS.ActiveMQ > assemblies and queue and dequeue them. I have seen references to CAMEL-SOAP > and Apache CXF abilities which would bridge my gap, but I'm just not > understanding how to implemen

ASP.Net SOAP Request > ActiveMQ > CAMEL > ASP.Net SOAP WS

2013-09-24 Thread Jerry
x27;m just not understanding how to implement what I need: ASP.Net SOAP Request > ActiveMQ > CAMEL > ASP.Net SOAP WS Any help in this manner would be greatly appreciated. -- View this message in context: http://camel.465427.n5.nabble.com/ASP-Net-SOAP-Request-ActiveMQ-CAMEL-ASP-Net-SOA

Re: getting java.io.NotSerializableException when soap request recived in POJO format is routed to active mq

2013-09-10 Thread Claus Ibsen
.writeObject(Unknown Source)[:1.6.0_45] > at java.util.ArrayList.writeObject(Unknown Source)[:1.6.0_45] > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method)[:1.6.0_45] > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown > Source)[:1.

Re: getting java.io.NotSerializableException when soap request recived in POJO format is routed to active mq

2013-09-10 Thread vsmahesh
)[:1.6.0_45] at java.io.ObjectStreamClass.invokeWriteObject(Unknown Source)[:1.6.0_45] -- View this message in context: http://camel.465427.n5.nabble.com/getting-java-io-NotSerializableException-when-soap-request-recived-in-POJO-format-is-routed-to-activq-tp5739033p5739048.html Sent from the

Re: getting java.io.NotSerializableException when soap request recived in POJO format is routed to active mq

2013-09-10 Thread vsmahesh
... 58 more kindly guide me in resolving this error. Thanks. -- View this message in context: http://camel.465427.n5.nabble.com/getting-java-io-NotSerializableException-when-soap-request-recived-in-POJO-format-is-routed-to-activq-tp5739033p5739052.html Sent from the Camel - Users mai

getting java.io.NotSerializableException when soap request recived in POJO format is routed to active mq

2013-09-10 Thread vsmahesh
Hi i am getting the following erro when i try to route to activemq from cxf endpoint which is getting soap request in POJO format.When i route to queue i am getting not serializable error.The error is java.lang.RuntimeException: outotec.pi.mes.id59.powerconsumption.DTPowerConsumption at

Re: getting java.io.NotSerializableException when soap request recived in POJO format is routed to active mq

2013-09-10 Thread John D. Ament
Does DTPowerConsumption implement java.io.Serializable? It needs to. On Tue, Sep 10, 2013 at 10:52 AM, vsmahesh wrote: > Hi i am getting the following erro when i try to route to activemq from cxf > endpoint which is getting soap request in POJO format.When i route to queue > i am ge

Re: Not able to send out SOAP request through camel

2013-06-14 Thread Claus Ibsen
bother to write a question properly. See this page for tips how you can provide better questions http://camel.apache.org/support On Thu, Jun 13, 2013 at 12:04 PM, suyash.singh wrote: > Hi, > > I am facing an issue sending out a SOAP request through camel. > > Observations: >

Re: Not able to send out SOAP request through camel

2013-06-14 Thread Aki Yoshida
maybe you can describe your scenario in more detail. It's not clear what is configured. It sounds like you are just using cxf in camel instead of using the camel-cxf component, no? 2013/6/13 suyash.singh > Hi, > > I am facing an issue sending out a SOAP request through camel. &g

Not able to send out SOAP request through camel

2013-06-13 Thread suyash.singh
Hi, I am facing an issue sending out a SOAP request through camel. Observations: 1) When I call invoke on the Dispatch stream, I get a sockettimeout error. 2) A simple wget to the same SOAP URL works on the same machine. any idea if there is a known issue with sending SOAP requests through

Re: Soap request

2013-06-09 Thread Taariq Levack
s i am taking a soap request from one > data > source and it will send to proxy then send to as it is to actual to > destination. > > so pls can you help in this scenario. > > > > Thanks, > subramanyam > > > > -- > View this message in context: > http:

Soap request

2013-06-09 Thread subramanyam
Hi to all, I am subramanyam new to camel integration framework.Currently i am working onthis.i have a scenario like this i am taking a soap request from one data source and it will send to proxy then send to as it is to actual to destination. so pls can you help in this scenario. Thanks

Re: Redirecting a soap request to external webservice

2012-12-05 Thread Willem jiang
do in order to rectify this error? > > <http://camel.465427.n5.nabble.com/file/n5723656/Error.jpg> > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Redirecting-a-soap-request-to-external-webservice-tp5723605p5723656.html > Sent

Re: Redirecting a soap request to external webservice

2012-12-05 Thread nmsrinm
modifications should we need to do in order to rectify this error? <http://camel.465427.n5.nabble.com/file/n5723656/Error.jpg> -- View this message in context: http://camel.465427.n5.nabble.com/Redirecting-a-soap-request-to-external-webservice-tp5723605p5723656.html Sent from the Camel -

Re: Redirecting a soap request to external webservice

2012-12-04 Thread Willem jiang
(http://willemjiang.blogspot.com/) > > (English) > > http://jnn.javaeye.com (http://jnn.javaeye.com/) (Chinese) > > Twitter: willemjiang > > Weibo: willemjiang > > > > > > > > > > > > On Tuesday, December 4, 2012 at 8:36 PM, nmsrinm wrote

Re: Redirecting a soap request to external webservice

2012-12-04 Thread David Karlsen
nn.javaeye.com (http://jnn.javaeye.com/) (Chinese) > Twitter: willemjiang > Weibo: willemjiang > > > > > > On Tuesday, December 4, 2012 at 8:36 PM, nmsrinm wrote: > >> Hi >> >> We need to redirect the SOAP request body received from the client side to >> the e

Re: Redirecting a soap request to external webservice

2012-12-04 Thread Willem jiang
) http://jnn.javaeye.com (http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang Weibo: willemjiang On Tuesday, December 4, 2012 at 8:36 PM, nmsrinm wrote: > Hi > > We need to redirect the SOAP request body received from the client side to > the external web serv

Redirecting a soap request to external webservice

2012-12-04 Thread nmsrinm
Hi We need to redirect the SOAP request body received from the client side to the external web service(External server). Can anyone suggest which camel component to be used and is it possible to implement in JAVA DSL? Suggest/Mention some suitable example for the same Here i attached a sample

Re: SOAP Request to Http Request using jetty

2010-08-10 Thread Ashwin Karpe
Hi, Technically SOAP requests can be directly sent to HTTP endpoints provided there are no WS-*(WS-Security, Addressing etc) complexities involved. However if you need to transform the SOAP request to an HTTP request, you could wire in an XSL transformer to do the needful transformation http

Re: how to access SOAP request header

2010-02-08 Thread Willem Jiang
Hi Before answering you question, I had to ask how did you get the soap message? Willem lekkie wrote: I'd like to access a soap (action) header's and evaluate using xpath in a camel application. How do I do that? kr.

how to access SOAP request header

2010-02-08 Thread lekkie
I'd like to access a soap (action) header's and evaluate using xpath in a camel application. How do I do that? kr. -- View this message in context: http://old.nabble.com/how-to-access-SOAP-request-header-tp27501761p27501761.html Sent from the Camel - Users mailing list archive at Nabble.com.