RE: Invoking Apache soap web services from browser client / IBM W SDE

2001-06-08 Thread Ding, Chengmin
Sven, I got the WSDE R0.5(alfa)and WSTK 2.2 from the IBM Web Service CD. They should be the latest version. Could you tell me the tool to generate Browser Based Client is a GUI tool or some API that I can use? If it is an available tool, is it in the IDE or I need to run a seperate script to invok

RE: VB/Apache problem-- void Java method always cause VB Client t o fa il.

2001-06-08 Thread Ding, Chengmin
Rick, Thanks a lot. Now void functions work properly. -Chengmin -Original Message- From: Hansen, Richard [mailto:[EMAIL PROTECTED]] Sent: Friday, June 08, 2001 11:19 AM To: '[EMAIL PROTECTED]' Subject: RE: VB/Apache problem-- void Java method always cause VB Client t o fa il. Just cre

XSD data types

2001-06-08 Thread Daniel Kruler
What should be XSD data type defenitions for Java types int,long, float, and double? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Experiences with C++ SOAP clients for Linux/Unix ?

2001-06-08 Thread Paul Duffy
Looking through soapware.org...wondering which is the stronger C++ package. Cheers, -- Paul Duffy Cisco Systems, Inc. [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTE

RE: WSDL

2001-06-08 Thread Daniel Kruler
How do you define with ArrayOfstring parameter type? -Original Message- From: Hansen, Richard [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 2:52 PM To: '[EMAIL PROTECTED]' Subject: RE: WSDL Here is what worked for me: http://www.w3.org/1999/XMLSchema"; targetNamespa

RE: VB/Apache problem-- void Java method always cause VB Client t o fa il.

2001-06-08 Thread Hansen, Richard
Yes I have done it that way. > -Original Message- > From: Daniel Kruler [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 08, 2001 11:29 AM > To: [EMAIL PROTECTED] > Subject: RE: VB/Apache problem-- void Java method always > cause VB Client > t o fa il. > > > What about passing no parame

Configuration Error

2001-06-08 Thread Horowitz, Eliot
I've been getting this error message. I was wondering if anyone knew why. java org.apache.soap.server.ServiceManagerClient http://localhost/soap/servlet/rpcrouter list Ouch, the call failed:   Fault Code   = SOAP-ENV:Server.Exception:  Fault String = java.lang.NoSuchMethodError   If i just

RE: VB/Apache problem-- void Java method always cause VB Client t o fa il.

2001-06-08 Thread Daniel Kruler
What about passing no parameters to a method? Should I do the same thing but include that message into ? -Original Message- From: Hansen, Richard [mailto:[EMAIL PROTECTED]] Sent: Friday, June 08, 2001 11:19 AM To: '[EMAIL PROTECTED]' Subject: RE: VB/Apache problem-- void Java method alwa

tomcat3.2.1, soap2.1, wstk2.3

2001-06-08 Thread Tarun Garg
I had Win2k/jdk1.3.0/tomcat3.2.1/soap2.2 running merrily ( at least all the soap samples given were running). Then I installed IBM wstk2.3 on my machine. Meanwhile I also shifted to jdk 1.3.1 wstk2.3 comes with soap2.1, so I tried to shift to soap2.1. I mapped the context /soap to soap2.1/webapps/

SOAP Envelope Header Attribute

2001-06-08 Thread Collin Goredema
How can I explicitly use Apache SOAP Version 2.1 to create the following SOAP Envelope Header:      

RE: VB/Apache problem-- void Java method always cause VB Client t o fa il.

2001-06-08 Thread Hansen, Richard
Just create a "message" entry with no "part". Then in the port section of your WSDL define the "output message" as being that message type. Make sure you have an "output" in the proper "operation" section of the binding also. Rick > -Original Message- > From: Ding, Chengmin [mailto:[EM

RE: DeployedServices.ds - IS there a way to forcibly remove a Webservice ?

2001-06-08 Thread Rahul Kirthivasan
Hi Matt, The SOAP admin tool does not list any error. It just blindly says : "Ouch, coudn't undeploy service 'URN:MyWeatherService' because: " That's all it says. Actually, I don't have the Weather Service Java Class in my machine any more and would just like to get rid of the URN endpoint that

RE: MS SOAP Client / Apache SOAP server

2001-06-08 Thread Daniel Kruler
I need to call a method in Java that doesn't require parameters. How do I define such a method in WSDL? -Original Message- From: Sanjiva Weerawarana Sent: Fri 6/8/2001 5:21 AM To: [EMAIL PROTECTED] Cc: Subject: Re: MS SOAP Clien

RE: Problem with basic http authentication

2001-06-08 Thread Adam.Leggett
Got it working! Seems it was an issue with my tomcat install, since it i have it running inside VAJ 3.5 Mind you, the one i used outside the IDE was 3.2.1 not 3.1 so maybe that was it. Whatever - IT WORKS!! -Original Message- From: Adam.Leggett [mailto:[EMAIL PROTECTED]] Sent: Friday,

RE: ConfigManager can not read DeployedServices.ds

2001-06-08 Thread Shinta Tjio
I guess this is something new in SOAP 2.2 I will look into it. thanks, shinta > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 08, 2001 10:05 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: ConfigManager can not read Deploye

RE: ConfigManager can not read DeployedServices.ds

2001-06-08 Thread Matthew J. Duftler
Hi Shinta, Java serialization is probably not the best choice for this format. However, the DefaultConfigManager that uses this format is just one implementation of the ConfigManager interface (albeit the default). One can use the included XMLConfigManager, or author their own that uses the persi

RE: VB/Apache problem-- void Java method always cause VB Client t o fa il.

2001-06-08 Thread Ding, Chengmin
Richard, Thanks for your anwser. But how to specify the Empty Response type? I couldn't find any sample code about it. BTW, did you encounter any error like the following when you run your VB client(high level) against your StringService? The Java Client and VB Low Level client never cause this e

RE: ConfigManager can not read DeployedServices.ds

2001-06-08 Thread jbirchfield
Soap offers an XML version of the DeployedServices.ds. Have you looked into it? James Birchfield Ironmax maximizing your construction equipment assets 5 Corporate Center 9960 Corporate Campus Drive, Suite 2000 Louisville, KY 40223

RE: ConfigManager can not read DeployedServices.ds

2001-06-08 Thread Shinta Tjio
Understood. And it seems like Sun just completely punt this problem (I can't find any documentation that suggest a workaround). This has made out migration a bit tricky. Redeploying the services could be hard because those deployed services could be modified on the field (via the Admin GUI)

RE: List.jsp error

2001-06-08 Thread Matthew J. Duftler
Hi Lee, Make sure that you have removed any older version of Apache SOAP. You may have to remove a Tomcat's "work" directory also. Thanks, -Matt > -Original Message- > From: Lee J. Willwerth [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 08, 2001 9:03 AM > To: soap > Subject: List.jsp

Carriage Return/Line feed problem??

2001-06-08 Thread Colin Saxton
I have the following problem... Create a java class that returns a string with a newline character... Create a method on the same class that accepts a string Call the class method through SOAP with the Microsoft Client (Gold version) retreiving the string. Send the string straight back without

RE: DeployedServices.ds - IS there a way to forcibly remove a Webservice ?

2001-06-08 Thread Matthew J. Duftler
Hi Rahul, And what was the error? Thanks, -Matt > -Original Message- > From: Rahul Kirthivasan [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 08, 2001 5:57 AM > To: [EMAIL PROTECTED] > Subject: DeployedServices.ds - IS there a way to forcibly remove a > Webservice ? > > > Hi all, >

RE: Problem with basic http authentication

2001-06-08 Thread Adam.Leggett
An addition to my original post: I can get the apache client to work with an MS Soap service protected by Basic HTTP Auth. So, it must be a tomcat issue. Anyone implemented http auth for the servlet rpcrouter and apache client on tomcat 3.X successfully? Thanks in advance Adam -Original M

RE: is Bytes.class for bytes[]

2001-06-08 Thread Matthew J. Duftler
Hi Kai, Please show the part of your client code you replaced with "...", so we can see what encodingStyle is being used. Also, please use the TcpTunnelGui tool as described in the docs, and show what is being sent/received. And lastly, please show the entire error message on the client (and the

rpcRouter multithreaded?

2001-06-08 Thread Anting Xu
Hi: I believe the implementation of rpcRouter to listen to and dispatch incoming request is multithreaded, that is, if one request coming in, the rpcrouter dispatches to a class method to handle the request which is taking some time, in the mean time, it shouldn't block a different client acce

RE: VB/Apache problem-- void Java method always cause VB Client to fa il.

2001-06-08 Thread Hansen, Richard
You should define an empty response type in the WSDL file. > -Original Message- > From: Ding, Chengmin [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 07, 2001 5:41 PM > To: '[EMAIL PROTECTED]' > Subject: VB/Apache problem-- void Java method always cause VB > Client to > fa il. > > >

Installation problem

2001-06-08 Thread David Turner
Hi All, I just installed SOAP 2.2 and I tried testing the server-side installation by pointing my browser to the following: http://localhost:port/soap/servlet/rpcrouter I ended up getting the following errors in my log. Has anyone come across this and knows how to fix it? I'm using the followin

List.jsp error

2001-06-08 Thread Lee J. Willwerth
Hello all, I have deployed the latest version of soap (2.2) on tomcat 3.2.2. Everything is working fine except the list function in the service deployment tool. Deploy and undeploy work fine but when I try to list the deployed services I get the following error. I've looked through the archives

RE: Class Loading in SOAP/Tomcat

2001-06-08 Thread Peer - Home Office
I've been reading this thread with great interest. I'm experiencing the same observations that Christian has made. IMO the reason the SOAP examples from Apache's soap-2.2 implementation work is because they're packaged with the soap war file AND that the soap.jar file is in the classpath of the

Re: IE5 Browser SOAP Client / Apache SOAP server

2001-06-08 Thread Yashasree
Hi Christian tons of thanx Got it working finally !!! Yash - Original Message - From: Christian Bernard <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 07, 2001 4:28 PM Subject: RE: IE5 Browser SOAP Client / Apache SOAP server > Hi Peter, > > You can use the WebServi

RE: Invoking Apache soap web services from browser client / IBM W SDE

2001-06-08 Thread Sven Struyf
Hi, If you also download the Web Services Development Toolkit (WSTK)from Alphaworks, you get a few examples that can help you get forward. It's another big download, though! Hope that helps, Sven! >From: "Ding, Chengmin" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "'[EMAIL PROTECT

RE: Class Loading in SOAP/Tomcat

2001-06-08 Thread Christian Bernard
I confirm that Tomcat is able to find the classes and libs of a web application that is located under the "webapps" directory (application context). The class loading is done from either webapps/myapp/WEB-INF/classes or webapps/myapp/WEB-INF/lib. If the classes or libs are not found in these direc

DeployedServices.ds - IS there a way to forcibly remove a Webservice ?

2001-06-08 Thread Rahul Kirthivasan
Hi all, I am trying to remove a deployed service using the SOAP Admin tool. But I get an error. Is there a way to forcibly remove it. I guess the details are written into DeployedServices.ds Is there a way to forcibly delete a service to prevent it from appearing in the SOAP Admin tool. Than

Re: MS SOAP Client / Apache SOAP server

2001-06-08 Thread Sanjiva Weerawarana
Are you asking whether the stuff works? If so the answer is yes. I haven't done much of it myself, but I've seen lots of others doing it and it works just fine. There are of course some interop cases that are hard(er), but in general its doable. Please read the interoperability section in the use

Re: How to set output parameters in my server code

2001-06-08 Thread Sanjiva Weerawarana
I don't think there's an example, but all you have to do is new org.apache.soap.Envelope, fill it up and write it out to the response stream. Sanjiva. - Original Message - From: "Yong Chen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 07, 2001 5:30 PM Subject: RE: How

Re: MS SOAP Client / Apache SOAP server

2001-06-08 Thread Sanjiva Weerawarana
It appears that you're trying to call an "output-only" method (in WSDL terms). Is that what you really intended? Output-only methods are not things that you call on a service; those are things the service itself will call. Sanjiva. - Original Message - From: "Daniel Kruler" <[EMAIL PRO

Re: Problem with getting Response

2001-06-08 Thread Sanjiva Weerawarana
Actually there is a way in Apache SOAP .. its a little trick based on how Apache SOAP determines the encoding to use for the returned values. If you set an encoding style on the outgoing Call then that will get used as the return encoding style. If you want to encode outgoing parameters using a di

Re: Class Loading in SOAP/Tomcat

2001-06-08 Thread Sanjiva Weerawarana
Classloading via the lib and classes directory of the WAR file certainly works in Tomcat. Have you tried the using the war file that came with the distribution? THat has the samples in the classes dir too and those load just fine. If you add more stuff to it then that'll work too. The reason that

Re: PartiallyTransmitted Array / Sparse Arrays

2001-06-08 Thread Sanjiva Weerawarana
There is no built-in serializer for sparse arrays, but SOAP Encoding (section 5 of soap spec) does support it. So you would have to write a serializer/deserializer and then it would work just fine. Sanjiva. - Original Message - From: "Kam Fung" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

AW: is Bytes.class for bytes[]

2001-06-08 Thread Kai Donker
With byte[].class it worked. But now I get a NoSuchMethodError. The method I try to call looks like this: public static byte[] transformToPDF(byte[] xmlFile, byte[] xslFile) This is the client code: Vector params = new Vector(); ... call.setMethodName("transformToPDF"); params.addElement(new Para