Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

I am getting following error in retrieving query definition status. #114

Open
robin-chilliapple opened this issue Aug 16, 2017 · 1 comment

Comments

@robin-chilliapple
Copy link

robin-chilliapple commented Aug 16, 2017

Following is my SOAP envelope ...

{ uri: 'https://webservice.s6.exacttarget.com/Service.asmx',
  method: 'POST',
  headers: 
   { 'User-Agent': 'node-fuel/1.3.1',
     'Content-Type': 'text/xml',
     SOAPAction: 'Retrieve' },
  body: '
<Envelope
    xmlns="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\n  
    <Header>\n    
        <To>https://webservice.s6.exacttarget.com/Service.asmx</To>\n    
        <fueloauth
            xmlns="http://exacttarget.com">XXXXXXXXXXXXXXXXXXXX
        </fueloauth>\n  
    </Header>\n  
    <Body>\n    
        <RetrieveRequestMsg
            xmlns="http://exacttarget.com/wsdl/partnerAPI">\n      
            <RetrieveRequest>\n        
                <ObjectType>AsyncActivityStatus</ObjectType>\n        
                <Properties>Status</Properties>\n        
                <Properties>StatusMessage</Properties>\n        
                <Client>\n          
                    <ID>XXXXXXX</ID>\n        
                </Client>\n        
                <Filter xsi:type="SimpleFilterPart">\n          
                    <Property>TaskID</Property>\n          
                    <SimpleOperator>equals</SimpleOperator>\n          
                    <Value>13XXXX</Value>\n        
                </Filter>\n      
            </RetrieveRequest>\n    
        </RetrieveRequestMsg>\n  
    </Body>\n
</Envelope>' }

I am getting following error while retrieving Query definition status

{ Error: read ECONNRESET
    at exports._errnoException (util.js:953:11)
    at TLSWrap.onread (net.js:563:26)
  code: 'ECONNRESET',
  errno: 'ECONNRESET',
  syscall: 'read',
  errorPropagatedFrom: 'Request Module inside soapRequest' }

Please tell me what was the cause of this and how to handle it.

@vernak2539
Copy link
Contributor

Sorry, but this is not enough information to help you. Please provide all the information about what you were doing to get this response and I may be able to help out

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants