base64binary

2002-03-06 Thread Zina Kalish
Hello everybody! I have a problem and hope somebody can help me. I have .NET client and Java Apache Soap Web Service. One method has an input parameter byte[] (public String setArrayByte(byte[] param) and another one - returns byte[] (public byte[] getArrayByte(String param). When the client call

JBoss and SOAP service deployment

2002-03-06 Thread Paul Baker
I'm stumped trying to get my first service deployed. Can anyone please lend me a hand. I'm trying to rpc the sample interest ejb for JBoss. Soap 2.2, JBoss 2.2.4 and Tomcat 4.0.1... and using the servicemanagerclient for deployment. FullContextFactoryName - I'm using: org.jnp.interfaces.Nami

Re: Oracle V2 parser doesn't like unqualfied 'fault' elements

2002-03-06 Thread Robert Quinn
i was using xdk_java_9_0_2_0_0D.zip i just downloaded and will try with latest release. thanks! --- Steve Muench <[EMAIL PROTECTED]> wrote: > Oracle's web service client library is also > using the Apache SOAP rpc layer and I just > tried using our latest, production 9.2.0.1 Java XDK > and both

soap session doc question

2002-03-06 Thread Jerzy Kut
Hi! Anybody know where I could looking for informations about how SOAP session work? I mean: when the session is created and destroyed for session type deployed classes? Thanks in advance. Jerzy Kut

Re: Oracle V2 parser doesn't like unqualfied 'fault' elements

2002-03-06 Thread Steve Muench
Oracle's web service client library is also using the Apache SOAP rpc layer and I just tried using our latest, production 9.2.0.1 Java XDK and both successful and fault responses work ok. What precise version of the Oracle XDK for Java are you using? You mentioned a beta. Try with the 9.2.0.1 pro

Re: weblogic6.1 and soap2.2

2002-03-06 Thread Gus Delgado
Ruben, Thanks. On Wed, 2002-03-06 at 09:12, [EMAIL PROTECTED] wrote: > > Hi Gus, > > no idea, I tried to find the Patch from Bea support for a long time but I > get no response, > just know that it works and I think they solved the problem in sp2. > > Ruben > > > >

Re: Oracle V2 parser doesn't like unqualfied 'fault' elements

2002-03-06 Thread Robert Quinn
here's the header for that message, should have included in original posting. http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/1999/XMLSchema";> This happens with oracle parser rather then xerces. Are you not see

Re: weblogic6.1 and soap2.2

2002-03-06 Thread Ruben_Inoto
Hi Gus, no idea, I tried to find the Patch from Bea support for a long time but I get no response, just know that it works and I think they solved the problem in sp2. Ruben

Re: weblogic6.1 and soap2.2

2002-03-06 Thread Gus Delgado
Ruben, thanks, it work. where can I find some info on this patch? -Gus On Wed, 2002-03-06 at 07:59, [EMAIL PROTECTED] wrote: > > Hi Gus, > > this seems a problem with the ServletOutputStreamImpl class in weblogic. > I found a patch that solves the problem (find it attached), just place it > bef

Re: weblogic6.1 and soap2.2

2002-03-06 Thread Ruben_Inoto
Hi Gus, this seems a problem with the ServletOutputStreamImpl class in weblogic. I found a patch that solves the problem (find it attached), just place it before weblogic.jar in server's classpath.(See attached file: patchCR058220.jar) regards, Ruben

weblogic6.1 and soap2.2

2002-03-06 Thread Gus Delgado
I'm trying to deploy a soap2.2 web service on weblogic 6.1, I have soap2.2 as a war file and I can see the jsp's for the admin and I can deploy a web service just fine, but when I try to hit it with a client I get the following null pointer exception error: java.lang.NullPointerException

Re: AW: Soap client threads

2002-03-06 Thread TheMotorcycles
I think for the SOAP toolkit that's no problem. But does Java allow many sockets open from many threads? YES.

RE: Soap client threads

2002-03-06 Thread Colin Saxton
Title: Soap client threads Each client thread should create a new instance of the client side SOAP object...you should have no problems here... (Make sure that you are not using the same SOAP object across threads...that would cause synchronization problems).   Java does allow you to have m

AW: Soap client threads

2002-03-06 Thread Beer, Christian
Title: Soap client threads I think for the SOAP toolkit that's no problem. But does Java allow many sockets open from many threads? -Ursprüngliche Nachricht-Von: Michael Weir (Transform Research) [mailto:[EMAIL PROTECTED]]Gesendet: Dienstag, 5. März 2002 22:04An: '[EMAIL PROTE

AW: Server Event Notification To Clients

2002-03-06 Thread Beer, Christian
Title: RE: Server Event Notification To Clients Well, I think that's one of the points JMS can't do. We are using it in a local network. That's why SOAP is better. -Ursprüngliche Nachricht-Von: Tony Jeffery [mailto:[EMAIL PROTECTED]]Gesendet: Dienstag, 5. März 2002 16:41An: '[

AW: Server Event Notification To Clients

2002-03-06 Thread Beer, Christian
Title: RE: Server Event Notification To Clients Well that's a good question! I only wrote the Java-Clients. But I think, I heard that Oracle propagates messages. -Ursprüngliche Nachricht-Von: Harnish, Michael [mailto:[EMAIL PROTECTED]]Gesendet: Dienstag, 5. März 2002 15:13An:

Re: Oracle V2 parser doesn't like unqualfied 'fault' elements

2002-03-06 Thread Steve Muench
This error is thrown by the soap client libraries, not the Oracle JAXP implementation. If this is indeed the XML returned by the server: SOAP-ENV:Server service 'urn:test:echo2' unknown /winxml/rpcrouter Then this is not parseable because is uses the "SOAP-ENV" namespace *prefix* without i