I am trying to configure a ewb servies client.
I have setup a dev version of matrix to do this.
Everything is fine up to generating the wsdl and speicfying the client procedures. However, I have 2 problems when attempting to call any remote procedure.
- The server is returning text/html not text/xml
- The soap message is always returning this fault:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body>
<SOAP-ENV:Fault><faultcode>SERVER</faultcode>
<faultstring>Either the credentials provided are invalid or this user does not have access to perform this action.</faultstring>
</SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
-I have assigned permissions to the public user.
-I get the same message when using LoginUser, with valid credentials.