how to set HTTP error via Apache SOAP API?

2003-10-08 Thread julia . petkau
Hi, I need set a HTTP Error (401) I have tried to set error on server side through HttpServletResponse, that I extract from response context(SOAPContext resCtx) If I use the follows code HttpServletResponse rs = (HttpServletResponse) resCtx.getProperty(Constants.BAG_HTTPSERVLETRESPONSE);

Re: How to access HTTP response status code

2003-09-30 Thread Scott Nichol
. - Original Message - From: "Frank Baldiga" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 30, 2003 9:05 AM Subject: How to access HTTP response status code > I know this question has been asked before but I couldn't find an answer > in

How to access HTTP response status code

2003-09-30 Thread Frank Baldiga
I know this question has been asked before but I couldn't find an answer in the achives. I'm using WebSphere 5.0.1. I'm not sure what version of SOAP it uses. My question is: how can I get access to the HTTP response status code in my proxy?  I checked the javadoc f

How to send Date object across SOAP protocol without Time zone offset?

2003-08-08 Thread Meyyappan Alagappan
Hi, In the 2.3 Saop implementation release I found out that it sends Date = object and does an automatic Time Zone offset ... can I disable this = featurer. I saw this in the release notes is it possible? -M

Re: How to descibe Element in wsdl?

2003-07-31 Thread Scott Nichol
arbitrary XML fragments, I am not sure how you would write the schema for that. 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. - Original Message - From: "Yang, Guang" <[EMAIL PROTECTED]

How to descibe Element in wsdl?

2003-07-31 Thread Yang, Guang
Dear all: I got a soap service take org.w3c.dom.Element as parameter And return org.w3c.dom.Element. My question is: how to describe the parameter and return value in wsdl of this service. any response will be appriciated! Sincerely, Yang Guang Keynes Tower 5/13 University of Essex Wivenhoe

Re: How does one register and create a Custom Provider?

2003-02-11 Thread Scott Nichol
Please post Axis questions to one of the Axis lists, axis- [EMAIL PROTECTED] or [EMAIL PROTECTED] On 11 Feb 2003 at 16:51, [EMAIL PROTECTED] wrote: > I want to extend the JavaRPC and JavaMsg providers, and possibly create a > completely new kind of provider. > > How do I

How does one register and create a Custom Provider?

2003-02-11 Thread tbentley
I want to extend the JavaRPC and JavaMsg providers, and possibly create a completely new kind of provider. How do I register the subclassed providers with AXIS? How do I register the completely new providers with AXIS? How do I ensure that it gets called so it is used to invoke web services

How I can make Serialization under Weblogic

2002-12-13 Thread Nirmal Mukhi
Return Receipt Your How I can make Serialization under Weblogic document

Re: How I can make Serialization under Weblogic

