Fw: Interop-Prob between MS Toolkit 2.2SP2 and Apache

2001-07-17 Thread Christoph C. Cemper / privat
Hi, also first post on SOAP-user list, guess these questions require sort of a crosspost - sorry. > 1) > > We came across a problem with the interop between MS Toolkit 2.2SP2 and > Apache SOAP 2.2. > (self-describing SOAP format not sent by MS, but expected by SOAP 2.2 - i.e. > XSI:Type specific

RE: Help with soap v2.2 installation!!!

2001-07-17 Thread Lei Chen
 If you are getting the first response from the browser, that is the correct response.  You have got the RPCRouter configured correctly.  I am not sure about the second.  Have you deployed a service? There might be a possibly that there is a CLASSPATH issue with the server   Lei Chen <[EMAIL PROT

VB-->JAVA interop with complex objects

2001-07-17 Thread Craig Green
Hello, I have a VB client and Java service. I was able to return a String to the VB client from the service. Now I would like to return a complex object. It's nothing more than a class (SimpleJavaObject) with has a reference to another class (MyStringHolder) which has a String.

RE: Help with soap v2.2 installation!!!

2001-07-17 Thread Richard Bourland
 If you are getting the first response from the browser, that is the correct response.  You have got the RPCRouter configured correctly.  I am not sure about the second.  Have you deployed a service? There might be a possibly that there is a CLASSPATH issue with the server   Lei Chen <[EMAIL PROTEC

RE: Help with soap v2.2 installation!!!

2001-07-17 Thread Lei Chen
Now I’m able to run rpcrouter and messagerouter and I can see the messages:   SOAP (RPC|Message) Router Sorry, I don't speak via HTTP GET- you have to use HTTP POST to talk to me. But when running following: java  org.apache.soap.server.ServiceManagerClient  http://localhost/servlet/r

Help with soap v2.2 installation!!!

2001-07-17 Thread Lei Chen
Hi folks,   I am new to SOAP and I need your help on making SOAP samples work with JRun 2.3.3 build 158 and Apache 1.3.12. Any one has this experience?   Thanks in advance, -Lei

RE: SOAP for non Java Client

2001-07-17 Thread Richard Bourland
There is a good example on this thread http://marc.theaimsgroup.com/?l=soap-user&m=98934460715259&w=2 It is a JavaScript client using IE.        Christian Bernard <[EMAIL PROTECTED]> wrote: If you are using Internet Explorer 5.0 (and above), take a look at theMicrosoft WebService behavior athttp:/

RE: SOAP for non Java Client

2001-07-17 Thread Christian Bernard
If you are using Internet Explorer 5.0 (and above), take a look at the Microsoft WebService behavior at http://msdn.microsoft.com/workshop/author/webservice/overview.asp. You may find more details at http://msdn.microsoft.com/workshop/author/webservice/using.asp. The only thing you need to do is t

Re: Service scope defiened as Request but still static vars are not reinitialized on Tomcat 3.2.2 (not a different JVM!!)

2001-07-17 Thread Nirmal Mukhi
Hi, That is how SOAP is supposed to run; a request scope just means that a new instance of the service implementation is used to handle each request, it does not mean that the new instance gets created in a new JVM. If you have variables that you want refreshed on a per instance basis, I would

Service scope defiened as Request but still static vars are not reinitialized on Tomcat 3.2.2 (not a different JVM!!)

2001-07-17 Thread Uzay Takaoglu
Hi All, I have been running my soap 2.2 Java service on Linux, Tomcat 3.2.2. The service contains classes with some static variables defined. To reinitialize the static variables per request basis I defined the service scope as "Request". However, it seems like the static vars are not reinitiali

Re: Apache SOAP Client to MS .NET

2001-07-17 Thread Blair Tingey
Thanks for the code I now have my client working. Blair on 7/11/01 8:52 AM, Brian Noyes at [EMAIL PROTECTED] wrote: > Blair, > Haven't tried it with .NET yet, but imagine it is the same issue as calling > an MSSOAP service from an Apache Client. You need a return type mapping to > deserialize

ms-client: error while invocing void soap-rpc

2001-07-17 Thread Oliver Rettig
Hallo, if I try to invoke a void method() on my apache-soap-server with my ms-client, I get the error-message: "Invoke of 'method()' failed. The parameter is incorrect. This seam that my ms-client has some problems with the result-value void. Heres the original request-message: - http://schema

RE: getting samples to work over ssl

2001-07-17 Thread Wilkins, Craig
I don't think that you can use the ServiceManagerClient with SSL. It would need to be coded differently. Deploy your services with http and then go to https. Alternatively, you can use the web interface over ssl. -Original Message- From: Rich Catlett [mailto:[EMAIL PROTECTED]] Sent:

Re: How to block the Admin client ?

2001-07-17 Thread William A. Nagy
>How can i block my admin client or add a passowrd to it? >http://servername:8080/soap/admin > >As of now any body on the internet can go and >*undeploy* my service. How can I make it read only >atleast or best to block it with a password. If you build from the source tree, or get one of the nigh

RE: test

2001-07-17 Thread Gus Delgado
I'm getting this error when trying to run an example that is already deployed, anyone has any idea? Thanks in advanced. SOAP-ENV:Server.BadTargetObjectURI Unable to resolve target object: null /soap/servlet/rpcrouter -Original Message- From: Goerg, Marko [mailto:[EMAIL PROTECTED]] Sen

AW: test

2001-07-17 Thread Goerg, Marko
Don´t understand, please use english language Marko Görg -Ursprüngliche Nachricht- Von: Leonardo battagli [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 17. Juli 2001 14:47 An: [EMAIL PROTECTED] Betreff: Re: test Maurizio Pucci wrote: bah! manco ad una mailing list di sai iscri

Re: test

2001-07-17 Thread Leonardo battagli
Maurizio Pucci wrote: bah! manco ad una mailing list di sai iscrivere? icchè'tu c'hai bisogno del test??? ;-)) non ti preoccupare la mailing è molto trafficata! Ciao Leo > >

Location of Service file(s) (Was RE: Unable to deploy to SOAP 2.2)

2001-07-17 Thread Sri Sankaran
Thanks for all those who responded. I'll try to answer all the follow up questions: 1. Yes, I have a method named foo 2. No, the method I need is not sayHelloTo, it is foo 3. Yes, xerces.jar is the first jar file in the classpath -- actually I shouldn't need this since SOAP 2.2 uses JAXP An

test

2001-07-17 Thread Maurizio Pucci
 

test

2001-07-17 Thread Ravindra Reddy
  * Disclaimer This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message

test

2001-07-17 Thread Maurizio Pucci
 

Re: getting samples to work over ssl

2001-07-17 Thread Jonathan Chawke
Hi Rich, Have you had a look at the soap+ssl FAQ? http://xml.apache.org/websrc/cvsweb.cgi/xml-soap/java/docs/install/FAQ_Tomcat_SOAP_SSL.html Hope this helps, Jonathan. >From: Rich Catlett <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: getting samples to work ov

SOAP with Orion - help please !

2001-07-17 Thread Elhadi barkat
Hi, Sorry for posting this again but I'm still stuck in it. I'm using SOAP v2.2 and Orion 1.5.2 SOAP application is deployed with the soap.war file my services(a java app) is located in my $ORION-HOME/lib/soapservices.jar - the SOAP RPC Servlet is working fine - the services object is found corre