Why don't I get the ...SoapBindingSkeleton.java

2002-11-22 Thread Emma Johansson
Hi! I'm trying to deploy a web service on Tomcat using the instructions on http://www.onjava.com/pub/a/onjava/2002/06/05/axis.html?page=2 The following command gives me the wsdl file (all on one line) java org.apache.axis.wsdl.Java2WSDL -o connectToMur.wsdl

Re: Why don't I get the ...SoapBindingSkeleton.java

2002-11-22 Thread Emma Johansson
location="http://localhost:8080/axis/services/Address"/> /wsdl:port> /wsdl:service> wsdl:service name="AddressServiceService"> wsdl:port binding="intf:AddressSoapBinding" name="Address"> wsdlsoap:address location="http://localhost:8080/axis/services/Addre

where to place my files???

2002-11-14 Thread Emma Johansson
Hi! I was following the instructions on http://www.javaworld.com/javaworld/jw-03-2000/jw-0331-ssj-forms.html to create a form using JSP. When it comes to deploy the application I got stuck. The instructions says: I will assume that you are using Sun's latest version of JavaServer Web

Re: XML instead of WSDL?

2002-11-12 Thread Emma Johansson
t; xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> wsdl:types/> wsdl:message name="addRequest"> ... /wsdl:message> wsdl:portType name="LdapTest"> ... /wsdl:portType> wsdl:binding n

XML instead of WSDL?

2002-11-11 Thread Emma Johansson
Hi! I'm wondering about WSDL and XML. Is it possible to use an XML schema instead of the WSDL document or a combination of both when creating a web service using Axis? I've already created a web service by using the Java2wsdl2Java tool, but I want to make the wsdl document more flexible. Just

java2wsdl

2002-11-06 Thread Emma Johansson
Hi! Can someone please tell me how to use the java2wsdl command. I'm trying to follow the instructions on http://www.onjava.com/pub/a/onjava/2002/06/05/axis.html?page=2 But the command: java org.apache.axis.wsdl.Java2WSDL -o fib.wsdl -l"http://localhost:8080/axis/services/fibonacci" -n

Re: java2wsdl

2002-11-06 Thread Emma Johansson
I'm not sure of which classpath I need. I have /home/loke/ejoemma/xml-axis-10 in my classpath. Do I need some more to be able to use the java2wsdl tool? Could it be something wrong with the command java org.apache.axis.wsdl.Java2WSDL -o fib.wsdl

Re: java2wsdl

2002-11-06 Thread Emma Johansson
;fibonacci" urn:fibonacci Fibonacciregards,Selva. - Original Message - From: Emma Johansson To: [EMAIL PROTECTED] Sent: Wednesday, November 06, 2002 3:47 PM Subject: Re: java2wsdl I'm not sure of which classpath I need. I have /home/loke/ejoemma/xml-axis-10 in my classpath. Do I need some more t

Mapping Exception to AxisFault AxisFault

2002-11-06 Thread Emma Johansson
Does someone know what the problem might be when I get this error message? % java FibonacciTester Nov 6, 2002 2:28:49 PM org.apache.axis.client.Call invoke INFO: Mapping Exception to AxisFault AxisFault faultCode: {http://xml.apache.org/axis/}Server.userException faultString:

quick question

2002-10-24 Thread Emma Johansson
Hi! I'm following the instructions on http://www.onjava.com/pub/a/onjava/2002/06/05/axis.html?page=2 about the Fibonacci counting. My question is in which directory/directories should I save Fibonacci.java and FibonacciImpl.java to be able to continue? I'm using Tomcat and Apache Axis. /

Re: quick question

2002-10-24 Thread Emma Johansson
Oh, sorry about that question. I figured it out myself.. /E Emma Johansson wrote: Hi! I'm following the instructions on http://www.onjava.com/pub/a/onjava/2002/06/05/axis.html?page=2 about the Fibonacci counting. My question is in which directory/directories should I save

Re: AW: what might be wrong? Please help me.

2002-10-22 Thread Emma Johansson
as the servlet container? I forget which ones, but if you search the mail-archives.com I'm sure you'll find them. Anyone else have ideas? -Original Message- From: Emma Johansson [mailto:[EMAIL PROTECTED]] Sent: Monday, October 21, 2002 7:09 AM To: [EMAIL PROTECTED] Subject: what might be wrong

Deploy a web service?

2002-10-18 Thread Emma Johansson
Hi! I have some problem deploying my wsdd file. This is what happens when trying to deploy it: /home/loke/ejoemma/tomcat/webapps/axis/samples/stock(31)% java org.apache.axis.client.AdminClient -lhttp://150.132.6.212:8090/axis/services/AdminService deploy.wsdd - Processing file deploy.wsdd -

Please help me getting started

2002-10-17 Thread Emma Johansson
Hi! I'm following the installation instruction at http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/docs/install.html#deploy Every step up till Step 5 is OK, but I don't understand Step 6: deploying the web services where it stands --- Locate the deployment descriptor

Re: Please help me getting started

2002-10-17 Thread Emma Johansson
to place it in some special directory? Same thing with the deployment descriptor, must it be in some special directory? Else why doesn't the command to deploy it work? ( I'm using jakarta-tomcat-4.1.12 ) /Emma Reinhard Moser wrote: Hi Emma, Emma Johansson wrote: Hi! I'm following