SOAP..question..

2003-06-26 Thread 임우규
Hello,   I'm live in Seoul, Korea and the Computer Science student. I have a question about Apache SOAP..   SOAP library in JAXM can compatible your SOAP library? For example, your library use Element(org.w3c.dom) but JAXM use SOAPElement(javax.xml.message). There is th

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

2003-06-25 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'

Question regarding serialization/deserialization

2003-03-10 Thread Song Han
Hi, I'm new to SOAP/web services so please tolerate me if my question looks naive. Supposed I'm serialize/deserialize an object containing an ID (integer), a name (string), and a value (double). I guess I am supposed to serialize it to somthing like this: 23 11.111 But o

SSL question.

2003-03-05 Thread Michele Trimarchi
Hi.. is it possible to use call.invoke(..) via ssl ,without using system.setProperty() to set keystore stuff..in other words, is it possilble to use TrustManagerFactory and KeyManagerFactory and link SSLContext to the "call"? Thanks in advance Michele

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.

Re: Question about JDK 1.1

2002-11-21 Thread Niclas Hedhman
On Friday 22 November 2002 09:53, Niclas Hedhman wrote: > On Thursday 21 November 2002 22:51, Scott Nichol wrote: > > Niclas, > > > > What version of Apache SOAP will you be starting with? The use of JDK > > 1.2 features has accelerated over the last 4-6 weeks. As you guessed, > > this is mostly

Re: Question about JDK 1.1

2002-11-21 Thread Niclas Hedhman
On Thursday 21 November 2002 22:51, Scott Nichol wrote: > Niclas, > > What version of Apache SOAP will you be starting with? The use of JDK > 1.2 features has accelerated over the last 4-6 weeks. As you guessed, > this is mostly collection classes. Fortunately, the changes are limited > to imple

Re: Question about JDK 1.1

2002-11-21 Thread Scott Nichol
ginal Message - From: "Niclas Hedhman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 20, 2002 10:04 PM Subject: Re: Question about JDK 1.1 On Wednesday 20 November 2002 12:38, Scott Nichol wrote: > I believe 2.2 worked with JDK 1.1, and I think

Re: Question about JDK 1.1

2002-11-20 Thread Niclas Hedhman
On Wednesday 20 November 2002 12:38, Scott Nichol wrote: > I believe 2.2 worked with JDK 1.1, and I think you'll find that 2.3.1 is > at least mostly compatible (maybe some serializer does not work, but > most of the code should). Of course, this assumes the required > supporting jars, such as Jav

Re: Question about JDK 1.1

2002-11-19 Thread Scott Nichol
ichol - Original Message - From: "Niclas Hedhman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 19, 2002 8:53 PM Subject: Question about JDK 1.1 I don't expect Apache SOAP to be 1.1 compatible (maybe it is), but is there an older version around, availa

Question about JDK 1.1

2002-11-19 Thread Niclas Hedhman
I don't expect Apache SOAP to be 1.1 compatible (maybe it is), but is there an older version around, available for download? Niclas -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Question: MimeType usage

2002-11-06 Thread Pavel Ausianik
Scott, agree, please find a patch Pavel > -Original Message- > From: Scott Nichol [mailto:snicholnews@;scottnichol.com] > Sent: Tuesday, November 05, 2002 10:17 PM > To: [EMAIL PROTECTED] > Subject: Re: Question: MimeType usage > > > From your description, I gu

Re: Question: MimeType usage

2002-11-05 Thread Scott Nichol
Ausianik" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 05, 2002 10:55 AM Subject: Question: MimeType usage > Hi, > > > Need an advice of expert on MymeTypes. We have a code in the lib, which > could save around 2% of time in class or

Question: MimeType usage

