lost parameter contents in soap call

2001-07-10 Thread eric . s . miles
I'm making a (somewhat) successful java (Apache) to .net beta 2 soap call but I'm having a small problem. The call is going through and on the server side, processing of the call is taking place. But the incoming parameters I receive are blank. I'm using the tracing tool and checking out the in

RE: HTTPUtils.post

2001-07-10 Thread HariNam Singh
ignore the post. It was a very inventive bug on my side ;-) -Original Message- From: HariNam Singh [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2001 12:48 PM To: '[EMAIL PROTECTED]' Subject: HTTPUtils.post Hi, I was working on building my own SOAP transport over a messaging produ

RE: Tools to generate WSDL from Java interfaces/classes

2001-07-10 Thread Frank Feldmann
- WSTK from IBM or WSDE from IBM - JBrokerWeb from SilverStream (RMI + SOAP) http://extend.silverstream.com/workbench/app/jsp/jbrokerweb.jsp   Frank -Original Message-From: Kar YEOW [mailto:[EMAIL PROTECTED]]Sent: Wednesday, July 11, 2001 12:04 AMTo: [EMAIL PROTECTED]Subject:

Re: Cross program calls from Tomcat/Apache servlet

2001-07-10 Thread William Brogden
Brian Noyes wrote: > > Anyone got a recommendation for the best approach to invoke a method on > another running Java program from inside a servlet that receives SOAP > messages on Apache? > > The scenario is that we have Tomcat running, and invoke a soap method in our > servlet. In response t

Re: Cross program calls from Tomcat/Apache servlet

2001-07-10 Thread Danh Hoai
Hi, I think using JAXM tool from Sun is very good to send message and attachment You can download this tool by clicking on following link: http://developer.java.sun.com/servlet/SessionServlet?url=http://developer.ja va.sun.com/developer/earlyAccess/ Then try to use the receiver/sender in the sim

Tools to generate WSDL from Java interfaces/classes

2001-07-10 Thread Kar YEOW
Are there any tools available to generate WSDL from Java interfaces or classes?  Kar

soap over ssl

2001-07-10 Thread Rich Catlett
I am having trouble getting soap to run over ssl. I am using soap on tomcat 4 and I have the ssl connection set up. I am still just trying to go to https://localhost:445/soap/servlet/rpcrouter and get the responce back see that soap is working. When I go to the URL I get a status code of 403.

msg=Exception from service object: [Ljava.lang.Object;]

2001-07-10 Thread Ragu Sivaraman
Folks: I have this problem when i try to do the following 1. findByLastName method returns a collection of account objects based on the last name 2. This collection is converted to array of objects using toArray(). 3. Then its casted to my javabean AccountInfo and returned return (Accoun

HTTPUtils.post

2001-07-10 Thread HariNam Singh
Hi, I was working on building my own SOAP transport over a messaging product. So, I took the e-mail transport as an example, which used the HTTPUtils.post to send the SOAP request to the SOAP server. Somehow, this HTTPUtils.post() method seems to work very unreliably. It seems to time out socket

RE: Cross program calls from Tomcat/Apache servlet

2001-07-10 Thread Abraham Kang
Brian, How about JMS. --Abraham > -Original Message- > From: Brian Noyes [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 10, 2001 11:33 AM > To: [EMAIL PROTECTED] > Subject: Cross program calls from Tomcat/Apache servlet > > > Anyone got a recommendation for the best approach to invo

RE: have anyone config soap on resin

2001-07-10 Thread Dennis Petersen
> >Hi: > >I have successfully config soap with tomcat3.2.2. But failed when I use soap on resin. > >Have anybody test resin? > >Regards > >fanyun Hi there.. I could not make it work with Xerces 1.3, but 1.2.3 and 1.4 works great? What version of Resin are you using? I'm successfully using Resin1.

Re: is there anyway to refresh SOAP service java file(s) w/o restarting Tomcat?

2001-07-10 Thread William Brogden
Uzay Takaoglu wrote: > > Hi All, > > I have SOAP 2.2 running on linux with Tomcat 3.2.2. Every time i update the > SOAP service java code, I end up with restarting the tomcat server to > refresh the uploaded class files. Is there anyway around this? > > P.S. my deployment descriptor defines t

soap messaging

2001-07-10 Thread Yong Chen
Hi, Is it possible to send info from soap server to a client? (like corba notification service?) thanks Yong Chen

Re: problems with String[], apache-soap.server->ms-soap-client: typeconversion-error

2001-07-10 Thread Oliver Rettig
Hi Dirk-Willem, > Aye - it might be that the types for the KlickBOperator reference; i.e. > the datatype is wrong; does the WSDL give a warning when fed through a > dtd validator about misplaced structures ? thanks for trying help. I use a validater to check the wsdl-files. But all is correct.

Cross program calls from Tomcat/Apache servlet

2001-07-10 Thread Brian Noyes
Anyone got a recommendation for the best approach to invoke a method on another running Java program from inside a servlet that receives SOAP messages on Apache? The scenario is that we have Tomcat running, and invoke a soap method in our servlet. In response to that method call, we want to call

RE: how soap caches? (a stupid question?)

2001-07-10 Thread Eduardo Yánez
The deployment of a service allows you to specify if the service is per-request (so each time a request arrives a new object is created and destroyed when the request is completed), if the service is per-session (the object last until the session with the client is finished) and if the service

is there anyway to refresh SOAP service java file(s) w/o restarting Tomcat?

2001-07-10 Thread Uzay Takaoglu
Hi All, I have SOAP 2.2 running on linux with Tomcat 3.2.2. Every time i update the SOAP service java code, I end up with restarting the tomcat server to refresh the uploaded class files. Is there anyway around this? P.S. my deployment descriptor defines the service as "Request" Regards,

Re: problems with String[], apache-soap.server->ms-soap-client: type conversion-error

2001-07-10 Thread Oliver Rettig
Hi, thanks for help but your your wsdl includes nothing new. > hier ist ein WSDL File, das ich aus einer COM Komponente mit dem > WSDLGenerator aus dem STK 2.0 erzeugt habe: > --- > > - > - http://tempuri.org/wsdl/"; > xmlns:wsdlns="http://tempuri.org/wsdl/"; > xmlns:typens="http://tempuri.org

TCP Tunnel garbled

2001-07-10 Thread HariNam Singh
Hi, did anyone else have problems with the TCP Tunnel that the trapped http messages are slightly garbled. It is very strange, but commonly, whatever the TCP Tunnel traps on my system has the contents slightly garbled. E.g., the body will start inside the header, and the header finishes a few ch

Re-entrancy problems using java server and vb client

2001-07-10 Thread greyson . smith
This may be better posted to a ms group, but I thought I'd try here, first to see if anyone has noticed the same behaviour. I have a relatively simple soap server that I've written in Java. It takes the call, hits a database, and returns a result -- it takes a couple of seconds to execute. The

RE: The TCPTunnel

2001-07-10 Thread Uzay Takaoglu
Let's say your commmand line for the TCP tool is following: java org.apache.soap.util.net.TcpTunnelGui 8082 127.0.0.1 8080 Your SOAP "client" should invoke the SOAP service at 127.0.0.1:"8082" and NOT at 127.0.0.1:"8080". The TcpTunnelling tool will automatically obtain the incoming soap request

Re: problems with String[], apache-soap.server->ms-soap-client: type conversion-error

2001-07-10 Thread Dirk-Willem van Gulik
Aye - it might be that the types for the KlickBOperator reference; i.e. the datatype is wrong; does the WSDL give a warning when fed through a dtd validator about misplaced structures ? Dw On Tue, 10 Jul 2001, Christian Weyer wrote: > Oliver, > did you try to build a dummy VB project as the SO

Re: have anyone config soap on resin

2001-07-10 Thread Serge A. Rider
High there! Some time ago, Tue, 10 Jul 2001 16:31:21 +0800, you wrote something about "RE: have anyone config soap on resin": >When I try to deploy urn:AddressFetcher from the sample: > >I input the command: > > java -cp >c:\resin-2.0.0\webapps\soap\WEB-INF\classes;c:\lib\activati

Re: problems with String[], apache-soap.server->ms-soap-client: type conversion-error

2001-07-10 Thread Christian Weyer
Oliver, did you try to build a dummy VB project as the SOAP server, generate the WSDL from this COM object and compare it with your WSDL? This might help out for some further steps. Regards, Christian   Oliver Rettig wrote: Hallo, I´ve written a soap-server with apache-soap and a want to invoke i

FW: The TCPTunnel

2001-07-10 Thread Eduardo Yánez
Aaaah!! i got it, thanks for the help! The sample i was trying to run has the URL hard coded, i changed the port number to 8082 and success!! So with the command line: java org.apache.soap.util.net.TcpTunnelGui 8082 localhost 8080 the TcpTunnelGui redirects the request from the port 8082 to th

problems with String[], apache-soap.server->ms-soap-client: type conversion-error

2001-07-10 Thread Oliver Rettig
Hallo, I´ve written a soap-server with apache-soap and a want to invoke it via a ms-high-level-soap-client. Invocation of methods String dummy(String string) works fine but invocation of String[] dummy1(String[] stringArray) produces an error: Type conversion failure for element arg0. Please hel

RE: Apache SOAP & EJB as Client.

2001-07-10 Thread WMckean
Anything can be the client of a soap service. I believe you are asking can an EJB be exposed as a soap service. I have successfully tested this using jBoss and Apache SOAP. I had to modify the deployment information a bit, but the EJB example which comes with Apache is very close. Wes -Or

Apache SOAP & EJB as Client.

2001-07-10 Thread Rena Sygkouna
I am currently working with an application deployed on a J2EE server. I want to expand the application so as to connect to remote services. The question is whether or not an EJB can act as a client to the Apache Soap Server. Thanks in advance.

how soap caches? (a stupid question?)

2001-07-10 Thread fanyun
Hi: I am new to soap. I have tested the address sample code. I wonder whether the soap frame calls the java application for every request. Will it cause bad performance. Has any caching mechanism to solve the performance problem in apache soap? Or is there any other soap implemen

RE: have anyone config soap on resin

2001-07-10 Thread fanyun
It is xerces1.2.3. I use it also with the tomcat 3.2.2. On tomcat, everything works. I wonder is it a resin special problem. Adam, are you using resin with soap? Regards fanyun -Original Message- From: Adam.Leggett [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2

RE: have anyone config soap on resin

2001-07-10 Thread Adam.Leggett
I think this is an xml parser related problem. What version of xerces is it? -Original Message- From: fanyun [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2001 9:31 AM To: [EMAIL PROTECTED] Subject: RE: have anyone config soap on resin Hi: The problem is: When I try to deploy u

RE: have anyone config soap on resin

2001-07-10 Thread fanyun
Hi: The problem is: When I try to deploy urn:AddressFetcher from the sample: I input the command: java -cp c:\resin-2.0.0\webapps\soap\WEB-INF\classes;c:\lib\activation.jar;c:\lib\mail.jar;c:\lib\xerces.jar org.apache.soap.server.ServiceManagerClient

RE: have anyone config soap on resin

2001-07-10 Thread Adam.Leggett
What was the fail /exception? -Original Message- From: fanyun [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2001 4:24 AM To: Soap-User Subject: have anyone config soap on resin Hi: I have successfully config soap with tomcat3.2.2. But failed when I use soap on resin. Have anybody