Point 1.
I have moved this now to a problem as after days of testing I found out what my initial issue was with trying to use a service I had set up. The service when you discover it has two argruments that need to be filled in and passed as parameters. AwareIm lists them on the BO in alphabetical order and sets these two parameters in that order when the Request Service is called! They are a username and key. So instead of passing them as username, key order which the service requires they get passed as key,username!
So when I reverse my values it works!
This highlights the need for developers to somehow be able to see the string sent when using Request Service. Would have saved me days!
Point 2.
As I can now log into my service I'm trying to retreive some information which is actually a list of products. Can AwareIm SOAP handle arrays as I'm now getting this.
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: org.xml.sax.SAXException: No deserializer defined for array type {http://www.w3.org/2001/XMLSchema}ur-type
faultActor:
faultNode:
faultDetail:
Cheeers Rod