Parser problem

2004-11-11 Thread "FIORAMORE, François"
Title: Parser problem Hi to all, I'm sending a SubmitREQ to a MM7 server. I'm using jakarta-tomcat-4.0.3.zip and soap-bin-2.3.1.zip with j2sdk-1_4_1_07-solaris-sparc.sh Here the following output: * * ca

RE: Problem in knowing which directory to compile and set classpath

2004-02-26 Thread Secka-Jallow, Dibor
Nichol [mailto:[EMAIL PROTECTED] Sent: Thursday, February 26, 2004 2:47 PM To: [EMAIL PROTECTED] Subject: Re: Problem in knowing which directory to compile and set classpath How are you trying to compile? Are you trying to run javac from the command line, or are you using the JDeveloper IDE

Re: Problem in knowing which directory to compile and set classpath

2004-02-26 Thread Scott Nichol
se it is filtered to accept only mail from specific mail lists. - Original Message - From: "Secka-Jallow, Dibor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 26, 2004 4:14 PM Subject: RE: Problem in knowing which directory to compile and set class

RE: Problem in knowing which directory to compile and set classpath

2004-02-26 Thread Secka-Jallow, Dibor
L PROTECTED] Subject: Re: Problem in knowing which directory to compile and set classpath I am too unfamiliar with JDeveloper to guide you. You should probably either browse the on-line help or use some sort of JDeveloper support. Scott Nichol Do not send e-mail directly to this e-mail address, be

Re: Problem in knowing which directory to compile and set classpath

2004-02-26 Thread Scott Nichol
Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: "Secka-Jallow, Dibor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 26, 2004 2:21 PM Subje

Re: Problem in knowing which directory to compile and set classpath

2004-02-26 Thread Scott Nichol
IL PROTECTED]> Sent: Thursday, February 26, 2004 5:43 PM Subject: RE: Problem in knowing which directory to compile and set classpath I have worked with servlets and java in a different environment before. This is a new environment for me . We just installed Oracle 9ias and Oracle portal. I a

Problem in knowing which directory to compile and set classpath

2004-02-26 Thread Secka-Jallow, Dibor
I have downloaded Apache Axis, Tomcat and Xerces. I have problems in where to compile the file My Client is called ReceiveweeklyClient.  When I try to compile the client in this directory C:\Jakarta\jakarta\webapps.  I am getting this message :Could not find java.dll Could not find java 2 r

RE: Problem in knowing which directory to compile and set classpath

2004-02-26 Thread Secka-Jallow, Dibor
: Re: Problem in knowing which directory to compile and set classpath Given the errors you are receiving, it appears your environment is not properly configured to use the command-line compiler, nor to run Tomcat, for that matter. Since you do not normally compile from the command line, I would

RE: Problem in knowing which directory to compile and set classpath

2004-02-26 Thread Secka-Jallow, Dibor
Housing Authority [EMAIL PROTECTED] 404-817-7370 -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED] Sent: Thursday, February 26, 2004 4:57 PM To: [EMAIL PROTECTED] Subject: Re: Problem in knowing which directory to compile and set classpath Take a look at the Axis installation

Re: Problem in knowing which directory to compile and set classpath

2004-02-26 Thread Scott Nichol
Message - From: "Secka-Jallow, Dibor" <[EMAIL PROTECTED]> To: "Scott Nichol" <[EMAIL PROTECTED]> Sent: Thursday, February 26, 2004 3:37 PM Subject: FW: Problem in knowing which directory to compile and set classpath To compile the client in Jdeveloper whi

Re: Problem in knowing which directory to compile and set classpath

2004-02-26 Thread Scott Nichol
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 26, 2004 3:40 PM Subject: RE: Problem in knowing which directory to compile and set classpath I was compiling the code using the command line under where I installed tomcat? Is that right?? Am I suppose to compile it in the Jdevelo

ResponseContext Problem Using SOAP 2.3.1

2003-06-13 Thread Michael Fasosin
Hi Folks, I've got a problem in the code below and I can't really work out what is going on anymore, So I've got a SOAP Messaging Server trying to send back a Successful Response SOAP XML Message to the calling client using the code below but everytime I execute the client/server

ResponseContext Problem Using SOAP 2.3.1

