Conversion scripts (1.2 to 2.1)

2001-09-21 Thread voortrekker
Thought I might share some scripts I had to come up with to convert code from using version 1.2 to version 2.1. Let me know if you find them useful. Voortrekker -- find . -name "*.java" -print -exec perl -pi -e 's/NSStack nsStack, XMLJavaMappingRegistry xjmr\)/NSStack nsStack, XMLJavaMappi

ANNOUNCE: Apache Axis alpha 2 now available

2001-09-21 Thread Glen Daniels
Hi all! [Background : Axis is a new open-source Java SOAP engine from Apache] Just a quick note to let you know that the next "official" release of Axis, alpha 2, is now available from http://xml.apache.org/axis/ in both source-only and binary forms. The big news: this release adds limited WSD

unsubscribe request

2001-09-21 Thread Dharminder Singh
I've tried unsubscribing through conventional means and failed. So I'm sorry to junk the news group and ask to be unsubscribed. Thanks Dharminder Singh

soapifying a non HTTP Servlet?

2001-09-21 Thread Peoter Veliki
I have some servlets that I've been given and I've been asked to soapifythem.  Is this possible?  Any special steps?  In this case the servlet class(derived from GenericServlet) does not return anything (void) but passesback information through the service method arguments.  Can this be don

RE: .NET error when using AddressBook.wsdl

2001-09-21 Thread Tim Johnson
Title: RE: .NET error when using AddressBook.wsdl Thanks for the tip!! I got the following error: C:\Program Files\Microsoft.NET\FrameworkSDK\Bin>wsdl.exe /protocol:SOAP http://sqnklab02:8080/axis/AddressBook.wsdlMicrosoft (R) Web Services Description Language Utility[Microsoft (R) .NET

RE: .NET error when using AddressBook.wsdl

2001-09-21 Thread Andrew Fawcett
Title: RE: .NET error when using AddressBook.wsdl Note sure what the problem is. But it sometimes helps if you run the WSDL.EXE tool from the command line. You seem to get more detailed information that way. Good luck. -Original Message- From: Tim Johnson [mailto:[EMAIL PROTECTED]] Se

Re: Deploy multiple Services

2001-09-21 Thread Rich Catlett
As a matter of fact it is.The first thing you have to do is change the web.xml for the soap webapp and include the following in the servlet configuration you are using rpcrouter or messagerouter configFile [whatever you want to call it].xml The final thing is to

.NET error when using AddressBook.wsdl

2001-09-21 Thread Tim Johnson
I created a .NET Application and I tried to use the AddressBook.wsdl as a Web Reference: 1) Created a Windows Application 2) Under Project - Add Web Reference 3) Pointed to http://mybox:8080/axis/AddressBook.wsdl 4) .NET was able to read it in 5) Clicked on

MIME/Multipart SMTP2HTTP bridge workaround

2001-09-21 Thread Christophe Dufaza
I resend this post cause I had big mail troubles these days ; if you've already received it, please excuse the noise Hi, I here describe an issue I faced, and an easy workaround I used. The problem is related to the provided SMTP transport non supporting MIME/Multipart messages : it does not se

Re: TcpTunnelGui

2001-09-21 Thread Paramdeep Singh
hi, To see what is going on in the TcpTunnel use this to invole the service: resp = call.invoke(new URL("http://myhost:1234/soap/servlet/rpcrouter";), ""); Regards, Paramdeep - Original Message - From: "Simone Badoer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September

RE: TcpTunnelGui

2001-09-21 Thread Paul Rogers
Did you change your call.invoke to point to port 1234 instead of 8080?   Paul -Original Message-From: Simone Badoer [mailto:[EMAIL PROTECTED]]Sent: Friday, September 21, 2001 10:27 AMTo: [EMAIL PROTECTED]Subject: TcpTunnelGui Hi.   My application works correctly. It si

TcpTunnelGui

2001-09-21 Thread Simone Badoer
Hi.   My application works correctly. It simply sends an Element and receives another Element using Literal XML Enconding. This is my SOAP call-invoke:     resp = call.invoke(new URL("http://myhost:8080/soap/servlet/rpcrouter"), "");   I've tried to execute the tool TcpTunnelGui:

Re: memory usage in tomcat

2001-09-21 Thread Lee J. Willwerth
Hi, I am having a similar problem with my SOAP RPC based application. The scope of my application is 'Application' (though I have tried 'Request' as well) and the problem is that the garbage collector isn't destroying objects that are created once the program is finished with them. As a result,

Re: Problems with Mime Sample/Weblogic Server 6.0

2001-09-21 Thread Rachel Gilmer
xerces-1_4_3!! - Original Message - From: "Saint-Martin Cecile" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 21, 2001 3:20 PM Subject: RE: Problems with Mime Sample/Weblogic Server 6.0 > Which version of Xerces do you use? > > SAINT-MARTIN Cecile > [EMAIL PROTECTE

Session Management

2001-09-21 Thread fgj gjf jfj
Hello, Thanks for your responses. I'm using Apache SOAP for both Client and Server. I have another session related query. Setting the scope to 'Session' tells the server-side to store the target object(A) in the context of the session. Suppose this target object instantiates another class (B).

RE: Problems with Mime Sample/Weblogic Server 6.0

2001-09-21 Thread Saint-Martin Cecile
Which version of Xerces do you use? SAINT-MARTIN Cecile [EMAIL PROTECTED] -Message d'origine- De : Rachel Gilmer [mailto:[EMAIL PROTECTED]] Envoyé : vendredi 21 septembre 2001 16:03 À : [EMAIL PROTECTED] Objet : Problems with Mime Sample/Weblogic Server 6.0 Hi, I'm using apache soap wi

SOAPAction header in WSTK client proxy

2001-09-21 Thread Peter Tandara-Kuhns
I also posted this question to the SOAPBuilders list today. It is really a WSDL/WSTK/interop question, but I'm hoping someone who has used or helped develop the WSTK toolkit might have an answer. WSDL specifies the value of the SOAPAction header at operation level of the service bindings. This

Problems with Mime Sample/Weblogic Server 6.0

2001-09-21 Thread Rachel Gilmer
Hi, I'm using apache soap with weblogic server 6.0. I have set up the classpath as advised and have passed the installation tests. The mime test service is deployed properly but i receive the following error messages when running MimeTestClient.   1. java samples.mime.MimeTestCient %URL% se

SOAP XML Parsing

2001-09-21 Thread Khanmamedov Djavad (NET/Dallas)
Hi: Can anybody please give me suggestion on how to parse element from this message: blah-blah Morpheus

Deploy multiple Services

2001-09-21 Thread Michael Svoboda
I'd like to deploy multiple services with one DeployDescriptor.xml file. Is it possible to have one DeployDescriptor.xml file which contains multiple services? Does Apache and it's "ServiceManagerClient" mehtod support it? If it's possible how does the DeployDescriptor should look like? Thanks

RE: StringOutOfBoundsException when invoking

2001-09-21 Thread Neil Smyth
Ok, I found the problem: the response has a blank line in it that causes a problem in the org.apache.soap.util.net.HTTPUtils post() method. The soap response is == http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"; xmlns:xsd="http://www.w3.org

Newbe: RPC Calls And Namespaces

2001-09-21 Thread Roberto Venturetti
Hi all, is there a way to set Namespace URI and Prefix for RPC Call method? I am writing a client, and I hav to generate something like this: SOAPAction: myAct Have I to migrate to messaging? Thanks in advance. Regards, Rob begin:vcar