Question how to fill Report directly

2005-01-20 Thread Malte Kempff
Hello everyone,   I would like to fill my succsessly compiled Report directly. Therefore I put the compiled jasper-file directly in the root into my jar-file and used this method       JasperPrint jp = JasperFillManager.fillReport("FallakteHBReport.jasper",

Re: Document-literal complex type question

2004-12-28 Thread Scott Nichol
l Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: "Frank Cohen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 24, 2004 10:42 AM Subject: Document-li

Document-literal complex type question

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: question about ksoap and apache soap

2004-06-28 Thread Scott Nichol
"sang park" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 28, 2004 6:53 AM Subject: question about ksoap and apache soap > hi all, very new to the world of webservices and i am currently trying to > build a j2me webservices app. what I am trying to do

question about ksoap and apache soap

2004-06-28 Thread sang park
hi all, very new to the world of webservices and i am currently trying to build a j2me webservices app. what I am trying to do in my app, is to add a bookmark from my j2me client and send the Bookmark object as a parameter to the RPC method. I've implemented the serializer and deserializer on the

slightly off topic JDeveloper question

2004-03-17 Thread Martin Gainty
Folks: Anyone out there using JDeveloper know how to add "Java Web Services" item to General / WebServices Menu (Sorry for being completely off topic but I dont know where else to ask) Thank You, Martin

Question about possiblities in SOAP

2004-01-29 Thread Malte Kempff
Hi every one, Is it possible in SOAP, that the server-part can send a response to more then one client? My intention is if a client does a soap-call (RPC for instance) the Service-routine sends its respond to certain other clients. With this behavior you could easely implement a chat-programm for

Re: Hopefully Simple Question

2003-10-14 Thread Cory Foy
Sorry to reply to myself, but I was able to get the answer by looking at some more samples. I was confused by what exactly the mapType() was doing (actually, the QName()) but have it working now. Sorry everyone! Cory Foy -- Webmaster Information & Technology Services Departme

Hopefully Simple Question

2003-10-14 Thread Cory Foy
We have a java Web Service deployed for transactions. I am writing a very basic client to send a receive a request to the service. The input XML doc expected looks like the following: [EMAIL PROTECTED] imapassword EDIDocumentHere and returns the following Error messages here

Re: deserialization question

2003-10-01 Thread Scott Nichol
ay, October 01, 2003 9:24 AM Subject: deserialization question > Hi! > > I want to receive data, which is made available via SOAP. Unfortunately I > cannot access the SOAP-server directly (routing problems...), but I can get > the logs of continous http-SOAP-requests. Something like th

deserialization question

2003-10-01 Thread Voigt, Ulrich
Hi! I want to receive data, which is made available via SOAP. Unfortunately I cannot access the SOAP-server directly (routing problems...), but I can get the logs of continous http-SOAP-requests. Something like this: POST /Services/inquireAll HTTP/1.0 Content-Type: text/xml; charset="iso-8859-1"

Re: Question about Apache Soap.

2003-08-14 Thread Steven Bell
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 05, 2003 1:19 PM Subject: Question about Apache Soap. Just a simple question, Can I use Apache Soap to write a command line java client, that will contact a Soap::Lite cgi script? The long term goal I have is a Java Swing app

Re: Question about Apache Soap.

2003-08-06 Thread Scott Nichol
> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 05, 2003 1:19 PM Subject: Question about Apache Soap. > Just a simple question, Can I use Apache Soap to write a command line > java client, that will contact a Soap::Lite cgi script? The long term > goal I have is a Java Swing app t

Re: Question about Apache Soap.

2003-08-05 Thread Scott Nichol
> So, just to be sure... Axis will do command line work for a client, and > is under active development. Sounds like exactly what I need. Yes. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists.

Question about Apache Soap.

2003-08-05 Thread Steven Bell
Just a simple question, Can I use Apache Soap to write a command line java client, that will contact a Soap::Lite cgi script? The long term goal I have is a Java Swing app that will contact the Soap::Lite server. I guess the another question would be, can Apache Soap contact Perl's Soap:

RE: Question about SOAP encoding style URI

2003-07-02 Thread Hongda Lin
I tried it. It seems that it is true. Thanks. Hongda -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 3:45 PM To: [EMAIL PROTECTED] Subject: Re: Question about SOAP encoding style URI Yes. - Original Message - From: "H

Re: Question about SOAP encoding style URI

2003-07-01 Thread Anne Thomas Manes
Yes. - Original Message - From: "Hongda Lin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 01, 2003 2:53 PM Subject: RE: Question about SOAP encoding style URI Are you saying that I can use SOAP in closed network? Hongda Lin -Original M

RE: Question about SOAP encoding style URI

2003-07-01 Thread Hongda Lin
Are you saying that I can use SOAP in closed network? Hongda Lin -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 2:52 PM To: [EMAIL PROTECTED] Subject: Re: Question about SOAP encoding style URI The encoding style URI is simply a name

Re: Question about SOAP encoding style URI

2003-07-01 Thread Anne Thomas Manes
The encoding style URI is simply a name that represents the style. The SOAP runtime doesn't try to access the URL at runtime. Anne - Original Message - From: "Hongda Lin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 01, 2003 2:11 PM S

Question about SOAP encoding style URI

2003-07-01 Thread Hongda Lin
Hi, I have a question about encoding style URI. I noticed that before I use call.invoke() I need to use call.setEncodingStyleURI("http://schemas.xmlsoap.org/soap/encoding/";); to set the encoding style URI. Which means if I don't have access to WWW I won't

RE: Soap attachment related question

2003-06-27 Thread Wei Li
Thanks Scott, It worked. -- wei -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 3:14 PM To: [EMAIL PROTECTED] Subject: RE: Soap attachment related question Yes, the BeanSerializer can handle a property that is a DataHandler. On 26 Jun 2003

RE: Soap attachment related question

2003-06-27 Thread Scott Nichol
> > Thanks, > > -- wei > > -Original Message- > From: Scott Nichol [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 26, 2003 1:10 PM > To: [EMAIL PROTECTED] > Subject: Re: Soap attachment related question > > > How about returning a JavaBean that has

Re: Soap attachment related question

2003-06-26 Thread Daniel Zhang
That's what I mean. Though it's not efficient. Wei Li wrote: You mean that you use two soap calls to get both meta info. and DataHandler?

RE: Soap attachment related question

2003-06-26 Thread Wei Li
You mean that you use two soap calls to get both meta info. and DataHandler? -Original Message- From: Daniel Zhang [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 1:32 PM To: [EMAIL PROTECTED] Subject: Re: Soap attachment related question Wei Li wrote: >Hi, > >We

RE: Soap attachment related question

2003-06-26 Thread Wei Li
PROTECTED] Subject: Re: Soap attachment related question How about returning a JavaBean that has the metadata, but also has a property that is a DataHandler? In other words, if your current call looks like void PutFile(MetaDataBean metaData, DataHandler data) you could public class

Re: Soap attachment related question

2003-06-26 Thread Daniel Zhang
. The question is when we do download, we can get DataHandler back, but how can we send the related meta data back at the same time without having to write a new serializer? (if we have to write a new one, how can we handle the DataHandler like what the BeanSerializer already did?) Thanks, -- wei I

Re: Soap attachment related question

2003-06-26 Thread Scott Nichol
t; > We can send a JavaBean along with a DataHandler to the server to do upload, the Bean > can have all the meta data needed for handling this DataHandler. The apache > BeanSerializer can handle this. > > The question is when we do download, we can get DataHandler back, but how

Case sensitive urls or case insensitive urls ..... thats the question

2003-06-26 Thread Henk Schipper
Hi All, Everywhere i read about apache tomcat, url's are case sensitive. I need to make the urls from point /soap/ case-insensitive. I hav only one 'simple' question, HOW? In the server.xml, i declare /soap in a context. Now in 3 ways '/soap' '/Soap'

Soap attachment related question

2003-06-26 Thread Wei Li
Hi, We are using apache soap attachment to upload and download data using WebSphere. We can send a JavaBean along with a DataHandler to the server to do upload, the Bean can have all the meta data needed for handling this DataHandler. The apache BeanSerializer can handle this. The question is

Re: design question

2003-06-20 Thread Scott Nichol
> Thanks Simon. If interoperability is still an issue, I think that Web Service isn't > yet ready for enterprise-class deployment. The promise and power it brings would > fall apart.. TCP/IP has been around for, what, more than 3 decades, and there have been interop quirks as recent as a year a

Re: design question

2003-06-20 Thread Vishal Shah
Thanks Simon. If interoperability is still an issue, I think that Web Service isn't yet ready for enterprise-class deployment. The promise and power it brings would fall apart..   Simon Fell <[EMAIL PROTECTED]> wrote: different tools support different parts of the XSD spec, so yougenerate your WSDL

Re: design question

2003-06-20 Thread Anne Thomas Manes
than MS SOAP Toolkit.   Anne - Original Message - From: Vishal Shah To: [EMAIL PROTECTED] Sent: Thursday, June 19, 2003 7:49 PM Subject: Re: design question Thanks Anne.. My original service was of an RPC/Literal style (it returned a DOM element) and worked f

Re: design question

2003-06-19 Thread Simon Fell
different tools support different parts of the XSD spec, so you generate your WSDL with tool A, but tool B can't process it. Typical sticking points include choice, derivation by restriction, model groups. In addition many tools still generate invalid schemas, lack of required import statements whe

Re: design question

2003-06-19 Thread Vishal Shah
Thanks Anne.. My original service was of an RPC/Literal style (it returned a DOM element) and worked fine within Java environment...Then came a requirement to consume it from a VB 6 client and all sort of interoperability issues started cropping up... Since, I'm stuck with infrastructure limitation

Re: design question

2003-06-19 Thread Vishal Shah
Simon,   What kind of practical problems with doc/lit are there ? I would like to know..   thanks Simon Fell <[EMAIL PROTECTED]> wrote: On Wed, 18 Jun 2003 23:17:24 -0400, in soap you wrote:>Doc/lit doesn't define type mappings, but it definitively specifies the>structure of the message via XML Sch

Re: design question

2003-06-19 Thread ymchatty
That was the problem. I restarted my web & appservers and it worked.   So these freshly deployed soap services are no specail than usual modules deployed under iplanet. They get cached.   Thanks for the suggestion again.   Scott Nichol <[EMAIL PROTECTED]> wrote: Are you sure that the service code

Re: design question

2003-06-19 Thread Scott Nichol
Are you sure that the service code you show below corresponds to the class being loaded on the server? Did you have a previous version that you copied over? If so, did you restart the webapp or servlet container? On 19 Jun 2003 at 12:19, ymchatty wrote: > > Here is the client code that sets

RE: design question

2003-06-19 Thread Wei Li
I saw that your Qname is different than your TargetObjectUrl, could that be the reason?   -- wei -Original Message-From: ymchatty [mailto:[EMAIL PROTECTED]Sent: Thursday, June 19, 2003 3:19 PMTo: [EMAIL PROTECTED]Subject: Re: design question Here is the client code that

Re: design question

2003-06-19 Thread ymchatty
Here is the client code that sets the params --    params.addElement(new Parameter("nameToLookup", String.class,   nameToLookup, null));   call.setParams(params);    // Invoke the call.   Response resp;    try   {re

Re: design question

2003-06-19 Thread Scott Nichol
; WSDL messages differently. (With RPC style you must define your s > using the type= attribute, while Document style requires the element= > attribute.) This situation reduces the reusability of a . > > Anne > > - Original Message - > From: "Scott Nichol" &l

Re: design question

2003-06-19 Thread Scott Nichol
What is your client code that creates the Vector of parameters? From the exception, it looks as though the Vector has a single parameter of type String. The service class, however, does not have a sayHello method that takes a string. Given that you are providing a mapping for the Hello class

Re: design question

2003-06-19 Thread ymchatty
I am getting the following exception, as I verified that I specified the correct method name and type in both the client program and as well in the descriptor. Pls let me know what I am missing. Here is the client code: --    // Map the types.   smr.mapTypes(

Re: design question

2003-06-19 Thread Vishal Shah
e, while Document style requires the element=attribute.) This situation reduces the reusability of a .Anne- Original Message -From: "Scott Nichol" <[EMAIL PROTECTED]>To: <[EMAIL PROTECTED]>Sent: Thursday, June 19, 2003 12:32 PMSubject: Re: design question> Are you t

Re: design question

2003-06-19 Thread Anne Thomas Manes
- From: "Scott Nichol" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 19, 2003 12:32 PM Subject: Re: design question > Are you talking about rpc/encoded messages in the absence of WSDL? > If there is WSDL for the service, are there still ambiguities? My

Re: design question

2003-06-19 Thread Scott Nichol
> Perhaps -- but with SOAP Section 5 we encountered interoperability issues > with types as simple as booleans. I know at least one implementation that does not handle booleans well, NuSOAP. And guess what: it still has problems with booleans using doc/lit. It was not Section 5 that caused the

Re: design question

2003-06-19 Thread Scott Nichol
uot;Scott Nichol" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, June 18, 2003 3:18 PM > Subject: Re: design question > > > > In what way does doc/lit define language type mappings? I've never > > really understood why doc/lit is

Re: design question

2003-06-19 Thread Anne Thomas Manes
h doc/literal unless we use some of the more advanced constructs, such as groups. Anne - Original Message - From: "Simon Fell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 19, 2003 1:22 AM Subject: Re: design question On Wed, 18 Jun 2003 23:17:

Re: design question

2003-06-18 Thread Simon Fell
On Wed, 18 Jun 2003 23:17:24 -0400, in soap you wrote: >Doc/lit doesn't define type mappings, but it definitively specifies the >structure of the message via XML Schema. Because the two applications know >in advance exactly what the message structure is, the details of how the >SOAP message proces

Re: design question

2003-06-18 Thread Anne Thomas Manes
the SOAP platform in your WAS 403 system. I'm pretty sure that GLUE can run in WAS 403. Anne - Original Message - From: Vishal Shah To: [EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 3:01 PM Subject: Re: design question Pl see my response below.. Anne Thomas Manes <[EMAIL PROT

Re: design question

2003-06-18 Thread Anne Thomas Manes
of the message. The interoperability issues arise when two different SOAP message procesors interpret SOAP Section 5 slightly differently. Anne - Original Message - From: "Scott Nichol" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 3:18 PM Subject

Re: design question

2003-06-18 Thread Scott Nichol
One more comment. I consider it out of the ordinary for the code implementing a service method to manipulate XML in any way. As such, your method that returns a DOM element seems quite odd to me. One typically uses constructs more native to the implementation language, such as a class instan

Re: design question

2003-06-18 Thread Scott Nichol
validation (sometimes just by declaring a deployment option). > > Anne > - Original Message - > From: Vishal Shah > To: [EMAIL PROTECTED] > Sent: Wednesday, June 18, 2003 10:58 AM > Subject: Re: design question > > > Thanks Anne for elucidating. I

Re: design question

2003-06-18 Thread Scott Nichol
> I don't concur with you on thing you mentioned below in the first paragraph. If you > factor interoperability & infrastructure issues in, your design would be definitely > affected accordingly. If your service is going to be consumed by a VB6 client or > .net client (or any non-java consumer)

Re: design question

2003-06-18 Thread Vishal Shah
iginal Message - From: Vishal Shah To: [EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 10:58 AM Subject: Re: design question Thanks Anne for elucidating. I'm stuck with the legacy system and infrastructure that supports it.. I need to find a clumsy way to get around to make things wor

Re: design question

2003-06-18 Thread Anne Thomas Manes
ke it simple to request validation (sometimes just by declaring a deployment option).   Anne - Original Message - From: Vishal Shah To: [EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 10:58 AM Subject: Re: design question Thanks Anne for elucidating. I

Re: design question

2003-06-18 Thread Vishal Shah
che Axis (http://ws.apache.org/axis), or any of the 20 or so commercial implementations that fully support SOAP 1.1, WSDL 1.1, JAX-RPC, and the WS-I Basic Profile.   Best regards, Anne   - Original Message - From: Vishal Shah To: [EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 10:59 AM Subje

Re: design question

2003-06-17 Thread Anne Thomas Manes
ny of the 20 or so commercial implementations that fully support SOAP 1.1, WSDL 1.1, JAX-RPC, and the WS-I Basic Profile.   Best regards, Anne   - Original Message - From: Vishal Shah To: [EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 10:59 AM Subject: design question

Re: design question

2003-06-17 Thread Vishal Shah
Thanks Scott. Do you happen to have a code snippet that uses a validating parser to parse and validate a document pulled out from a SOAP body ? I don't want to interrogate body entries vector, get each element pulled out from the vector and then perform coarse-grained validation...   VSScott Nichol

Re: design question

2003-06-17 Thread Scott Nichol
Always report exceptions using the SOAP Fault mechanism. Whether the document is validated against a schema is up to you. There is no requirement that this be done. On 17 Jun 2003 at 7:59, Vishal Shah wrote: > Hi, > > I've a couple of design questions...I've a Doc/literal style service.. >

design question

2003-06-17 Thread Vishal Shah
Hi,   I've a couple of design questions...I've a Doc/literal style service..   What's the best way to handle any abnormal conditions and errors ?Should the service throw an exception or should it create a "error" element in a response document ?   Is it safe to assume that in Doc/literal style, a d

RE: Beginner question

2003-06-11 Thread Wei Li
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 9:16 AM To: [EMAIL PROTECTED] Subject: Beginner question Hi, I have experience with Java and XML, but am pretty new to SOAP and WSDL. I've been able to invoke the demo web ser

Re: Beginner question

2003-06-11 Thread Anne Thomas Manes
no plan to upgrade it to support WSDL. Anne - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 11, 2003 9:15 AM Subject: Beginner question > > > > > Hi, > > I have experience with Java and XML, but am pretty new t

Beginner question

2003-06-11 Thread michael_sobczak
Hi, I have experience with Java and XML, but am pretty new to SOAP and WSDL. I've been able to invoke the demo web services provided at xmethods.com using the Java client code provided with no problem. I've been trying to invoke the Unisys Weather web service using the Currency Exchange Servi

Re: Deployment question

2003-04-01 Thread Scott Nichol
The id is the TargetObjectURI in the client request. That value is used by the server to determine the provider and Java class to use to service the call. The method being called is not used to resolve the provider or class. The SOAPAction header is not used at all. It does not have to be th

Re: question

2003-03-04 Thread Glen Daniels
I don't know, man, but if you figure it out please tell Dierdre O'Brien... :) (http://ws.apache.org/soap/mail.html) --G - Original Message - From: "Maris Orbidans" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 04, 2003 10:1

question

2003-03-04 Thread Maris Orbidans
How to unsubscribe ?

A question on SocketException in SOAP

2003-02-25 Thread David Zonsheine
Hello All,   I am using SOAP 2.2 with TOMCAT 4.1.   I encountered the following problem:   My SOAP server and my GUI JSPs are installed on the same TOMCAT server (same JVM).   Now, everything goes on just fine. I am using the GUI which makes a lot of SOAP calls to the SOAP server.

Apache SOAP v2.3.1 SMTP Question

2003-02-19 Thread Tarak Patel
erawarana" <[EMAIL PROTECTED]> To: "Tarak Patel" <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Subject: Re: Apache SOAP v2.3.1 SMTP Question Date: Mon, 17 Feb 2003 11:29:23 +0600 MIME-Version: 1.0 Content-Type: text/plain;charset="iso-8859-1" Content-T

Re: SOAP question

2003-02-18 Thread Mircea Romanitan
Thanks a lot.   That's the info. - Original Message - From: Robert Dietrick To: [EMAIL PROTECTED] Sent: Tuesday, February 18, 2003 8:09 PM Subject: Re: SOAP question Your answer can be found here:http://ws.apache.org/soap/docs/guide/migration.htmlM

Re: SOAP question

2003-02-18 Thread Robert Dietrick
Your answer can be found here: http://ws.apache.org/soap/docs/guide/migration.html Mircea Romanitan wrote: Hello. Does anyone know how to have access to session ID into a service in Apache SOAP? I need to return to the client the Session ID but i don't know how to get it. Any example is welcom

SOAP question

2003-02-18 Thread Mircea Romanitan
Hello.Does anyone know how to have access to session ID into a service in Apache SOAP?I need to return to the client the Session ID but i don't know how to get it.Any example is welcome.Thanks,Mircea

Deployment question

2003-02-16 Thread Jesus M. Salvo Jr.
Within a deployment descriptor, why is that you can only have one "provider" node under the same id? What can I do if I want different classes to service different methods under the same id, like this: http://xml.apache.org/xml-soap/deployment"; id="urn:myid" type="message">

Re: Question about ConfigurableService

2003-02-03 Thread Scott Nichol
You are correct. It is called immediately after your constructor. You cannot do your initialization from these parameters in your constructor; you must do the initialization from these parameters in the configure method. There is no option to specify a SOAPContext parameter to your construct

Question about ConfigurableService

2003-02-03 Thread mwolski
Hello everyone, I did some tests with ConfigurableService interface to obtain the input parameters for my service. Unfortunately the 'configure' method of ConfigurableService interface is called after executing constructor. So in other words, there are no possibilities to get input parameter in

RE: Question: Tomcat4.1.18/SOAP-Session Timeout Not working

2003-01-20 Thread Dandekar, Vivek
al Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 2:12 PM To: [EMAIL PROTECTED] Subject: Re: Question: Tomcat4.1.18/SOAP-Session Timeout Not working Vivek, The Apache SOAP client software *can* maintain sessions by storing a cookie sent from the server, th

RE: Question: Tomcat4.1.18/SOAP-Session Timeout Not working

2003-01-20 Thread Dandekar, Vivek
ve to play with CheckInterval parameter of StandardSessionManager? Thanking you in advance, Vivek. -Original Message- From: Dandekar, Vivek Sent: Tuesday, January 14, 2003 11:17 AM To: '[EMAIL PROTECTED]' Subject: Question: Tomcat4.1.18/SOAP-Session Timeout Not working Hi Eve

Re: Question: Tomcat4.1.18/SOAP-Session Timeout Not working

2003-01-20 Thread Scott Nichol
Vivek, The Apache SOAP client software *can* maintain sessions by storing a cookie sent from the server, then sending that cookie with subsequent requests to the same server. For this to work, the client must have the maintenance of session state enabled (which it is by default), and it must

Re: Question on configuring Ports under Apache

2003-01-20 Thread Scott Nichol
Martin, Let's be sure I understand your question. I have gone back to your original post (http://marc.theaimsgroup.com/?l=soap- user&m=104275114625952&w=2). It says >>>> Scott et al.. Web.xml defines the location of soap.xml SOAP.xml has the configuration information

Re: Question on configuring Ports under Apache

2003-01-20 Thread Scott Nichol
been > maintained nor that it is free of errors, virus, interception or > interference. > > _GMT-5___ > > > > > > > > > > > > > > > > >From: Scott Nichol > >Reply-To: [EMAIL PROTECTED] &g

Re: Question on configuring Ports under Apache

2003-01-18 Thread Martin Gainty
interference.  _GMT-5___   >From: Scott Nichol <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: Question on configuring Ports under Apache >Date: Sat, 18 Jan 2003 22:15:21 -050

Re: Question on configuring Ports under Apache

2003-01-18 Thread Scott Nichol
not read, disclose or use the content in any way. > > > LDScan not assure that the integrity of this communication has been > maintained nor that it is free of errors, virus, interception or > interference. > > _GMT-5___ > >

Re: Question on configuring Ports under Apache

2003-01-17 Thread Martin Gainty
this communication has been maintained nor that it is free of errors, virus, interception or interference.  _GMT-5___   >From: Scott Nichol <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subjec

Re: Question on configuring Ports under Apache

2003-01-17 Thread Scott Nichol
maintained nor that it is free of errors, virus, interception or > interference. > > _GMT-5___ > > > > > > > > > > > > > > > > >From: Scott Nichol > >Reply-To: [EMAIL PROTECTED] &

Re: Question on configuring Ports under Apache

2003-01-17 Thread Martin Gainty
L PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: Question on configuring Ports under Apache >Date: Thu, 16 Jan 2003 18:25:58 -0500 >MIME-Version: 1.0 >Received: from apache.org ([63.251.56.142]) by mc4-f40.law16.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Thu, 16 Jan 2003 15:25:24

Re: Question on configuring Ports under Apache

2003-01-16 Thread Scott Nichol
Apache SOAP is servlet-based, as such, it cannot control the port on which it is accessed. The soap.xml file lets you configure a config manager and whether or not the service manager SOAP interface is enabled, and that's it. The Web server controls the port on which the SOAP service is imple

Re: Question on configuring Ports under Apache

2003-01-16 Thread Robert Dietrick
The port which the service listens on is listed in the server.xml file for the servlet engine. For tomcat, that would be $CATALINA_HOME/conf/server.xml. -rob Martin Gainty wrote: Scott et al... Web.xml defines the location of soap.xml SOAP.xml has the configuration information (Ports etc) W

Question on configuring Ports under Apache

2003-01-16 Thread Martin Gainty
Scott et al...Web.xml defines the location of soap.xmlSOAP.xml has the configuration information (Ports etc)What I cant get is who calls/configures web.xml???Saying you can only use Port (80) on Apache webserver seems excessively restrictive Thanks, Martin Gainty _

Question: Tomcat4.1.18/SOAP-Session Timeout Not working

2003-01-14 Thread Dandekar, Vivek
Hi Everybody, > We have set 30 in web.xml of soap > context under tomcat 4.1.18. The problem is sessions are timing out > exactly after 30 minutes even if we send transactions after initial SOAP > session was established. Scope of Web service deployed is session. > Basically lasttimeAccessed i

RE: General Question RPC vs. Messaging

2003-01-14 Thread Anne Thomas Manes
rom: Werner Jorling [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 14, 2003 5:36 AM > To: [EMAIL PROTECTED] > Subject: General Question RPC vs. Messaging > > > (Sorry, first posted as a reply) > > Hello, > > studying the SOAP-Messaging samples from the the book 'Ja

General Question RPC vs. Messaging

2003-01-14 Thread Werner Jörling
(Sorry, first posted as a reply) Hello, studying the SOAP-Messaging samples from the the book 'Java and SOAP' (Robert Englander, O'Reilly) and from apache-soap I'm confused about the difference between SOAP-RPC and SOAP-Messaging. There are SOAP-Messaging samples, where services are implement

General Question RPC vs. Messaging

2003-01-14 Thread Werner Jörling
Hello, studying the SOAP-Messaging samples from the the book 'Java and SOAP' (Robert Englander, O'Reilly) and from apache-soap I'm confused about the difference between SOAP-RPC and SOAP-Messaging. There are SOAP-Messaging samples, where services are implemented with the signiture public vo

architecture question

2003-01-10 Thread Cory Wilkerson
All, I've a question regarding architecture. I'm needing to develop a web service to consume a rather large query into our system that's doesn't really give itself to implentation via RPC style services because the number of parameters would be ludicrous (unless they were

RE: Newbie question

2002-12-10 Thread Sauquet Dominique
9:06 À : [EMAIL PROTECTED] Objet : Re: Newbie question It appears that Tomcat 4.0.4 suppresses Content-Type when there is no content. For Tomcat 4.0.1, I got a response of HTTP/1.1 200 OK Content-Type: text/xml Content-Length: 0 Date: Mon, 09 Dec 2002 17:59:59 GMT Server: Apache Tomcat/

Re: Newbie question

2002-12-09 Thread Scott Nichol
- From: "Sauquet Dominique" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 09, 2002 12:14 PM Subject: RE: Newbie question Hi thank you Scott for your help. Here is what I get in the TcpTunnelGui window (same as in Tomcat window !!) : on the left :

RE: Newbie question

2002-12-09 Thread Sauquet Dominique
D]] Envoyé : lundi 9 décembre 2002 16:11 À : [EMAIL PROTECTED] Objet : Re: Newbie question I saved the attached files, compiled them, deployed the servlets, and everything works for me. Is the servlet doing what you expect, i.e. does it print the headers and body elements? If not, there is someth

Re: Newbie question

2002-12-09 Thread Scott Nichol
TED]> Sent: Tuesday, December 03, 2002 8:35 AM Subject: Newbie question Hi I am a newbie to SOAP and my problem is the following : I have downloaded examples from the OReilly book JavaWebServices. If I try the very simple SimpleGenericHTTPSoapClient and if this client sends its SOAP message to a ver

RE: Newbie question

2002-12-09 Thread Sauquet Dominique
Hi I posted this question almost a week ago. I unfortunately got no answer ... except if I missed it. Can anyone help me ? Many thanks in advance Dominique -Message d'origine- De : Sauquet Dominique [mailto:[EMAIL PROTECTED]] Envoyé : mardi 3 décembre 2002 14:35 À : &#

Re: Question about WSDL files in Apache Soap

2002-12-05 Thread Carl CABOU
t is the follow-on project that has superceded Apache SOAP. Anne -Original Message- From: Carl CABOU [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 4:10 AM To: [EMAIL PROTECTED] Subject: Question about WSDL files in Apache Soap Hi all, my question may seems dumb, I apo

RE: Question about WSDL files in Apache Soap

2002-12-05 Thread Anne Thomas Manes
the follow-on project that has superceded Apache SOAP. Anne > -Original Message- > From: Carl CABOU [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 05, 2002 4:10 AM > To: [EMAIL PROTECTED] > Subject: Question about WSDL files in Apache Soap > > > Hi all, my qu

Question about WSDL files in Apache Soap

2002-12-05 Thread Carl CABOU
Hi all, my question may seems dumb, I apologies for that. I'm used to the Apache Soap Api for writing Soap RPC client to call a webservice from Tomcat for example. But I never use WSDL files, always knowing in advance the name and parameters to use. So how do I make a soap call using a WSDL

  1   2   3   4   >