2002-11-05 Thread Pavel Ausianik
Hi, Need an advice of expert on MymeTypes. We have a code in the lib, which could save around 2% of time in class org.apache.soap.rpc.SOAPContext method addBodyPart. MimeType ctype = new MimeType(dh.getContentType()); part.setHeader(Constants.HEADER_CONTENT_TYPE,

Re: Question!!!

2002-10-18 Thread Scott Nichol
hink it is many, since there have not been questions about it on the lists. Scott Nichol - Original Message - From: "Abhijit Chaudhary" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 18, 2002 7:57 AM Subject: Question!!! > Hi, > A questi

Question!!!

2002-10-18 Thread Abhijit Chaudhary
Hi, A question for all. I want to develop a client which sends a SOAP Request and get back a Response. For the SOAP Response parsing, I'll use a normal non-validating XML Parser. I am not worried about validation using XML Schema and XML Namespace in the Response. While sending a Request

RE: Question: Does SOAP support call-back?

2002-08-08 Thread Hongda Lin
PROTECTED]] Sent: Wednesday, August 07, 2002 7:33 PM To: [EMAIL PROTECTED] Subject: Re: Question: Does SOAP support call-back? In theory, establishing connections and keeping them alive is possible. In practice, this would take some maneuvering to work with HTTP as the transport. Since Apache SOAP

Re: Question: Does SOAP support call-back?

2002-08-02 Thread Scott Nichol
>>>> My question is it possible for me to have a SOAP call back without setting up a web application server at the client-side? <<<< In the sense that you can have a SOAP server without a web app server, yes. Apache SOAP, however, requires an app server to receive SOAP

RE: Question: Does SOAP support call-back?

2002-08-02 Thread Hongda Lin
for example). My question is it possible for me to have a SOAP call back without setting up a web application server at the client-side? Thank you, Hongda Lin -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: Friday, August 02, 2002 10:04 AM To: [EMAIL

Re: Question: Does SOAP support call-back?

2002-08-02 Thread Scott Nichol
requires distributed garbage collection) d.. Activation (which requires objects-by-reference) Scott Nichol - Original Message - From: "Hongda Lin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 02, 2002 9:08 AM Subject: Question: Does SOAP s

Question: Does SOAP support call-back?

2002-08-02 Thread Hongda Lin
Hi,     I am trying to switch from JAVA RMI to SOAP. Does SOAP support call-back? If it does, how? Thank you.  

Re: SOAP Encoding question

2002-07-25 Thread Scott Nichol
es for document/literal. Scott Nichol - Original Message - From: "Bhushan Khanal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 24, 2002 7:05 PM Subject: SOAP Encoding question > Why do you need to specify http://schemas.xmlsoap.org/soap/encoding

Re: SOAP context question

2002-07-25 Thread Scott Nichol
> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 24, 2002 8:26 PM Subject: SOAP context question > Hello ! > > I spent lots of time trying to get my SOAP service deployed and available > and visible to Tomcat - I finally got it working by creating a directory > structure that matche

SOAP context question

2002-07-24 Thread Ryan Lambert
Hello !I spent lots of time trying to get my SOAP service deployed and available and visible to Tomcat - I finally got it working by creating a directory structure that matched the package name for my class under the /tomcat/webapps/soap/WEB-INF/classes/ directory.I want to know how can I de

SOAP Encoding question

2002-07-24 Thread Bhushan Khanal
Why do you need to specify http://schemas.xmlsoap.org/soap/encoding/ when using document/literal encoding? I have seen WSDL's that look like ... http://example.com/GetLastTradePrice"/> http://example.com/stockquote.xsd"; encodingStyle="http://schemas.xmlsoap.org/so

Re: Newbie Question re Messaging with EJB

2002-07-15 Thread Deepak Kumar
've got another architecture level question if you don't mind. The reason I decided to use messaging instead of RPC is that the method(s) I want to expose via SOAP need to be able to accept, as an argument, a really large XML document. Using SOAP-RPC, it seems I'm limimted to both 8

Re: Newbie Question re Messaging with EJB

2002-07-15 Thread Scott Nichol
EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, July 14, 2002 10:13 PM Subject: Newbie Question re Messaging with EJB > Hello All, > First off, I apologize for the cross post, but I've seen references to > this topic in both lists, and was not sure which would be the

Newbie Question re Messaging with EJB

2002-07-14 Thread Deepak Kumar
Hello All, First off, I apologize for the cross post, but I've seen references to this topic in both lists, and was not sure which would be the right one. My first question is fairly straight forward. Is it possible to use Soap Messaging with an EJB specified as the pro

Re: COMProvider patch and ssl question