2003-06-13 Thread Michael Fasosin
Hi Folks, I've got a problem in the code below and I can't really work out what is going on anymore, So I've got a SOAP Messaging Server trying to send back a Successful Response SOAP XML Message to the calling client using the code below but everytime I execute the client/server

ResponseContext Problem Using SOAP 2.3.1

2003-06-13 Thread Michael Fasosin
Title: ResponseContext Problem Using SOAP 2.3.1 Hi Folks, I've got a problem in the code below and I can't really work out what is going on anymore, So I've got a SOAP Messaging Server trying to send back a Successful Response SOAP XML Message to the calling client using the

Problem with Soap 2.3 + Tomcat 4.05. + Xerces 1.4.4

2003-02-24 Thread "López Díaz, Alicia"
Title: Problem with Soap 2.3 + Tomcat 4.05. + Xerces 1.4.4 Hi! I'm trying to config Soap2.3 with tomcat 4.0.5,xerces 1.4.4.. I could configure the SOAP engine on Tomcat and deploy the SOAP service using the ADMIN interface using the browser . However when I ran the following comma

URJENT -- Deploy descriptor problem with apache soap

2002-12-10 Thread Sinha, Madhukar [IT]
Title: axis   I am having problems with deploy descriptors . The config manger is not bieng able to locate it registry file and is looking at wrong place.   Here is the -   soap.xml file (/export/enterprise-docs/riskmast/config/local/soap.xml)             web.xml file of the webapp

Re: Problem with RPCRouter.invoke()

2002-11-17 Thread Sebastian
Shame on me, I thought you meant the method... Yup, and that did it, now it works. Thanks you so much! Seb At 16:53 17.11.2002 -0500, you wrote: The class is not marked public .. that could be the problem. Sanjiva. - Original Message - From: "Sebastian" <[EMAIL PROTECTED]

Re: Problem with RPCRouter.invoke()

2002-11-17 Thread Sebastian
But the method itself is marked public, or do you mean in the deplyoment descriptor? Seb At 16:53 17.11.2002 -0500, you wrote: The class is not marked public .. that could be the problem. Sanjiva. > class Hello > { > public String sayHello() > { > retur

Re: Problem with RPCRouter.invoke()

2002-11-17 Thread Sanjiva Weerawarana
The class is not marked public .. that could be the problem. Sanjiva. - Original Message - From: "Sebastian" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 17, 2002 5:32 AM Subject: Problem with RPCRouter.invoke() > Hi everyone, > >

Problem with RPCRouter.invoke()

2002-11-17 Thread Sebastian
Hi everyone, Maybe someone of you could help me with this problem I encountered while trying to invoke a method on a very simple example. This is the Class whose method I want to invoke: class Hello { public String sayHello() { return ("Hello World!"); } } Its

Re: SOAP Serialization problem

2002-09-10 Thread Scott Nichol
PROTECTED]> Sent: Tuesday, September 10, 2002 5:46 PM Subject: RE: SOAP Serialization problem Hi Scott This has been very helpful. I will try it out and I will let you know if it worked. Out of curiosity do you know if Apache Axis handles this kind of situation better? Thanks again for

RE: SOAP Serialization problem

2002-09-10 Thread Alexandros Panaretos
: Tuesday, September 10, 2002 8:35 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: SOAP Serialization problem For an interface, you can use the BeanSerializer to serialize, assuming the interface has getters for all the properties you want to serialize. You can use the BeanSerializer to

Re: SOAP Serialization problem

2002-09-10 Thread Scott Nichol
or interface, then de-serialized as an Adder (since some concrete class had to be chosen). The adder will generate a result of 20, not 99. The general problem is that you lose information by serializing an instance as an interface (or superclass, for that matter). The process that de-seriali

RE: SOAP Serialization problem

2002-09-10 Thread Alexandros Panaretos
m: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 7:03 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: SOAP Serialization problem You are allowed to map just the interface, but you must provide the interface as the data type for the parameter, n

Re: SOAP Serialization problem

2002-09-10 Thread Scott Nichol
implements MyInterface, but I serialize it as a MyInterface.class, the serialization of an instance of MyClass is indistinguishable from the serialization of an instance of MyClass2. This may not be a problem, but it depends on the signatures of the method(s) you will call, as well as differences t

RE: SOAP Serialization problem

2002-09-10 Thread Alexandros Panaretos
you very much for your help. Alex -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 5:42 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: SOAP Serialization problem You can pass a JavaBean that has a property

Re: SOAP Serialization problem

2002-09-10 Thread Scott Nichol
> To: "'Scott Nichol'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, September 10, 2002 5:27 AM Subject: RE: SOAP Serialization problem Hi Scott, Thanks for your e-mail. The problems I had before I managed to solve. I disco

RE: SOAP Serialization problem

2002-09-10 Thread Alexandros Panaretos
set you should provide an equivalent set or get (empty) in order to work. Anyway, I have another problem now: Is it possible to pass a JavaBean through SOAP that one of its properties is Vector of another user defined objects which are JavaBeans as well ? Moreover I would like to ask if you can pas

Re: SOAP Serialization problem

2002-09-09 Thread Scott Nichol
. Scott Nichol - Original Message - From: "Alexandros Panaretos" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 02, 2002 11:03 AM Subject: SOAP Serialization problem Hi there, I am quite new to SOAP and would like some help with the following if

SOAP Serialization problem

2002-09-02 Thread Alexandros Panaretos
- but probably not used! return this; } /** I have ommitted the setters and getters of the class variables in order to keep it short **/ } <--- End of Java Code > I already had a problem with the URLs and DataInputStream and DataOutp

