Re: Strange error trying to start Apache w/ axis modules, WinXP

2004-06-08 Thread damitha
Hi, I'll forward this message to [EMAIL PROTECTED] Please send your requests on Axis C++ to [EMAIL PROTECTED] list damitha > [Repeat of previous message, this time with fragment of httpd.conf > included. Pretty trivial, really.] > > > > On Windows XP, with both Apache 1.3.31 and 2.0.49, I get a

Problem while running axis service on JaxRPC Client

2004-06-08 Thread Mohit Gupta
hi, i have an axis service . I want to run it using JAXRPC client, but it was creating problem for simple primitive types like int,byte,short etc. on running it shows exception like deserialization error : java.lang.NumberFormatException: For input String "" I have set return tyep for it as

odd behaviour wile running axis service on VS.NET Managed and Native code client

2004-06-08 Thread Mohit Gupta
Hi, We are seeing some odd behavior while accessing our Web Service written in Axis 1.2. The managed code C++ client auto-generated by VS.NET works perfectly, but the native code C++ client auto-generated by VS.NET fails completely. The SOAP requests generated by both the clients are identical, an

RE: Exposing an EJB as a doc-literal web service

2004-06-08 Thread Rahul Jain
Hi, Thanks for the help, Wei. I did what you suggested and it worked, but partially. The issue is there is a method called loadXMLData(String param1, String param2) on the EJB. I deployed the EJB as a web service exposing this method. I then wrote a client to invoke (actually used the Junit test

Strange error trying to start Apache w/ axis modules, WinXP

2004-06-08 Thread Randy Gobbel
[Repeat of previous message, this time with fragment of httpd.conf included.  Pretty trivial, really.]   On Windows XP, with both Apache 1.3.31 and 2.0.49, I get a “syntax error” message for the line in httpd.conf that has the LoadModule directive for the Axis module.  It looks fine to me

Strange error trying to start Apache w/ axis modules, WinXP

2004-06-08 Thread Randy Gobbel
On Windows XP, with both Apache 1.3.31 and 2.0.49, I get a “syntax error” message for the line in httpd.conf that has the LoadModule directive for the Axis module.  It looks fine to me.  A second error is generated after that, complaining about not being able to find the module.   This is

RE: setting the custom class loader to load classes into JVM

2004-06-08 Thread Sagar Pidaparthi
Thanks. Sagar -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 9:02 AM To: [EMAIL PROTECTED] Subject: Re: setting the custom class loader to load classes into JVM Skip 3. 4 is a duplicate of 2. On Tue, 8 Jun 2004 08:59:22 -0700, Sagar Pid

Equivalent SOAPContext in Axis

2004-06-08 Thread Mengchen Li
Is there an equivalent Apache SOAP SOAPContext in Axis, or some other alternative to get SOAP headers within my service object? __ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/

Re: setting the custom class loader to load classes into JVM

2004-06-08 Thread Davanum Srinivas
Skip 3. 4 is a duplicate of 2. On Tue, 8 Jun 2004 08:59:22 -0700, Sagar Pidaparthi <[EMAIL PROTECTED]> wrote: > > > Hi, > > I want to set a custom class loader to load my classes to JVM. Given > below is your message indicating how it should be done. I need a bit > more explanation on how to

setting the custom class loader to load classes into JVM

2004-06-08 Thread Sagar Pidaparthi
Hi, I want to set a custom class loader to load my classes to JVM. Given below is your message indicating how it should be done. I need a bit more explanation on how to do this. Here is my level of understanding on this issue. 1. Write a custom class loader that meets the class loader proto

URI prefix registration

2004-06-08 Thread Alexander Enns
Hi, Is there a possibility for global registration of URI prefixes, that could be used by serializers to avoid multiple registrations? There is also overhead with serializing of encoding attributes. How can it be avoided too? Example: http://schemas.xmlsoap.org/soap/encoding/";

RE: Move service to a different URL

2004-06-08 Thread Christophe Roudet
Hi, I went into the same problem... I just patched the JavaDeployWriter.java class to add an endpointURL tag in the wsdd: protected void writeDeployPort(PrintWriter pw, Port port, Service service, BindingEntry bEntry) throws IOException { String useStr = " use=\"" + use + "\"";

Move service to a different URL

2004-06-08 Thread PEP AD Server Administrator
Hi, my target is to run public services parallel to secured services. I am working with Axis 1.2 beta and Tomcat 5.0.25. I am using the ANT taks to do all the Java2wsdl, wsdl2java, deploy and undeploy. I use the location parameter to set the usr http://my.server/axis/protected/MyService when exe

RE: C++ with Java?

2004-06-08 Thread Susantha Kumara
Yes you can use Axis C++ to enable your C/C++ applications talk to web services. --- Susantha -Original Message- From: matthew.hawthorne [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 7:41 AM To: [EMAIL PROTECTED] Subject: Re: C++ with Java? Ding Lei wrote: > Hello folks, > I

Re: C++ with Java?

2004-06-08 Thread Ding Lei
Hi, I'v deployed the Echo service that comes with Axis Java samples, using Tomcat 5. When I attempt to run the CalculatorClient(modified endpoint already), it prints: Sending Requests to Server http://localhost:8080 catch(...) Abandon What does that means? Is this a bug in Axis-

Design issues

2004-06-08 Thread bethana kumar
Hi     I need ur valuable suggestions for my below requirement.     I have to Design a server(the server is not intelligent enough, which will receive request from their clients,It should identify the client request and finally connect to the appropriate server for its response and send the respo

RE: C++ with Java?

2004-06-08 Thread Lerena, Alberto
The SOAP communication is Language independent. You can write your client in basic if you want. -Mensaje original- De: matthew.hawthorne [mailto:[EMAIL PROTECTED] Enviado el: martes, 08 de junio de 2004 3:41 Para: [EMAIL PROTECTED] Asunto: Re: C++ with Java? Ding Lei wrote: > Hello fol

Re: C++ with Java?

2004-06-08 Thread matthew.hawthorne
Ding Lei wrote: Hello folks, I just installed Axis c++ & java for tomcat. I wonder if it's possible to use C++ client to access a Java web service(running on tomcat)? Since I couldn't find a corresponding C++ client & a java server in the Axis samples, Would anyone of you kindly provide one? I