hello
I'm trying to invoke an external web service providing a java database search method find(). The find(id) parameter id is an object which represents a composed primary key.
you can see below the find() request
and the response variable
the request in an object, composed by two string which represent the primary key PK
the response is an object which represent the composed primary key, and a string value.
I've tried definig a new complex type composed by two strings and assign it to the request xs:anyType but it did not work.