Call for Presentations for ApacheCon 2021 now open

2021-03-08 Thread Rich Bowen
[Note: You are receiving this because you are subscribed to a users@ 
list on one or more Apache Software Foundation projects.]


The ApacheCon Planners and the Apache Software Foundation are pleased to 
announce that ApacheCon@Home will be held online, September 21-23, 2021. 
Once again, we’ll be featuring content from dozens of our projects, as 
well as content about our community, how Apache works, business models 
around Apache software, the legal aspects of open source, and many other 
topics.


Last year’s virtual ApacheCon@Home event was a big success, with 5,745 
registrants from more than 150 countries, spanning every time zone, with 
the virtual format delivering content to attendees who would never have 
attended an in-person ApacheCon (83% of post-event poll responders in 
2020 indicated this was their first ApacheCon ever)!


Given the great participation and excitement for last year’s event, we 
are announcing the Call for Presentations is now open to presenters from 
around the world until May 1st. Talks can be focused on the topics 
above, as well as any of our amazing projects. Submit your talks today!


https://www.apachecon.com/acah2021/cfp.html

We look forward to reviewing your contribution to one of the most 
popular open source software events in the world!



Rich, for the ApacheCon Planners

--
Rich Bowen, VP Conferences
The Apache Software Foundation
https://apachecon.com/
@apachecon


Re: camel-spring-ws: Invalid attribute "Content-Type" in SOAP-ENV:Header element

2021-03-08 Thread Harsh Karn
Hi,

I'm using camel version 3.7.0 and I've also tried older version 2.25.0. The
result is the same in both.

Can you give some references where I can look for filter examples?

I tried to look into camel sources but I'm new to java and I'm yet to
figure out the piece of code which is generating soap envelope messages.

*Thanks*
*Harsh*


Re: camel-spring-ws: Invalid attribute "Content-Type" in SOAP-ENV:Header element

2021-03-08 Thread Claus Ibsen
Hi

Ah which Camel version do you use?

And it may be that there is a bug in camel-spring-ws where such header
gets mapped to SOAP-ENV header.
You are welcome to dive into the source code and try to find out.
There are some filtering that "filter" which headers that gets to SOAP
ENV and which does not.
So its maybe a matter of adding Content-Type as one to skip

On Mon, Mar 8, 2021 at 4:58 PM Harsh Karn  wrote:
>
> Hi,
>
> I'm getting invalid attribute "Content-Type" in SOAP-ENV:Header element.
> I'm trying camel-spring-ws example.
>
> I'm running camel example
> https://github.com/apache/camel-examples/tree/master/examples/spring-ws.
>
> SOAP Request -
> http://schemas.xmlsoap.org/soap/envelope/";
> xmlns:inc="http://camel.apache.org/example/increment";>
>
>
>   
>  1
>   
>
> 
>
> SOAP Response -
> http://schemas.xmlsoap.org/soap/envelope/
> ">
>
>
>   http://camel.apache.org/example/increment";>
>  2
>   
>
> 
>
> Following is error in SOAP UI -
> "line 2: Attribute not allowed: Content-Type in element Header@
> http://schemas.xmlsoap.org/soap/envelope/ "
>
> How can I suppress the "Content-Type" attribute in "SOAP-ENV:Header"
> element?
>
> *Thanks*
> *Harsh*



-- 
Claus Ibsen
-
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2


camel-spring-ws: Invalid attribute "Content-Type" in SOAP-ENV:Header element

2021-03-08 Thread Harsh Karn
Hi,

I'm getting invalid attribute "Content-Type" in SOAP-ENV:Header element.
I'm trying camel-spring-ws example.

I'm running camel example
https://github.com/apache/camel-examples/tree/master/examples/spring-ws.

SOAP Request -
http://schemas.xmlsoap.org/soap/envelope/";
xmlns:inc="http://camel.apache.org/example/increment";>
   
   
  
 1
  
   


SOAP Response -
http://schemas.xmlsoap.org/soap/envelope/
">
   
   
  http://camel.apache.org/example/increment";>
 2
  
   


Following is error in SOAP UI -
"line 2: Attribute not allowed: Content-Type in element Header@
http://schemas.xmlsoap.org/soap/envelope/ "

How can I suppress the "Content-Type" attribute in "SOAP-ENV:Header"
element?

*Thanks*
*Harsh*