SOAP Install

2001-07-16 Thread Rares Portan
Hi ! I've installed soap.war in tomcat3.2/webapps . When testing at the localhost:8080/soap/admin the list, deploy, un-deploy links I got an error. Can anybody tell me way? Service Listing Error: 500 Location: /soap/admin/list.jsp Internal Servlet Error: javax.servlet.ServletException:

RE: How to map Element Object?

2001-07-16 Thread Dinh Viet Hung
Title: RE: How to map Element Object? Hi, I've just done something similar to this, post here in case you haven't got solution. Matthew's explanation in Apache FAQs, section RPC response encoding styles will help if you look thru it. Anyway, what I have done is: 1. Set Encoding style

Deploy-JSP Question

2001-07-16 Thread Oliver Tamine
Why is in deploy.jsp QName set to null, if Namespace URI is empty ? Code from deploy.jsp: QName elementType = (nsuri.equals () || localPart.equals ()) ? null : new QName (nsuri, localPart); This leads to an error in class DeploymentDescriptor (Method toXML): pw.print

Re: AW: WSDL generators

2001-07-16 Thread Radovan Janecek
Hi all, Idoox provides quite rich set of web services tools. WSDL generators from Java code are included in all our web services products. http://www.idoox.com/products/index.html We also provide IDE for Web Services (NetBeans modules):

when to use SOAP?

2001-07-16 Thread Craig Green
Sorry for the same posting.. maybe this time my Subject won't be hijacked. ;-) Hello, I have a web server running a web application (Java), currently it interacts with JSPs using Beans. I'm looking at SOAP so that I can create a stand alone MS application which interacts with my web app

RE: When to use SOAP?

2001-07-16 Thread Liaw, Wan-Bih
Title: I have made sure I following eth instructions in http://xml.apache.org/soap/faq/faq_chawke.html#Q1_4 and still got the following error when I run it:C:\soap-2_2\samples\addressbooktestitThis test assumes a server URL of http://localhost:80/soap/rpcrouterDeploying the addressbook

getting started

2001-07-16 Thread Blue, Neil
Hello, I am trying to get started with apache soap. I have made a service that prints and error string to System.err, and a client that calls it. But I am having trouble getting the service class return a string that the client can read. This is really simple I think but I can't get it to work.

SOAP over JMS

2001-07-16 Thread HariNam Singh
Hi, I put some proof of concept together for sending SOAP over JMS. It's not nice, but it implements a simple JMS SOAP transport and bridge to the SOAP http server on the service side. It's similar to the Apache e-mail implementation. As said above, it's just a proof of concept, little comments

RE: When to use SOAP?

2001-07-16 Thread Tom Myers
At 09:56 AM 7/16/2001 -0600, Liaw, Wan-Bih wrote: I have made sure I following eth instructions in http://xml.apache.org/soap/faq/faq_chawke.html#Q1_4http://xml.apache.org/soap/faq/faq_chawke.html#Q1_4 and still got the following error when I run it: C:\soap-2_2\samples\addressbooktestit

RE: When to use SOAP?

2001-07-16 Thread Tom Myers
At 12:09 PM 7/16/2001 -0600, Liaw, Wan-Bih wrote: SOAP works fine, but something it calls on isn't there. (a) what's your server setup? Tomcat, WebLogic, Jrun, ccc? WebSphere 3.5 AE with Fixpack 3.5.3 IBM HTTP Server 3.12.1 aha, WebSphere. In the docs, you'll find

How to block the Admin client ?

2001-07-16 Thread Tapan Nanawati
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. cheers Tapan

RE: SOAP-ENV:Server.BadTargetObjectURI Error

2001-07-16 Thread Daryl Beattie
Dear Tom, Hi, thanks for your reply. It turned out that you were kinda right. I already had the code in the jar, but my deployment descriptor was wrong. It said ce.ready2ware.authentication instead of com.screamingmedia.ce.ready2ware.authentication -- darn those typos! Once that

