CI-Based Services
I have a CI and have used the wizard to provided a CI-based Web Service, generating the WSDL for it. I am using this in SoapUI tool for testing and most everything works fine. My component contains an address with city state postal & country.
When you are on the page, you add the country first, then the prompt for the state gives you a list to choose from. But when I test the message, I am getting an error "Invalid value -- press the prompt button or hyperlink for a list of valid values" on the state field. I am assuming this is because of the order of processing. Within the soap body, I have moved the country above the state, but this does not help.