SV: WSDL parser?

2001-08-02 Thread kim . schjefstad
I was looking for this WSDL4J project at (http://www-106.ibm.com/developerworks/), but could not find any reference to it. Is it part of the WSTK 2.3? cheers, -kims- -Opprinnelig melding- Fra: James Higginbotham [mailto:[EMAIL PROTECTED]] Sendt: 1. august 2001 19:51 Til: [EMAIL

SV: wsdl arrayOfString ms-soap-client

2001-06-21 Thread kim . schjefstad
I think you are right concerning the namespaces. I do put my own types into my own namespaces for clarity, but I'm not sure if this is what you are supposed to do. Anyway it will work using your own namespaces. What we do is to use a valid URL as namespace and place the xsd files at this URL,

SV: wsdl arrayOfString ms-soap-client

2001-06-20 Thread kim . schjefstad
Try replacing the types with this: The targetNamespace should be the same as xsd and arrayType should be xsd:string. types xsd:schema targetNamespace=http://www.w3.org/2001/XMLSchema; xmlns:xsd='http://www.w3.org/2001/XMLSchema' xsd:complexType name='ArrayOfstring'