Dodging namespaces: Xerces/SAX

2001-08-28 Thread Stephen Nelson
I'm working on a SOAP interoperability project that uses SOAP to communicate between a frontend servlet and a backend processing system. Unfortunately, the frontend servlet depends on the Sun SAX parser for some parsing tasks of its own, and I'm getting "MethodNotFoundError"s, since it's finding S

Client side deserialization

2001-08-28 Thread X X
My Apache 2.2 SOAP client is calling a service which returns the following XML... ... ... ... ... In order for my client to handle this XML I have... 1. Created a JavaBean called Foo that has the appropriate get/set methods 2. Added new map types to the SOAPMappingRegistry with

RE: RE: How to share a variable of a service class among different clients' requests?

2001-08-28 Thread Dmitri Colebatch
On Tue, 28 Aug 2001, Radek Wisniewski wrote: > Be aware of fail ower issues. Microsfts centralized "Passport" concept is > not a good idea. why not? we are looking at a similar solution and I'd be interested to hear criticisms and alternatives. cheesr dim > > Radek Wisniewski > www.datenkn

Delphi client for webservice over Apache SOAP

2001-08-28 Thread Otto Villarin
Hello   I have made and deployed an rpc-oriented web service by using Apache-SOAP, After that I create a java client to test it. It worked fine over jrun 3.0 as app server but now I am trying to implement a SOAP based client in Delphi 6.0 Enterprise for my webservice I am having problems wit

Apache/soap for Domino?????

2001-08-28 Thread Sekhar Nadella
Hi, Can anybody tell whether apache/soap works with domino or not?. Helps/suggestions are highly appreciated. Thanks & Regards, Sekhar Nadella

throwing exceptions & EJBProvider problem

2001-08-28 Thread Yenner, Gregory E
Hope someone is smarter than me on this one - I'm stuck! I'm using a StatelessEJBProvider for SOAP 2.2 on WebLogic 6.1, and trying to throw a SOAPException in a provider class method (easier than creating new exception type and registering it, or so I thought). In System.out, I see 'Exception C

SOAP-ENV:Server.BadTargetObjectURI

2001-08-28 Thread Jess Wagner
Hello all,   I've coded a small app based on the interop sample program included in the SOAP download.  (newbie)  My compiled client and service classes reside in "tomcat/webapps/myproject/web-inf/classes/com/company/soap/Client.class and Service.class".   I have put the deployment descript

Re: Config File

2001-08-28 Thread Franck Baniere
The data from the soap admin are write in file named DeployedService.ds who is located in the soap webapp directory. Bye --- [EMAIL PROTECTED] a écrit : > Hello anyone, > > does anyone know the name of the configFile where > the data from the > soap/admin is stored?? > > Thanks > Mario Heiss >

serializer object in vb

2001-08-28 Thread TheMotorcycles
i have try to execute the example to call un apache soap service from vb. i have this error from method Reader.faultstring.Text No Deserializer found for deserialize a ':param1' using encodin style 'http://schemas.xmlsoap.org/soap/encoding/ any suggestion? ff

Re: Trying to implement a generic java object serializer

2001-08-28 Thread Richard Boehme
Apologies if this answer has already been aired, but what about creating your down serializer/deserializer and having it call the JSX serializer? You might have a look at org.apahe.soap.encoding.soapenc.BeanSerializer to use as a base. Hope this helps. Richard Boehme On Fri, 24 Aug 2001, Mark

RE: RE: How to share a variable of a service class among different clients' requests?

2001-08-28 Thread Radek Wisniewski
It't an emerging concept of an shared context. Probably the best solution, in the "SOAP-ing" environment ist to build special and specialized service that works as "shared context". Of cource for simplicity, you can build your own class Vector working as proxy. While putting or getting it schould

Serializer.endBody

2001-08-28 Thread [EMAIL PROTECTED]
i have try to implement the function runMyMethod of example to have call a apache soap service from vb. when i do the call Serializer.endBody i have this error: Method 'endBody' of object 'ISoapSerializer' failed. some suggestion? federico

RE: RE: How to share a variable of a service class among different clients' requests?

2001-08-28 Thread Micael Ericsson (QIN)
Correct. Singelton approach only works if 'application' only runs on one webserver/same JVM session. Database or shared property file is another approach for 'global settings'. /Micael E. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 28, 20

