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

Ticket #428 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

wsdl2rb produces incomplete mapping

Reported by: user Assigned to: nahi
Priority: normal Milestone: 1.5.8
Component: wsdl4r Version: 1.5
Keywords: Cc:

Description

wsdl2rb created incomplete SOAP mappings with the following wsdl file: http://jira.atlassian.com/rpc/soap/jirasoapservice-v2?wsdl

When running the generated stub server it complains about a Jira::Byte mapping that it cannot find.

$ ruby ./JiraSoapServiceServiceClient.rb 
cannot find mapped class: Jira::Byte
cannot find mapped class: Jira::Byte
...

These mappings appear to be generated but not registered properly. This error occurs on soap4r release 1.5.7 and the latest RC (1.5.7.90.20070915). I can be reached to help debug this at jeremy @(at)@ slappy .(dot). org

Change History

09/17/07 11:16:44 changed by nahi

  • status changed from new to closed.
  • resolution set to fixed.

(In [1969]) * wsdl2ruby.rb generates incomplete encoded Array mapping registry for base64Binary[]. closes #428.