With the mid-Tier logs set to the most detailed it will
show you the XML being sent to Remedy. What does it look like compared to
the XML structure in the WSDL?
Fred
From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Dan Hardy
Sent: Wednesday, July 19, 2006 1:31 PM
To: [email protected]
Subject: Problem consuming Remedy web services using Axis
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>

