// send to default endpoint
template.sendBody(endpoint,soap);
Do you know how to implement PasswordAuthentication in a spring camel xml
configuration ??
Many thanks
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-CXF-Payload-mode-tp5783530p5783610.html
Sent from the Camel - Users mailing list archive at Nabble.com.
urn:microsoft-dynamics-schemas/calculator:compute"\r\n
Still getting the 400 bad request...
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-CXF-Payload-mode-tp5783530p5783607.html
Sent from the Camel - Users mailing list archive at Nabble.com.
I see another difference:
First call:
*SOAPAction: "urn:microsoft-dynamics-schemas/calculator:compute"\r\n*
second call:
*SOAPAction: "urn:microsoft-dynamics-schemas/page/calculator:compute"\r\n*
--
View this message in context:
http://camel.465427.n5.nabble.com/Ca
View this message in context:
http://camel.465427.n5.nabble.com/Camel-CXF-Payload-mode-tp5783530p5783564.html
Sent from the Camel - Users mailing list archive at Nabble.com.
SoapUI and Camel.
Maybe the missing http://camel.465427.n5.nabble.com/Camel-CXF-Payload-mode-tp5783530p5783563.html
Sent from the Camel - Users mailing list archive at Nabble.com.
e.com/Camel-CXF-Payload-mode-tp5783530p5783551.html
Sent from the Camel - Users mailing list archive at Nabble.com.
ntext:
http://camel.465427.n5.nabble.com/Camel-CXF-Payload-mode-tp5783530p5783544.html
Sent from the Camel - Users mailing list archive at Nabble.com.
t it in Soap Ui it s working
>
>
> I've also created a java client by generating the stubs from the wsdl and
> it s also working..
>
> Why it giving 400 bad request when requested using camel-cxf??
>
> Kind regards
>
>
> --
> If
xf.endpoint.ClientImpl.invoke(ClientImpl.java:416)
>
>
>
> the same soap request works perfectly with SOAPUI and when i change
> PAYLOAD to MESSAGE.
>
> any examples on how to send soap requests to cxf producer in PAYLOAD mode
> are welcome..i could not find any on the net
>
> Kind regards..
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-CXF-Payload-mode-tp5783530p5783540.html
Sent from the Camel - Users mailing list archive at Nabble.com.
YLOAD
to MESSAGE.
any examples on how to send soap requests to cxf producer in PAYLOAD mode
are welcome..i could not find any on the net
Kind regards..
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-CXF-Payload-mode-tp5783530.html
Sent from the Camel - Users mailing list archive at Nabble.com.
-
> View this message in context:
> http://camel.465427.n5.nabble.com/Camel-Cxf-Payload-Mode-DefaultSEI-not-found-tp5734122p5734223.html
> Sent from the Camel - Users mailing list archive at Nabble.com
> (http://Nabble.com).
Hi Aki,
It works with your suggestion, though I don't fully understand how setting
header here gets translated to HTTP header, and hence what all can I do like
this?
Regds
Lalit
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-Cxf-Payload-Mode-DefaultSEI-not-
Hi aki,
Thanks for the help, you are right, I don't want to use wsdl or service
class. And the import thing worked.
regds
lalit
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-Cxf-Payload-Mode-DefaultSEI-not-found-tp5734122p5734168.html
Sent from the Camel -
"http://www.webserviceX.NET/ChangeAccelerationUnit";);
>
>
> But using cxfEndpoint, not sure how to do this.
>
> Appreciate any help.
>
> Regds
> Lalit
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Camel-Cxf-Payload-Mode-DefaultSEI-not-found-tp5734122p5734176.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
Hi ,
I am stuck with other issue, where the server is responding with
Client.NoSOAPAction
Hi Willem,
that would be an option (or alternatively setting your own SE using
serviceClassI).
But I thought Lalit didn't have a WSDL nor SEI and wanted to use the
default dispatcher SEI. In that case, I think the import section needs to
be fixed.
@Lalit,
so there are three options:
1. fix the im
aven-v4_0_0.xsd";>
>
> 4.0.0
>
> manchanda.lalit
> TryCxfClient
> jar
> 0.1
>
> A Camel Blueprint Route
> http://www.myorganization.org
>
>
> UTF-8
>
> UTF-8
>
>
>
>
> org.apache.camel
> camel-core
> 2.10.0.redhat-60024
> provided
>
>
> org.apache.camel
> camel-blueprint
> 2.10.0.redhat-60024
> provided
>
>
>
>
>
> org.apache.camel
> camel-cxf
> 2.10.0.redhat-60024
> provided
>
>
>
> com.sun.xml.bind
> jaxb-impl
> 2.1.13
>
>
>
> javax.xml
> jaxb-api
> 2.1
>
>
>
>
> org.codehaus.woodstox
> woodstox-core-asl
> 4.2.0
>
>
>
>
>
>
> org.slf4j
> slf4j-api
> 1.7.5
>
>
> org.slf4j
> slf4j-log4j12
> 1.7.5
>
>
> org.slf4j
> jcl-over-slf4j
> 1.7.5
>
>
> log4j
> log4j
> 1.2.17
>
>
>
>
> org.apache.camel
> camel-test-blueprint
> 2.11.0
> test
>
>
>
>
> install
>
>
>
> org.apache.maven.plugins
> maven-compiler-plugin
> 2.5.1
>
> 1.6
> 1.6
>
>
>
> org.apache.maven.plugins
> maven-resources-plugin
> 2.6
>
> UTF-8
>
>
>
>
>
>
>
>
>
>
>
>
> Please help me know what can I do differently?
>
> Regds
> Lalit
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Camel-Cxf-Payload-Mode-DefaultSEI-not-found-tp5734122.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
You need to specify the wsdlUrl attribute in the cxfEndpoint element.
发自我的 iPhone
在 2013-6-12,下午3:18,lmanchanda75 写道:
> Hi Experts,
>
> I am writing a PAYLOAD mode client and for the same I have defined following
> blueprint:
>
>
>
>
> http://www.osgi.org/xmlns/blueprint/v1.0.0";
>
plugin
2.6
UTF-8
Please help me know what can I do differently?
Regds
Lalit
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-Cxf-Payload-Mode-DefaultSEI-not-found-tp5734122.html
Sent from the Camel - Users mailing list archive at Nabble.com.
19 matches
Mail list logo