# Password is invalid!

Source: https://developer.avalara.com/products/communications/integration-guides/dev-guide_geo_soap/reference/errors/password-is-invalid/

-   [Previous](/communications/dev-guide_geo_soap/reference/errors/)

### Error Description

The supplied password is invalid.

### Example

```xml
<s:Envelope xmlns:s='http://schemas.xmlsoap.org/soap/envelope/'><s:Body><s:Fault> <faultcode>s:Client</faultcode> <faultstring xml:lang='en-US'>Password is invalid!</faultstring></s:Fault></s:Body></s:Envelope>
```

### How to Resolve

Check the password in the header.

-   Confirm that the `Password` field within the header is populated and is correct
-   AFC Geo SaaS Pro Soap passwords are case sensitive - verify that you are entering the password exactly as it was provided to you

-   [Previous](/communications/dev-guide_geo_soap/reference/errors/)