Re: Document literal with complex data types

2004-12-24 Thread Dennis Sosnoski
You've actually got three different types of special operations to deal with. First off, WSDL has it's own , which is available for constructing modular WSDLs. I haven't seen it used much, though. Second and third, XML Schema defines (for making use of components from another namespace) and (

Re: Document literal with complex data types

2004-12-24 Thread Jeff Greif
Frank, Thanks for the article. Using saaj to construct WS requests seems better than jumping through the various hoops that are necessary for dynamic invocation in axis for doc/lit services, in cases where it's easy for the client to directly construct the document that is transmitted in the soap

Document literal with complex data types

2004-12-24 Thread Frank Cohen
It suprises me how little knowledge is out there for a Java developer to learn how to write Web Service consumers (clients) that can handle document-literal encoding of complex data types. I found a very good article on this topic at: http://www.sys-con.com/webservices/article.cfm?id=674 I man

RE: DIME attachments ( 120 meg ) using sample

2004-12-24 Thread robert rowntree
Regarding files sizes ( very Large binaries ) and capabilities of the Axis framework and existing examples, i ran a test using the RC2 version of "samples.attachments.EchoAttachmentService" with an "+FDR" arg directing the sample app. to use DIME Encapsulation. Results of DIME example and sending

return complex types

2004-12-24 Thread Daniel Sánchez Gómez
Hi axis-user, When I use "java org.apache.axis.wsdl.Java2WSDL...", to obtain the the wsdl of my web service. I obtain this message: - The class java.security.PublicKey is defined in a java or javax package and cannot be converted in to an xml schema type. An xml schema anyType will be used to

Re: SV: simple axis tests fail

2004-12-24 Thread Hans Rupp
Hi there first of all thanks a lot for your answers. i downloaded axis 1.2 and now it works. the install tests pass and i can deploy services. but i still have two problems: 1.i deployed soapmonitor and added it's handler to a service, but when want to start the monitor i get soapmonitorapplet not

RE: Web Service with state

2004-12-24 Thread Merten Schumann
> -Original Message- > From: ANDREW MICONE [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 23, 2004 5:43 PM > To: [EMAIL PROTECTED] > Subject: RE: Web Service with state > > Many web services also use some kind of transaction id passed > around at the application layer on each invoc