Displaying 1 result from an estimated 1 matches for "createpay".
Did you mean:
createbay
2009 Feb 26
1
Problem w/ActionWebService and Inheritance in Service Params
...nt_method is really
a CreditCard or Invoice (note the xsi:type).
<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<n1:CreatePayment xmlns:n1="urn:ActionWebService"
env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<payment_method
xmlns:n2="http://www.ruby-lang.org/xmlns/ruby/type/custom"
xsi:type="n2:CreditCard">
...
</payment_method>...