2002-07-08 Thread Scott Nichol
he first usage.) Scott Nichol - Original Message - From: "Niclas Hedhman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, July 06, 2002 2:17 AM Subject: Re: COMProvider patch and ssl question > On Saturday 06 July 2002 06:05, Scott Nichol wrote: > &

Re: COMProvider patch and ssl question

2002-07-05 Thread Niclas Hedhman
On Saturday 06 July 2002 06:05, Scott Nichol wrote: > Furthermore I use https with client and server certificates. > If I call repeatadly it seems that the client just loose the connection > now and again. As this happens the call takes "0" seconds as supposed > to the normal 2-5 seconds. The re

Re: COMProvider patch and ssl question

2002-07-05 Thread Scott Nichol
>>>> SSL-question == I use Java 1.4.0 and Apache soap 2.2 Furthermore I use https with client and server certificates. If I call repeatadly it seems that the client just loose the connection now and again. As this happens the call takes "0" seconds as supposed to

Re: COMProvider patch and ssl question

2002-07-03 Thread Scott Nichol
nt: Wednesday, July 03, 2002 9:42 AM Subject: COMProvider patch and ssl question Hi, COMPROVIDER == Two memory leaks have now been fixed in RPCProvider.cpp. If you compare the original version with the new one you'll find two calls to ::VariantClear(&result); And one call to :

COMProvider patch and ssl question

2002-07-03 Thread Leif Nilsson TACMa
but it is much better. Review it and perhaps add it ? <> SSL-question == I use Java 1.4.0 and Apache soap 2.2 Furthermore I use https with client and server certificates. If I call repeatadly it seems that the client just loose the connection now and again. As this happens the ca

Re: SOAP app question

2002-06-24 Thread Scott Nichol
ne 24, 2002 11:30 PM Subject: RE: SOAP app question > Hello Scott: > > Good web site. I tried exactly the steps but did not work. I think this > classpath parameter is the killing thing in the whole SOAP application. I > see that so many people have wasted a ton of hours on problems w

Re: SOAP app question

2002-06-24 Thread Scott Nichol
eting" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 24, 2002 1:05 AM Subject: SOAP app question > Hi: > > We recently downloaded Tomcat 4.0.4 and SOAP 2.3 on a Win2K server. We > modified the catalina.bat file to reflect the fact that we needed a JAXP &g

SOAP app question

2002-06-24 Thread FitMe Marketing
Hi: We recently downloaded Tomcat 4.0.4 and SOAP 2.3 on a Win2K server. We modified the catalina.bat file to reflect the fact that we needed a JAXP compatible XML parser first in the classpath. *** set CLASSPATH=%CLASSPATH%;%CATALINA_HOME%\bin\bootstrap.jar set CLASSPATH=path-to-xerces/%CATALINA

Question

2002-05-28 Thread Stephanie Thompson
I am trying to locate a load balancing software architect and wondered if you allowed for job posts on this list? I realize that this is a user group, but your group appears to be using the technology that we are seeking some expertise in. I have attached the job description for your review. If

Re: Question on if this can be done.

2002-05-09 Thread Scott Nichol
to map myns:mytype to the Java type MyType, of course. Scott - Original Message - From: "Tolsch, Ed" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 09, 2002 5:22 PM Subject: Question on if this can be done. > HI, > I'm using the Soap

Question on if this can be done.

2002-05-09 Thread Tolsch, Ed
HI, I'm using the Soap 2.2 toolkit on AIX and the castor product to marshall/unmarshall my xml. I'm trying to send a response back like the following: . . . ... The issue is the SetPerson method whi

a question of using soap attachments

2002-04-23 Thread chen kejun
hi, i have a question of using soap attachments. what is the max size of attachments can soap transport it? i can transport a 11M file using soap sample in folder samples.mime.*, but when i increase the size to about 15M, the sample can not work correctly and return the faultString like

Re: firewall question

2002-04-18 Thread Scott Nichol
6 AM Subject: firewall question Hi everybody ! I am using Orion 1.5.4 app.server and Apache SOAP 2.2 on my machine which I'll call X. X machine is behind the firewall. I also have an application running on this application server who has EJB components. I've written a soap client to ac

Re: question about passing Large string from Client to Apache Soap 2.2 Service

