When using document style, your message may contain at most one body
part. That part should map to a bean which contains your parameters.
In order to support multiple parameters in your interface, you need
support for automatic "unwrapping" via the "wrapped" document/literal
convention. Axis2 did not support the "wrapped" convention until quite
recently -- and I believe that only a few databinding frameworks
support it even now.

Anne

On 2/7/07, Ted Jones <[EMAIL PROTECTED]> wrote:


Whenever I invoke an operation for a particular web service, the parameter
is always null. I am passing the correct values in the soap request, but
they never seem to make to the invoked operation. The parameter is a java
object and defined as a complex type in my schema. Do I need to somehow map
the java object type to the parameter in my wsdl? Has anyone else
encountered this before?

TIA,
Ted

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to