[ https://issues.apache.org/jira/browse/ODE-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14499639#comment-14499639 ]
Maduranga Siriwardena commented on ODE-1025: -------------------------------------------- Tried to reproduce the bug. Seems to be it has been fixed. HelloBack node has the namespace "http://ws.test/". This is the message that goes to the HelloWorldWS from bpel process (Captured via WireShark) <?xml version='1.0' encoding='UTF-8'?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header> <addr:To xmlns:addr="http://www.w3.org/2005/08/addressing">http://localhost:8077/hwws</addr:To> <addr:Action xmlns:addr="http://www.w3.org/2005/08/addressing" /> <addr:ReplyTo xmlns:addr="http://www.w3.org/2005/08/addressing"> <addr:Address>http://www.w3.org/2005/08/addressing/anonymous</addr:Address> </addr:ReplyTo> <addr:MessageID xmlns:addr="http://www.w3.org/2005/08/addressing">uuid:hqejbhcnphra7o0di1t3iv</addr:MessageID> </soapenv:Header> <soapenv:Body> <HelloBack xmlns="http://ws.test/" xmlns:nsdl="http://ws.test/"> <helloMsg xmlns="">hi from BPEL</helloMsg> </HelloBack> </soapenv:Body> </soapenv:Envelope> > Error applying namespace to the node > ------------------------------------ > > Key: ODE-1025 > URL: https://issues.apache.org/jira/browse/ODE-1025 > Project: ODE > Issue Type: Bug > Components: BPEL Runtime > Affects Versions: 1.3.6 > Environment: Win7 x64, Java 8.0.25 > Reporter: Vitaliy Tkachenko > Attachments: HelloWorld.zip, HelloWorldWS.zip, request.xml > > > Wrong namespace assigned to the "HelloBack" node in the request for the given > example. > To reproduce use attached ODE process, run the WS using the attached JAX WS > sources, to run the process use the attached request. Use TCPMon configured > to accept on port 8066 to transmit to the port 8077. > Run the request. Notice that the HelloBack node has the empty namespace > applied and the SOAP fault is "Cannot find dispatch method for {}HelloBack" > but accordingly to the "initDummy" assignment it has to be of the > "http://ws.test/" namespace. -- This message was sent by Atlassian JIRA (v6.3.4#6332)