Streaming Output Sample? Anyone?

2004-09-22 Thread Nicholas Remy
Can anyone provide a link to, or an example of, code to stream a file back from a Web service? Thanks in advance!   Nicholas RemySoftware EngineerCACI Int'l Inc.This electronic message contains information from CACI International Inc or subsidiary companies, which may be company sensitive, propriet

RE: Best Practices?

2004-05-12 Thread Nicholas Remy
SOAP solution, I'd welcome the chance to work more with their WSDL editor.  Do you have a link to the free version you mention? Thank you. Nicholas Remy "Anne Thomas Manes" <[EMAIL PROTECTED]> wrote on 05/12/2004 11:30:24 AM: > As long as you're sending only simple t

Re: WSDL2Java - can't use mime:multipartRelated in wsdl:output element

2004-04-02 Thread Nicholas Remy
Bill, First, thanks for the great article link!  I'm just starting on a project that forces me to dig a little deeper into WS than I've had to previously.  Until now, I've gotten away with some *very* simple JAX-RPC code...but new requirements have me exploring (while learning at the same time!)

Emply xmlns attribute

2004-04-02 Thread Nicholas Remy
Group, The following code snippet:             SOAPFactory sf = SOAPFactory.newInstance();             Name bodyName = sf.createName("getImage", "i", "http://www.mycompany.com");             SOAPBodyElement sbe = soapBody.addBodyElement(bodyName);                         Name usrName = sf.cre

Re: axis doesn't generate wsdl automatically

2004-03-24 Thread Nicholas Remy
s" from the URL.  Give it a try. Nicholas Remy Dario Di Minno <[EMAIL PROTECTED]> 03/23/2004 10:10 AM Please respond to [EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject axis doesn't generate wsdl automatically I wrote a doc/lit web service, I deploy

RE: Doc/Literal support in axis

2004-03-16 Thread Nicholas Remy
With this in mind, I assume you're making good use of the tag to override the Axis-generated WSDL and hand back your hand-crafted one? Nicholas Remy David Bell <[EMAIL PROTECTED]> 03/15/2004 06:34 PM Please respond to [EMAIL PROTECTED] To [EMAIL PROTECTED] cc

Re: deploying a service with packages

2004-03-12 Thread Nicholas Remy
file will handle the task of associating "delta" with the above classpath, and your WSDL should be visible at http://localhost:8080/axis/services/delta?wsdl. Hope this helps. Nicholas Remy Paul Phillips <[EMAIL PROTECTED]> 03/12/2004 05:32 AM Please respond to [EMAIL

Re: wsdd parameters

2004-03-11 Thread Nicholas Remy
I believe there's a tag (or something similar) that will force return of whatever WSDL you specify rather than the one generated by Axis. Nick Brian Shields <[EMAIL PROTECTED]> 03/11/2004 11:39 AM Please respond to [EMAIL PROTECTED] To [EMAIL PROTEC

Re: Problem returning string array types

2004-03-08 Thread Nicholas Remy
Don't know the specific answer to your question regarding a true deserialization "problem" with String arrays, but I've been using the following Java client code as a work-around to this exact problem, and it seems to work okay for us:         try {             String endpointURL = "http:

Re: Document-style web services

2004-03-05 Thread Nicholas Remy
I'm pretty sure you can (in the service's .wsdd file, maybe?) override Axis' return of the generated WSDL--instead exposing your hand-built WSDL to any client that looks at your service. Nick Remy "Vivek Nagulapati" <[EMAIL PROTECTED]> 03/04/2004 08:28 PM Please re

Re: ClassNotFoundException when using my own logger

2004-03-04 Thread Nicholas Remy
Is your org.waterford.util.logging.wLog class a member of a package?  If so, remember that you have to place the .class file in an appropriately-named folder UNDER WEB-INF/classes. Just a thought. Nicholas Remy "Oleg Lebedev" <[EMAIL PROTECTED]> 03/03/2004 03:01 PM