Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » WSDL containing array definitions causes trouble
WSDL containing array definitions causes trouble [message #183269] Mon, 27 November 2006 10:53
Michael Moser is currently offline Michael MoserFriend
Messages: 914
Registered: July 2009
Senior Member
I am trying to create a test-client (and later an application) for a
webservice that in its WSDL defines a couple of array-types, i.e. in the
WSDL header there is a namespace declaration
...
xmlns:soap11-enc=http://schemas.xmlsoap.org/soap/encoding/
...

and later in the WSDL there are a few type declararions like:
...
<complexType name="ArrayOfstring">
<complexContent>
<restriction base="soap11-enc:Array">
<attribute
ref="soap11-enc:arrayType"
wsdl:arrayType="string[]" />
</restriction>
</complexContent>
</complexType>
...


Obviously these array declarations cause later trouble, since when I
publish the generated client to geronimo V1.1 I get several error
messages "IWAB0182W: The Sample JSP client does not support the
following type: <type>[]", e.g. in the above case: "IWAB0182W: The
Sample JSP client does not support the following type:
java.lang.String[]".

How/where do I need to tweak the client creation so that it can handle
such array declarations???

Michael
Previous Topic:IE and Netscape icons in JavaScript content assist
Next Topic:starting test client on geronimo 1.1 yields servlet error: Unable to compile class?!?
Goto Forum:
  


Current Time: Tue Apr 16 18:54:00 GMT 2024

Powered by FUDForum. Page generated in 1.02578 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top