2002-12-13 Thread Scott Nichol
: "Augusto Vyhmeister" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 13, 2002 1:19 PM Subject: How I can make Serialization under Weblogic Hello: I am the following problem: I send from a java client an invoke(...) to Weblogic ( I am working with W

How I can make Serialization under Weblogic

2002-12-13 Thread Augusto Vyhmeister
Hello:   I am the following problem:     I send from a java client an invoke(...) to Weblogic ( I am working with WorkShop, and have this response:         Service Request Submitted at Fri Dec 13 13:44:49 VET 2002sumar

RE: how to override code in SOAP-ENV:Server tag

2002-10-31 Thread Omprakash Bachu
al Message- From: Scott Nichol [mailto:snicholnews@;scottnichol.com] Sent: Wednesday, October 30, 2002 6:06 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: how to override code in SOAP-ENV:Server tag Fault.getDetailEntries() just returns a Vector of Element unless it knows how to deser

Re: How to integrate SOAP in a Servlet ?

2002-10-30 Thread Scott Nichol
See http://xml.apache.org/soap/faq/faq_chawke.html#Q1_4. Scott Nichol - Original Message - From: "Pierre Yves Monnet" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 30, 2002 12:22 PM Subject: Re: How to integrate SOAP in a Servlet ? Thanks for

Re: How to integrate SOAP in a Servlet ?

2002-10-30 Thread Pierre Yves Monnet
change that (but my problem is still the same, see below) Question closed. > Q3 : on which parameter do I need to switch ?> > Typically, there is no parameter on which to switch, as the URLs used> look like http://host:port/soap/servlet/rpcrouter and> http://host:port/soap/servlet/mes

Re: How to integrate SOAP in a Servlet ?

2002-10-30 Thread Scott Nichol
oap/servlet/rpcrouter and http://host:port/soap/servlet/messagerouter. However, you can encode whatever you want in the URL to determine how to switch: none of the SOAP code cares about the URL. Q4 : is all the soap administration will work ? The command line admin should work. If you deploy the Apache S

How to integrate SOAP in a Servlet ?

2002-10-29 Thread Pierre Yves Monnet
  Hello,   I have a Servlet program build in Java. I want to extend this servlet to be able : - to run the normalservice, as know - to integrate the SOAP mechanism.   So, I would like to integrate something like this in my service() method :   public class MyEngine extends HttpServlet{   RPCR

Re: How to populate the elements into soap header block?

2002-10-24 Thread Scott Nichol
lt;[EMAIL PROTECTED]> Sent: Thursday, October 24, 2002 5:49 PM Subject: RE: How to populate the elements into soap header block? > Can any one answer this...? > > -Original Message- > From: Omprakash Bachu [mailto:omprakash.bachu@;mphasis.com] > Sent: Thursday, October 24,

RE: How to populate the elements into soap header block?

2002-10-24 Thread Omprakash Bachu
Can any one answer this...? -Original Message- From: Omprakash Bachu [mailto:omprakash.bachu@;mphasis.com] Sent: Thursday, October 24, 2002 3:01 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: How to populate the elements into soap header block? I got the

How to populate the elements into soap header block?

2002-10-24 Thread Omprakash Bachu
Hi all, in order to achieve a template as below, having the element structure, what I need to do? http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/1999/XMLSchema

How to set and get elements from ?

2002-10-24 Thread Omprakash Bachu
side questions: 1. How to set the attributes which goes into Envelope, which is to stop Apache SOAP library generating the namespace prefixes 2. To set the header elements is the API Server side questions: 1. While sending to SOAP service does it automatically performs the schema validations? 2. If

RE: How to populate the elements into soap header block?

2002-10-24 Thread Omprakash Bachu
ement(root); hdr.setHeaderEntries(hdrEntriesVec); Call call = new Call("urn:AddressFetcher", "putListings", params, hdr, Constants.NS_URI_SOAP_ENC); ... ... But still have the question, how to get the header block at service implementation side? thanks Om -Original Mess

Re: How to set namespace

2002-09-04 Thread Scott Nichol
Nichol - Original Message - From: "Davide Frigerio" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 04, 2002 3:47 AM Subject: How to set namespace Hello, there's a method to set output's namespace? I have this problem: SOAP p

How to set namespace

2002-09-04 Thread Davide Frigerio
Hello, there's a method to set output's namespace? I have this problem: SOAP protocol error: Unable to resolve namespace URI for 'xsd' I read the following faq: 1.2 Help! I'm getting this error: "Unable to resolve namespace URI for 'xsd'" but my project needs pareser different from

Re: How to run apache-soap on a servlet engine except Tomcat

2002-07-10 Thread Tatsuya Tsurukawa
"Tatsuya Tsurukawa" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Wednesday, July 10, 2002 3:49 AM >Subject: Re: How to run apache-soap on a servlet engine except Tomcat > > >> Hi All, >> >> I found our proprietary servlet engine suppor

Re: How to run apache-soap on a servlet engine except Tomcat

2002-07-10 Thread Scott Nichol
nt: Wednesday, July 10, 2002 3:49 AM Subject: Re: How to run apache-soap on a servlet engine except Tomcat > Hi All, > > I found our proprietary servlet engine supports Servlet API 2.0. > > Does anybody know what version's Apache SOAP should I use ? > > Regards, > Tats

Re: How to run apache-soap on a servlet engine except Tomcat

2002-07-10 Thread Yuji Sakata
> Hi All, > > I found our proprietary servlet engine supports Servlet API 2.0.> > Does anybody know what version's Apache SOAP should I use ? > SOAP 2.2 documentation say as below Apache SOAP has the following requirements: Java 1.1 or higher, and a servlet engine supporting version 2.1 or

Re: How to run apache-soap on a servlet engine except Tomcat

2002-07-10 Thread Tatsuya Tsurukawa
Hi All, I found our proprietary servlet engine supports Servlet API 2.0. Does anybody know what version's Apache SOAP should I use ? Regards, Tatsuya Tsurukawa Tatsuya [EMAIL PROTECTED] -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: How to run apache-soap on a servlet engine except Tomcat

2002-07-09 Thread Tatsuya Tsurukawa
ly as version 2.0 of the >servlet API. > >Scott Nichol > >- Original Message - >From: "Tatsuya Tsurukawa" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> >Sent: Tuesday, July 09, 2002 5:41 AM >Subject: How to run apac

Re: How to run apache-soap on a servlet engine except Tomcat

2002-07-09 Thread Scott Nichol
of the servlet API. Scott Nichol - Original Message - From: "Tatsuya Tsurukawa" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, July 09, 2002 5:41 AM Subject: How to run apache-soap on a servlet engine except Tomcat > Hi All

How to run apache-soap on a servlet engine except Tomcat

2002-07-09 Thread Tatsuya Tsurukawa
Hi All, I'm now trying to run apache-soap 2.2 on our proprietary servlet engine instead of Tomcat. I could successfully run it on RHL 7.2, JDK 1.3.1 and Tomcat 3.2.3. In case of using our servlet engine, I have to register a servlet to it in advance by its name. ex) "servlet-name". Then I can r

How to Write XSP Code - equivalent to Java Soap Clients

2002-06-24 Thread deepak venugopal
Hello friends, My company has started developing soap clients based on XSP and submitting the request to Apache Soap Server which has services running in pure Java. For my Java Soap Clients, the soap service used to return a Node Element ( XML Document). The Java Client worked perfectly using the

Re: How to make an EJB comp into a web service?

2002-04-30 Thread Scott Nichol
sion 1.3.1 that is not supported. If you are using that version, I recommend trying another version. Scott Nichol - Original Message - From: "Nilesh Kumar, Koratpallikar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 30, 2002 9:06 AM Subject: Ho

How to make an EJB comp into a web service?

2002-04-30 Thread Nilesh Kumar, Koratpallikar
ill-formed. Instructions are included in the UtilSnoop download. > -Original Message- > From: Didem Kuzucu [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 09, 2002 8:31 AM > To: [EMAIL PROTECTED] > Subject: RE: SOAP-Env:Client > > > Hi, > thanks for your

Re: How can I add security to remote SOAP method invocation

2002-04-26 Thread Scott Nichol
"Paco Avila" <[EMAIL PROTECTED]> To: "SOAP User" <[EMAIL PROTECTED]>; "SOAP Developer" <[EMAIL PROTECTED]> Sent: Friday, April 26, 2002 5:30 AM Subject: How can I add security to remote SOAP method invocation Hi, I have some SOAP methods exposed in a serve

How can I add security to remote SOAP method invocation

2002-04-26 Thread Paco Avila
Hi, I have some SOAP methods exposed in a server and I need to restrict the use of these methods. The client should authentify himself to access them. How can I do this?   Thanks in advance.

Re: How to retrive a Element type in MS Apache Soap

2002-04-19 Thread Scott Nichol
possible to see the problem. Scott - Original Message - From: "Vaibhav Joshi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 19, 2002 5:27 PM Subject: How to retrive a Element type in MS Apache Soap > Hi, > I have a method deployed in java returni

How to retrive a Element type in MS Apache Soap

2002-04-19 Thread Vaibhav Joshi
Hi, I have a method deployed in java returning a Element type. I want to call this using a VB client which i am failing to do so. Can you please send me some sample code i can look at . My method siganture is:: public Element get(String S,String S1,String S2,String S3,String S4) throws Excep

Re: How to get value(s) from Response XML

2002-04-09 Thread Scott Nichol
could. Scott - Original Message - From: "Yalavarthi, Vasu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 09, 2002 2:43 AM Subject: How to get value(s) from Response XML > Hi, > My Apache Java-Soap client os sending XML request to Micro

How to get value(s) from Response XML

2002-04-08 Thread Yalavarthi, Vasu
alance etc). But my respose is an XML (provided below) as provided below (especially the "" node and its children). How do i retrieve those values from the Response object or some other Soap API? Thanks, Vasu ///RESPONSE XML taken from Ax

Re: How to setUp a Visual Basic Client to talk to Apache Service

2002-04-04 Thread Scott Nichol
PROTECTED]> Sent: Thursday, April 04, 2002 8:16 AM Subject: Re: How to setUp a Visual Basic Client to talk to Apache Service > > VERY COOL!!! The first email I read this morning and I'm off to a good > start alreadythanks Scott!!... > > >

Re: How to setUp a Visual Basic Client to talk to Apache Service

2002-04-04 Thread dswanson1
ott Nichol" cc: (bcc: Doug Swanson/US-Corporate/3M/US) Subject: Re: How to setUp a Visual Basic Client to talk to Apache

Re: How to setUp a Visual Basic Client to talk to Apache Service

2002-04-03 Thread Scott Nichol
Scott Nichol" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 03, 2002 9:09 AM Subject: Re: How to setUp a Visual Basic Client to talk to Apache Service > Doug, > > Thanks for the kind words. I basically aimed to get something working and had > some c

Re: How to setUp a Visual Basic Client to talk to Apache Service

2002-04-03 Thread Scott Nichol
t; To: <[EMAIL PROTECTED]> Sent: Wednesday, April 03, 2002 5:57 AM Subject: RE: How to setUp a Visual Basic Client to talk to Apache Service > Scott, > > I adapt your VB client (StockQuoteClient) in order to call my service and > the changes were: > > dim sSOAPMsg a

Re: How to setUp a Visual Basic Client to talk to Apache Service

2002-04-03 Thread Scott Nichol
, maybe I will even write some documentation for them. By using the low level API, I could get a client to work without generating WSDL or changing the deployment descriptor for the sample. Yes, this mainly involved generating the xsi:type attribute. I am interested in seeing how far I can get with

Re: How to setUp a Visual Basic Client to talk to Apache Service

2002-04-03 Thread dswanson1
cc: (bcc: Doug Swanson/US-Corporate/3M/US) Subject: Re: How to setUp a Visual Basic Client to talk to Apache

RE: How to setUp a Visual Basic Client to talk to Apache Service

2002-04-03 Thread Tiago Fernandes Thomaz
It keeps gwetting the following error: Invalid procedure call or argument. Any ideas? Tiago Fernandes Thomaz -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: quarta-feira, 3 de Abril de 2002 05:28 To: [EMAIL PROTECTED] Subject: Re: How to setUp a Visual Basic Cli

How to setup apache soap service on websphere 4.0.1

2002-04-02 Thread ywbaek
, I'm trying how to run apache soap service on websphere 4.0.1 on AIX IBM Machine. Sometimes, I've got the error message

Re: How to setUp a Visual Basic Client to talk to Apache Service

2002-04-02 Thread Scott Nichol
/apachesoapinstall.htm Scott Nichol - Original Message - From: "Cornyn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 01, 2002 9:48 AM Subject: How to setUp a Visual Basic Client to talk to Apache Service Can anyone please tell me how to set up a Visual

Re: How to setUp a Visual Basic Client to talk to Apache Service

2002-04-01 Thread Scott Nichol
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 01, 2002 9:48 AM Subject: How to setUp a Visual Basic Client to talk to Apache Service Can anyone please tell me how to set up a Visual Basic Client that will communicate with a java service. Do i have to create a dll and what are the pro

How to setUp a Visual Basic Client to talk to Apache Service

2002-04-01 Thread Cornyn
Can anyone please tell me how to set up a Visual Basic Client that will communicate with a java service.  Do i have to create a dll and what are the proper libraries i should include.  I am running on Windows 98.  I have a java client and server communicating but i cannot get the vb client

how to use parl client for accessing services defined in java

2002-03-02 Thread Gargi Shami
How to use a perl client for accessing java services on server. What additional software i need apart from perl and soap lite. do i need to use java in my perl client for accessing java services on server? Regards Gargi

Re: how to use soap with c

2001-12-27 Thread Radovan Janecek
the stable version is here: http://www.systinet.com/products/waspc/index.html Radovan - Original Message - From: "Àî Åô" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 25, 2001 6:52 AM Subject: how to use soap with c > I have some program wr

Re: how to use soap with c

2001-12-26 Thread Paco Avila
- Original Message - From: "李 鹏" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 25, 2001 6:52 AM Subject: how to use soap with c > I have some program written by C, I want to use soap in these programmes, > how can I do? Is there a d

how to use soap with c

2001-12-24 Thread 李 鹏
I have some program written by C, I want to use soap in these programmes, how can I do? Is there a dll to meet my need? thanks. _ ÏíÓÃÊÀ½çÉÏ×î´óµÄ Web µç×ÓÓʼþϵͳ ¡ª¡ª MSN Hotmail¡£ http://www.hotmail.com/cn

How to know the method parameters in Apache SOAP implementation.

2001-11-29 Thread P Sreenivasa Rao
Hi all, It may be a basic one,but still I need some clarification.   In apache SOAP, I'll deploy one service and if some user wants to use my service .so where that user can find my service info. In our Apache ,while deploying ,no where we are mentioning the parameters , their type and other

How to create Java SOAP client for some SOAP service in PERL?

2001-10-25 Thread Gaur, Deepak
Title: How to create Java SOAP client for some SOAP service in PERL? Hello Great SOAP Developers, I am trying to convert some legacy PERL code into SOAP services. But i want to use a Java SOAP client to use these services. I am able to convert these PERL code to SOAP services, using SOAP

how to call from methods from one service to other service

2001-10-22 Thread Anil Kumar, Anumakonda
Hi to all, I have 2 services. i want to call a method from one service to other service. presently i am making a soap call one service to other service. is there any way to get the reference of other service so that we can directly call the method. thanks in Advance Anil

How to return an Object ?

2001-10-12 Thread NagarajaRao
 Hi ,  I want to return an Object as a response to a message. How should i do it? I tried to use SOAPContext.setProperty() at Server and then tried to fetch the same at Client. I am getting null. Please let me know. At Server:   SOAPContext resCtx   resCtx.setProperty("Vector" ,

How to convert an XML dom to a string again

2001-09-28 Thread Richard Wu
Hi, we can convert an XML document text string to an XML dom via StingReader/InputStream but can we convert an XML dom to an XML document text string via StringWriter/OutputStream? I tried to figure this out but not sure where to start. Really any suggestion or idea! Richard Wu

Re: How to handle multiple request in "Application" scope

2001-09-27 Thread Scott Nichol
. This is similar to how servlets work. Scott - Original Message - From: "Naresh Agarwal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 27, 2001 9:58 AM Subject: How to handle multiple request in "Application" scope > Hi >

RE: How to handle multiple request in "Application" scope

2001-09-27 Thread Hansen, Richard
Thursday, September 27, 2001 8:58 AM > To: [EMAIL PROTECTED] > Subject: How to handle multiple request in "Application" scope > > > Hi > > I want to ask one thing about Soap implementations > > If we deploy some service in "Application" scope (in Apa

How to handle multiple request in "Application" scope

2001-09-27 Thread Naresh Agarwal
Hi I want to ask one thing about Soap implementations If we deploy some service in "Application" scope (in Apache Soap or in MS-Soap), this means the same instance of Soap Server would be used to serve all the requests. Now in this case, Soap server wudn't able to handle multiple client reques

AW: How to Maintain sessions in SOAP

2001-09-10 Thread Christoph C . Cemper @ Cemper.com
ch for the "setMaintainSession (true);" in the MS SOAP toolkit. How did you solve it so far? Did you use this Soap-Header solution? mfg / kind regards, Christoph C. Cemper email:mailto:[EMAIL PROTECTED] www:http://Christoph.Cemper.com -Ursprüngliche Nachricht- Von: Na

How to Maintain sessions in SOAP

2001-09-05 Thread Naresh Agarwal
erform a check for it. > > > > That is quite comparable to JSP-includes that perform a "Is there a valid > > session or not" on every page... > > > > The session-object itself can be retrieved and managed in the > > implementation > > of your servic

how to use custom fault-messages

2001-08-27 Thread Frederik Fromm
Hi! I'm working on a SOAP-project which requires session-management. If the session exprires I want the service to send a SOAP-Fault message. How can I invoke such message? I created the correct message and it goes through the DOMFaultListener (see debugoutput): ERROR: [Attribut

Re: how to invoke the method in Server-side(Apache) from Client-side(VB) using WSDL.

2001-08-20 Thread Naresh Agarwal
;; "Randy Charles Morin" <[EMAIL PROTECTED]>; "James F" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, August 13, 2001 4:06 PM Subject: how to invoke the method in Server-side(Apache) from Client-side(VB) using WSDL. >

Is there any sample on how to write and utilize Soap fault handler?

2001-08-15 Thread Ding, Chengmin
as title. Thanks. -Chengmin

Re: How

2001-08-14 Thread senthil
Hi Ramesh Babu Pls, Logon to http://xml.apache.org/mail.html Regards B.Senthil Kumar - Original Message - From: "ramesh.babu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 14, 2001 2:59 PM Subject: How > How can i register to get all th

How

2001-08-14 Thread ramesh.babu
How can i register to get all the mailing info. anybody can advice. Ramesh Babu Software Engineer WDC Solutions Tel: +91 (80) 356 0606 Fax: +91 (80) 356 0707 www.wdcsolutions.com INDIA

how to invoke the method in Server-side(Apache) from Client-side(VB) using WSDL.

2001-08-13 Thread chihongkim
Thank you for your interest in my writing... I am searching for the source about invoking the method in Apache Server-side from VB Client-side. I don't know how to access the server's WSDL file generated by IBM soap toolkit and how to use it . If you know how to make

how to attach the file into the SOAP-BODY part.

2001-08-08 Thread chihongkim
h the file into the SOAP-BODY part.If you hava a sample code, can you send it?How much happy I would be, if you could help me.Thank you for reading..I will wait for your answer.

how to attach the file into the SOAP-BODY part.

2001-08-08 Thread chihongkim
h the file into the SOAP-BODY part.If you hava a sample code, can you send it?How much happy I would be, if you could help me.Thank you for reading..I will wait for your answer.

Re: How to use Apache SOAP with iPlanet Web Server

2001-08-06 Thread Warwick Slade
ensure that the soap.jar is in the classpath. and your done. - Original Message - From: "A. F." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 07, 2001 7:56 AM Subject: How to use Apache SOAP with iPlanet Web Server > I'm using the latest i

How to use Apache SOAP with iPlanet Web Server

2001-08-06 Thread A. F.
I'm using the latest iPlanet Web Server 4.1, and try to use Apache SOAP 2.2. Have anyone figure out how to make it work? Thanks for your help in advance, Andy _ Get your FREE download of MSN Explorer at http://explorer.ms

Re: How to desrialize xml element attributes ?

2001-08-06 Thread Jung Frau
Mehashah, > How can we desirialize xml attributes such as > > This xml fragment above is not section 5 compliant; so I'd suggest that you use the LITERAL XML encoding to obtain a DOM; and then work off the DOM to get the attribu

RE: Anyone know how to UNSUBSCRIBE?

2001-08-01 Thread David Ezell
from the email header on this and all other messages... list-unsubscribe: <mailto:[EMAIL PROTECTED]> > -Original Message- > From: Creech, Brad [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, August 01, 2001 10:15 AM > To: '[EMAIL PROTECTED]' > Subject:

Anyone know how to UNSUBSCRIBE?

2001-08-01 Thread Creech, Brad
-Original Message- From: Pete Roth [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 9:11 AM To: Soap-dev List (E-mail); Soap-user list (E-mail) Subject: setting response deserializers dynamically not based on element n ames (Java client to MS .NET server) I have a response e

How to map date from VC ++ Client to Java service..

2001-07-11 Thread Susheel Chauhan
Hello all, I have developed two Apache soap2.2 services. One of service just take two string arguments and other one take one string and one date arguments. When i access these services from my MS Soap2.0 clients made in VC++ My first client works fine but other one get fault due to date parameter

RE: How to help

2001-07-11 Thread Eduardo Yánez
, 11 de Julio de 2001 06:37 p.m. To: '[EMAIL PROTECTED]' Subject: RE: How to help How about writing some sample code -Original Message- From: Eduardo Yanez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 3:01 PM To: [EMAIL PROTECTED] Subject: How to help Hi SOAP devel

RE: How to help

2001-07-11 Thread Khamesra, SandeepX
How about writing some sample code -Original Message- From: Eduardo Yanez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 3:01 PM To: [EMAIL PROTECTED] Subject: How to help Hi SOAP developers! If i?m also an XML-Java developer, how could i help to the project?? Regards

How to help

2001-07-11 Thread Eduardo Yanez
Hi SOAP developers! If i?m also an XML-Java developer, how could i help to the project?? Regards, E.Y.

Re: How to map Element Object?

2001-07-09 Thread dswanson1
As far as I know support for complex types needs to be custom...not sure if you can even deserialize an Element...might want to just pass back a string and load it into a dom on the client...we're using Apache clients with Microsoft Soap servers...passing dom documents (small) back and forth...bu

Re: How to serialize/deserialize this Class?

2001-07-06 Thread rajendra shah
Soumen Sarkar <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: How to serialize/deserialize this Class? >Date: Thu, 5 Jul 2001 17:23:32 -0700 > >Hello, >I have an EJB application which exchan

How to serialize/deserialize this Class?

2001-07-05 Thread Soumen Sarkar
is much more complex than the class Address and has the following complexities: a. Class Employee referes to itself through manager, subordinates. I know that XML does not permit nesting, i.e, within employee tag you can not again have employee tags. I am thus having difficulty how Employee class

How to serialize/deserialize this Class?

2001-07-05 Thread Soumen Sarkar
is much more complex than the class Address and has the following complexities: a. Class Employee referes to itself through manager, subordinates. I know that XML does not permit nesting, i.e, within employee tag you can not again have employee tags. I am thus having difficulty how Employee class

How to deserialize a org.w3c.dom.Element

2001-07-02 Thread Sajit Kumar (RBIN/DCA-IAG)
that the server needs to use. I tried mapping it to XMLParameterSerializer but it still gives me the same error. Has anybody tried this earlier. If yes then please tell me how did u do it? I am great need of this. Any suggestions would be of great help. Thanks in advance. With Regards

How do I set encoding style using VB Script

2001-06-19 Thread Khamesra, SandeepX
When I try to invoke a java service from a vb client I get this error "No Serializer found ..." How do I set encoding style using VB Script -- Received: http://schemas.xmlsoap.org/soap/envelope/&q

How Array-,Vector-,Base64-,ParameterSerializer works

2001-06-08 Thread Ralf Bierig
Now it comes, maybe some you you think this questions are a little bit stupid. But I just want to be sure I have understood the code :-) Can somebody explain in one or two sentences how the ArraySerializer do its job. What kind of "Arrays" are meant? Whats with Vector

How to get SOAP envelopes using API

2001-06-01 Thread v . javier . colmenares
Hi, Is there a way to display the SOAP envelope (XML Files) for the request message and the response message before and after calling call.invoke(url,"")?, using the Java APIs, I mean. Thanks, V. Javier Colmenares Accenture Communications & High Tech - Washington, DC Phone: (703) 947-2667 e