[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence



   We are trying to post an XML and we are getting an error on the
   response.  This is the error faultstring =
   java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8
   sequence


   We post it from SoapUI and it works fine, but from the ISeries, it
   does not.  I have attached the HTTP Debug file that displays the
   error.


   The command on the Iseries being used is:

   rc = http_url_post_xml(Url

                  : Request_ptr

                  : Request_len

                  : *NULL

                  : %paddr(ElementEnd)

                  : %addr(ack_msg)

                  : HTTP_TIMEOUT

                  : HTTP_USERAGENT

                  : 'text/xml; charset=utf-8'

                  : url );


   The SoapUI Request is below:


   POST [1]http://10.3.53.75:8091/axis/services/OrderCreator HTTP/1.1
   Accept-Encoding: gzip,deflate
   Content-Type: text/xml;charset=UTF-8
   SOAPAction: ""
   User-Agent: Jakarta Commons-HttpClient/3.1
   Host: 10.3.53.75:8091
   Content-Length: 6753


   <?xml version="1.0" encoding="utf-8"?>
   <soap:Envelope
   xmlns:soap="[2]http://schemas.xmlsoap.org/soap/envelope/";
   xmlns:soapenc="[3]http://schemas.xmlsoap.org/soap/encoding/";
   xmlns:tns="[4]http://10.3.53.75:8091/axis/services/OrderCreator";
    xmlns:types="[5]http://10.3.53.75:8091/axis/services/OrderCreator/enc
   odedTypes" xmlns:xsi="[6]http://www.w3.org/2001/XMLSchema-instance";
   xmlns:xsd="[7]http://www.w3.org/2001/XMLSchema";>
   <soap:Body
   soap:encodingStyle="[8]http://schemas.xmlsoap.org/soap/encoding/";>
     <ord:sendOrderToES
   xmlns:ord="[9]http://ordermanagement.services.es.crsretail.com";>
        <pOrder xsi:type="urn:OrderWS" xmlns:urn="urn:BeanService">
        <billingCustomer xsi:type="urn:Customer">
        <address xsi:type="urn:Address">
           <city xsi:type="soapenc:string">town</city>
           <country xsi:type="soapenc:string">US</country>
           <postalCode xsi:type="soapenc:string">10022</postalCode>
           <state xsi:type="soapenc:string">NY</state>
           <streetAddress1 xsi:type="soapenc:string">123
   street</streetAddress1>
           <streetAddress2 xsi:type="soapenc:string"></streetAddress2>
        </address>
        <customerId xsi:type="soapenc:string">44441000008</customerId>
           <dayPhone xsi:type="soapenc:string"></dayPhone>
           <email xsi:type="soapenc:string">none</email>
           <eveningPhone
   xsi:type="soapenc:string">2525245244</eveningPhone>
           <fax xsi:type="soapenc:string"></fax>
           <firstName xsi:type="soapenc:string">sally</firstName>
           <lastName xsi:type="soapenc:string">black</lastName>
           <middleName xsi:type="soapenc:string"></middleName>
        </billingCustomer>
        <eventTimestamp xsi:type="soapenc:string">07/29/2009
   13:37:35:000</eventTimestamp>
        <fulfillmentList xsi:type="ord:ArrayOf_tns1_FulfillmentWS"
   soapenc:arrayType="urn:FulfillmentWS[1]"
   xmlns:ord="[10]http://10.3.53.75:8091/axis/services/OrderCreator";>
        <fulfillmentList xsi:type="ns2:FulfillmentWS">
            <POSTransactionCode
   xsi:type="soapenc:string">62</POSTransactionCode>
            <comments
   xsi:type="soapenc:string">IsVAT=False;TaxAuthNum=11,TaxGroupID=1,,,,,<
   /comments>
            <deliveryInstructions
   xsi:type="soapenc:string"></deliveryInstructions>
            <fulfillingCustomer xsi:type="urn:Customer">
            <address xsi:type="urn:Address">
                <city xsi:type="soapenc:string">New York</city>
                <country xsi:type="soapenc:string">US</country>
                <postalCode xsi:type="soapenc:string">12345</postalCode>
                <state xsi:type="soapenc:string">NJ</state>
                <streetAddress1 xsi:type="soapenc:string">1244 water
   road</streetAddress1>
                <streetAddress2
   xsi:type="soapenc:string"></streetAddress2>
            </address>
            <customerId
   xsi:type="soapenc:string">44441000008</customerId>
                <dayPhone xsi:type="soapenc:string"></dayPhone>
                <email
   xsi:type="soapenc:string">sblack@xxxxxxxxxx</email>
                <eveningPhone
   xsi:type="soapenc:string">3243434343</eveningPhone>
                <fax xsi:type="soapenc:string"></fax>
                <firstName xsi:type="soapenc:string">john</firstName>
                <lastName xsi:type="soapenc:string">black</lastName>
                <middleName xsi:type="soapenc:string"></middleName>
            </fulfillingCustomer>
            <fulfillingDivisionId
   xsi:type="soapenc:string">0</fulfillingDivisionId>
            <fulfillingOutletId
   xsi:type="soapenc:string">9001</fulfillingOutletId>
            <fulfillmentDate xsi:type="soapenc:string"></fulfillmentDate>
            <fulfillmentId xsi:type="xsd:int">0</fulfillmentId>
            <fulfillmentMethod
   xsi:type="soapenc:string">ship</fulfillmentMethod>
            <fulfillmentStatus
   xsi:type="soapenc:string"></fulfillmentStatus>
            <lineItemList soapenc:arrayType="urn:LineItemWS[1]"
   xsi:type="soapenc:Array">
              <lineItemList xsi:type="urn:LineItemWS">
                 <departmentId
   xsi:type="soapenc:string">10</departmentId>
                 <giftIndicator
   xsi:type="xsd:boolean">false</giftIndicator>
                 <lineItemStatus
   xsi:type="soapenc:string"></lineItemStatus>
                 <pickDescription xsi:type="soapenc:string">TEA TREE
   &amp; E OIL</pickDescription>
                 <quantityOrdered xsi:type="xsd:int">1</quantityOrdered>
                 <sku xsi:type="soapenc:string">1011717</sku>
                 <unitPrice xsi:type="xsd:int">6000</unitPrice>
               </lineItemList>
               </lineItemList>
               <shipmentTracking
   xsi:type="soapenc:string"></shipmentTracking>
               <shippingAmount xsi:type="xsd:int">2050</shippingAmount>
               <taxAmount xsi:type="xsd:int">1080</taxAmount>
               <totalPrice xsi:type="xsd:int">9130</totalPrice>
            </fulfillmentList>
            </fulfillmentList>
            <key xsi:type="xsd:int">0</key>
              <lastOrderEvent
   xsi:type="soapenc:string">Acknowledge</lastOrderEvent>
              <modifiedBy xsi:type="soapenc:string"></modifiedBy>
         <orderHeader xsi:type="urn:OrderHeaderWS">
            <comments xsi:type="soapenc:string"></comments>
            <emailText xsi:type="soapenc:string"></emailText>
            <orderCreateTimestamp xsi:type="soapenc:string">07/29/2009
   13:37:35:000</orderCreateTimestamp>
            <salesAssociate xsi:type="soapenc:string"></salesAssociate>
            <sellingOutletId
   xsi:type="soapenc:string">4443</sellingOutletId>
         </orderHeader>
         <orderId
   xsi:type="soapenc:string">04443062301000620501</orderId>
         <orderState xsi:type="soapenc:string">No Action</orderState>
         <orderType xsi:type="soapenc:string">shipping</orderType>
         <paymentList soapenc:arrayType="urn:Payment[1]"
   xsi:type="soapenc:Array">
         <paymentList xsi:type="urn:Payment">
              <paymentAmount xsi:type="xsd:int">9130</paymentAmount>
              <paymentAuth xsi:type="soapenc:string">4444</paymentAuth>
              <paymentExpDate xsi:type="soapenc:string"></paymentExpDate>
              <paymentId xsi:type="xsd:int">0</paymentId>
              <paymentInfo
   xsi:type="soapenc:string">Deposit</paymentInfo>
              <paymentMethodDesc
   xsi:type="soapenc:string">Cash</paymentMethodDesc>
              <paymentMethodId
   xsi:type="soapenc:string">Cash</paymentMethodId>
              <paymentMethodName
   xsi:type="soapenc:string">Cash</paymentMethodName>
              <paymentNumber xsi:type="soapenc:string">0</paymentNumber>
              <paymentStatus xsi:type="soapenc:string"></paymentStatus>
         </paymentList>
         </paymentList>
         <retailerId xsi:type="xsd:int">129</retailerId>
         <sellingDivisionId
   xsi:type="soapenc:string">0</sellingDivisionId>
         <transitionSequence xsi:type="xsd:int">0</transitionSequence>
         </pOrder>
            <pEvent xsi:type="xsd:int">2</pEvent>
         </ord:sendOrderToES>
      </soap:Body>
   </soap:Envelope>



   The information contained in this electronic message is intended
   for the use of the individual or entity to which it is addressed, and
   may contain information that is privileged, confidential and exempt
   from disclosure under applicable law. It is intended only for the use
   of
   the individual(s) or entity named above. If the reader is not the
   intended recipient, you are hereby notified that any dissemination,
   distribution or copying of this communication is strictly prohibited.
   If you have received this communication in error, please notify us
   immediately at compliance@xxxxxxxxxxxxxxxxx and delete the
   electronic message and any associated attachments.

References

   1. http://10.3.53.75:8091/axis/services/OrderCreator
   2. http://schemas.xmlsoap.org/soap/envelope/
   3. http://schemas.xmlsoap.org/soap/encoding/
   4. http://10.3.53.75:8091/axis/services/OrderCreator
   5. http://10.3.53.75:8091/axis/services/OrderCreator/encodedTypes
   6. http://www.w3.org/2001/XMLSchema-instance
   7. http://www.w3.org/2001/XMLSchema
   8. http://schemas.xmlsoap.org/soap/encoding/
   9. http://ordermanagement.services.es.crsretail.com/
  10. http://10.3.53.75:8091/axis/services/OrderCreator
HTTPAPI Ver 1.23 released 2008-04-24
OS/400 Ver V5R4M0

New iconv() objects set, PostRem=819. PostLoc=0. ProtRem=819. ProtLoc=0
http_persist_open(): entered
http_long_ParseURL(): entered
DNS resolver retrans: 2
DNS resolver retry  : 10
DNS resolver options: x'000001B6'
DNS default domain: VSI-NJ.VITSHOPPE.COM
DNS server found: 10.3.2.65
http_persist_post(): entered
http_long_ParseURL(): entered
do_post(): entered
POST /axis/services/sendOrderToES HTTP/1.1
Host: 10.3.53.75:8091
User-Agent: http-api/1.23
Content-Type: text/xml; charset=utf-8
SOAPAction: http://10.3.53.75:8091/axis/services/sendOrderToES
Expect: 100-continue
Content-Length: 6754


recvresp(): entered
HTTP/1.1 100 Continue


SetError() #13: HTTP/1.1 100 Continue
senddoc(): entered
<?xml version="1.0" encoding="utf-8"?>?<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:tns="http://10.3.53.75:8091/axis/services/OrderCreator";? xmlns:types="http://10.3.53.75:8091/axis/services/OrderCreator/encodedTypes"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/2001/XMLSchema";>?<soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";>?  <ord:sendOrderToES xmlns:ord="http://ordermanagement.services.es.crsretail.com";>?     <pOrder xsi:type="urn:OrderWS" xmlns:urn="urn:BeanService">?     <billingCustomer xsi:type="urn:Customer">?     <address xsi:type="urn:Address">?        <city xsi:type="soapenc:string">town</city>?        <country xsi:type="soapenc:string">US</country>?        <postalCode xsi:type="soapenc:string">10022</postalCode>?        <state xsi:type="soapenc:string">NY</state>?        <streetAddress1 xsi:type="soapenc:string">123 street</streetAddress1>?        <streetAddress2 xsi:type="soapenc:string"></streetAddress2>?     </address>?     <customerId xsi:type="soapenc:string">44441000008</customerId>?        <dayPhone xsi:type="soapenc:string"></dayPhone>?        <email xsi:type="soapenc:string">none</email>?        <eveningPhone xsi:type="soapenc:string">2525245244</eveningPhone>?        <fax xsi:type="soapenc:string"></fax>?        <firstName xsi:type="soapenc:string">sally</firstName>?        <lastName xsi:type="soapenc:string">black</lastName>?        <middleName xsi:type="soapenc:string"></middleName>?     </billingCustomer>?     <eventTimestamp xsi:type="soapenc:string">07/29/2009 13:37:35:000</eventTimestamp>?     <fulfillmentList xsi:type="ord:ArrayOf_tns1_FulfillmentWS" soapenc:arrayType="urn:FulfillmentWS[1]" xmlns:ord="http://10.3.53.75:8091/axis/services/OrderCreator";>?     <fulfillmentList xsi:type="ns2:FulfillmentWS">?         <POSTransactionCode xsi:type="soapenc:string">62</POSTransactionCode>?         <comments xsi:type="soapenc:string">IsVAT=False;TaxAuthNum=11,TaxGroupID=1,,,,,</comments>?         <deliveryInstructions xsi:type="soapenc:string"></deliveryInstructions>?         <fulfillingCustomer xsi:type="urn:Customer">?         <address xsi:type="urn:Address">?             <city xsi:type="soapenc:string">New York</city>?             <country xsi:type="soapenc:string">US</country>?             <postalCode xsi:type="soapenc:string">12345</postalCode>?             <state xsi:type="soapenc:string">NJ</state>?             <streetAddress1 xsi:type="soapenc:string">1244 water road</streetAddress1>?             <streetAddress2 xsi:type="soapenc:string"></streetAddress2>?         </address>?         <customerId xsi:type="soapenc:string">44441000008</customerId>?             <dayPhone xsi:type="soapenc:string"></dayPhone>?             <email xsi:type="soapenc:string">sblack@xxxxxxxxxx</email>?             <eveningPhone xsi:type="soapenc:string">3243434343</eveningPhone>?             <fax xsi:type="soapenc:string"></fax>?             <firstName xsi:type="soapenc:string">john</firstName>?             <lastName xsi:type="soapenc:string">black</lastName>?             <middleName xsi:type="soapenc:string"></middleName>?         </fulfillingCustomer>?         <fulfillingDivisionId xsi:type="soapenc:string">0</fulfillingDivisionId>?         <fulfillingOutletId xsi:type="soapenc:string">9001</fulfillingOutletId>?         <fulfillmentDate xsi:type="soapenc:string"></fulfillmentDate>?         <fulfillmentId xsi:type="xsd:int">0</fulfillmentId>?         <fulfillmentMethod xsi:type="soapenc:string">ship</fulfillmentMethod>?         <fulfillmentStatus xsi:type="soapenc:string"></fulfillmentStatus>?         <lineItemList soapenc:arrayType="urn:LineItemWS[1]" xsi:type="soapenc:Array">?           <lineItemList xsi:type="urn:LineItemWS">?              <departmentId xsi:type="soapenc:string">10</departmentId>?              <giftIndicator xsi:type="xsd:boolean">false</giftIndicator>?              <lineItemStatus xsi:type="soapenc:string"></lineItemStatus>?              <pickDescription xsi:type="soapenc:string">TEA TREE &amp; E OIL</pickDescription>?              <quantityOrdered xsi:type="xsd:int">1</quantityOrdered>?              <sku xsi:type="soapenc:string">1011717</sku>?              <unitPrice xsi:type="xsd:int">6000</unitPrice>?            </lineItemList>?            </lineItemList>?            <shipmentTracking xsi:type="soapenc:string"></shipmentTracking>?            <shippingAmount xsi:type="xsd:int">2050</shippingAmount>?            <taxAmount xsi:type="xsd:int">1080</taxAmount>?            <totalPrice xsi:type="xsd:int">9130</totalPrice>?         </fulfillmentList>?         </fulfillmentList>?         <key xsi:type="xsd:int">0</key>?           <lastOrderEvent xsi:type="soapenc:string">Acknowledge</lastOrderEvent>?           <modifiedBy xsi:type="soapenc:string"></modifiedBy>?      <orderHeader xsi:type="urn:OrderHeaderWS">?         <comments xsi:type="soapenc:string"></comments>?         <emailText xsi:type="soapenc:string"></emailText>?         <orderCreateTimestamp xsi:type="soapenc:string">07/29/2009 13:37:35:000</orderCreateTimestamp>?         <salesAssociate xsi:type="soapenc:string"></salesAssociate>?         <sellingOutletId xsi:type="soapenc:string">4443</sellingOutletId>?      </orderHeader>?      <orderId xsi:type="soapenc:string">04443062301000620501</orderId>?      <orderState xsi:type="soapenc:string">No Action</orderState>?      <orderType xsi:type="soapenc:string">shipping</orderType>?      <paymentList soapenc:arrayType="urn:Payment[1]" xsi:type="soapenc:Array">?      <paymentList xsi:type="urn:Payment">?           <paymentAmount xsi:type="xsd:int">9130</paymentAmount>?           <paymentAuth xsi:type="soapenc:string">4444</paymentAuth>?           <paymentExpDate xsi:type="soapenc:string"></paymentExpDate>?           <paymentId xsi:type="xsd:int">0</paymentId>?           <paymentInfo xsi:type="soapenc:string">Deposit</paymentInfo>?           <paymentMethodDesc xsi:type="soapenc:string">Cash</paymentMethodDesc>?           <paymentMethodId xsi:type="soapenc:string">Cash</paymentMethodId>?           <paymentMethodName xsi:type="soapenc:string">Cash</paymentMethodName>?           <paymentNumber xsi:type="soapenc:string">0</paymentNumber>?           <paymentStatus xsi:type="soapenc:string"></paymentStatus>?      </paymentList>?      </paymentList>?      <retailerId xsi:type="xsd:int">129</retailerId>?      <sellingDivisionId xsi:type="soapenc:string">0</sellingDivisionId>?      <transitionSequence xsi:type="xsd:int">0</transitionSequence>?      </pOrder>?         <pEvent xsi:type="xsd:int">2</pEvent>?      </ord:sendOrderToES>?   </soap:Body>?</soap:Envelope>?
recvresp(): entered
HTTP/1.1 500 Internal Server Error
Content-Type: text/xml;charset=utf-8
Transfer-Encoding: chunked
Date: Wed, 12 Aug 2009 16:42:09 GMT
Server: Apache-Coyote/1.1
Connection: close


SetError() #13: HTTP/1.1 500 Internal Server Error
recvdoc parms: chunked 0
header_load_cookies() entered
recvchunk(): entered
get_chunk_size(): entered
23f

chunk size = 575
get_chunk_size returned 575
calling comm_blockread
<?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>java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence.</faultstring>
   <detail>
    <ns1:hostname xmlns:ns1="http://xml.apache.org/axis/";>w2k3-vsi-estest</ns1:hostname>
   </detail>
  </soapenv:Fault>
 </soapenv:Body>
</soapenv:Envelope>
comm_blockread returned 575


get_chunk_size(): entered
0

chunk size = 0
get_chunk_size returned 0
SetError() #13: HTTP/1.1 500 Internal Server Error
http_close(): entered
New iconv() objects set, PostRem=1208. PostLoc=37. ProtRem=819. ProtLoc=0
http_persist_open(): entered
http_long_ParseURL(): entered
DNS resolver retrans: 2
DNS resolver retry  : 10
DNS resolver options: x'000001B6'
DNS default domain: VSI-NJ.VITSHOPPE.COM
DNS server found: 10.3.2.65
http_persist_post(): entered
http_long_ParseURL(): entered
do_post(): entered
POST /axis/services/sendOrderToES HTTP/1.1
Host: 10.3.53.75:8091
User-Agent: http-api/1.23
Content-Type: text/xml; charset=utf-8
SOAPAction: http://10.3.53.75:8091/axis/services/sendOrderToES
Expect: 100-continue
Content-Length: 6860


recvresp(): entered
HTTP/1.1 100 Continue


SetError() #13: HTTP/1.1 100 Continue
senddoc(): entered
<?xml version="1.0" encoding="utf-8"?>Â?<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:tns="http://10.3.53.75:8091/axis/services/OrderCreator"Â;? xmlns:types="http://10.3.53.75:8091/axis/services/OrderCreator/encodedTypes"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/2001/XMLSchema";>Â?<soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";>Â?  <ord:sendOrderToES xmlns:ord="http://ordermanagement.services.es.crsretail.com";>Â?     <pOrder xsi:type="urn:OrderWS" xmlns:urn="urn:BeanService">Â?     <billingCustomer xsi:type="urn:Customer">Â?     <address xsi:type="urn:Address">Â?        <city xsi:type="soapenc:string">town</city>Â?        <country xsi:type="soapenc:string">US</country>Â?        <postalCode xsi:type="soapenc:string">10022</postalCode>Â?        <state xsi:type="soapenc:string">NY</state>Â?        <streetAddress1 xsi:type="soapenc:string">123 street</streetAddress1>Â?        <streetAddress2 xsi:type="soapenc:string"></streetAddress2>Â?     </address>Â?     <customerId xsi:type="soapenc:string">44441000008</customerId>Â?        <dayPhone xsi:type="soapenc:string"></dayPhone>Â?        <email xsi:type="soapenc:string">none</email>Â?        <eveningPhone xsi:type="soapenc:string">2525245244</eveningPhone>Â?        <fax xsi:type="soapenc:string"></fax>Â?        <firstName xsi:type="soapenc:string">sally</firstName>Â?        <lastName xsi:type="soapenc:string">black</lastName>Â?        <middleName xsi:type="soapenc:string"></middleName>Â?     </billingCustomer>Â?     <eventTimestamp xsi:type="soapenc:string">07/29/2009 13:37:35:000</eventTimestamp>Â?     <fulfillmentList xsi:type="ord:ArrayOf_tns1_FulfillmentWS" soapenc:arrayType="urn:FulfillmentWS[1]" xmlns:ord="http://10.3.53.75:8091/axis/services/OrderCreator";>Â?     <fulfillmentList xsi:type="ns2:FulfillmentWS">Â?         <POSTransactionCode xsi:type="soapenc:string">62</POSTransactionCode>Â?         <comments xsi:type="soapenc:string">IsVAT=False;TaxAuthNum=11,TaxGroupID=1,,,,,</comments>Â?         <deliveryInstructions xsi:type="soapenc:string"></deliveryInstructions>Â?         <fulfillingCustomer xsi:type="urn:Customer">Â?         <address xsi:type="urn:Address">Â?             <city xsi:type="soapenc:string">New York</city>Â?             <country xsi:type="soapenc:string">US</country>Â?             <postalCode xsi:type="soapenc:string">12345</postalCode>Â?             <state xsi:type="soapenc:string">NJ</state>Â?             <streetAddress1 xsi:type="soapenc:string">1244 water road</streetAddress1>Â?             <streetAddress2 xsi:type="soapenc:string"></streetAddress2>Â?         </address>Â?         <customerId xsi:type="soapenc:string">44441000008</customerId>Â?             <dayPhone xsi:type="soapenc:string"></dayPhone>Â?             <email xsi:type="soapenc:string">sblack@xxxxxxxxxx</email>Â?             <eveningPhone xsi:type="soapenc:string">3243434343</eveningPhone>Â?             <fax xsi:type="soapenc:string"></fax>Â?             <firstName xsi:type="soapenc:string">john</firstName>Â?             <lastName xsi:type="soapenc:string">black</lastName>Â?             <middleName xsi:type="soapenc:string"></middleName>Â?         </fulfillingCustomer>Â?         <fulfillingDivisionId xsi:type="soapenc:string">0</fulfillingDivisionId>Â?         <fulfillingOutletId xsi:type="soapenc:string">9001</fulfillingOutletId>Â?         <fulfillmentDate xsi:type="soapenc:string"></fulfillmentDate>Â?         <fulfillmentId xsi:type="xsd:int">0</fulfillmentId>Â?         <fulfillmentMethod xsi:type="soapenc:string">ship</fulfillmentMethod>Â?         <fulfillmentStatus xsi:type="soapenc:string"></fulfillmentStatus>Â?         <lineItemList soapenc:arrayType="urn:LineItemWS[1]" xsi:type="soapenc:Array">Â?           <lineItemList xsi:type="urn:LineItemWS">Â?              <departmentId xsi:type="soapenc:string">10</departmentId>Â?              <giftIndicator xsi:type="xsd:boolean">false</giftIndicator>Â?              <lineItemStatus xsi:type="soapenc:string"></lineItemStatus>Â?              <pickDescription xsi:type="soapenc:string">TEA TREE &amp; E OIL</pickDescription>Â?              <quantityOrdered xsi:type="xsd:int">1</quantityOrdered>Â?              <sku xsi:type="soapenc:string">1011717</sku>Â?              <unitPrice xsi:type="xsd:int">6000</unitPrice>Â?            </lineItemList>Â?            </lineItemList>Â?            <shipmentTracking xsi:type="soapenc:string"></shipmentTracking>Â?            <shippingAmount xsi:type="xsd:int">2050</shippingAmount>Â?            <taxAmount xsi:type="xsd:int">1080</taxAmount>Â?            <totalPrice xsi:type="xsd:int">9130</totalPrice>Â?         </fulfillmentList>Â?         </fulfillmentList>Â?         <key xsi:type="xsd:int">0</key>Â?           <lastOrderEvent xsi:type="soapenc:string">Acknowledge</lastOrderEvent>Â?           <modifiedBy xsi:type="soapenc:string"></modifiedBy>Â?      <orderHeader xsi:type="urn:OrderHeaderWS">Â?         <comments xsi:type="soapenc:string"></comments>Â?         <emailText xsi:type="soapenc:string"></emailText>Â?         <orderCreateTimestamp xsi:type="soapenc:string">07/29/2009 13:37:35:000</orderCreateTimestamp>Â?         <salesAssociate xsi:type="soapenc:string"></salesAssociate>Â?         <sellingOutletId xsi:type="soapenc:string">4443</sellingOutletId>Â?      </orderHeader>Â?      <orderId xsi:type="soapenc:string">04443062301000620501</orderId>Â?      <orderState xsi:type="soapenc:string">No Action</orderState>Â?      <orderType xsi:type="soapenc:string">shipping</orderType>Â?      <paymentList soapenc:arrayType="urn:Payment[1]" xsi:type="soapenc:Array">Â?      <paymentList xsi:type="urn:Payment">Â?           <paymentAmount xsi:type="xsd:int">9130</paymentAmount>Â?           <paymentAuth xsi:type="soapenc:string">4444</paymentAuth>Â?           <paymentExpDate xsi:type="soapenc:string"></paymentExpDate>Â?           <paymentId xsi:type="xsd:int">0</paymentId>Â?           <paymentInfo xsi:type="soapenc:string">Deposit</paymentInfo>Â?           <paymentMethodDesc xsi:type="soapenc:string">Cash</paymentMethodDesc>Â?           <paymentMethodId xsi:type="soapenc:string">Cash</paymentMethodId>Â?           <paymentMethodName xsi:type="soapenc:string">Cash</paymentMethodName>Â?           <paymentNumber xsi:type="soapenc:string">0</paymentNumber>Â?           <paymentStatus xsi:type="soapenc:string"></paymentStatus>Â?      </paymentList>Â?      </paymentList>Â?      <retailerId xsi:type="xsd:int">129</retailerId>Â?      <sellingDivisionId xsi:type="soapenc:string">0</sellingDivisionId>Â?      <transitionSequence xsi:type="xsd:int">0</transitionSequence>Â?      </pOrder>Â?         <pEvent xsi:type="xsd:int">2</pEvent>Â?      </ord:sendOrderToES>Â?   </soap:Body>Â?</soap:Envelope>Â?
recvresp(): entered
HTTP/1.1 500 Internal Server Error
Content-Type: text/xml;charset=utf-8
Transfer-Encoding: chunked
Date: Wed, 12 Aug 2009 16:43:13 GMT
Server: Apache-Coyote/1.1
Connection: close


SetError() #13: HTTP/1.1 500 Internal Server Error
recvdoc parms: chunked 0
header_load_cookies() entered
recvchunk(): entered
get_chunk_size(): entered
237

chunk size = 567
get_chunk_size returned 567
calling comm_blockread
<?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.SAXParseException: Content is not allowed in prolog.</faultstring>
   <detail>
    <ns1:hostname xmlns:ns1="http://xml.apache.org/axis/";>w2k3-vsi-estest</ns1:hostname>
   </detail>
  </soapenv:Fault>
 </soapenv:Body>
</soapenv:Envelope>
comm_blockread returned 567


get_chunk_size(): entered
0

chunk size = 0
get_chunk_size returned 0
SetError() #13: HTTP/1.1 500 Internal Server Error
http_close(): entered
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------