Enumeration problem

2005-02-18 Thread Eugene Shershnev
684) at java.lang.Thread.run(Thread.java:595)Caused by: java.lang.NoClassDefFoundError: org/apache/axis/encoding/Deserializer at ent.enterprise.EntDocument.<init>(EntDocument.java:36) at ent.enterprise.EntAPI.load(EntAPI.java:117) ... 30 more If I remove (wsdl, code, everything) this Prio

Custom Serializer write schema problem with some answers....

2005-02-18 Thread Mike Cassisa
Hello,     I am setting up a document/literal/wrapped web service and have used XMLBeans to bind my schema/java beans.  I have written custom Serializer/Deserializers and  I am working on using the dynamic wsdl provided by axis however I seem to have hit a wall.  I think this will

Re: Custom Deserializer/typeMapping problem

2005-02-17 Thread Sebastien Mayemba Mbokoso
eems unnecessary but if you do add then I > think you need a deserializer for that structure too. > > Mike Cassisa wrote: > > > > I am having a problem getting my Deserializer to be used after registering > it's Factory with the typeMapping element in the dd. I

Re: Custom Deserializer/typeMapping problem

2005-02-17 Thread Bill Keese
e Cassisa wrote: I am having a problem getting my Deserializer to be used after registering it’s Factory with the typeMapping element in the dd.  I have tried many different combinations but regardless of what I do the SimpleDeserializer is selected.  I believe this is happening because axis is i

