REQUEST
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns1="http://soapserver"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:ns2="urn:types.api.soapserver" xmlns:ns3="http://soapserver"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:sendSms><in0
xsi:type="xsd:string">client</in0><in1
xsi:type="xsd:string">34656</in1><in2
xsi:type="xsd:anyURI">http://soapclient-url</in2><in3
xsi:type="ns2:SingleItemPurchase"><orderDate
xsi:type="xsd:dateTime">2005-09-14T02:01:32.747Z</orderDate><contentClassification
xsi:nil="1"/><amount xsi:type="xsd:decimal">0</amount><requestMethod
xsi:type="xsd:string">2</requestMethod><referenceCode
xsi:nil="1"/><sessionToken
xsi:type="xsd:string">*9u4StSa38g45gh54AeFZIRD</sessionToken><deliveryMethod
xsi:nil="1"/><cpAccountId
xsi:type="xsd:string">client</cpAccountId><currency
xsi:type="xsd:string">AUD</currency><orderSubmitDate
xsi:type="xsd:dateTime">2005-09-14T02:01:32.747Z</orderSubmitDate><productCode
xsi:type="xsd:string">SubsAdvice</productCode><parameters
xsi:nil="1"/><productDescription
xsi:type="xsd:string">access</productDescription></in3><in4
xsi:type="ns2:Sms"><destinationAddressSet
SOAP-ENC:arrayType="xsd:string[1]"
xsi:type="ns3:ArrayOf_xsd_string"><item
xsi:type="xsd:string">*9u4StSa38g45gh54AeFZIRD</item></destinationAddressSet><senderName
xsi:type="xsd:string">0421264444</senderName><message
xsi:type="xsd:string">test message</message><encoding
xsi:type="xsd:string">TEXT</encoding></in4></ns1:sendSms></SOAP-ENV:Body></SOAP-ENV:Envelope>
RESPONSE
<?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>
<soapenv:Fault>
<faultcode>soapenv:Server.userException</faultcode>
<faultstring>org.xml.sax.SAXException: No deserializer for
{http://soapserver}ArrayOf_xsd_string</faultstring>
<detail/>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
that is using getLastRequest, getLastResponse to go along with all the
stuff i have previously posted
it looks the same as the sample request we have in our docs
they are saying that they are not receiving any requests from us at all,
not even erroneous ones
dave
--
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php