Pierre -- Pierre Frisch [EMAIL PROTECTED]
On Nov 28, 2007, at 20:47, Lachlan Deck wrote:
On 28/11/2007, at 8:06 PM, Fabrice Pipart wrote:Actually, I do mot generate any stub from the wsdl.I generate the xml myself (somehow simpler for the small requests I have).Ok.I also noted a WebObjects app that tries to use the WebServices of the initial WO app (this one parses the wsdl) fails with that error : Caused by: javax.xml.rpc.ServiceException: Error processing WSDL document: java.io.IOException: Type {http://xml.apache.org/axis/ wsdd/}ArrayOf_xsd_int is referenced but not defined.Sometimes it'll depend on what version of axis you're using to generate the wsdl. Anyhow...The wsdl looks like this : <wsdl:message name="myMethodRequest"> <wsdl:part name="myarray" type="impl:ArrayOf_xsd_int"/> </wsdl:message> What could I pass as xml to be able to call "myMethod" ?You might want to have a look at these for testing... - http://ditchnet.org/soapclient/ - http://ditchnet.org/xmlrpcIs it now impossible to have a WebObjects app consume another WebObjects webservice with that kind of parameters?I using wsdl / WSDL2Java, so I can't help with other approaches. But I'd try different axis versions to see what you get (i.e., for generating your wsdl).I had a problem where attachments wouldn't work properly without a more current axis version, but generating the wsdl from a more recent version was problematic. :-/You might want to try asking your questions on the axis mailing list. with regards, -- Lachlan Deck _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/pierre%40apple.com This email sent to [EMAIL PROTECTED]
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
