Re: streaming out large xml documents to an rpc-based client

2002-11-13 Thread Virender Sandhu
Hi Paul Marshall: I had the same problem when one of my soap method was returning ~32MB xml file. If you are interested in my solution (free) or want further discussion, send me email. Virender Sandhu Senior Engineer m-trilogix Inc. Mobile Solutions Provider www.m-trilogix.com [EMAIL PROTECTED

Re: soap in weblogic

2002-05-24 Thread Virender Sandhu
Hi  Manishi Tuli   Weblogic 6.x has its own soap frame-work. You can use it without making any change. You can read more from the following link.   http://edocs.bea.com/wls/docs61/webServices/index.html     However, If you want to use Apache SOAP, then you have to configure the webloic to mak

Re: Unable to resolve namespace URI for 'ns2'

2002-05-15 Thread Virender Sandhu
Hi Manu Chhabra:   This problem is due to the parser. The parser being used doesn't recognize name space. To solve this problem, make sure that your xerces.jar file comes as first entry in your classpath.   Virender Sandhu - Original Message - From: Manu Chhabra

Re: How to run Soap on a server not connected to the Internet

2002-05-15 Thread Virender Sandhu
Copy required DTD to your local computer!!! - Original Message - From: Steve To: [EMAIL PROTECTED] Sent: Wednesday, May 15, 2002 7:52 AM Subject: How to run Soap on a server not connected to the Internet I am trying to run soap server on a local network. T

Re: hostname of client machine?

2002-05-06 Thread Virender Sandhu
Hi Prashanth Refer to FAQs at apache soap How can I get the IP address of a client that is using my SOAP Service? If you add a SOAPContext Object as first Parameter in the signature of your SOAP-service java-method, a 'SOAPContext' Object is passed to your class, e.g.: .mymethod(SOAPContext inCo

Re: weblogic 6.1 and Apache soap 2.2

2002-04-24 Thread Virender Sandhu
quot;> 2.  Add an xml registry tag as follows.           DocumentBuilderFactory="org.apache.xerces.jaxp.DocumentBuilderFactoryImpl" Name="Xerces JAXP" SAXParserFactory="org.apache.xerces.jaxp.SAXParserFactoryImpl"/>     XMLEntityCache entry sometimes gives problems, so if there is s

Re: Apache Soap with WebLogic Server 6.1

2002-04-11 Thread Virender Sandhu
s\DefaultWebApp\WEB-INF\classes directory try the following to see if it is configured properly. http://localhost:7001/soap/admin http://localhost:7001/servlet/rpcrouter or http://localhost:7001/soap/servlet/rpcrouter Happy Soaping :) Virender Sandhu Senior Software Engineer m-trilogix Inc. www

Re: problem with installation

2002-04-10 Thread Virender Sandhu
Hi Cyril I was having problems running soap, then I placed my soap.jar in tomcat/common/lib directory, it worked fine. Virender Sandhu - Original Message - From: "cyril vidal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 10, 2002 8:23 AM Sub

Re: SOAP->EJB example/problem -- Many questions

2002-04-08 Thread Virender Sandhu
Hi: In soap deployment description, use the following tag to provide the soap end point. see the following example: http://xml.apache.org/xml-soap/deployment";> org.apache.soap.server.DOMFaultListener Virende

Unable to resolve namespace URI for 'ns2'

2002-04-05 Thread Virender Sandhu
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: Fault Code = SOAP-ENV:Client Fault String = Unable to resolve namespace URI for 'ns2'   I used the same deployment descriptor to deploy the

Re: URL and port

2002-04-04 Thread Virender Sandhu
I encountered the same problem yesterday. I am using weblogic 6.1 with apache SOAP. The problem I found was that rpcrouter could not find webservice class due to some classpath problems. I fixed the classpath, it worked. Virender Sandhu - Original Message - From: "Lenhart S

Re: I need a genius: error 500

2002-04-04 Thread Virender Sandhu
Hi Aurore: This problem is probably due to wrong xml parser, make sure that xerces.jar is the first entry in the classpath. http://localhost:8080/servlet/rpcrouter to see if your servlet is working properly. If it doesn't, first make it work!!!! Virender Sandhu Senior Engineer m-trilogi

Re: Apache Soap RPCRouter problems

2002-04-03 Thread Virender Sandhu
Hi Vibha You don't need to find parser.jar file, simply set the classpath in such a way that xerces.jar is the first entry in the classpath. Virender - Original Message - From: "Vibha Sridhar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 03, 2002 6:07 AM Subject:

Re: HTTP redirects and SOAP

2002-04-02 Thread Virender Sandhu
Title: HTTP redirects and SOAP Hi Martin   I think if you set the Content-Type: text/xml it will work. - Original Message - From: Martin Hubley To: '[EMAIL PROTECTED]' Sent: Tuesday, April 02, 2002 3:43 PM Subject: HTTP redirects and SOAP Hi, My basic ques

Re: SOAP 2.2 on WebSphere 3.5.4

2002-04-02 Thread Virender Sandhu
Hi Surajit: Show your source code that is throwing this exception. - Original Message - From: "Dr. Surajit Pal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 29, 2002 11:20 PM Subject: SOAP 2.2 on WebSphere 3.5.4 > I am getting a null pointer exception on the server s

Re: SOAP 2.2 (500 Internal Server Error)

2002-03-28 Thread Virender Sandhu
I can not tell the problem without having a look at the source code - Original Message - From: "Ide Roth" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 28, 2002 10:27 AM Subject: SOAP 2.2 (500 Internal Server Error) Hi, I'm trying to do a service request and keep