Re: Problem with java2wsdl ant task for document/literal (was Re: webservice won't deploy at all)

2005-02-17 Thread Sebastien Mayemba Mbokoso
In the documentation, they say you can juste have either LITERAL or ENCODED for the Axis 'use' option. On Thu, 17 Feb 2005 12:47:05 -0500, James Black <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I removed > > style="wrapped" > use="literal" > > from my ant

Re: axis on-the-fly wsdl generation problem

2005-02-17 Thread Michael Thome
Final followup, FYI. In the end, the problem turned out to be java2wsdl of wsdl2java of the following type of xsd fragment:                 It appears that it cannot handle the anonymous complexType when referenced by a subelement.  For instance, the approximate

re: Problem with java2wsdl ant task for document/literal (was Re: webservice won't deploy at all)

2005-02-17 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I removed style="wrapped" use="literal" from my ant task, java2wsdl, and now I can deploy my webservice. If I want to use the ant task to generate my files, how do I tell it to use document/literal wrapped. Thanx. - -- "Love is mutual self-giving that e

Custom Deserializer/typeMapping problem

2005-02-17 Thread Mike Cassisa
I am having a problem getting my Deserializer to be used after registering it’s Factory with the typeMapping element in the dd.  I have tried many different combinations but regardless of what I do the SimpleDeserializer is selected.  I believe this is happening because axis is

Re: axis on-the-fly wsdl generation problem

2005-02-16 Thread Michael Thome
erflowError" message (without a stack dump or any other information). The tomcat/catalina logs are similarly unhelpful. Also interesting is that java2wsdl doesn't seem to have any problem with the (undeployed) service. So questions: - any debugging suggestions? I know how to get the se

RE: axis on-the-fly wsdl generation problem

2005-02-16 Thread Jay Glanville
are similarly > unhelpful. Also > interesting is that java2wsdl doesn't seem to have any > problem with the > (undeployed) service. > > So questions: > - any debugging suggestions? I know how to get the servlet to use my > wsdl document instead of generating it, but it woul

axis on-the-fly wsdl generation problem

2005-02-16 Thread Michael Thome
resting is that java2wsdl doesn't seem to have any problem with the (undeployed) service. So questions: - any debugging suggestions? I know how to get the servlet to use my wsdl document instead of generating it, but it would be nice to know that something else isn't wrong. - what is it that

axis problem registering a handler-Unable to create handler

2005-02-14 Thread Pablo Lanza Moreno
Hello,   I'm trying register a client handler at runtime, the register process seems work fine but when I invoke to the service method I get the following exception:   java.xml.rpc.JAXRPCException: Unable to create handler of type com.test.handler.EchoHandler   I'm sure that is not a

Re: Axis problem

2005-02-10 Thread Carlos Hurtado Ramírez
hanks. -- Mensaje original --- De : [EMAIL PROTECTED] Para : [EMAIL PROTECTED], [EMAIL PROTECTED] Fecha : Wed, 9 Feb 2005 11:15:00 +0530 Asunto : Re: Axis problem >Hi Carlos, > We also faced similar problems. I think problem is with the Tomcat. It is >not a good HTTP server. Our

Newbie Axis mapping problem

2005-02-10 Thread Ralph Scheuer
Hello everybody, I am just getting started with axis and I have run into a strange issue. In the BizTalk server's WSDL there is an imported schema for a "priceEnv" entity. In the "GetPrice" method definition, I get the following declaration: http://www.tempuri.org/pricesEnv.xsd"/> A

Re: Newbie with EJB/web service problem

2005-02-09 Thread Peter Smith
I have also thought about putting a service-endpoint into ejb-jar.xml, but by now I am so confused I'm not sure which direction I should be heading. I haven't done any more than expose a simple EJB like in the Axis sample (I used Interstage EJB container with Axis.war deployed to it). If my u

RE: Newbie with EJB/web service problem

2005-02-09 Thread Dan Hobbs
Hello again. Thanks for your responses. I have run the samples/ejb exercise, and the EJBs were deployed OK (on the face of it - they appear in the Axis list of services offered, and I can look at xxx?wsdl ok) and the SimpleBean said hello back to me no problem. I couldn't get my client to ta

Re: Newbie with EJB/web service problem

2005-02-09 Thread Venkat Reddy
Just to ensure that the environment is alright, did you try building and running the samples/ejb in axis? As you mentioned, the issue could be with code generation (java2wsdl, wsdl2java). What errors did you get when you ran WSDL2Java? Need to resolve issues with the EJB classes to run Java2WSDL a

Re: Axis problem

2005-02-08 Thread Sunil Kothari
Hi Carlos, We also faced similar problems. I think problem is with the Tomcat. It is not a good HTTP server. Our configuration was Axis 1.1 running under Tomcat 5.0.27. Stopping and starting Tomcat again will get you over this problem. I hope that helps. Sunil Kothari DISCLAIMER: Any

Axis problem

2005-02-08 Thread Carlos Hurtado Ramírez
Hi, i\'m having a problem with the Axis engine, i have developed a web service class that works fine, the first 6 or 7 time is invoked for a consumer, in the next invocation i\'m having a java.net.ConnectException: Connection timed out. What\'s wrong, do i need to configure a p

Newbie with EJB/web service problem

2005-02-08 Thread Dan Hobbs
Hello, I'm new to web services and I'm having real trouble exposing an EJB as a web service. I'm not sure whether what I'm trying to do is impossible though, or whether I am approaching this in entirely the wrong way... I am using Axis 1.2RC2 on Tomcat 4.1.31/Windows 2000 Professional. I am famili

Problem Maintaining Session on Server with .JWS Files

2005-02-08 Thread Marc Rabil
Hello All,   We have an Axis server configured with 2 types of services: some that are defined in server-config.wsdd and others that are defined with .JWS files.   One of the WSDD-defined entries defines an authentication service.  If it is successful, we put an object in the session ob

MINOR CODE PROBLEM WITH AXIS,EJB,WSAD,WEBSPHERE - Please suggest ...

2005-02-08 Thread babloosony
Hi All, I am using below environment client side ANT + Sun 1.4.2 JRE JIBX (DE)SERIALIZERS, JIBX BINDING AXIS 1.2 RC2 STUBS server side --- JIBX (DE)SERIALIZERS, JIBX BINDING AXIS 1.2 RC2 JIBX BETA 3D WSAD 5.1.2 WEBSPHERE 5.0 Test Environment Basically I used WSAD 5.1.2 t

Problem in custom axis (De)Serializers - Please help

2005-02-07 Thread babloosony
uot;Error reading element text: " + e.getMessage(), e); } } } private static Log s_log; private QName m_xmlType; private Class m_javaType; private IUnmarshallingContext m_context; } Can anyone tell how do I go ahea

Re: Problem with basic deployment

2005-02-07 Thread Alfredo Garcia
Hi! Seems like the problem is related to your AXISCLASHPATH variable... a backslash problem, probably. Could you post the exact value of that variable? Regards Alfredo García On Sun, 6 Feb 2005 14:41:46 +0200, Assaf Mizrachi <[EMAIL PROTECTED]> wrote: > > > Hi All, > &

Problem with basic deployment

2005-02-06 Thread Assaf Mizrachi
Hi All, Sorry, but I just tried everything and I’m still unable to deploy the simplest web service and I keep getting the same error. The following is what I get when I try to deploy the stock example from /axis/samples/stock:   I try: “C:\jakarta-tomcat-4.1.24\webapps\axis\WEB-INF\cla

Problem with deserializing boolean

2005-02-05 Thread David Werner
Hallo, my service throws IllegalArgumentExceptions and I don't know why. So I used the two WSDL tools to get a very simple service offering a method that takes a long and a boolean and prints out their values on the console. But it doesn't work either, the boolean can't be deserialized somehow! I

Problem with Custom (De)Serializers with AXIS, WebSphere, EJB - Please help ....

2005-02-03 Thread babloosony
stDataBean" serializer="com.mysd.RamSerializerFactory" deserializer="RamDeserializerFactory" encodingStyle=""> http://ws.mycomp.com/wsdl/irscee"; qname="ns:MyException" type="java:com.mycomp.MyException" serializer="com.mysd.RamSerial

Re: AXIS Stubs Problem and unable to consume EJB web service

2005-02-02 Thread babloosony
Hi Tom and Jeff, Thank you for your prompt response and making me realize my mistake. It is a problem with the jndi lookup conf. in wsdd file. However I am struck now with new error. Can you please suggest Is the error screaming about a problem in my wsdl file ? Connecting to service at

Re: AXIS Stubs Problem and unable to consume EJB web service

2005-02-02 Thread Jeff Greif
Apparently, whatever web service was invoked has returned an unexpected type or there is an incorrect type mapping in the client deployment descriptor. Possibly the wrong web service was invoked, or there is some problem on the server side.The client is expecting to end up with a

RE: AXIS Stubs Problem and unable to consume EJB web service

2005-02-02 Thread Tom Jordahl
To: [EMAIL PROTECTED]; axis-dev@ws.apache.org Subject: AXIS Stubs Problem and unable to consume EJB web service Hi All, Environment WSAD 5.1.2 AXIS 1.2 RC2 on both server and client WebSphere Application Server 5.0 I have deployed an EJB using WSAD 5.1.2's WebSphere 5.0 Test Environm

AXIS Stubs Problem and unable to consume EJB web service

2005-02-02 Thread babloosony
Hi All, Environment WSAD 5.1.2 AXIS 1.2 RC2 on both server and client WebSphere Application Server 5.0 I have deployed an EJB using WSAD 5.1.2's WebSphere 5.0 Test Environment and exposed it as web service using AXIS 1.2 RC2 on the server side. I am able to test and run the ejb usi

RE: question/problem

2005-01-31 Thread Simon Fell
Shershnev [mailto:[EMAIL PROTECTED] Sent: Monday, January 31, 2005 10:36 AMTo: [EMAIL PROTECTED]Subject: question/problem Hi All,   The wrapped WSDL that Axis generated for my service failed to pass WS-I test using SOAPscope. It was failing on R2002 and R2004 of the requiremen

question/problem

2005-01-31 Thread Eugene Shershnev
Hi All,   The wrapped WSDL that Axis generated for my service failed to pass WS-I test using SOAPscope. It was failing on R2002 and R2004 of the requirements. In the WS-I BP 1.0 all the samples related to these two requirements have both namespace and location attributes. Also, in the schema

Problem may be with saaj.jar and AXIS,WAS,WSAD

2005-01-29 Thread babloosony
va:63) at com.sosnoski.test.Client.main(Client.java:100) I read somewhere with axis mailing lists that it is problem related to axis's saaj.jar and wsad's websphere 5.0 test environment's webservices.jar so I even replaced my wsad installation's D:\Pr

Problem with byte[][]

2005-01-28 Thread Brian Gladish
I have a Java method declared to take byte[][] and return byte[][].  Axis generates the following type:   - < -   Re: Problem using Axis RC2 against JBoss 4.0.1
no problem. No apologies needed :) -- dims On Fri, 28 Jan 2005 11:11:15 +, Joel Rosi-Schwartz <[EMAIL PROTECTED]> wrote: > Dims, > > I owe you an apology. I jumped to the wrong conclusion when I read this > message the first time. Last night while mulling over the problem

Re: Problem using Axis RC2 against JBoss 4.0.1

Dims, I owe you an apology. I jumped to the wrong conclusion when I read this message the first time. Last night while mulling over the problem I realised that the dates did not jive and when I checked this again this morning I found out that you are absolutely right here. The changes to

Re: Problem using Axis RC2 against JBoss 4.0.1

gt; WSDL. Let me know if you need details on doing that. > > Regards, > Eugene > > > - Original Message - > From: "Joel Rosi-Schwartz" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Thursday, January 27,

Re: Problem using Axis RC2 against JBoss 4.0.1

ng that. Regards, Eugene - Original Message - From: "Joel Rosi-Schwartz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, January 27, 2005 5:01p Subject: Re: Problem using Axis RC2 against JBoss 4.0.1 > Dims, > > I

Re: Problem using Axis RC2 against JBoss 4.0.1

Dims, I am not at all sure. It appears that JBoss has modified Axis to integrate it. There is also a jboss-ws4ee.jar which seems to provide part of the web services functionality. Does this depend on the modifications? I am not a all certain how straightforward it would be to simply replace thi

Re: Problem using Axis RC2 against JBoss 4.0.1

On Thursday 27 January 2005 21:10, Davanum Srinivas wrote: > Joel, > > XML-wise the follow envelope > > xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; > xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"; > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; > xmlns:xsd="ht

Re: Problem using Axis RC2 against JBoss 4.0.1

; If you read that thread you will understand my predicament. Thomas Diesler > the Web Service lead felt that the problem is being caused by an issue with > Axis and that JBoss's only failing was that it's lack of handling was causing > a NullPointerException. To

Re: Problem using Axis RC2 against JBoss 4.0.1

ponse to my initial posting to the JBoss > JBossWS forum http://www.jboss.org/index.html?module=bb&op=viewtopic&t=58149 > If you read that thread you will understand my predicament. Thomas Diesler > the Web Service lead felt that the problem is being caused by an issue with > A

Re: Problem using Axis RC2 against JBoss 4.0.1

Dims, I know. This change was done in response to my initial posting to the JBoss JBossWS forum http://www.jboss.org/index.html?module=bb&op=viewtopic&t=58149 If you read that thread you will understand my predicament. Thomas Diesler the Web Service lead felt that the problem

Re: Problem using Axis RC2 against JBoss 4.0.1

See JBoss's CVS: http://cvs.sourceforge.net/viewcvs.py/jboss/jaxrpc/src/main/org/apache/axis/utils/Mapping.java?r1=1.1&r2=1.2 They created the problem in their forked version of Axis...So you need to ask them to fix it. For comparison see Axis's version: http://cvs.apache.org/viewc

Re: Problem using Axis RC2 against JBoss 4.0.1

5 14:40:43 +, Joel Rosi-Schwartz > > <[EMAIL PROTECTED]> wrote: > > Anne, > > > > In case it was a general problem I have reattached the WSDL file here. > > > > I am not certain if your reply reflects an "official" response from the > > Axis

Re: Problem using Axis RC2 against JBoss 4.0.1

Joel, Please open a bug report in Axis...http://issues.apache.org/jira/ thanks, dims On Thu, 27 Jan 2005 14:40:43 +, Joel Rosi-Schwartz <[EMAIL PROTECTED]> wrote: > Anne, > > In case it was a general problem I have reattached the WSDL file here. > > I am not

Re: Problem using Axis RC2 against JBoss 4.0.1

Anne, In case it was a general problem I have reattached the WSDL file here. I am not certain if your reply reflects an "official" response from the Axis team or if you are simply a user being helpful. If this is a team response then I am somewhat at a loss of where to go from here.

problem using axis

  Hi All,   I am trying to deploy my bean as web services using Axis . However while invoking from client side, I am getting following error.     Exception in thread "main" AxisFault  faultCode: {http://xml.apache.org/axis/}HTTP  faultSubcode:  faultString: (501)Not Supported  fau

Re: Problem using Axis RC2 against JBoss 4.0.1

the extent that this > must certainly be something that I have screwed up would be appreciated, as > right now I simply have no idea if this is my problem, an axis issue or a > JBoss issue. > > Thanks kindly for your thoughts, > Joel > > Hi, > > I have a set of web

Re: Problem using Axis RC2 against JBoss 4.0.1

; this must certainly be something that I have screwed up would be > > appreciated, as right now I simply have no idea if this is my problem, an > > axis issue or a JBoss issue. > > > > Thanks kindly for your thoughts, > > Joel > > > > Hi, > > > >

Re: Problem using Axis RC2 against JBoss 4.0.1

this. Even a response to the extent that this > must certainly be something that I have screwed up would be appreciated, as > right now I simply have no idea if this is my problem, an axis issue or a > JBoss issue. > > Thanks kindly for your thoughts, > Joel > > Hi, >

Problem using Axis RC2 against JBoss 4.0.1

Apologies for reposting this, but this is really show stopper for me and I could truly use some advice on this. Even a response to the extent that this must certainly be something that I have screwed up would be appreciated, as right now I simply have no idea if this is my problem, an axis

Re: WS-I compliancy problem for generated wrapped WSDL

> - Original Message - > From: Simon Fell > To: [EMAIL PROTECTED] ; Eugene Shershnev > Sent: Thursday, January 20, 2005 5:01p > Subject: RE: WS-I compliancy problem for generated wrapped WSDL > > The first one is a false assertion from the WS-I tools, if you read the WS-

Re: WS-I compliancy problem for generated wrapped WSDL

e - From: Simon Fell To: [EMAIL PROTECTED] ; Eugene Shershnev Sent: Thursday, January 20, 2005 5:01p Subject: RE: WS-I compliancy problem for generated wrapped WSDL The first one is a false assertion from the WS-I tools, if you read the WS-I BP erata, you'l

RE: WS-I compliancy problem for generated wrapped WSDL

be doc/literal (probably wrapped) to be WS-I compliant.   Cheers Simon   From: Eugene Shershnev [mailto:[EMAIL PROTECTED] Sent: Thursday, January 20, 2005 1:58 PMTo: [EMAIL PROTECTED]Subject: WS-I compliancy problem for generated wrapped WSDL Hi All,   The WSDL generated from a si

WS-I compliancy problem for generated wrapped WSDL

Hi All,   The WSDL generated from a simple class does not go though SOAPscope WS-I test. It fails in 3 different points:   Assertion: WSI2102 Message: An XML schema import element references something other than an XML schema definition: the referenced element does not have "schema" from XML

WSDL2Java and Serializer not found problem

http://cbir/client/wsdl2java"; languageSpecificType="java:cbir.xm.serviceObjects.RequestImage"/> I added the beanMapping recently because I hoped that would solve my problem, but it didn't. My ServerConfig contains: <> http://xml.apache.org/axis/

Problem using Axis RC2 against JBoss 4.0.1

Hi, I have a set of web services that I have been developing using Apache Axis 1.2 RC2 on the Java client and JBoss 4 on the server. They have been functioning fine under JBoss 4.0.0, but I am having trouble migrating them to Jboss 4.0.1. When I make a call to any of the web services I get a

DataHandler problem (Axis 1.1)

Hi, I'm having a problem with a WSDL file that I have been supplied with. It references a type: Which I understand should be understood by Axis as returning an Attachment. I'm getting an error of: java.io.IOException: Type {http://xml.apache.org/xml-soap}DataHandler is

Client side Axis - problem with soapenc:root

Here I go again... Hi all! I have a question concerning client-side Axis. I have a web service that seems not to understand "soapenc:root" attributes. All I get when I send a request (using Axis client) to this web service is: "attribute soapenc:root not allowed" The request looks like this:

SOAP Header: MustUnderstand problem

Hello, I'm an Axis 1.2RC2 user. When I try to call a particular Axis service, I get an AxisFault exception saying: "Did not understand "MustUnderstand" header(s)". The SOAP header of the response message for the service contains a mandatory header with the mustUnderstand attribute set. What do I h

Re: Big problem generating correct code with WSDL2Java

the service. Some comments to the code generated by the tool: - The name that uses to generate the name of the service is the name of the port in the .wsdl file (in my example, eSignServicePort) when I think that the name should be the name of the service name (in my example, eSignService) or the name of t

Re: Big problem generating correct code with WSDL2Java

when I think that the name should be the name of the service name (in my example, eSignService) or the name of the service location. However, the code that generate in the class ESignServiceLocator.java in the variable: private java.lang.String eSignServicePort_address = "http://micropeich.

Problem with custom serialization

Hi list, I have a problem with the serialization of a javabean style object. Short description: The javabean has an integer field which is not represented by a type but instead by a pair of http://schemas.xmlsoap.org/soap/encoding/"; soapenc:arrayType="xsd:anyType[3]

Big problem generating correct code with WSDL2Java

ode that generate in the class ESignServiceLocator.java in the variable: private java.lang.String eSignServicePort_address = "http://micropeich.dif.um.es:8080/axis/services/eSignServicePort";; It is using the URL of the location I don't know if this is a bug or there are indepe

RE: Famous "Migration from Soap to Axis" problem

5 5:23 PM To: [EMAIL PROTECTED] Subject: Re: Famous "Migration from Soap to Axis" problem I can't definitively answer your basic question regarding performance, but based on anecdotal evidence, I expect you to experience a 5x or better performance improvement when switching from SOAP t

Re: Problem generating code with WSDL2java

Hello! Another time, thanks a lot for you help! It's very useful for me. I did the thing you told me but now I have got another problem. It is the following: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://

Re: Problem generating code with WSDL2java

You need to add an definition to the WSDD that maps the message element qname to the method name. See http://www.osmoticweb.com/axis-wsdd/operation.htm - Anne

Re: Famous "Migration from Soap to Axis" problem

00, Pramodh Peddi <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > I was reading through the archives, but no one seems to have a reasonable > answer from anyone for many people's problem/question "Migration from Apache > Soap to Apache Axis".

Famous "Migration from Soap to Axis" problem

Hi,   I was reading through the archives, but no one seems to have a reasonable answer from anyone for many people’s problem/question “Migration from Apache Soap to Apache Axis”. I was also googling for any document to help me in this task, but could not find anything useful. I wish http

RE: Problem with Namespace in request envelope

Hi Anne, Thanks for your response, sorry for the delay. The WSDL is at the bottom of this response. I found the solution to my problem and I'm writing this summary for posterity (and the next guy like me to search the archives). The client classes generated by WSDL2Java inc

Re: Problem generating code with WSDL2java

wsdl file as you told me but the deploy.wsdd has the same problem in the type typeMapping and in the source code. I've put properly the typeMagging and I've tested but it doesn't work (I've attached the request and the result). The problem is that the server hasn't got any me

RE: Strange AXIS over https problem

] Sent: Tuesday, January 04, 2005 11:15 PM To: [EMAIL PROTECTED] Subject: Strange AXIS over https problem Hi, I have run into a strange problem with AXIS and hope someone can point me into the right direction. I have an applet which uses the AXIS client to talk to an AXIS server in an apache - jboss

Re: Problem generating code with WSDL2java

all! > >I have a very simple wsdl file (that you could see at the end of > this e-mail) and I would like to generate source code from this wsdl > file. However, it doesn't work properly because I'm getting the > following deployment file. The problem it is that

AW: AW: Problem with AxisServlet

org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:576)    at java.lang.Thread.run(Thread.java:536) -Ursprüngliche Nachricht-Von: Brian Davis [mailto:[EMAIL PROTECTED] Gesendet: mercredi, 5. janvier 2005 16:02An: [EMAIL PROTECTED]Betreff: RE: [SPAM] AW: [SPAM] Problem

RE: [SPAM] AW: [SPAM] Problem with AxisServlet

:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 9:55 AM To: '[EMAIL PROTECTED]' Subject: [SPAM] AW: [SPAM] Problem with AxisServlet   Axis is in my webapp. All servers have the set of jars in the webapp lib directory.   And in production server, I also copy this .j

RE: [SPAM] AW: [SPAM] Problem with AxisServlet

:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 9:55 AM To: '[EMAIL PROTECTED]' Subject: [SPAM] AW: [SPAM] Problem with AxisServlet   Axis is in my webapp. All servers have the set of jars in the webapp lib directory.   And in production server, I also copy this .j

AW: [SPAM] Problem with AxisServlet

  mail.jar Why it's not ok ?    -Ursprüngliche Nachricht-Von: Brian Davis [mailto:[EMAIL PROTECTED] Gesendet: mercredi, 5. janvier 2005 15:45An: [EMAIL PROTECTED]Betreff: RE: [SPAM] Problem with AxisServlet Your production server is probably missing some .jars, make sure all se

RE: [SPAM] Problem with AxisServlet

: '[EMAIL PROTECTED]' Subject: [SPAM] Problem with AxisServlet   Hello,   I've got a problem with AxisServlet.   I've installed Axis on my webserver (tomcat 4.1.30) and I've tested AdminServlet : no problem but with AxisServlet there is an

RE: [SPAM] Problem with AxisServlet

: '[EMAIL PROTECTED]' Subject: [SPAM] Problem with AxisServlet   Hello,   I've got a problem with AxisServlet.   I've installed Axis on my webserver (tomcat 4.1.30) and I've tested AdminServlet : no problem but with AxisServlet there is an

Problem with AxisServlet

Title: Nachricht Hello,   I've got a problem with AxisServlet.   I've installed Axis on my webserver (tomcat 4.1.30) and I've tested AdminServlet : no problem but with AxisServlet there is an error message in log file.   I've made this installation on localhost and o

Client side Axis - problem with soapenc:root

Hi all! I have a question concerning client-side Axis. I have a web service that seems not to understand "soapenc:root" attributes. All I get when I send a request (using Axis client) to this web service is: "attribute soapenc:root not allowed" The request looks like this: http://schemas.xmlso

Problem viewing services

Hello friends, I'm a little disapointed with my Axis installation. I follow exactly the steps in the "Axis Installation Instructions", getting some errors wich I couldn't handle. For example, in step 1: "In your Application Server installation, you should find a directory into which web applica

Strange AXIS over https problem

Hi, I have run into a strange problem with AXIS and hope someone can point me into the right direction. I have an applet which uses the AXIS client to talk to an AXIS server in an apache - jboss - tomcat - axis environment. All certificates involved are self-signed. I signed all the AXIS jar

Problem generating code with WSDL2java

Hello all! I have a very simple wsdl file (that you could see at the end of this e-mail) and I would like to generate source code from this wsdl file. However, it doesn't work properly because I'm getting the following deployment file. The problem it is that the typeMapping is no

RE: Spam:RE: Axis and applets classpath answer and next problem.

and needs to do, axis may be a rather heavy weight solution for web services (or a web services 'like' solution) when used from a client like an applet. The problem is that there doesn't seem to be any real good light weight solutions out there - last I looked. Wingfoot seemed prom

RE: Axis and applets classpath answer and next problem.

      The jre tacks on the specified classpath to the "magic" plugin classpath.      http://java.sun.com/j2se/1.4.2/docs/guide/plugin/developer_guide/control_panel.html#advanced       Well that at least solved the problem finding the classes. Now I get this: java.lang.ExceptionInIn

RE: client config solved and on to the next problem

D] > Subject: RE: client config solved and on to the next problem > > > Hi Jay, > > OK, it sounds like you do not have a need for a handler, and just want to > connect to the service. Please correct me if I am misunderstanding. > > Try the following out > > a)

