• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

CXF: ReplyTo outbound message is not sent

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello CXF-Users,

I have got some problems with the cxf-ReplyTo-function using addressing und security functionality.

An automatically generated CXF-Server (Eclipse: wsdl2java) is working well for inbound messages.
Since the SOAP-message contains a ReplyTo-part, the outbound-Message should be send by server synchronously to the ReplyTo-address.
(The reponse message should not necesserily contain a security part).

I am using Eclipse (Juno Service Release 2) with TCP/IP-Monitor to check localhost (f.e. on port 9201) if the message is going out or not.
(replyto="http://localhost:9201/test").

I already tried to add some interceptors as described here and here

The result was that the "payload" was modified, but not the address for the outgoing message. Is there anything that should be configured in advance? Is there a thinking error?

Thanks for your reply.

Here is the SOAP-message:



cxf-beans.xml:



web.xml:




Maybe it is also a problem that the outbound message does not contain the "Address:"-Attribute..?





Thanks a lot.

Ewgeny
 
reply
    Bookmark Topic Watch Topic
  • New Topic