Query Strings?

2004-10-13 Thread Greg Hess
hat I am doing wrong and would greatly appreciate any suggestions/comments.   Does the AxisServlet support more than one query string method argument and does my test url meet the proper usage requirements?   Many thanks for your help,   -Greg   Greg Hess Software Engineer Wrapped Apps

Using ManagedMemoryDataSource?

2004-07-06 Thread Greg Hess
  ManagedMemoryDataSource mmds = new ManagedMemoryDataSource(is, ManagedMemoryDataSource.MAX_MEMORY_DISK_CACHED, “application/octet-stream”);   is= mmds.getInputStream(); //is has no data to read?   Does anyone know how to use this class?   Many thanks,   Greg Hess Software

Clarification Stub.setTimeout()?

2004-05-18 Thread Greg Hess
are the same? Does one override the other? What is the default for the stub?   For the server hosting the service is it only required to configure the servlet container to be a value that will accommodate the long running processes?   Many thanks,   Greg Hess Software

RE: axis 1.1 on RESIN

2004-03-03 Thread Greg Hess
er SSL server. > > I changed client code and requested the services, I got 500 error. > > WHat is missing? > > > > >From: "Greg Hess" <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED] > >To: <[EMAIL PROTECTED]> > >Subj

RE: axis 1.1 on RESIN

2004-03-03 Thread Greg Hess
Hi Henry, Yes, I do. Resin 2.1.2. Greg > -Original Message- > From: Henry lu [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 03, 2004 10:48 AM > To: [EMAIL PROTECTED] > Subject: axis 1.1 on RESIN > > Is there anyone who has experience of install Axis-1.1 on RESIN running on > a

RE: How to make client using SSL

2004-03-01 Thread Greg Hess
so, could u please tell > me > steps involved? > > I have tried once to use two way SSL, but I ended up with error message > saying "401: Unauthorized user". > > Thanks in advance. > > regards, > Ayyappan Gandhirajan > > -Original Message-

SOAP Security Gateway Referal

2004-02-27 Thread Greg Hess
best in this field?   Many thanks,   Greg Hess Software Engineer Wrapped Apps Corporation 275 Michael Cowpland Dr. Suite 201 Ottawa, Ontario K2M 2G2 Tel: (613) 591 -7552 Fax: (613

RE: How to make client using SSL

2004-02-26 Thread Greg Hess
Sharon, Just ask the locator class for a stub using the method that asks for a URL arg, and that's it. ServiceProviderServiceLocator loc = new ServiceProviderServiceLocator(); m_stub = (ServiceProviderSoapBindingStub) loc.getServiceProvider(new URL("https://domain/services/ServiceProvider";)); I

RE: Zip files as attachments

2004-02-26 Thread Greg Hess
Hi Joe, > Were you not testing a 5MB zip with SOAP serialization? Yes. >Why use a 100MB zip with RMI? Well I only posted some of the highlights, I should have included the RMI 5M test in that block. Case: 5M zip byte[] over 1000 calls: Product Memory(ave per call)

Testing SOAP over SSL

2004-02-24 Thread Greg Hess
container using SSL?   2)   Do you only have to provide the new https service address to the stub to use SSL?     Many thanks,   Greg Hess Software Engineer Wrapped Apps Corporation 275 Michael Cowpland Dr. Suite 201

How to configure client attachment dir?

2003-12-10 Thread Greg Hess
Hi All,   How do I configure where AXIS is going to store the temp attachment files in the context of a AXIS client?   Thanks,   Greg Hess Software Engineer Wrapped Apps Corporation 275 Michael Cowpland Dr. Suite 201

Stub instance reuse?

2003-11-17 Thread Greg Hess
,   Greg Hess Software Engineer Wrapped Apps Corporation 275 Michael Cowpland Dr. Suite 201 Ottawa, Ontario K2M 2G2 Tel: (613) 591 -7552 Fax: (613) 591-0523 1 (877) 388-6742

Client Stub reuse?

2003-11-14 Thread Greg Hess
for your time,   Greg Hess Software Engineer Wrapped Apps Corporation 275 Michael Cowpland Dr. Suite 201 Ottawa, Ontario K2M 2G2 Tel: (613) 591 -7552 Fax: (613) 591-0523

Client accessing MessageContext?

2003-11-13 Thread Greg Hess
t) it.next();   attachments[count++] = part;     }     return attachments;   }   Greg Hess Software Engineer Wrapped Apps Corporation 275 Michael Cowpland Dr. Suite 201 Ottaw

RE: Custom mapping's and DataHandlers?

2003-11-12 Thread Greg Hess
I am trying to understand this interop issue in relation to my applications requirements. My clients are sending a .war file as an attachment to my service. My client is adding it as an attachment using a ByteArrayDataSource. The server gets the DataHandler InputStream and streams the content to f

RE: Custom mapping's and DataHandlers?

2003-11-11 Thread Greg Hess
; > System.out.println("The return value is -> "+returnValue); > org.apache.axis.MessageContext messageContext = > call.getMessageContext(); > org.apache.axis.Message returnedMessage = > messageContext.getResponseMessage(); > Sy

RE: Custom mapping's and DataHandlers?

2003-11-11 Thread Greg Hess
l.setReturnType(qnameAttachment); > > file://call.setProperty(Call.ATTACHMENT_ENCAPSULATION_FORMAT,Call.ATTACH ME > NT_ENCAPSULATION_FORMAT_DIME); > String[] array = new String[1]; > array[0] = "hello"; > DataHandler returnValue = (DataHandler) call.

Custom mapping's and DataHandlers?

2003-11-11 Thread Greg Hess
DataHandler property   Unfortunately I am having great difficulty finding any resources outlining this type of and use of a DataHandler.   Is this is even possible?   Any help is greatly appreciated   Greg Hess Software Engineer Wrapped Apps Corporation

samples.attachments WSDL error?

2003-11-11 Thread Greg Hess
 faultString: WSDLException: faultCode=OTHER_ERROR: Can't find prefix for &apos;urn:EchoAttachmentsService&apos;. Namespace prefixes must be set on the Definition object using the addNamespace(...) method.:  faultActor:  faultNode:  faultDetail:     Any help is much appreciated,  

Understanding issues with large envelopes?

2003-10-30 Thread Greg Hess
memory hog adding what seems to be unnecessary complexity and I am out to understand why and if there is any parsers that could handle this?   Thanks for your time,   Greg Hess Software Engineer Wrapped Apps Corporation 275 Michael Cowpland Dr