Hello, here is my SOAP request (apologies for the formatting):
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" >
<SOAP-ENV:Header >
<xoarr:Request xmlns:xoarr="http://premconn.premiereconnect.com/RequestResponse/2008/10" >
<xoarr:SenderKey >
http://www.myurl.com
</xoarr:SenderKey >
<xoarr:ReceiverKey >
http://premconn.premiereconnect.com/CFSList/2008/10
</xoarr:ReceiverKey >
<xoarr:ResponseRequired >
yes
</xoarr:ResponseRequired >
<xoarr:ResultRequired >
yes
</xoarr:ResultRequired >
<xoarr:RequestID >
12345
</xoarr:RequestID >
<xoarr:Authentication >
<xoarr:XDDSAuth >
<xoarr:RequesterID >
[username]
</xoarr:RequesterID >
<xoarr:TargetID >
12345
</xoarr:TargetID >
<xoarr:Password >
[password]
</xoarr:Password >
</xoarr:XDDSAuth >
</xoarr:Authentication >
</xoarr:Request >
</SOAP-ENV:Header >
<SOAP-ENV:Body >
<xoacfsl:CFSListRequest xmlns:xoacfsl="http://premconn.premiereconnect.com/CFSList/2008/10" >
<xoacfsl:SubmitId >
12345
</xoacfsl:SubmitId >
<xoacfsl:RelativePath >
/
</xoacfsl:RelativePath >
<xoacfsl:IncludeSubDir >
true
</xoacfsl:IncludeSubDir >
</xoacfsl:CFSListRequest >
</SOAP-ENV:Body >
</SOAP-ENV:Envelope >
==================================================
And here is the server response:
<Header >
<SenderKey >
</SenderKey >
<ReceiverKey >
</ReceiverKey >
<RequestID >
12345
</RequestID >
<ProcessingID >
0ACD3608-1196-110830102100354
</ProcessingID >
</Response >
</Header >
<Body >
<Status >
<StatusCode >
2709
</StatusCode >
<StatusMessage >
User authentication not accepted
</StatusMessage >
<ErrorList >
<Error >
<ErrorCode >
2909
</ErrorCode >
<ErrorMessage >
XOA-2909 [User authentication not accepted] : login not permitted: reason code = 1000 msg-not found
</ErrorMessage >
</Error >
</ErrorList >
<SubmissionTime >
2011-08-30T10:21:00.354Z
</SubmissionTime >
<CompletionTime >
2011-08-30T10:21:00.505Z
</CompletionTime >
</Status >
<SubmitId >
12345
</SubmitId >
<RelativePath >
/
</RelativePath >
</CFSListResult >
</Body >
</Envelope >
I don't think this is an authentication issue as the username and password are working in other types of request. Please could you point me in the right direction as to where I'm going wrong?
Thanks
Matt Pryor
International Presence