You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Jean-Marc Taillant <ta...@bst.bsf.alcatel.fr> on 2002/05/29 02:24:42 UTC

Re: about skipContent question and anytype

I look into Todo.txt file and i found that the "any" falg is not used by WSDL2Java... I think that it will be great if this flag was used by WSDL2java tool. Because, at the moment we cannot tell to an user that want to connect to an AXIS Server that he had to modify (implment) serializer for a such type.

Could you tell me if i am wrong ?

Thanks in advance!

Jean MArc
  ----- Original Message ----- 
  From: Jean-Marc Taillant 
  To: axis-user@xml.apache.org 
  Sent: Wednesday, May 29, 2002 1:51 AM
  Subject: skipContent question


  Hi all,

  I need to know what AXIS make with "processContents" WSDL shcema attribute?
  I have an element "any" with this flag. I use Omniopera to create my WSDL file .
  for example:
  ************
  <sequence>
  <any processContents="skip"/>
  </sequence>
  ************

  Thanks in advance

  Jean Marc