I'm accessing Remedy web services for the first time, and running into an error.
I'm using Java/Axis as the client, and I generated the client stubs using WSDL2Java. This gives me two classes (one for submitting requests, one for modifying requests), based on two WSDL files.
When my code makes a request of either service, providing values for all parameters, I get an error like the below error - it seems the error always complains about the first element being missing. This looks to me like the request is definitely getting to the AR Server, and it is rejecting the content.
Any clues? Are Remedy web services compatible with Axis clients? I google'd and found a couple of other people that have hit this problem, but no solutions posted.
Thanks,
Dan
MessageType: 2
MessageNum: 8961
MessageText: Required element expected in the input XML document
AppendedText: <businessUnit>