2002-04-18 Thread Scott Nichol
> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, April 17, 2002 6:11 PM Subject: question about passing Large string from Client to Apache Soap 2.2 Service > Hello, > We need to pass a large XML string(1-2 MB) from VB client to a Apache 2.2 > soap servic

firewall question

2002-04-18 Thread pop m
Hi everybody !   I am using Orion 1.5.4 app.server and Apache SOAP 2.2 on my machine which I'll call X. X machine is behind the firewall. I also have an application running on this application server who has EJB components. I've written a soap client to acces one of my EJB components, it loo

question about passing Large string from Client to Apache Soap 2.2 Service

2002-04-17 Thread Ding, Chengmin
Hello, We need to pass a large XML string(1-2 MB) from VB client to a Apache 2.2 soap service. The XML String is MIME64 encoded before the invoke of the service and it is received in the service as a Binary array. This works fine(within 1 minute) in a Tomcat 3.2.3(3.3) + Soap 2.2 scenario. It use

XML, XSD data records > Acrobat Forms. Saw your posting, have question ...

2002-04-14 Thread thomasgetty888
http://xml.coverpages.org/IdooXoap10JavaAnn.html Note: I found your email address while reading your web page pertaining to XML and Acrobat-based forms. Its web's address is shown above. I have 2 questions: 1. Were you wanting to post your XML record(s) into one or more Acrobat-based forms t

RE: Question!!!!

2002-03-22 Thread Henk Schipper
Got also another one. Are you using xerces version 1.3.1? 1.3.1 is buggy. 1.3.0 is good working. Greetz, Henk. -Original Message- From: William Brogden [mailto:[EMAIL PROTECTED]] Sent: Friday, 22 March, 2002 4:56 PM To: [EMAIL PROTECTED] Subject: RE: Question > -Origi

RE: Question!!!!

2002-03-22 Thread William Brogden
> -Original Message- > From: Peter Wang [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 21, 2002 3:57 PM > To: [EMAIL PROTECTED] > Subject: Question > > > Hi, > > I am a new developer on SOAP2.2. > I got a question when I tried to deploy t

RE: Question!!!!

2002-03-22 Thread Henk Schipper
PROTECTED]] Sent: Thursday, 21 March, 2002 9:57 PM To: [EMAIL PROTECTED] Subject: Question Hi, I am a new developer on SOAP2.2. I got a question when I tried to deploy the sample service to rpcrouter. When I used command line of "java org.apache.soap.server.ServiceManagerClient http://loca

Question!!!!

2002-03-22 Thread Peter Wang
Hi, I am a new developer on SOAP2.2. I got a question when I tried to deploy the sample service to rpcrouter. When I used command line of "java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter deploy DeploymentDescriptor.xml", it shown

SOAP Struct question

2002-03-21 Thread Paco Avila
I have a method that returns an object (a bean). The server is configured to serialize this object using the BeanSerializer. The returned XML is a Struct?   -- GRIDSYSTEMS   Francisco Jose Avila BermejoParc Bit - Son Espanyol    Responsable Área Desarrollo07120 Palma de

Re: Tomact Servlet Deploy Question/Problem- Help

2002-03-20 Thread Scott Nichol
I would recommend posting this to a Tomcat mailing list. Scott - Original Message - From: "Sanjay Bahal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 20, 2002 11:39 AM Subject: Re: Tomact Servlet Deploy Question/Problem- Help > Can an

Re: Tomact Servlet Deploy Question/Problem- Help

2002-03-20 Thread Sanjay Bahal
Can anybody help on this. TIA Sanjay --- Sanjay Bahal <[EMAIL PROTECTED]> wrote: > I installed Tomcat4.01/NT the examples run- > webapps/servlets. > I am trying to deploy my example servlet it does not run. > I have directory structure /webapps/search. > Under this I have my html file hello.htm- >

Re: Tomact Deploy Question/Problem

2002-03-19 Thread Sanjay Bahal
Hi all, Can anybody help me deploy a servlet? Thanks a lot, Sanjay --- Sanjay Bahal <[EMAIL PROTECTED]> wrote: > I insatalled Tomcat the examples run- > webapps/servlets. > I am trying to deploy my example it does not run. > I have directory structure /webapps/search. > Under this I have my html f

