JIRA

  • Log In Access more options
    • Online Help
    • GreenHopper Help
    • Agile Answers
    • Use Agile By Default
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What’s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Agile Access more options (Alt+g)
  • Create Issue
  • Mule
  • MULE-5857

<all> router incorrectly calls a jax-ws endpoint

  • Agile Board
  • More Actions
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Cannot Reproduce
  • Affects Version/s: 3.2.0
  • Fix Version/s: 3.2.3 (EE only), 3.3.0
  • Component/s: Core: Routing / Filters, Modules: CXF
  • Labels:
    None
  • Environment:

    Eclipse IDE

  • User impact:
    Medium
  • Migration Impact:
    This used to work in 3.1.2
  • Similar Issues:
    None

Description

When using
<all>
...
<http:outbound-endpoint address="http://localhost:8081/united" exchange-pattern="request-response" >
<cxf:jaxws-client serviceClass="com.mulesoft.ticketing.TicketPriceService" operation="getPrice" />
</http:outbound-endpoint>

...
</all>

The service is called incorrectly and has XML errors in the SOAP envelope. However when you use a VM endpoint to call a flow with the exact same http:outbound-endpoint it works just fine

so the example would be

<all>
...
<vm:outbound-endpoint path="FrontierRequest" exchange-pattern="request-response" />

...
</all>

<flow name="xyzflow">
<vm:inbound-endpoint path="FrontierRequest" exchange-pattern="request-response" />
<http:outbound-endpoint address="http://localhost:8081/united" exchange-pattern="request-response" >
<cxf:jaxws-client serviceClass="com.mulesoft.ticketing.TicketPriceService" operation="getPrice" />
</http:outbound-endpoint>
</flow>

<flow name="unitedFlow">
<http:inbound-endpoint exchange-pattern="request-response"
address="http://localhost:8081/united" >
<cxf:jaxws-service serviceClass="com.mulesoft.ticketing.TicketPriceService" />
</http:inbound-endpoint>
<component class="com.mulesoft.ticketing.TicketPriceServiceImpl"></component>
<response>
<append-string-transformer message=" United"/>
</response>
</flow>

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
  • Transitions
  • Commits
  • Source
  • Builds
Mike Schilling made changes - 03/Nov/11 11:01 AM
Field Original Value New Value
Priority To be reviewed [ 6 ] Critical [ 2 ]
Daniel Feist made changes - 19/Jan/12 10:57 AM
Status Open [ 1 ] Pending 3rd-Party [ 10000 ]
Daniel Feist made changes - 02/Feb/12 07:11 AM
Assignee Evangelina Martinez Ruiz Moreno [ evangelinamrm ]
Evangelina Martinez Ruiz Moreno made changes - 28/Jun/12 02:22 PM
Priority Critical [ 2 ] Major [ 3 ]
Evangelina Martinez Ruiz Moreno made changes - 06/Jul/12 08:54 PM
Status Pending 3rd-Party [ 10000 ] Open [ 1 ]
Evangelina Martinez Ruiz Moreno made changes - 06/Jul/12 09:00 PM
Resolution Cannot Reproduce [ 5 ]
Fix Version/s 3.3.0 [ 11110 ]
Fix Version/s 3.2.3 (EE only) [ 11130 ]
Status Open [ 1 ] Closed [ 6 ]

People

  • Assignee:
    Evangelina Martinez Ruiz Moreno
    Reporter:
    Jameson Triplett
Vote (0)
Watch (0)

Dates

  • Created:
    27/Oct/11 01:03 PM
    Updated:
    06/Jul/12 09:00 PM
    Resolved:
    06/Jul/12 09:00 PM

Agile

  • View on Board
  • Atlassian JIRA (v5.0.7#734-sha1:8ad78a6)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for MuleForge. Try JIRA - bug tracking software for your team.