ArchiveOrangemail archive

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

April 2002 - page 1
Harnish, Michael 101767561901 Apr 2002 Tim, This probably isn't an issue with Apache SOAP. The stack trace is a transient property of an exception, meaning it won't get serialized...
dion101767682101 Apr 2002* Hello all, I notice that in DeploymentDescriptor.xml, there is this entry: <isd:java class="com.myClass" static="false"/...
Dinesh B Sampangi 101767682301 Apr 2002* Hi All! i am getting an exception while trying to deploy the sample application given in apache soap! it goes as below! //****************************...
Tim Joyce 101773538302 Apr 2002 Mike, thanks for this, but I am not attempting to serialise the exception, the DOMFaultListener writes the stack trace to Fault.FaultDetail for serial...
BRICKER_JONATHAN_E101776828402 Apr 2002 Hello, I'm new to SOAP and was trying to tackle setting up a SOAP service to a Stateless Session Bean. I have a simple method to test this out th...
Martin Hubley 101778184202 Apr 2002* Hi, My basic question is does Apache SOAP (or any other SOAP implementation) support http redirect headers in a response for a client?? The gory detai...
Ide Roth 101778827102 Apr 2002* Hi, I'm a beginner to Apache SOAP 2.2 and I trying to user TcpTunnelGui. I'm not sure what are the arguments I should use for it. Does anyon...
Brian BBA41 Bannister 101779361703 Apr 2002 Sounds obvious, but are you sure that you are deploying your EJB? I would write a test harness in Java that runs on your application server to check t...
Brian BBA41 Bannister 101779382503 Apr 2002 Why don't you set up the servlet to be container protected and allow the container to do the basic authentication? We do this with weblogic and a...
Zina Kalish 101780332503 Apr 2002* Does anyone know how set up Apache- SOAP v.2.2 on WebSphere 4.0 Advanced Single server Edition? If yes, can you give me the steps? Thank you in advanc...
Dr. Surajit Pal 101780355603 Apr 2002* I am getting a null pointer exception on the server side in RPCRouterServlet at line 353 which catches a throwable t and rethrows a servlet exception....
Aurore Michiels 101782718203 Apr 2002 Hi, I installed Soap on my computer and added the 3 .jar in the classpath. I start Apache...OK Then when I key in: http://localhost:8080/soap/servlet/...
dinesh sampangi 101783136703 Apr 2002 Hi Dutaret! Even if i replace the libraries completely with the new xerces parser & related ones, i still get an exception which goes like this. /...
Aurore Michiels 101783163203 Apr 2002* Hi, How did you manage to have the URL http://localhost:8080/soap/servlet/rpcrouter works fine. With me it's not the case. It display this messag...
dinesh sampangi 101783239803 Apr 2002 Hi! I guess there is some problem with u'r xml payload, but iam not sure. try using the tcptrace utility available at http://www.4s4c.com/ hope t...
Chandrashekhar B 101783513503 Apr 2002* I don't know if you have deployed the sample service you are trying to run. Error:500, it's not able to locate the sevice. And make sure tha...
Cong.Hoang.Hoang101783873003 Apr 2002 Which xerces version you are using? Make sure that xerces is the first declaration in your classpath. Maybe the wrong parser Hoang "Chandrashekha...
chris.greenaway101784074003 Apr 2002 Hello. I'm very new to web services (I've not written one yet) and I've got what is probably a very straightforward question. By the wa...
Martin Hubley 101784337303 Apr 2002 Agreed - it would appear that GLUE also does not support redirects. We have a work around for the cookie problem but it is the redirects that are kill...
Martin Hubley 101784349003 Apr 2002 Unfortunately for reasons which are too long to go into here, we can't do that. Basically we are trying to have container-independent authenticat...
Roumeliotis, Pete 101784529503 Apr 2002 Jeremy, I didn't see anyone respond to this yet. The answer is yes. Although similar, the client calls are different and will require some change...
David B. Bitton 101784563803 Apr 2002 List, I am in need of some assistance. I am succesful in setting up, testing, and running my class as a SOAP service. I am now starting the process of...
Lenhart Stefan 101784676603 Apr 2002* Hi, when trying to invoke a RPC via SOAP, I keep getting this fault: Fault code: env:Server Fault string: Missing port information What could possibly...
Lenhart Stefan 101784876203 Apr 2002 Hi again! Is there any possibility to retrieve some additional information on SOAP Faults besides the Fault string and Fault code? I'm getting an...
Purvesh Vora 101784977103 Apr 2002 [ArchiveOrange]: There doesn't seem to be anything here...
Zalewski, Tomasz 101785438103 Apr 2002 Should the EJB SOAP implementation work with the message based SOAP? It looks like the StatelessEJBProvider.locate method receives a null for the call...
Zina Kalish 101785605603 Apr 2002 Surajit Thank you very much for your response. It is very important for me to know which version Apache-SOAP WebSphere4 comes with. I have a problem w...
Vibha Sridhar 101785746703 Apr 2002* Hi there, I would really appreciate if someone can help me solve this problem related to running a simple Apache SOAP Sample. I downloaded and install...
Will Spies/Towers Perrin 101786650903 Apr 2002* I've had this same nightmare. Here is what I've learned: MS SOAP Toolkit does not support cookies or redirects ( they view the former as unn...
Cahoon Tobias C GS-09 96 CG/SCTOA 101786860503 Apr 2002 I am in the midst of developing a VB.NET SOAP client. The problem I am having is consuming the web service over HTTPS with BASIC authentication. My cl...
Brian BBA41 Bannister 101787437403 Apr 2002 Our clients are using MS XML but not SOAP, and can't use cookies. We set cookies on the server (set them in the header) but get our MS clients to...
eschneider101787481803 Apr 2002 Hi, Just curious....where would be the best place to put key/value config info like connection strings, database login info, etc. for SOAP services? I...
Dr. Surajit Pal 101789129404 Apr 2002 Hi, If I invoke multiple methods using the same Call object, does it retain and use the same connection, or does it make a new connection for each met...
Re: Call object (1 Reply)
Darius Cooper 101789730504 Apr 2002* Have you checked sample.addressbook2 ? See the main() method in the class named Main. Regards, - Darius Coopermethod...
Lenhart Stefan 101790621904 Apr 2002 Hi Purvesh! It seems to me that your client application tries to access the wrong URL. Try to change the URL you use to invoke the Call in your source...
Aurore Michiels 101790732604 Apr 2002 Hi everybody, I get a "connection aborted by peer" when I launch "java org.apache.soap.server.ServiceManagerClient http://localhost:808...
Lenhart Stefan 101790802104 Apr 2002 Hi everybody! I'm quite confused about the URL I have to use for the invoke method of the Call class. In the examples I've found, only the v...
Beer, Christian 101790904204 Apr 2002 On which server do you try to run soap? Is it tomcat 3.x? Try the following: In <TOMCAT_HOME>/lib there is "jaxp.jar" and "parser...
Moran, Neal 101791037504 Apr 2002 Aurore, I think I have seen this error myself. In my case the problem was an old version of servlet.jar. This tool may help you find where it is being...
Roumeliotis, Pete 101792467804 Apr 2002 Stefan, Try this: Using your web browser, go to the main SOAP index page, probably something like http://localhost:8080/soap/index.html. Click on the ...
Aurore Michiels 101792776504 Apr 2002* I start tomcat http://localhost:8080/soap/servlet/rpcrouter works fine. But when I type java.org.apache.soap.server.ServiceManagerClient http://localh...
Lenhart Stefan 101793047204 Apr 2002 Thanks a lot Pete, that did the job. Anyway, I meanwhile encountered a new problem: myCall.invoke(url, "") produces a ServletException: Erro...
Ruben_Inoto101793313604 Apr 2002 You can try making DeployedServices.ds read-only (just an idea) Ruben "Jeremy Levy" <jelevy01@yaho To: o.com> cc: Subject: RE: Protect...
Roumeliotis, Pete 101793374604 Apr 2002 Need more info. Where do you see this error? What servlet engine are you running? Maybe post some of your source, etc.... Pete R. -Original Message- F...
Re: URL and port (1 Reply)
Lenhart Stefan 101793577704 Apr 2002* I'm using Tomcat as a servlet engine. I'm not certain about the version, it is the distribution that comes with JWSDP, but it must be 4.some...
Will Spies/Towers Perrin 101795774404 Apr 2002* Simple. You can't. Not in the MS SOAP Toolkit 2.0SP2 anyway. I even got it in writing. The following is a response from Microsoft from my questio...
Virender Sandhu 101801821305 Apr 2002 Hi everyone I am having problem deploying soap services on weblogic 6.1. (Apache Soap 2.2) When I deploy a soap service it give the following error: F...
Charlie Abela 101802452205 Apr 2002* HiI am new to using SOAP and have this question. Can SOAP be used to serialise java objects such as a java class or bean? If so where can I find some ...
hughes_shawn101802737305 Apr 2002* John, I ran into the same problem. In my case, there was a conflict in the webcontainer.jar file from IBM. I don't know what the conflict was, bu...
Larry Gold 101803658705 Apr 2002* I searched through the archives and the error I am getting is not listed - I am getting the std NoClassDefFoundError: org/w3c/dom/ranges/DocumentRange...

Next page

Home | About | Privacy