RE: ant task to deploy Apache SOAP service

2001-08-03 Thread HariNam Singh
See http://jakarta.apache.org/ant It's a build tool. Compared to make, it's more platform independant, and java friendly. It's a very cool tool, and easy to use. -Original Message- From: Steeve Gilbert [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 02, 2001 2:03 PM To: [EMAIL

Re: Links to sites / Books on SOAP

2001-08-03 Thread Jonathan Chawke
See http://xml.apache.org/soap/faq/faq_chawke.html#Q2_6 and http://xml.apache.org/soap/faq/faq_chawke.html#Q2_3 Jonathan. From: Aniruddha Shevade [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Links to sites / Books on SOAP Date: Wed, 1 Aug 2001 12:31:59 -0700 Hi

RE: encodingStyles

2001-08-03 Thread Gus Delgado
Question about encoding Styles. Does NS_URI_LITERAL_XML only allows you to send and receive pure xml like: soap-env soap-body my-tag my-other-tagvalue/my-other-tag /my-tag /soap-body /soap-env ...And NS_URI_SOAP_ENC only allows you to send and receive objects like Element or String

RE: Writing my own deserializer

2001-08-03 Thread Steeve Gilbert
How do you do that? Can you give me a code sample? Steeve... Wilkins, Craig [EMAIL PROTECTED] on 02/08/2001 11:55:01 AM Please respond to [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] cc:(bcc: Steeve Gilbert/G_STGEORGES/CANAM_MANAC) Subject: RE: Writing my own

acriotURI

2001-08-03 Thread Rich Catlett
The send method of a SOAP Message has three parameters, the URL of the message router, the actionURI, and the envelope. What is the actionURI? Rich Catlett

Apache-SOAP 2.2 under WebSphere Test Environment 3.5.3

2001-08-03 Thread Kremer, Gennady
I wonder if Apache-SOAP 2.2 can be set up and work under WebSphere Test Environment 3.5.3. Thanks. Gene

Re: Deploying Web service on Private UDDI registry (IBM WSTK2.3 problem)

2001-08-03 Thread Richard Heintze
James, May I partake of this UDDI tutorial too? I cannot find any UDDI discussion in G:\apache_soap\soap-2_2\docs\body.html. Thanks, Siegfried --- James M Snell [EMAIL PROTECTED] wrote: Gerald, For any questions related to the tutorial, feel free to email me

WSDL UDDI Tutorials?

2001-08-03 Thread Richard Heintze
I have a vague idea what WSDL and UDDI are. Do they work with Apache SOAP? Are there any tutorials out there on how to use UDDI/WSDL with my newly installed Apache SOAP? Thanks, Siegfried __ Do You Yahoo!? Make international

RE: Writing my own deserializer

2001-08-03 Thread Wilkins, Craig
We are sending the XML as an Element and not a string. -Original Message- From: Steeve Gilbert [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 02, 2001 11:33 AM To: [EMAIL PROTECTED] Subject: Re: Writing my own deserializer Hi! What datatype are you using to send your XML? Well if

RE: SOAP 2.2. doesn't return the float and double values correctl y

2001-08-03 Thread Liaw, Wan-Bih
Title: Steve, Hi, haven't heard back about your comments/solutions about my codes in the following in my *previous* mail, hence I re-post it. Also, one more question for everyone.What do we need todo, in order to access toan Apache web service accessible from outside the firewalls?

RE: regd Soap messages from client and server in Apache SOAP

2001-08-03 Thread Steeve Gilbert
I can't certified this but I really don't think that it matter. It's just to indicate that it's a namespace for a web service. It's a non written Apache Soap convention I guess. I've check C++ and .Net samples and they don't use that as namespace for their service but every samples in Apache

RE: Writing my own deserializer

2001-08-03 Thread Wilkins, Craig
Here's some sample code. -Original Message- From: Steeve Gilbert [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 02, 2001 1:57 PM To: [EMAIL PROTECTED] Subject: RE: Writing my own deserializer How do you do that? Can you give me a code sample? Steeve... Wilkins, Craig [EMAIL