RE: Base64 encoding

2001-12-20 Thread Randy Charles Morin
One last thing. If you have problems with MSSOAP and don't get a response on the usual forums. CC me email too! Randy Charles Morin Author of Programming Windows Services http://www.kbcafe.com/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Chris Malley

RE: Base64 encoding

2001-12-20 Thread Randy Charles Morin
I wrote the following base64 class. http://www.kbcafe.com/articles/base64.html I hope it help. Second, you should be able to send the document unencoded. I successfully did this with MSSOAP2 (client and server). I haven't tried this w/ Apache SOAP. Randy Charles Morin Author of Programming Windo

Re: SOAP and JDK 1.2.2 Windows ok but Linux/Solaris problem

2001-12-20 Thread David Wall
> On JDK 1.2.2 on Linux and Solaris, it is not working well. It's odd, > because it does send most of the objects, but the array of objects does not > go out. I have a main object that includes an array of subobjects, and the > subobject array length is zero when it's received (though it's defin

SOAP and JDK 1.2.2 Windows ok but Linux/Solaris problem

2001-12-20 Thread David Wall
I have a SOAP 2.2 call made up of multiple objects that contain other objects and I'm using the BeanSerializer to marshal these for me. I'm also using Xerces 1.4.3 as my parser. On JDK 1.3.0, I'm having no problems whatsoever. On JDK 1.2.2 on Windows, it works fine. On JDK 1.2.2 on Linux and S

RE: Connection reset by peer

2001-12-20 Thread Ding, Chengmin
This problem usually is caused by the slight differences in different implementation of HTTP protocol. e.g. If you are using a Windows client while your service are running in Tomcat/HP, you are likely to get this error. Normally this error can be safely ignored. HTH. -Chengmin -Original Me

Connection reset by peer

2001-12-20 Thread LOYD,AARON (HP-FtCollins,ex1)
Running on HP-UX 11.0, I have Apache Soap installed under Tomcat. I can deploy and list services. But, when I try to access any service I get the following on the client side: Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Client; msg=Connec tion reset by peer: Connecti

Re: Getting the SOAP Envelope with RPC-based MIME calls

2001-12-20 Thread Pae Choi
Yes, you are right. My previous message was not intended to send you. If you are subscribing the "soap-user" discussion list, you are just one of many other folks who received my message same as all other message distributed from the list server. Otherwise, my appoligies. Pae - Original Me

Re: Getting the SOAP Envelope with RPC-based MIME calls

2001-12-20 Thread RJFitzpatrick
Pae, You have me mistaken with someone else I think. My surname is not Cook. Rich F. "Pae Choi"

Re: Getting the SOAP Envelope with RPC-based MIME calls

2001-12-20 Thread Pae Choi
Title: RE: Getting the SOAP Envelope with RPC-based MIME calls Thank you for sharing as well as your anticipation which most of us, if not all, will agree for RPC continuity in its own life cycle. And thanks for the other reasons behind why you have had your preference.   Pae   RPC isn't ne

RE: Getting the SOAP Envelope with RPC-based MIME calls

2001-12-20 Thread Cook, Richard
Title: RE: Getting the SOAP Envelope with RPC-based MIME calls RPC isn't necessarily a requirement but it is the best fit conceptually for our project. It currently handles things (non-SOAP) in a synchronous procedure call way and I anticipate that continuing. I also like RPC calls for how the

RE: Help! Service Manager Client

2001-12-20 Thread Wilkins, Craig
Try pointing a browser at the rpcrouter servlet. Your problem may be with your Application Server configuration and not your ServiceManagerClient. -Original Message- From: Tolsch, Ed [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 12:50 PM To: '[EMAIL PROTECTED]' Subject:

Help! Service Manager Client

2001-12-20 Thread Tolsch, Ed
HI, I'm having a problem with ServiceManagerClient when I try to list my services: I run java org.apache.soap.server.ServiceManagerClient http://amro003.fmr.com:8080/.../rpcrouter list Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported response conten

Configure client to pass method call without embedded newlines?

2001-12-20 Thread Bryan Pendleton
Hi, I'm trying to use an Apache SOAP 2.2 client to call a GLUE 2.0 Standard server, and I'm having a problem which appears to be related to the Apache SOAP client library performing "pretty-printing" of my message XML. My server has the method: public void setupDB() That is, the method takes

Re: Getting the SOAP Envelope with RPC-based MIME calls

2001-12-20 Thread Pae Choi
Title: Getting the SOAP Envelope with RPC-based MIME calls Richard,   I am just curious why you are not interested at all using the Message-oriented service. Unless it is a requirement, I certainly like to hear about your feeling and assertion. Of course, if I have a privilege to share them.

Getting the SOAP Envelope with RPC-based MIME calls

2001-12-20 Thread Cook, Richard
Title: Getting the SOAP Envelope with RPC-based MIME calls Using Apache SOAP 2.2 we're developing a RPC-based service that has a XML Element as its parameter and return value. It works so far, but now we're trying to add binary attachments to our RPC's. I experimented with the MimeTest samples

Re: Base64 encoding

2001-12-20 Thread Pae Choi
Hi Chris, How is the weather like in Boulder nowaday. I used to live in C Sprins before and I enjoyed. Back to the BASE64 stuff on your client side, you can either write own code or download the available source from the various places, e.g., c or c++. Or just rewite in c++ by borrowing the ide

Base64 encoding

2001-12-20 Thread Chris Malley
I have a set of SOAP services that send XML documents as parameters and responses. Since these XML documents will be enbedded in SOAP documents, I'm Base64 (aka, MIME) encoding them. I'm using the Apache SOAP Base64 class to do the encoding/decoding on the server. My problem is on the client

RE: Problems with jdbc in web service

2001-12-20 Thread Maris Orbidans
When I write a client of this class, nothing comes from Web service. +++ nothing ? an exception or empty String ? You can use Jakarta Log4J logging lib. and debug your programm. Maris When I instanciate a Web Service class as tipical class there is no problem. I have result. Also

Soap over SSL on weblogic 6.0

2001-12-20 Thread Ajit Ponkshe
Hi all, How do I configure my weblogic server 6.0 for soap over SSL. Can anyone please help me on this ? Thanks, Ajit