Hi,
I have deployed few Web Services. I did that by renaming the .java
classes as .jws files and placed them in the /axis folder .
I am able to view the WSDL files generated by using the following URL.
http://localhost:8080/axis/Calculator.jws?wsdl
But when i click the View the list
one of the great things about axis is that you can see all the internal
workings of the system, and from that not only understand axis (always good
for debugging) but learn some tricks that are useful in your own
applications.
I suggest you look at the method to see how it works...
-steve
--
looks like someone else using resin had the same problem but in axis
beta 3.
http://marc.theaimsgroup.com/?l=axis-user&m=103848093014234&w=2
I dont know what happened to this though. I cant find any bug report on
this.
Vidyanand.
-Original Message-
From: Sean Leach [mailto:[EMAIL PROT
Title: Nachricht
Hello
everyone,
if I deploy a Client
based on Axis as Webstart Application - does Webstart set the System Properties
for the Proxy ?
Can Axis handle this
or do I have to add a functionality in the client so the User can set the Proxy
himself ?
Currently I'm using
a CVS c
I found the problem, the server-config.wsdd gets generated with the
following:
http://xml.apache.org/axis/wsdd/";
xmlns="http://xml.apache.org/axis/wsdd/";
xmlns:="http://www.w3.org/2000/xmlns/";
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
Notice the two namespace decs? Those c
I have run into this before. Usually it is a permissions problem
writing to server-config.wsdd.
I solved it by simply modifying the file directly, rather than running
the AdminClient.
Ben
On Mon, 2003-01-20 at 16:39, Mark Mueller wrote:
> Any chance there are some unprintable characters in
> th
Any chance there are some unprintable characters in
the WSDD file?
> java.lang.Exception: Invalid
> WSDD element 'deployment' (wanted 'deployment')
would make me suspicious.
--- Sean Leach <[EMAIL PROTECTED]> wrote:
> Environment: Resin 2.1.5 on Linux w/ JDK 1.4 w/ Axis
> 1.0
>
> I am experien
For what it's worth...axis doesn't kindly to making class name = service name.
That was the source of the issue.
> -Original Message-
> From: Cory Wilkerson
> Sent: Monday, January 20, 2003 2:24 PM
> To: '[EMAIL PROTECTED]'
> Subject: ahhh..more nonsense
>
> Managed to
Managed to explicitly cast that last bit to java.rmi.Remote -- now a new issue rears
its ugly head.
init:
[javac] Compiling 1 source file to C:\PROJECTS\travelnowCore\resource\web_service
[javac]
C:\PROJECTS\travelnowCore\resource\web_service\localhost\XmlInterfaceSoapBindingStub.java:10
Attempting to compile source generated from wsdl to java get the following error:
init:
[javac] Compiling 2 source files to C:\PROJECTS\travelnowCore\resource\web_service
[javac]
C:\PROJECTS\travelnowCore\resource\web_service\localhost\XmlInterfaceLocator.java:62:
incompatible types
Here is a basic one:
http://xml.apache.org/axis/wsdd/";
xmlns:ns="http://ejb.flt.ebs.adp.com";
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
--- Alan Buxton <[EMAIL PROTECTED]> wrote:
> Hi guys,
>
> Can anyone point me to so
All,
Could someone comment as to just what my WSDD file may look like if I've implented a
document style service that looks like the following? I'm specifically curious as to
how I describe the "someInstance" parameter to the method "method" -- and, will the
WSDL generated from this source bas
Hi guys,
Can anyone point me to some good, free, documentation on how to deploy EJB's
on Axis. Whatever I try to do, when I try to list deployed services, I get
an error telling me that the service can't be found and with the suggestion
that I might be missing a className option in the server-conf
Hello,
I'm having a problem getting Axis to automatically generate a WSDL for a
deployed web service. My end goal is to have a .NET c# client consume a
Axis web service that returns XML documents. First the Java Code:
--
package GMML.interfaces.literal;
import org.w
Sounds like a problem with namespaces (e.g. the default namespace vs. no
namespace).
- Original Message -
From: "Sean Leach" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 20, 2003 8:15 AM
Subject: Bug/Wierdness in reading config file after class update
> Environment: R
Environment: Resin 2.1.5 on Linux w/ JDK 1.4 w/ Axis 1.0
I am experiencing a wierdness when I recompile a class file that is being
published as aa web service (it actually happens on any reload, i.e. if I
modify the web.xml file and the webapp is reloaded)
Everything is working fine, i.e. I can s
Hello Andre,
That's a good point, we'll consider
something like this in the future, though it won't happen right away for
sure.
If you could provide a design doc and/or
the reqd source code patches that would be excellent, I would think patches
would be likely to find their way into future distr
sorry ! solved using standard approach :)
-Original Message-
From: Bohdan Klepar
Sent: Monday, January 20, 2003 5:16 PM
To: [EMAIL PROTECTED]
Subject: processing faults
Hi all,
Is it possible to substitute default mechanism of SOAP faults forming?
Thanks in advance.
WBW,
Bohdan.
Hi all,
Is it possible to substitute default mechanism of SOAP faults forming?
Thanks in advance.
WBW,
Bohdan.
There won't be a file that matches it in the webapps directory...instead, you'll see
in the web-inf/web.xml file a servlet mapping routing requests to
/servlet/AdminServlet to an instance of org.apache.axis.transport.http.AdminServlet.
This mapping is by default commented out...make sure that i
Hi
> Your missing the commons-discovery.jar file, which is causing the error.
> This should be placed in the same directory as your other Axis libs.
>
Thanks - and also to Steve Loughran -
(I just needed convincing as I already had the
commons-discovery.jar file) in fact this was a classpath pro
If it can help someone :
The solution was to use a Simple(De)SerializerFactory instead of a
Bean(De)SerializerFactory, with the first signature I've tested on the
server side.
Olivier Gauwin wrote:
Hi,
This problem seems really easy but I can't find a solution...
I try to use this WSDL type
Hi Jess
Thanks for the quick reply. :-)
I have tried the URL?wdsl as well, and still no output. This exception
is generated both if i do a GET service?wsdl and GET
service?method=methodname. I have appended the exception below:
Best regards
Kenneth
Exception from localhost_log.date:
.
2
Hi Kenneth,
Could you send the full exception?
Also, did you try browsing the jws file with ?wsdl appended? I've found
that sometimes gives a good exception if there are compile errors with
the .jws file.
---
Jess
On Mon, 2003-01-20 at 08:29, Kenneth Ahn Jensen wrote:
> Hello
>
> I am runnin
Hello
I am running Tomcat 4.0.2 and axis 1.1 beta with J2SDK 1.4.1-01 on
Mandrake 9.0 linux (and on Red Hat 8.0).
---
The Happyaxis page reports no problems, and Tomcat can server my own
servlets just fine, but the Echoheaders example, along with every other
.jws service I try generates no output
Hi.
Having a Webservice (axis 1.1b), message style, and sends an attachment to
it.
It seems like the only way to get a handle to the Attachment, using the 4
different
method signatures allowed is to use the static method
MessageContext.getCurrentContext().
Since this method is static and the
I created my own serializer based on your code and
it works. Thanks for that.
But I have problems with the server side. I
modified the wsdd to include my de/serializers and I modified my skeleton stub
to remove the DataHandler type and put my Attachment_attribute class type. I
must have mod
Hi all.
I have just installed Axis 1.0 On tomcat 4.1.18 and I ran the validate
page ok (system is RedHat Linux 7.2).
But i try to use the admin link at
http://localhost:8080/axis/servlet/AdminServlet i get a 404 not found error.
In fact there is no file that match the admin servlet in the axix
28 matches
Mail list logo