High-level vs low-level APIs in MS-Soap

2001-10-04 Thread Naresh Agarwal
Hi I am developing a Client Server application using MS-Soap. I'm using Soap just for communication between Client and Server. i.e. i donot intend to deploy Soap service as a web-service. Now in such a case, should i use low level APIs or high level APIs. High level APIs uses WSDL

Re: How to hook soap to a JMS server?

2001-10-04 Thread Rupal Majmudar
Hi Ong, Yes, the idea you mention is precisely one of the scenarios we are implementing, as a SOAP interface on our iBus//Mobile product (http://www.softwired-inc.com/products/mobile/mobile.html). We already have the basic prototypes running; iBus//Mobile uses a standard JMS provider - e.g. the

Re: How to hook soap to a JMS server?

2001-10-04 Thread William Brogden
Ong Boon Pang wrote: Hi, This is the idea I have... A soap client sends a soap message requests to a JMS server's inQueue/Topic using standard soap object. On the server end, A soap service listen to the JMS server for a soap message. Process the request, send its reply to JMS server

RE: How to hook soap to a JMS server?

2001-10-04 Thread Neil Benn
Hello, I've been looking at exactly the same thing and worked on something using SwiftMQ JMS (although the actual JMS implementation wouldn't make any difference). However I eventually ended up using something to convert the http request from SOAP into a JMS text message - outside of

Apache Server and VBClient

2001-10-04 Thread NagarajaRao
Hi All, I want to use Apachesoap Server and VB Client. How should i go about? I did the other way round ( MS Soap Server and Java Client ). Can we use the above for Synchronous and Asynchronous calls? Please let me know. thanks regards Nagaraja Rao

unsubscribe me

2001-10-04 Thread Kenneth Becker
Please, unsubscribe me.

Memory Leak in Apache SOAP ??

2001-10-04 Thread VASUDEV . SUDARSANA
I am running a Tomcat instance which only offers SOAP services via the rpcrouter servlet. I noticed that the size of the JVM running this Tomcat keeps increasing slowly till it hits the 512MB max that I specify for the VM and dies with an Out of Memory exception. Is there a memory leak in

Re: High-level vs low-level APIs in MS-Soap

2001-10-04 Thread Carlos Vinueza M.
Well , when I tried to develop an application which had to talk to an Apache SOAP server, I had to use the low level API, 'cause with the other one was impossible, this is not related with performance but if you want to develop a flexible application you should use the low level one, I think

Re: Apache Server and VBClient

2001-10-04 Thread Carlos Vinueza M.
Check this sample, it's all you need: http://marc.theaimsgroup.com/?l=soap-userm=98683038702626amp;w=2 Regards NagarajaRao wrote: Hi All,I want to use Apache soap Server and VB Client. How should i go about? I did the other way round ( MS Soap Server and Java Client ). Can we use the above

Re: unsubscribe me

2001-10-04 Thread Christophe Dufaza
kenneth, don't forget to reply to the unscribe mail. subscription/unsubscription works well, provided that you reply to the automat mail engine. please take care of the fact that unsubscribe may be sent to another list that [EMAIL PROTECTED] duf. Kenneth Becker a écrit : Please, unsubscribe

MS-SOAP with SSL

2001-10-04 Thread Putti Tang.
Hello, I have set up SSL on my IIS but I can't use SOAPClient to connect to WSDL via https. It shows me the error about Security. Have anyone found this problem like me? How can I fixed it? Thanks in advance. Putti Tang.

unsubscribe me

2001-10-04 Thread Rajshree
Please, unsubscribe me.

Parameter Order?

2001-10-04 Thread Michael Svoboda
Does Apache care about the order of the parameters in the SOAP-Envelope? How about other implementation? Do the care about the parameter name or the parameter order? This point isn't clear to me out of the specification. I would appreciate your opinions and knowledge Michael Svoboda

Can a client construct the entire SOAP document?

2001-10-04 Thread Roger L. Costello
Behind the scenes the Apache SOAP software constructs the actual SOAP XML document that is sent to a SOAP server. Suppose that I want to create the entire SOAP document myself. Does the Apache SOAP software provide an API that allows a client to submit an already-constructed SOAP document?

RE: Parameter Order?

2001-10-04 Thread Adam Lipscombe
AFAIK order is important. The first param to be added to the soap call on the client side is assumed by the server to be param 1 and passed to the target method as such. The second client param added is passed to the target method as param 2 etc. HTH - Adam -Original Message- From:

RE: Constructor with parameter

2001-10-04 Thread Francis Ho
No you cannot. You can either rely upon a property file to set your parameters or set them post-instantiation. francis -Original Message- From: Laurent Vansuypeene [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 04, 2001 11:12 AM To: [EMAIL PROTECTED] Subject: Constructor

Help with parameters in Apache SOAP client and .NET SOAP service

2001-10-04 Thread John Bowen
Hi all, I'm pulling my hair out trying to get my Apache SOAP [v2.2] client working with a .NET asmx service. When I send my SOAP request the server reads the parameters I'm passing it as null values and rejects my requests no matter what data I fill these parameters with. We're arguing

RE: Help with parameters in Apache SOAP client and .NET SOAP service

2001-10-04 Thread Tolsch, Ed
I'm doing a similar task(except opposite), the producer of the XML is a .NET client and my consumer is the Apache 2.2 SOAP server. The .NET framework I believe is basically unmarshalling a C# class into the XML. That's why the .NET person is telling you he is expecting just

Apache SOAP and Weblogic6.1 EJB's

2001-10-04 Thread Eric Weidner
Hi all, I am trying to set up Apache SOAP 2.2 to use with a simple test EJB on Weblogic6.1. When I try to hit the deployed SOAP service, I get the following error... In TemplateProvider.locate() URI: urn:ejbTest DD.ServiceClass: org.apache.soap.providers.StatelessEJBProvider

getting clients URL

2001-10-04 Thread Oleg Timofeyev
Hello, Is it possible to get URL of a client that requesting a service? How? Sincerely, Oleg

Re: getting clients URL

2001-10-04 Thread Victor Hadianto
Hello, Is it possible to get URL of a client that requesting a service? How? this was posted by Ashutosh recently: RE: Client specific processing From: Ashutosh Arora [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED], [EMAIL PROTECTED] This code snippet shows how... public

Re: XML dump

2001-10-04 Thread k young
I had the same problem but with complex return types. What I ended up doing was extending the org.apache.soap.rpc.Call class and overloading the invoke(url, actionURI) method with some code that captures the soap payload before it was marshalled into the target object. Or if you are dealing

Re: Java SOAP invocation API

2001-10-04 Thread Paramdeep Singh
Hi, There is a package (freely downloadble) using which you dont have to do anything at all to make a SOAP request (Not even write these few lines of code). It even generates the GUI for you, which too is configurable to some extent. The package can be downlaoded from: