Re: Users - Users - Calling a web service using perl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: Users - Users - Calling a web service using perl

drosowsk
Andrew,

I followed your advice to print out the soap call by modifying the
SOAPEventHandler. Don't get confused, it's another service I want to call
now. I (dumb as I am) deleted the old perl script, because I thought I won't
need it anymore. Well, I copied the perl client from the wiki again,
modified it for this service, but still get the same error.

The call seems valid to me. Does somebody see an error here?
Here's what I got:

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<authenticateCreditCard xmlns="">
                        <currency xsi:nil="true"/>
                        <creditCard xsi:nil="true"/>
                        <processAmount xsi:type="xsd:double">120.0</processAmount>
                        <orderItems xsi:nil="true"/>
                        <orderId xsi:type="xsd:string">WS10991</orderId><contactPerson
xsi:nil="true"/>
                        <shippingAddress xsi:nil="true"/>
                        <contactEmail xsi:nil="true"/>
                        <paymentConfig xsi:nil="true"/>
                        <cardSecurityCode xsi:nil="true"/>
                        <billingAddress xsi:nil="true"/>
                        <orderPaymentPreference xsi:nil="true"/>
</authenticateCreditCard>
</soapenv:Body>
</soapenv:Envelope>

Cheers,
Daniel

--
Echte DSL-Flatrate dauerhaft für 0,- Euro*!
"Feel free" mit GMX DSL! http://www.gmx.net/de/go/dsl

 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users