Apache Soap problem

2002-08-30 Thread PAJ
Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the policy of The Milvus Group. -

Problem with Load Test of a call to COM Component from Java Client Using SOAP 2.3

2002-08-27 Thread Gupta, Trilokee (CAP, VFS, Consultant)
may not be called while parsing." > > Any clue in for the problem is highly appreciated. > > thanks, > -trilokee gupta -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: BeanSerializer problem. Gurus Please help.

2002-07-24 Thread Indrasish N Basuroychowdhury
oumen Sarkar. > > -Original Message- > From: Scott Nichol [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 24, 2002 9:56 AM > To: [EMAIL PROTECTED] > Subject: Re: BeanSerializer problem. Gurus Please help. > > No example. > > - Original Message - >

RE: BeanSerializer problem. Gurus Please help.

2002-07-24 Thread SoumenS
problem. Gurus Please help. No example. - Original Message - From: "Indrasish N Basuroychowdhury" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 24, 2002 12:28 PM Subject: Re: BeanSerializer problem. Gurus Please help. > Thanks Scott. Any examp

Re: BeanSerializer problem. Gurus Please help.

2002-07-24 Thread Scott Nichol
No example. - Original Message - From: "Indrasish N Basuroychowdhury" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 24, 2002 12:28 PM Subject: Re: BeanSerializer problem. Gurus Please help. > Thanks Scott. Any example of how to

Re: BeanSerializer problem. Gurus Please help.

2002-07-24 Thread Indrasish N Basuroychowdhury
uot;Indrasish N Basuroychowdhury" > <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, July 24, 2002 12:07 PM > Subject: BeanSerializer problem. Gurus Please help. > > > Now I need a help from you all gurus. > > I have already written clients for s

Re: BeanSerializer problem. Gurus Please help.

2002-07-24 Thread Scott Nichol
Indrasish, I believe that BeanInfo is the way to force the use of the leading upper case character. Scott Nichol - Original Message - From: "Indrasish N Basuroychowdhury" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 24, 2002 12:07 PM Subject:

BeanSerializer problem. Gurus Please help.

2002-07-24 Thread Indrasish N Basuroychowdhury
, I could now send and receive object. There is one problem though. I am using java Bean and using BeanSerializer of Apache to serialize and send messages. There is one problem though. This is with the data member naming convention. If I use data member name UserName, the Bean serializer will conver

Re: More on QName problem

2002-07-22 Thread Scott Nichol
I will make the fix within the next few days. Scott Nichol - Original Message - From: "Bhushan Khanal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 22, 2002 2:49 PM Subject: RE: More on QName problem > Thanks, I will look at these. Are

RE: More on QName problem

2002-07-22 Thread Bhushan Khanal
: [EMAIL PROTECTED] Subject: Re: More on QName problem Also, http://www.apache.org/~rubys/ApacheClientInterop.html has wire dumps of messages from interop tests using the Axis client against a variety of servers. This helps you see in practice how people are constructing messages. Scott Nichol

Re: More on QName problem

2002-07-22 Thread Scott Nichol
hanal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 22, 2002 2:29 PM Subject: RE: More on QName problem > Just to give you some background, I using my own soap implementation to > create the message. I trying to write a non servlet container to implement > S

Re: More on QName problem

2002-07-22 Thread Scott Nichol
hanal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 22, 2002 2:29 PM Subject: RE: More on QName problem > Just to give you some background, I using my own soap implementation to > create the message. I trying to write a non servlet container to implement > S

RE: More on QName problem

2002-07-22 Thread Bhushan Khanal
fying my parameters with the name space, that was the reason I ran into this problem in the first place. Do you mean that there should be an additional attribute that specifies the type? Does that also mean, all the type information needs to be transmitted with the SOAP message? Could you point me to an ex

QName problem

2002-07-18 Thread Bhushan Khanal
Hi folks, Should the localpart of the QName contain the name space alias. For example if my incoming soap message looks like ... http://abc"; soap:encodingStyle="def"> http://www.s.com/";> My name is Shanker Acharya When unmarshalling the parameter of the S

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-18 Thread Nishant_Awasthi
cc: (bcc: Nishant Awasthi) Subject: Re: BadTargetObjectURI problem:: 07/11/2002 11:53 AMPlease guide me

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-11 Thread Nishant_Awasthi
Scott. You got it... This is absolutely the same thing I wanted to do Let me try to figure out how this can be done I will email you if I have some problem.. Thanks -- Nishant

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-11 Thread Scott Nichol
> You have correctly visualized the whole situation: > > >First, let me try re-phrasing what you've said to see if I understand. > >1. An Apache SOAP service is deployed on machine A. > >2. An HTML page is on machine B. > >3. The HTML page has a form that will invoke a servlet on machine ? when >

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-11 Thread Nishant_Awasthi
cc: (bcc: Nishant Awasthi) Subject: Re: BadTargetObjectURI problem:: 07/11/2002 11:15 AMPlease guide me !!!

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-11 Thread Scott Nichol
{ resp = call.invoke(url, ""); } catch (...) { ... } // create HTML from resp } Scott Nichol - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 11, 2002 10:31 AM Subject: Re: Bad

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-11 Thread Nishant_Awasthi
cc: (bcc: Nishant Awasthi) Subject: Re: BadTargetObjectURI problem:: 07/11/2002 10:00 AMPlease guide me

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-11 Thread Nishant_Awasthi
cc: (bcc: Nishant Awasthi) Subject: Re: BadTargetObjectURI problem:: 07/10/2002 05:19 PMPlease guide me

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-10 Thread Scott Nichol
restart Tomcat, although I don't think I've checked to determine whether this is really necessary. Scott - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 10, 2002 4:17 PM Subject: Re: BadTargetObjectURI problem:: Please guid

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-10 Thread Nishant_Awasthi
) Subject: Re: BadTargetObjectURI problem:: 07/10/2002 02:48 PMPlease guide me !!! Please respond to

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-10 Thread Scott Nichol
. Have you removed all references to Tomcat 3.x jars from your classpath? If Tomcat 4.x somehow gets a class from a 3.x jar, that could cause a problem like this. Scott Nichol - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 10

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-10 Thread Nishant_Awasthi
cc: (bcc: Nishant Awasthi) Subject: Re: BadTargetObjectURI problem:: 07/10/2002 09:00 AM

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-10 Thread Nishant_Awasthi
: Nishant Awasthi) Subject: Re: BadTargetObjectURI problem:: 07/10/2002 09:00 AMPlease guide me !!! Please respond to

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-10 Thread Scott Nichol
I would recommend SOAP 2.3.1, since it is the latest release. I have used Tomcat 4.0.1 and don't know whether 4.0.4 fixes some problem I have not yet encountered. Likewise, I have used Xerces 1.4.1, not 1.4.4. Actually, I would recommend you just use the Xerces that comes with Tomcat

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-10 Thread Nishant_Awasthi
Scott Nichol cc: (bcc: Nishant Awasthi) Subject: Re: BadTargetObjectURI problem

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-09 Thread Scott Nichol
- Original Message - From: "Scott Nichol" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 09, 2002 5:03 PM Subject: Re: BadTargetObjectURI problem:: Please guide me !!! > That is an abstract URI to specify the namespace. It is OK. You have > successfully

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-09 Thread Scott Nichol
smoothly on Tomcat 4.0. Scott - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 09, 2002 3:09 PM Subject: Re: BadTargetObjectURI problem:: Please guide me !!! > > I am using follwing non-working link in my DeploymentDescripto

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-09 Thread Nishant_Awasthi
] cc: 07/09/2002 Subject: Re: BadTargetObjectURI problem:: 03:00 PM Please guide me !!!(Document link: Nishant

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-09 Thread Nishant_Awasthi
I am using follwing non-working link in my DeploymentDescriptor.xml file while depolying my web service: http://xml.apache.org/xml-soap/deployment Is non-working of this link is not creating the problem in proper deployment of the service class. this file is attached below: http

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-09 Thread Nishant_Awasthi
s but it never worked. Is there anything else you think might be done? I am starting to believe my sample SOAP Webservice is never going to run. I tried every possible location to put my service files but nothing worked. Though earlier problem seemed to be very small that is just about placi

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-09 Thread Scott Nichol
/WEB-INF/classes. Scott Nichol - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, July 09, 2002 2:09 PM Subject: Re: BadTargetObjectURI problem:: Please guide me !!! > > Hello Scott. > > Thanks for re

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-09 Thread Nishant_Awasthi
thi) Subject: Re: BadTargetObjectURI problem:: 07/09/2002 12:32 PMPlease guide me !!! Please respond to soap-