RE: How to block the Admin client ?

2001-07-16 Thread Wilkins, Craig
I was just thinking about this. Some firewalls will filter out by URL. I am thinking about just disabling this URL from everyone including the SOAP admin because once your service is deployed, you never need to modify it and it doesn't run as a process. But what about the

RE: How to block the Admin client ?

2001-07-16 Thread Uzay Takaoglu
Check this URL: http://soap.manilasites.com/stories/storyReader$13 Uzay Takaoglu Sr. Software Engineer Simplexis eCommerce for the Business of Education www.simplexis.com 640 2nd Street San Francisco, CA 94107 Direct:415.354.2061 Cell:415.845.7831 Fax:

SOAP for non Java Client

2001-07-16 Thread sramasu
Hi, How to make use of Apache SOAP, if my client is a non Java client. All the SOAP samples contain a Java client which makes use SOAP Call obejct to communicate to the SOAP server(RPCRouterServlet). What if, I don't have access to any SOAP API at my client side, since it is a non Java client.

Unable to deploy to SOAP 2.2

2001-07-16 Thread Sri Sankaran
Can you please point out the error in the following? I am trying to deploy a test application to Apache SOAP 2.2 installed under Tomcat 3.2.2. Following is the deployment descriptor isd:service xmlns:isd=http://xml.apache.org/xml-soap/deployment; id=urn:Hello isd:provider type=java

RE: Unable to deploy to SOAP 2.2

2001-07-16 Thread Daryl Beattie
This may be a silly question, but do you have a method named foo() in your hello.HelloServer class? If not, the method would not be found. -Original Message- From: Sri Sankaran [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 4:09 PM To: [EMAIL PROTECTED] Subject: Unable

RE: When to use SOAP?

2001-07-16 Thread Liaw, Wan-Bih
Thanks! Now that worked. I thought that I had followed soap-2_2\docs\install\websphere.html exactly but I missed the line of words about editing WebSphere\AppServer\bin\admin.config. -Original Message- From: Tom Myers [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 12:30 PM To:

Re: SOAP for non Java Client

2001-07-16 Thread greyson . smith
Someone sent me a sample of Soap - VB if you'd like a copy of it, I'd be happy to forward it on. sramasu@sears

Problem instantiating bean

2001-07-16 Thread VIJAY BALASUBRAMANIAN
Question. My test client is pretty similar to the addressbook2 example. But I get an error. Any help will be appreciated. addressbook2 sample works for me. I'm using Apache 2.2 version. Thanks, Vijay Exception in thread main [SOAPException: faultCode=SOAP-ENV:Client; msg=Problem

Re: help! running the COM sample please.

2001-07-16 Thread Rick Rineholt
Did you remember to run the rundemo deploy, in the server directory? Before starting the webserver did you add to your path environment variable the directory where COMProvider.dll is? (usually in the lib directory) Hello I have followed the instructions for installing the SOAP com sample, but

simple-soap attachment question

2001-07-16 Thread SBC
Hi, I am trying send a SOAP attachment as a MimeBodyPart. On the soap(v2.2) server, I want to know the filename file format of the attachment. In the soap client I did MimeBodyPart bp = new MimeBodyPart(); bp.setDataHandler(dh); bp.setFileName(test1); On server

Re: SOAP Install

2001-07-16 Thread Brajendra . Singh
You can use command line utilities like - To Deploy - java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter deploy deploymentdescriptor.xml To Un-deploy - java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter

Re: Unable to deploy to SOAP 2.2

2001-07-16 Thread Brajendra . Singh
You check with HelloServer class file. bcos it is not able to get class file to be deployed as web-service. Brajendra Singh

Re: Unable to deploy to SOAP 2.2

2001-07-16 Thread Rares Portan
I've got the same problem! java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter IS OK, but with java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter list I got: Ouch, the call failed: Fault Code =