soap-user.xml.apache.org
(
List home) (
Recent threads) (
48 other Apache XML lists)
Subscription Options
- RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
- Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe (we seem to have lost it) address with "subscribe" in the subject line.
- This list contains about 13,580 messages, beginning Mar 2001
- This list doesn't seem to be active
soap-user.xml.apache.org
October 2001 - page 1
Hu Jing — 100190370901 Oct 2001*
My OS is Redhat 7.1 . Please help me. -Original Message- From: Hu Jing [mailto:] Sent: Thursday, September 27, 2001 1:56 PM To: Subject: Ugent ! Unabl...
soap beginner — 100192236101 Oct 2001*
We have a requirement do let a client call services on our server using XML messages. We think SOAP fits this bill. However , we have problems persuad...
dovle — 100193290901 Oct 2001
Hi all , In fact I think is not a problem with the DD.xml but with the Apache Soap on my computer . I will show you my scenario : I have tryed to inst...
NagarajaRao — 100193402301 Oct 2001*
Hi All, I would like to know how soap messages get through firewall. Will someone give details about this please? Thanks & Regards Nagaraja Rao...
Hartmut Bernecker — 100193551201 Oct 2001
Hi, I have to provide a SSL connection between a Apache SOAP client (using tomcat 3.2) and a IIS SOAP service (4s4c, Simon Fell). The HTTP connection ...
Chad La Joie — 100193889201 Oct 2001
I've looked through the archives and noticed a lot of people asking about how you pass primitive data types in RPC calls, yet I haven't seen...
Andy Jefferies — 100193935801 Oct 2001
Use a wrapper object with the primitive class: new Parameter("forceAdd", boolean.class, new Boolean(false), null); Andy....
Søren Neigaard — 100193984301 Oct 2001
I want my SOAP method to return a Vector of a given class. Can this be done? And if so, how, and how do I read those objects out of the Vector? I know...
Andy Jefferies — 100194073101 Oct 2001
Maybe I should look up the definition of "comprehensive". This is a more comprehensive explanation: To pass a primitive (ie. a SOAP type as ...
greyson.smith — 100195001501 Oct 2001
I was able to return a hash of beans, which sounds like it's similar to what you're trying to do. The most difficult part for me was definin...
Frederick E Meredith — 100195020001 Oct 2001
I'm trying to configure Tomcat 3.2.2 with SOAP 2.2 on RedHat Linux 7 per the instructions on the apache site. When I modify the tomcat.sh file to...
Chad La Joie — 100195177701 Oct 2001
Just wanted to let everyone know that Xerces2 beta 2 seems to have the same issue with namespaces as previous versions of Xercers that result in the f...
Micael Ericsson (QIN) — 100195560401 Oct 2001
In the "Users guide/Deployment Descriptors" section of the documentation that follows v2.2 there is a brief decription that answer your need...
Chad La Joie — 100195619101 Oct 2001
I am getting the following error from a test SOAP client. Error: No Deserializer found to deserialize a 'metadata-rsscatalog:metadata' using...
Robert Larson — 100195767001 Oct 2001
you have a typo. see x:metedata <isd:mappings> <isd:map encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:x="met...
Ivo Conde e Silva — 100195935901 Oct 2001
Hi: I tried upgrading my web service implementation currently running on Tomcat 3.2.1 to Tomcat 4.0 (Catalina) to see if i could find any performance ...
Ivan Aladjoff — 100196058301 Oct 2001
Tried to setup Apache SOAP 2.0 with Weblogic 4.5.1 Weblogic.properties: weblogic.httpd.register.rpcrouter = org.apache.soap.server.http.RPCRouterServl...
Bill Binole — 100198229802 Oct 2001*
Anyone tried getting SOAP running on this platform. We have applications based on SOAP 2.0 that we are trying to get running on Websphere 4.0 and are ...
Francis Ho — 100199649002 Oct 2001
Hi chad, The error specifies that it is looking for a qualified name of "metadata" (which is what you named in your test client). But the ma...
Ong Boon Pang — 100201535202 Oct 2001*
Hi, Something cross my mind..when I was using this tool: >Usage: java org.apache.soap.server.ServiceManagerClient [-auth username:password] url ope...
Elsholz, Alexander — 100201922302 Oct 2001
Hi, where do you use SOAP today and what do you think are scenarios in the futere? Let's make a list of scenarios and discuss it: today: Client/S...
kvrprasad — 100202059302 Oct 2001
hello, i am on Soap.2.2 ,Xerces1_4_1 , jakarta-tomcat-4.0-m5 and win2k the command : java org.apache.soap.server.ServiceManagerClient http://localhost...
Jess Wagner — 100205977302 Oct 2001
I need to send an XML string in a SOAP message. I have an example of a "SOAP ready" XML doc (expression SOAP ready taken from Java & XML...
Ong Boon Pang — 100206766503 Oct 2001*
Hi, I am developing Access Control List for the SOAP services. Basically all RPC-based SOAP service. Is there anyway to obtain the Call, org.apache.so...
C Santosh Kumar — 100209005903 Oct 2001*
Hi For my document style SOAP service, I would like to process the SOAP message depending on who has sent the message. How do I know from SOAPContext ...
Chris Seldon — 100210728203 Oct 2001
Folks I have just installed SOAP -2_2 under Tomcat by placing the WAR file in Webapps. If I try to run the deployer using the Admin client I get a rat...
Paul Rogers — 100214273503 Oct 2001
Never mind, it was a combination of not enabling Anonymous access on my SOAP service, and a few typos in the client code that was the cause of the pro...
Steve Stacey — 100214360703 Oct 2001
I have a simple SOAP client in java that makes an RPC call to an MS SOAP object. The MS SOAP object writes to a database and then returns two values. ...
Paul Rogers — 100214805403 Oct 2001
In the article athttp://www.perfectxml.com/articles/xml/soapgu... <http://www.perfectxml.com/articles/xml/soapgu...> there's an explanation...
Sheeba Padmanabhan — 100215078003 Oct 2001
Hi, How would I be able to send a file via attachment using soap. I have MS C++ client comminicating to Apache java server. Is there any samples avail...
c.jones — 100215144603 Oct 2001*
Hello all, I need some clarification. I am relatively new to SOAP development and am unable to differentiate between two scenarios... I have a client ...
Chris Seldon — 100215857004 Oct 2001*
I've sorted out my classpath and everything has sorted it out. please ignore the question. cheers Chris Seldon...
Lene Bredgaard — 100215868004 Oct 2001*
Hi I'm pretty new to SOAP, so maybe this is a stupid question :-) Is it possible to deploy a specific instance of a java class? And if so, how to...
NagarajaRao — 100216406104 Oct 2001*
Hi all, How to invoke a soap request from a browser? I want to use the browser as a client. What is the sequence of steps to do that? I have one metho...
Brendan Johnston — 100217149304 Oct 2001*
Have you considered this solution: 1. Register your instance with some singleton of your own making 2. Register a proxy class with apache 3. When the ...
Sheeba Padmanabhan — 100217787804 Oct 2001*
Hi, How would I be able to send a file via attachment using soap. I have MS C++ client comminicating to Apache java server. Is there any samples avail...
Jonathan Chawke — 100218885604 Oct 2001
As far as I know, this technique will only work if both the client and the server are using the Apache SOAP libraries. [See http://marc.theaimsgroup.c...
Ong Boon Pang — 100218941004 Oct 2001*
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 ser...
VASUDEV.SUDARSANA — 100220290104 Oct 2001
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...
Naresh Agarwal — 100220351804 Oct 2001*
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 inten...
NagarajaRao — 100220371404 Oct 2001*
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 us...
Michael Svoboda — 100221036904 Oct 2001*
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 p...
Laurent Vansuypeene — 100222311604 Oct 2001*
Hi all, Is SOAP able to instanciate a class with a specific constructor (parameters needed) ! Thanks...
santosh.chinivar — 100222320704 Oct 2001
HI , I am a newbie to SOAP. I am using the VisualAge test Environment on WindowsNT to run Apache-SOAP. I was able to succesfully deploy the deployment...
bo — 100222326204 Oct 2001
Finally I found the answer. On the server side, no matter what problem happened, org.apache.soap.server.http.RPCRouterServlet will catch all the Throw...
John Bowen — 100222625604 Oct 2001
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 serv...
Tolsch, Ed — 100222731004 Oct 2001
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 frame...
Eric Weidner — 100223106904 Oct 2001
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 fol...
Oleg Timofeyev — 100225304305 Oct 2001*
Hello, Is it possible to get URL of a client that requesting a service? How? Sincerely, Oleg...
Pavlovic Petar — 100226109305 Oct 2001*
I need a little help. I'm fairly new to Java and SOAP. I need this example for my graduate assigment. I'm having trouble to find the right c...
Next page