Re: SOAP for BEA WebLogic Server

2001-08-28 Thread Radek Wisniewski
Not exactly. I'm not sure if can buy WL 6.1 because there is only beta version, but you can install beta version Weblogic 6.1, it is freely available with 30 days trial licance. If you have any long term licence for WL 5.1, you can convert it to WL 6.1 format. While installing WL 6.1 you MUST chou

RE:RE: How to share a variable of a service class among different clients' requests?

2001-08-28 Thread [EMAIL PROTECTED]
but a request to a web server is statless. the only think that you can do is: do a request and listen a response. different thinks are out of 'normal' implementation. the concept of static variable are a forced work that a web server can do and onother web server cannot. i think you need to find

RE: How to share a variable of a service class among different clients' requests?

2001-08-28 Thread Micael Ericsson (QIN)
Design pattern Singelton solves this. Creating one unique instance that can be acces by several 'services'. This instance 'lives' from first acces until webserver/soap stops. Creating this in Java is easy: - make constructor private so that it is not accesible from outside - make a static metho

Config File

2001-08-28 Thread mario . heiss
Hello anyone, does anyone know the name of the configFile where the data from the soap/admin is stored?? Thanks Mario Heiss - This message is intended for the addressee or its representative only. Any form of unauthorized use

How to share a variable of a service class among different clients' requests?

2001-08-28 Thread Wenbiao Han
Hi: Suppose a member variable x of a Java service class X has a HashTable type, I am wondering how the different clients can add or delete entries in the variable x? Can I set the scope of the service class as "application" and synchronize the adding/deleting mehods when the client wants to add

Another "Unable to resolve namespace URI for 'ns2'" problem - but different!

2001-08-28 Thread Glaessl, Danilo
Hello everyone, I'm currently working on my diploma thesis: "Distributed Object Communication over SOAP". Therefore I am writing a serializer serializing (almost) any object by saving all its fields to a hashtable. This is then passed to Apache SOAP's HashtableSerializer. This is working well, bu

Re: SOAP for BEA WebLogic Server

2001-08-28 Thread Yuji SAKATA
Thanks, Radek > Simple install Weblogic 6.1 > There is only Windows install version. > Warning!!: install only english version, another "localized" install > versions are corrupted and doesn't run. > Does it mean if I would like to use SOAP implementation by BEA Systems, I have to buy an English

Re: SOAP for BEA WebLogic Server

2001-08-28 Thread Radek Wisniewski
Simple install Weblogic 6.1 There is only Windows install version. Warning!!: install only english version, another "localized" install versions are corrupted and doesn't run. Radek Wisniewski www.datenknecht.de On Tue, 28 Aug 2001, Yuji SAKATA wrote: > Hi Everyone, > > Please tell me how to ge

SOAP for BEA WebLogic Server

2001-08-28 Thread Yuji SAKATA
Hi Everyone, Please tell me how to get SOAP for BEA WebLogic Server implemnented by BEA Systems now. It seems that SOAP for BEA WebLogic Server can't have been gotten since WebLogic 6.1 appeared. Regards, http://developer.bea.com/techtracks/xml/index.jsp SOAP for BEA WebLogic Server - http://de

RE: jsp

2001-08-28 Thread V.Sundaresan
s you can do, just deploy it & proceed,,, sunder -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 28, 2001 3:22 PM To: [EMAIL PROTECTED] Subject: jsp i'm readed the example at this address http://marc.theaimsgroup.com/?l=soap-user&m=98683038702

jsp

2001-08-28 Thread [EMAIL PROTECTED]
i'm readed the example at this address http://marc.theaimsgroup.com/?l=soap-user&m=98683038702626&w=2 but i have a dubt again. can i call un apache service using a jsp page (like i do with a asp page to call a com with iis)? or can i call un apache service without call a wsdl file like with jav

How to generate a Deployment Descriptor (array serializer)

2001-08-28 Thread Franck Baniere
Hi, How can i generate the deployment descriptor file to get an array String in response. I try to use Array Serializer but it doesnt work. Could someone send me a sample D D file for use array serializer in map. Another question : Could someone tell me what type of variable should return a m