
I'm using the chrome's extension Boomerang to do Clients Requests to Dynamics WSDL.
When I did a clear request, just with credentials, I got this:
<?xml version="1.0" encoding="utf-8" ?> <S:Envelope xmlns:S="www.w3.org/.../soap-envelope" xmlns:wsse="docs.oasis-open.org/.../oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="docs.oasis-open.org/.../oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wst="schemas.xmlsoap.org/.../trust" xmlns:psf="schemas.microsoft.com/.../SOAPFault"> <S:Body> <S:Fault> <S:Code> <S:Value>S:Sender</S:Value> <S:Subcode> <S:Value>wst:InvalidRequest</S:Value> </S:Subcode> </S:Code> <S:Reason> <S:Text xml:lang="en-US">Invalid Request</S:Text> </S:Reason> <S:Detail> <psf:error> <psf:value>0x80048820</psf:value> <psf:internalerror> <psf:code>0x80045c01</psf:code> <psf:text>Invalid STS request.
</psf:text> </psf:internalerror> </psf:error> </S:Detail> </S:Fault> </S:Body> </S:Envelope>
I didn't found how to fix those errors...
Someone can help me?
Sincerly,
Julio
*This post is locked for comments
I have the same question (0)