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

Ticket #330 (new enhancement)

Opened 2 years ago

SOAP::WSDLDriverFactory::create_rpc_driver only creates methods for one service/port

Reported by: user Assigned to: nahi
Priority: normal Milestone: undefined
Component: soap4r Version: 1.5
Keywords: Cc: mjands@gmail.com

Description

The method SOAP::WSDLDriverFactory::create_rpc_driver only creates methods for one WSDL service and one WSDL port. If multiple Ports are defined in a WSDL, it seems that each of them would be created, not just the first one it comes across. I think most users expect that this method will create all methods outlined in the WSDL, but I might be wrong. I can make a patch for this pretty easily, but was wondering if this was a bug or a feature.