Hi, I am trying to write a Java client that talks to the Journyx timesheet: http://www.journyx.com
They offer a SOAP Service to access the API set. I am able to login and call various methods however there are several that use structs and I am unable to make calls to those methods (usually resulting in something like: [SOAPException: faultCode=SOAP-ENV:Client; msg=No mapping found for 'http://soapinterop.org/xsd:SOAPStruct' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'.; targetException=java.lang.IllegalArgumentException: No mapping found for 'http://soapinterop.org/xsd:SOAPStruct' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'.] Journyx however does publish at the end of their API documentation a XML Record Schema. My question is, how do I incorporate this XML schema into my Java client? Thanks Justin -- Justin F. Knotzke [EMAIL PROTECTED] http://www.shampoo.ca -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>