Re: BadTargetObjectURI problem:: Please guide me !!!

2002-07-09 Thread Scott Nichol
context to Tomcat's server.xml? Scott Nichol - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; Sent: Tuesday, July 09, 2002 11:34 AM Subject: BadTargetObjectURI problem:: Please guide me !!! > I am new t

BadTargetObjectURI problem:: Please guide me !!!

2002-07-09 Thread Nishant_Awasthi
I am new to SOAP and Tomcat and I am continuously getting this problem: Fault Code = SOAP-ENV:Server.BadTargetObjectURI Fault String = Unable to resolve target object: Hello As per I have read so far it is due to the classpath settings. I have all my .java and .class files( as well as

Re: Nil problem - one more step

2002-06-27 Thread costinm
On Thu, 27 Jun 2002, Sam Ruby wrote: > > targetException=java.lang.IllegalArgumentException: No mapping found for > > ':name' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'.] > > > > at org.apache.soap.rpc.Call.invoke(Call.java:296) > > So, provide a mapping

Re: Nil problem - one more step

2002-06-27 Thread Sam Ruby
Costin Manolache wrote: > > After updating apacheSOAP to the latest version - it > seems it detects nil corectly, and it has another problem. > > What apacheSOAP sends is: > > > What Axis sends: > > > ApacheSOAP doesn't accept this input, since the ty

Need urgent help with serialization problem

2002-06-26 Thread Alpa
takes the string. Is it a problem with the serializers? This is the fault i receive: Fault Code = soap:Server Fault String = Server was unable to process request. --> Object reference not set to an instance of an object. Could someone please h

Re: Serialization problem!!

2002-06-24 Thread Scott Nichol
Your issue sounds germaine to XML, not SOAP. Be certain to try post your question to the relevant list. Scott - Original Message - From: "Jeong Ahn Lee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, June 24, 2002 2:50 AM Su

Re: Serialization problem!!

2002-06-24 Thread Scott Nichol
PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, June 24, 2002 3:57 PM Subject: Re: Serialization problem!! > Please check your Java clients that handle a return Element. I suspect they > either use literal XML encoding (not SOAP encoding) or they add

Re: Serialization problem!!

2002-06-24 Thread Scott Nichol
- From: "deepak venugopal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, June 24, 2002 8:02 AM Subject: Re: Serialization problem!! > Hello friends, > My company has started developing soap clients based > on XSP and

Re: Serialization problem!!

2002-06-24 Thread deepak venugopal
Hello friends, My company has started developing soap clients based on XSP and submitting the request to Apache Soap Server which has services running in pure Java. For my Java Soap Clients, the soap service used to return a Node Element ( XML Document). The Java Client worked perfectly using the

Serialization problem!!

2002-06-23 Thread Jeong Ahn Lee
Hi all, i am having a problem in serializing and de-serializing the XML (Dom document) what i am doing is i am creating a org.w3c.dom.Document object ( SOAP Message) i am digitally signing it using XML security suite from apache( Digial Signature), i am serializing it like below

Interoperability problem Apache Soap 2.2 ---> MS WS

2002-05-15 Thread Christian Lacetera
Hello, im' wrote a client for MS WebServices the request is like this http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/1999/XMLSchema";> *http://schemas.xmlsoap.org/soap/encoding/"; xmln:xsi="something">*

Re: Date Problem while sending Date from Apache Soap Client to MS SoapServer

2002-04-30 Thread dswanson1
Take a look at the XML spec... http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/#dateTime

Date Problem while sending Date from Apache Soap Client to MS Soap Server

2002-04-30 Thread Yagantappa J
Hello,     I am having a problem in sending Date value from Apache Soap Client to MS Soap Server. My system time is in PDT. When I send a date to MS Soap, the date value is getting reduced by 7 hours in MS Soap server. Please help me in solving this problem. Thanks in advance, Yag.Have a nice

problem using Api SOAP and Weblogic

2002-04-22 Thread DE STEUR Véronique (NORSYS)
Title: problem using Api SOAP and Weblogic Hello, I use  Tomcat 3.3 and Weblogic 5.1 and i' ve a problem with soap api. When Tomcat invoke an ejb using soap,  no error is encountered in weblogic, but unfortunately the folowing error is triggered  in Tomcat : Fault= SOAP-ENV:C

Re: SSL problem

2002-04-10 Thread Oscar Pablo
It doesn't work. Same result. :'-(. Any other idea? - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 09, 2002 5:31 PM Subject: RE: SSL problem You might want to change the algorithm you are trying to

SSL problem

2002-04-09 Thread Oscar Pablo
Hi all,   I've tried to create an infrastructure to allow to automatically configure the SSL communication with SOAP. My problem is that the creation of the keystores and certificates using keytool is not possible with different versions of JDK (keytool). For example, I'm using JD

Re: Tomact Servlet Deploy Question/Problem- Help

2002-03-20 Thread Scott Nichol
I would recommend posting this to a Tomcat mailing list. Scott - Original Message - From: "Sanjay Bahal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 20, 2002 11:39 AM Subject: Re: Tomact Servlet Deploy Question/Problem- Help > Can an

Re: Tomact Servlet Deploy Question/Problem- Help

2002-03-20 Thread Sanjay Bahal
Can anybody help on this. TIA Sanjay --- Sanjay Bahal <[EMAIL PROTECTED]> wrote: > I installed Tomcat4.01/NT the examples run- > webapps/servlets. > I am trying to deploy my example servlet it does not run. > I have directory structure /webapps/search. > Under this I have my html file hello.htm- >

Client authentication problem

2002-03-20 Thread Frederik Santens
with extension like "KeyUsage" with the KeyTool or KeyMan tools and might this have something to do with the problem? Any input will be very helpfull. Thx Frederik The client code: import proxy.soap.*; import java.security.Security; import javax.net.ssl.*; public class Test {

Re: Tomact Deploy Question/Problem

2002-03-19 Thread Sanjay Bahal
Hi all, Can anybody help me deploy a servlet? Thanks a lot, Sanjay --- Sanjay Bahal <[EMAIL PROTECTED]> wrote: > I insatalled Tomcat the examples run- > webapps/servlets. > I am trying to deploy my example it does not run. > I have directory structure /webapps/search. > Under this I have my html f

Tomact Deploy Question/Problem

2002-03-19 Thread Sanjay Bahal
I insatalled Tomcat the examples run- webapps/servlets. I am trying to deploy my example it does not run. I have directory structure /webapps/search. Under this I have my html file hello.htm- Execute I have further dir. struc- /webapps/search/web-inf/classes Under web-inf I have my web.xml-

Problem SSL + Tomcat standalone

2002-03-13 Thread nomorems
Dear,I have some problems with my Tomcat in combinationwith SOAP and SSL.I did the steps from 1 to 5a(http://xml.apache.org/soap/docs/install/FAQ_Tomcat_SOAP_SSL.html), but I get this report:Ctx(  ): 400 R( /) nullCtx(  ): IOException in: R( /) null cert chainCtx(  ): IllegalStateException in: R( /

Problem SSL + Tomcat standalone

2002-03-13 Thread nomorems
Hello,I have some problems with my Tomcat in combinationwith SOAP and SSL.I did the steps from 1 to 5a(http://xml.apache.org/soap/docs/install/FAQ_Tomcat_SOAP_SSL.html), but I get this report:Ctx(  ): 400 R( /) nullCtx(  ): IOException in: R( /) null cert chainCtx(  ): IllegalStateException in: R(

Problem in running apahce samples on websphere

2002-02-13 Thread Hanumaiahgari, Srinivas
hi everybody, I was trying to run HelloServlet sample in Websphere environment and got the following error. Can someone give me a clue. Caught SOAPException (SOAP-ENV:Client): Parsing error, response was: The element type "init" must be terminated by the matching end-tag "". PS : I am trying ru

encoding problem

2002-01-30 Thread Elaine Chien
like when serializing String[], though it understand to use NS_URI_SOAP_ENC for array , when it tries to serialize String it is using the default encoding which is NS_URI_LITERAL_XML. Any suggestion as to what can be done to work around this problem? Thanks, Elaine

WSDL hastable problem

2002-01-22 Thread Chistian Lacetera
I have used hashtable as data type, now i have the problem to make a wsdl for Microsoft Toolkit, but it seems not accept complex type some suggestion Regards smime.p7s Description: S/MIME Cryptographic Signature

Re: Problem with response from MS Soap

2002-01-18 Thread dswanson1
When calling a MS Soap Server you need to explicitly map the return turn types...use this snippet of code...if that doesn't work then I think you have another older parser in the path somewhere that is causing your problems...**Note you must do this BEFORE you invoke the call... //ADD YOUR OWN

RE: Problem with response from MS Soap

2002-01-18 Thread William Brogden
> -Original Message- > From: Derik Crouch [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 17, 2002 10:42 PM > To: [EMAIL PROTECTED] > Subject: Problem with response from MS Soap > > > Hello, > > I'm currently building a Java client that wi

Re: Problem with response from MS Soap

2002-01-18 Thread Chistian Lacetera
Hi, i have the same problem, this happens because apche soap is not strictly compliant with some namespace attribtues, you have to map the response, in your deploy file you must add a line like this http://schemas.xmlsoap.org/soap/encoding/"; xmlns:x=""

Problem with response from MS Soap

2002-01-17 Thread Derik Crouch
Hello, I'm currently building a Java client that will be using Apache Soap API to communicate to a MS Soap server. Using a sniffer we're able to see the message go out and the response coming back from the server. ( We're using MSSoapT to see what's going on ) The problem

RE: Problem accessing a web service. Please help. Thanks

2002-01-11 Thread Max Stolyarov
Scott, Before I got your message I actually figured out what was the problem. I implemented everything the way you specified, but what I did wrong was I specified a wrong encoding. Instead of specifying Constants.NS_URI_SOAP_ENC I specified Constants.NS_PRE_SOAP_ENC. That's all. As soos

Re: Problem accessing a web service. Please help. Thanks

2002-01-11 Thread Scott Nichol
type params.addElement (new Parameter("symbol", String.class, symbol, null)); call.setParams (params); Scott - Original Message - From: "Max Stolyarov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 11, 2002 4:41 PM Subject: Problem

Problem accessing a web service. Please help. Thanks

2002-01-11 Thread Max Stolyarov
Hello, I wrote a very sime Web Service and a client application to access. I successfully deployed the service on Tomcat, but when I try to make an RPC call to it from the client application I get the following error. Can somebody please shed some light on it for me. Thanks SOAP Fault Msg I r

SOAP logging to understand rpcroute/serializer problem

2002-01-10 Thread Andrew Simpson
Do you know how I can find out more information about what's going wrong here? Details: soap2.2, Sun J2EE RI, using the Stateless session bean provider to invoke a session bean method that returns the bean that I'd like to serialize. Everything works fine until I try to use my own serializer,

Re: Remote Deployng & security problem

2001-12-28 Thread Sanjiva Weerawarana
;[EMAIL PROTECTED]> Sent: Friday, December 28, 2001 3:30 PM Subject: Remote Deployng & security problem > I need to protect remote Deploy but there is a problem: > > I can protect (by tomcat) the url name.host:8080/soap/server/rpcrouter > > but this forbid the access to soap

  1   2   3   >