RE: client config solved and on to the next problem

]; [EMAIL PROTECTED] Subject: RE: client config solved and on to the next problem Hi Jay, OK, it sounds like you do not have a need for a handler, and just want to connect to the service. Please correct me if I am misunderstanding. Try the following out a) extract client-config.wsdd from

RE: client config solved and on to the next problem

gt; From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 30, 2004 12:48 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: client config solved and on to the next problem > > > Hi Jay, > > Here is a client-config.wsdd that you can use as an exam

RE: client config solved and on to the next problem

--Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, December 30, 2004 12:48 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: client config solved and on to the next problem Hi Jay, Here is a client-config.wsdd that you can use as an example for defining

Re: client config solved and on to the next problem

Hi Jay, Here is a client-config.wsdd that you can use as an example for defining a handler. The handler in this case is configured at the global level, so all client invocations will invoke this handler. http://xml.apache.org/axis/wsdd/"; xmlns:java="http://xml.apache.org/axis/wsdd/p

RE: client config solved and on to the next problem

lto:[EMAIL PROTECTED] Sent: Thursday, December 30, 2004 12:09 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: client config solved and on to the next problem I have learned that dropping a client-confg.wsdd in the same folder as the applet cures my previous issue, but there is no doc that

client config solved and on to the next problem

I have learned that dropping a client-confg.wsdd in the same folder as the applet cures my previous issue, but there is no doc that I can find about defining a handler in it. I am only trying to connect to the sample getQuote service, running on the same machine. Does anyone kno

