El vie, 15-12-2006 a las 14:18 +0200, schalk escribió:
> Greetings All,
> 
> When running the code below I get the following error:
> Unknown message label In


> OperationClient opClient = 
> sender.createClient(ServiceClient.ANON_OUT_ONLY_OP);
> MessageContext mc = new MessageContext();

> MessageContext resp =
> opClient.getMessageContext(WSDLConstants.MESSAGE_LABEL_IN_VALUE);

Given that you have an out-only operation, and by looking at the Javadoc
for the WSDLConstants class, I'd think you need to pass
MESSAGE_LABEL_OUT_VALUE instead.

Greetings,
-- 
Javier Kohen <[EMAIL PROTECTED]>
ICQ: blashyrkh #2361802
Jabber: [EMAIL PROTECTED]

Attachment: signature.asc
Description: Esta parte del mensaje está firmada digitalmente

Reply via email to