Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Changeset 766

Show
Ignore:
Timestamp:
01/18/03 12:10:37 (6 years ago)
Author:
nahi
Message:

Operation name must follow WSDL spec.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/wsdl/operationBinding.rb

    r641 r766  
    6666    operationName = operation.name.dup 
    6767    operationName.namespace = soapBody.namespace if soapBody.namespace 
    68     messageName = operation.input.messag
     68    messageName = operation.inputNam
    6969    paramNames = operation.getInputParts.collect { | part | part.name } 
    7070    soapAction = soapOperation.soapAction 
     
    8686    operationName = operation.name.dup 
    8787    operationName.namespace = soapBody.namespace if soapBody.namespace 
    88     messageName = operation.output.messag
     88    messageName = operation.outputNam
    8989    paramNames = operation.getOutputParts.collect { | part | part.name } 
    9090    return operationName, messageName, paramNames