PROBLEM with WSS4J (wss4j newbie)

-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm tring to build my own certificates to sign outgoing messages from my server. When running the testcase i've got the following error, but I can't understand it: - - AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Se

Re: Problem with Namespace in request envelope

call a web service implemented in > Blue Martini. I have what appears to be a configuration problem. When I > use the stub generated by wsdl2java to call the web service I get a fault > from the web service. My request from TCPMon looks like: > > http://schemas.xmlsoap.org/soap/e

Basic installation instructions problem

I have the Axis server up and working at last, and have made a list of the issues I ran into and fixes, which I will write up soon. Now I am attempting to deploy the monitor service per the existing instructions, but I am getting an error that reads: The axis engine could not fi

Re: Problem with the setNillable method in ElementDesc

MOCQUAIS Olivier RD-BIZZ wrote: Hi, I have generated stubs in order to access to a web service which describe the type Person in its WSDL.: http://beans.hello/"; xmlns="http://www.w3.org/2001/XMLSchema";> http://schemas.xmlsoap.org/soap/encoding/"/> But in th

Problem with the setNillable method in ElementDesc

Hi, I have generated stubs in order to access to a web service which describe the type Person in its WSDL.: http://beans.hello/"; xmlns="http://www.w3.org/2001/XMLSchema";> http://schemas.xmlsoap.org/soap/encoding/"/> But in the Person class which has

  1   2   3   4   5   6   7   8   9   10   >