Tomact Deploy Question/Problem

2002-03-19 Thread Sanjay Bahal
I insatalled Tomcat the examples run- webapps/servlets. I am trying to deploy my example it does not run. I have directory structure /webapps/search. Under this I have my html file hello.htm- Execute I have further dir. struc- /webapps/search/web-inf/classes Under web-inf I have my web.xml-

Question about SOAP over SMTP

2002-03-18 Thread Frank Weinhold
Hi,   I want to use the apache-soap implementation over SMPT. my Question: Now, some SMTP MailServers need  for sending a mail authentiction. I have read that javamail 1.3 support this. But I can't find some implementation in apache-soap 2-2. Is there a way to use it, or have

Re: Question about alternate encodings

2002-02-26 Thread Aleksander Slominski
Dan Davis wrote: > I'm aware of Axis, GLUE, and WASP through the archives, > but has anybody explored more radical ways to improve > performance? hi Dan, we attempted a much more radical approach to SOAP processing by focusing on streaming deserialization and pipelined architecture - then of co

Question about alternate encodings

2002-02-03 Thread Dan Davis
I'm aware of Axis, GLUE, and WASP through the archives, but has anybody explored more radical ways to improve performance?

RE: Messaging Question

2002-01-11 Thread Max Stolyarov
: Wednesday, January 09, 2002 11:01 AM To: [EMAIL PROTECTED] Subject: Messaging Question Hello, everyone: I started to learn SOAP a week ago. I have no problem to install and test it. I tested all samples, it is no problem. I try to do something in messaging. I want to check the message server

license question about org/apache/soap/encoding/soapenc/Base64.java

2002-01-10 Thread Cliff Draper
Hi, All of the source files to Aache SOAP 2.2 have the normal Apache source license at the top except for org/apache/soap/encoding/soapenc/Base64.java which has an IBM license. We're looking to redistribute the soap.jar and our lawyers most likely won't let us redistribute it when it has source c

Messaging Question

2002-01-09 Thread Xiaohui Ma
Hello, everyone: I started to learn SOAP a week ago. I have no problem to install and test it. I tested all samples, it is no problem. I try to do something in messaging. I want to check the message server receive. It doesn't work. I try to reinstall soap again. Even there is no change at all in

Question about mailing list archive

2002-01-04 Thread Fernandez, Raul
I have the same problem as Ravi Kumar, who posted his question on Aug 24, 2001 (code [EMAIL PROTECTED]). Can you tell me how can I find the answer to it? Thank you, Raul Fernandez

Quick Question

2001-09-10 Thread Michael Laccetti
Title: Message I've been looking through the SOAP source code to help resolve a problem I've been having, and came across something unexpected.  For testing purposes, I've been trying to connect to the IBM test UDDI server using through Java using an HTTPUrlConnection.  (Remember, this is ju

SOAP question related to UDDI

2001-08-05 Thread Mehashah
Hi, I am implementing the UDDI std 1.0 for my school project. I have a question about the SOAP interface on the UDDI server. For example when one tries to use save_tModel API..the soap message looks like ... This is how uddi4j generates it. This would map to a java api of

Re: SOAP Question

2001-07-31 Thread Ram Sadasiv
> Ranjit Goray wrote: > > SOAP Questions : > > > 1.How is SOAP different from the Ariba and Commerce One Standards of > cXML etc? > SOAP is an encoding and transport mechanism. The data payload could be cXML, or any other datatype which can be encoded as XML (there is also a spec for binary at

SOAP Question

2001-07-30 Thread Ranjit Goray
SOAP Questions :   1.How is SOAP different from the Ariba and Commerce One Standards of cXML etc?   2.What is the relationship between COM Plus and SOAP?   3.What is the relationship between ebXML and SOAP?   4.At what layer in the OSI stack does SOAP run?   5.What is a Client Stub/ Server Stub

security question again

2001-07-26 Thread Bernd Koecke
Hi, a few days ago, I send a suggestion for an additional Config-Param in Soap-Configuration. I didn't get any response. Do I miss something, or have I been to impatient? Is my problem solvable with the current apache-SOAP? Or is it uninteresting to think about the security in apache-SOAP? It see

Re: Urgent SOAP Question

2001-07-25 Thread Mehashah
I resolved the issue, I was setting some mappings for primitive objects such as String and that caused the whole thing to go haywire. I think this applies to people getting incorrect data or missing or bogus data from one point to another through soap.

Re: Urgent SOAP Question

2001-07-24 Thread Mehashah
ED] > > To: <[EMAIL PROTECTED]> > cc: > Subject: Re: Urgent SOAP Question > > > > I now remmeber why the UUDIProxy didn't work for me and may be you would > know the answer. > > For example in SaveTModel When I used UDDIProxy it uses the savetoxm

