Hi,
I think our schema parsing code in org.apache.wsif.schema is cool - IMHO many people (such as the guy below) may find it useful enough to make it a reason for moving to using WSIF. Perhaps we should highlight it more on the web pages - anybody with time and some knowledge of that code do jump in!
Also I think eventually this belongs in ws-commons too, since it is really a WSDL utility which other projects could use as well.
Nirmal.
----- Forwarded by Nirmal Mukhi/Watson/IBM on 02/14/2003 11:46 AM -----
| "xserty <[EMAIL PROTECTED]>"
<xserty
02/14/2003 05:54 AM
|
To: [EMAIL PROTECTED] cc: Subject: [wsdl] Re: wsdl complex types with WSDL4J |
Hi!
I had a quick look at the WSIF, and seems very easy to use for my needs...
Anyway, the overall project seems to be very interesting, and I'll
evaluate it more in depth to see if it's usefull for our work. :))
Thank you very much for pointing me to WSIF! :))
All the best...
Xserty
--- In [EMAIL PROTECTED], Nirmal Mukhi <[EMAIL PROTECTED]> wrote:
> Hi,
>
> You will need to use a schema parser for that. WSIF
> (http://ws.apache.org/wsif) includes utilities for parsing schemas,
and is
> particularly suited for getting the list of defined types etc. in WSDL
> documents. See the org.apache.wsif.schema.Parser class in the WSIF
source
> code; this has a number of useful utility methods. Schema support is
not
> complete, but it supports a significant subset of schema, covering most
> practical cases.
>
> Nirmal.
>
>
>
>
> "xserty <[EMAIL PROTECTED]>" <xserty
> 02/13/2003 08:02 AM
> Please respond to wsdl
>
> To: [EMAIL PROTECTED]
> cc:
> Subject: [wsdl] wsdl complex types with WSDL4J
>
>
> Hi all...
> Can anybody help me parsing a WSDL file with WSDL4J to get complex
types?
>
> I'm trying to parse a WSDL file with WSDL4J, but I can't "drill-down"
> the <types> element to get to the <xsd:complexType>.
> For example, I can't reach the element name "x" and "y" in the
> following wsdl:
> [...]
> <types>
> <xsd:schema
> targetNamespace="http://www.capeclear.com/PolyCalcApp.xsd"
> xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
> xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
> xmlns:xsd="http://www.w3.org/2001/XMLSchema">
> <xsd:complexType name="Coordinate">
> <xsd:sequence>
> <xsd:element maxOccurs="1" minOccurs="1" name="x"
> type="xsd:float"/>
> <xsd:element maxOccurs="1" minOccurs="1" name="y"
> type="xsd:float"/>
> </xsd:sequence>
> </xsd:complexType>
> </xsd:schema>
> </types>
> [...]
>
> Thanks very much for any help...
> Xserty
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get 128 Bit SSL Encryption!
http://us.click.yahoo.com/FpY02D/vN2EAA/xGHJAA/W6uqlB/TM
---------------------------------------------------------------------~->
-----------------------------------------------------------------
This group is a forum for the discussion of the WSDL specification and its implementation. Please stay on-topic.
To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
