Re: soap4r, ssl and certificates problem



Further to this, when I use the following openssl commands to extract
the certificate and key I get a different error:

<SOAP::FaultError: Internal Error>

Inspecting that object gives me the following:

--- !ruby/exception:SOAP::FaultError
message: Internal Error
cause:
detail: ""
faultactor:
faultcode: &id003 !ruby/object:SOAP::SOAPElement
array: []

data: []

definedtype:
elename: !ruby/object:XSD::QName
name: faultcode
namespace:
source:
encodingstyle: http://xml.apache.org/xml-soap/literalxml
extraattr: {}

id:
parent: &id001 !ruby/object:SOAP::SOAPFault
array:
- faultcode
- faultstring
data:
- *id003
- &id004 !ruby/object:SOAP::SOAPElement
array: []

data: []

definedtype:
elename: !ruby/object:XSD::QName
name: faultstring
namespace:
source:
encodingstyle: http://xml.apache.org/xml-soap/literalxml
extraattr: {}

id:
parent: *id001
position:
precedents: []

qualified:
root: false
text: Internal Error
type:
definedtype:
elename: !ruby/object:XSD::QName
name: fault
namespace: http://schemas.xmlsoap.org/soap/envelope/
source:
encodingstyle: http://schemas.xmlsoap.org/soap/encoding/
extraattr: {}

id:
parent: &id002 !ruby/object:SOAP::SOAPBody
array:
- fault
data:
- *id001
definedtype:
elename: !ruby/object:XSD::QName
name: Body
namespace: http://schemas.xmlsoap.org/soap/envelope/
source:
encodingstyle:
extraattr: {}

id:
is_fault: true
parent: !ruby/object:SOAP::SOAPEnvelope
body: *id002
definedtype:
elename: !ruby/object:XSD::QName
name: Envelope
namespace: http://schemas.xmlsoap.org/soap/envelope/
source:
encodingstyle:
external_content: {}

extraattr: {}

header:
id:
parent:
position:
precedents: []

qualified:
root: false
type:
position:
precedents: []

qualified:
root: false
type: !ruby/object:XSD::QName
name:
namespace:
source:
position:
precedents: []

qualified:
root: false
type: !ruby/object:XSD::QName
name: Fault
namespace: http://schemas.xmlsoap.org/soap/envelope/
source:
position:
precedents: []

qualified:
root: false
text: General
type:
faultstring: *id004
original_backtrace:

Confused...
--
Posted via http://www.ruby-forum.com/.

.



Relevant Pages


Loading