ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Expecting a certain OperationType, but receiving another

Post new topic  Reply to topic
 Expecting a certain OperationType, but receiving another « View previous topic :: View next topic » 
Author Message
WMB_User
PostPosted: Mon Jan 05, 2009 2:41 pm    Post subject: Expecting a certain OperationType, but receiving another Reply with quote

Apprentice

Joined: 17 Nov 2008
Posts: 31

WMB 6.1.0.2

In a very simple flow like this: SOAPInput -----> SOAPReply

I receive the following expception:

Code:
RecoverableException
   File:CHARACTER:F:\build\S610_P\src\WebServices\WSLibrary\ImbSOAPReplyNode.cpp
   Line:INTEGER:421
   Function:CHARACTER:ImbSOAPReplyNode::evaluate
   Type:CHARACTER:ComIbmSOAPReplyNode
   Name:CHARACTER:gen/RecordRetentionServiceCommLayer#FCMComposite_1_3
   Label:CHARACTER:gen.RecordRetentionServiceCommLayer.SOAP Reply
   Catalog:CHARACTER:BIPv610
   Severity:INTEGER:3
   Number:INTEGER:3705
   Text:CHARACTER:Trying to reply to a OneWay MEP


I tracked the issue to the operationtype on the Context header of the incoming SOAP message. The value is "ONE_WAY", when I expect it to be "REQUEST_RESPONSE". From what I've read this value is derived from the porttype segment of the WSDL.

Code:
   <wsdl:portType name="recordRetentionPortType">
        <wsdl:operation name="retain">
            <wsdl:input message="tns:retainRequestMessage"/>
            <wsdl:output message="tns:retainResponseMessage"/>
            <wsdl:fault name="generalFault" message="tns:generalFault"/>
        </wsdl:operation>
    </wsdl:portType>


The WSDL looks correct, so I'm thinking the issue has to do with the messageset generated from the WSDL.

Does anyone know why this might be coming into my flow incorrectly? Is there a parameter that needs to be modified?

Thanks in advance !
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Expecting a certain OperationType, but receiving another
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.