Re: Urgent SOAP Question

2001-07-24 Thread David Melgar
What errors did you get when using UDDIProxy? David Melgar Web Services Toolkit Development Emerging Technologies [EMAIL PROTECTED]

Re: Urgent SOAP Question

2001-07-24 Thread Mehashah
I now remmeber why the UUDIProxy didn't work for me and may be you would know the answer. For example in SaveTModel When I used UDDIProxy it uses the savetoxml method to convert java object to xml it creates the following <.. on the server side it complains that it can't matc

Re: Urgent SOAP Question

2001-07-24 Thread Mehashah
I tried using UDDIProxy but I get errors so I tried this approach. I dont get an error but when I try to acces the object("SaveBusiness") on my UDDI server I get nulls. In a message dated Tue, 24 Jul 2001 10:54:43 AM Eastern Daylight Time, "David Melgar" <[EMAIL PROTECTED]> writes: > UDDI4J

Re: Urgent SOAP Question

2001-07-24 Thread David Melgar
UDDI4J typically uses the messaging API in soap and handles its own request message generation and processing. I assume your going through all this effort for some other reason? You don't describe what failure you get. Is no response returned? Is the deserialization of the response failing? Dav

Re: XML namespace question

2001-07-22 Thread Robert Englander
Actually, I guess my question applies to attributes as well. For instance, clearly once you specify the encodingStyle attribute, all sub-elements implicitly use that encodingStyle as well unless otherwise specified, correct? So is this the general case for attributes and element namespaces

Question of Using JAXM from Sun

2001-06-29 Thread Danh Hoai
Hi,   Has anyone used the JAXM from Sun yet?   I am trying to run the 'simple example' and trying to extract the contents of the elements in the SoapBody but I am not able to do it.  Please give me some ideas.  I am new to XML and Soap.   Please look at the package simple.receiver.  Basicall

Re: newbie question

2001-06-07 Thread Scott Nichol
:01 PM Subject: newbie question > Hi, > I have just started on SOAP, by downloading the apache-soap > implementation, > and had a basic question. If my server side is implemented using the > apache-soap implementation, does the client side neccesarily need to > have > the same API?

newbie question

2001-06-07 Thread Umesh Dandekar
Hi, I have just started on SOAP, by downloading the apache-soap implementation, and had a basic question. If my server side is implemented using the apache-soap implementation, does the client side neccesarily need to have the same API? In other words, does the client always need to use apache

Re: SOAP Interoperability question

2001-06-07 Thread Scott Nichol
Have a look at the interoperability information in the Apache SOAP 2.2 User Guide. Scott - Original Message - From: "Picard Francois" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 07, 2001 10:15 AM Subject: SOAP Interoperability question >

RE: SOAP Interoperability question

2001-06-07 Thread Hansen, Richard
ois [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 07, 2001 9:15 AM > To: '[EMAIL PROTECTED]' > Subject: SOAP Interoperability question > > > Hi > Sorry for what might be a trivial question, but I can't find > an answer on > the Net. > > I'm

Re: SOAP Interoperability question

2001-06-07 Thread Sanjiva Weerawarana
Please see the docs - user's guide -> interoperability. There's a lot of info there. Sanjiva. - Original Message - From: "Picard Francois" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 07, 2001 10:15 AM Subject: SOAP Interoperabili

SOAP Interoperability question

2001-06-07 Thread Picard Francois
Hi Sorry for what might be a trivial question, but I can't find an answer on the Net. I'm relatively new to SOAP and download yesterday the Apache-SOAP and then the MS-SOAP toolkit. They each have samples that work "in their own environment" but what about across e