RE: backlog?

2004-06-21 Thread Pedro Salazar
C). thanks :-) On Mon, 2004-06-21 at 16:49, yuval goldstein wrote: > I dont know but this issue is typically handled by the web-server. > For example, in tomcat you would configure your connector element in server.xml. > > Yuval. > > -Original Message- > From: Pedro

backlog?

2004-06-21 Thread Pedro Salazar
Greetings, is it possible to define the backlog for Axis? I mean, the maximum number of clients requests it can enqueue before it starts to refuses connections. thanks. -- Pedro Salazar pedro-b-salazar \at ptinovacao \dot pt PGP 0xD803BC61 http://www.keyserver.net signature.asc Description

choice: axis permits both elements in xml?

2004-01-27 Thread Pedro Salazar
because both aren't null in my java objects types. Shouldn't the parser validate it? How can I workaround this issue? thanks, Pedro Salazar. -- PS pedro-b-salazar_at_ptinovacao_dot_pt PGP:0E129E31D803BC61

Re: Using Castor with AXIS

2004-01-21 Thread Pedro Salazar
x27;t tried yet (I will), but I found the referred classes in the sources of axis 1.1. But they aren't available on the jar file. I presume we should compile the missing castor classes to a jar. Maybe some with a few more experience on that could share that information. regards, P

Axis ignores header defined in WSDL in the server-config.wsdd (deploy.wsdd)

2004-01-21 Thread Pedro Salazar
ww.ptinovacao.pt/nginpro/uif/wsdl"/> http://schemas.xmlsoap.org/soap/encoding/"; use="encoded" namespace="http://www.ptinovacao.pt/nginpro/uif/wsdl"/> ...

building axis with optional libraries: question

2004-01-21 Thread Pedro Salazar
have the same effect or not? regards, Pedro Salazar. -- PS pedro-b-salazar_at_ptinovacao_dot_pt PGP:0E129E31D803BC61

Re: Bug? Stateful Session EJB support

2003-12-04 Thread Pedro Salazar
e a few services where basically all my business logic was inside EJBs and I used *local interfaces* since I deploy Axis inside my J2EE application server. If in the future I update it to expose my web services based on EJBs, could I use local interfaces? thanks. regards, Pedro Salazar. -- PS [EMAIL PROTECTED] PGP:0E129E31D803BC61

RE: SOAPFaultException in Axis

2003-11-19 Thread Pedro Salazar
On Wed, 2003-11-19 at 09:58, Pedro Salazar wrote: > On Wed, 2003-11-19 at 07:53, Jorge Lorenzo wrote: > > Hi Pedro, > > I know that everything is easier with AxisFault, but I have to construct > > some JAX-RPC handlers (instead of Axis handler) that need to work in every &g

RE: SOAPFaultException in Axis

2003-11-19 Thread Pedro Salazar
On Wed, 2003-11-19 at 07:53, Jorge Lorenzo wrote: > Hi Pedro, > I know that everything is easier with AxisFault, but I have to construct > some JAX-RPC handlers (instead of Axis handler) that need to work in every > JAX-RPC SOAP engine. > Axis is one of this, but there are some points where Axis do

RE: SOAPFaultException in Axis

2003-11-18 Thread Pedro Salazar
On Mon, 2003-11-10 at 17:54, Jorge Lorenzo wrote: > When you create a SOAPFaultException, you specify four elements (in the > constructor): > SOAPFaultException(QName faultcode, String faultstring, String faultactor, > Detail faultdetail) > But Axis only uses the faultstring (and in part beca

RE: the response handlers still being called when business exceptionoccurs?

2003-11-18 Thread Pedro Salazar
> Don't trust us. Read the code ;) That's the beauty of open source > Look at SimpleChain.doVisiting() and AxisServer.invoke() I won't ;-) I started already to make a few tests and look into the code. thanks for the hint. -- -PS

the response handlers still being called when business exception occurs?

2003-11-18 Thread Pedro Salazar
)? 2) I have an exception processing a service operation implementation. - Are the methods onFault() of request and response handlers called? - The response handlers are still called (invoke)? regards, Pedro Salazar. -- PS [EMAIL PROTECTED] PGP:0E129E31D803BC61

soap:header and soap:headerfault

2003-10-24 Thread Pedro Salazar
interfaces/wsdl"; /> http://schemas.xmlsoap.org/soap/http"; style="rpc"/> [snip] " thanks, Pedro Salazar. -- PS [EMAIL PROTECTED] PGP:0E129E31D803BC61

Re: Support for anyAttribute in xsd using wsdl2java

2003-10-22 Thread Pedro Salazar
7;t know why is that, but is mentioned! I think I already tried to generate classes from a WSDL complex type with attributes and I hadn't luck in the classes generation. Maybe someone here could clarify this better... (I hope) regards, Pedro Salazar. -- PS [EMAIL PROTECTED] PGP:0E129E31D803BC61

SOAP mime attachments binding: "return" --> MIME TYPE??

2003-10-07 Thread Pedro Salazar
ing.value = new java.lang.String(); return null; } And if I define the type from xsd:string to complex type of base64Binary[], the return type is byte[][]!!! Any help is appreciated!! thanks, Pedro Salazar. -- PS [EMAIL PROTECTED] PGP:0E129E31D803BC61

Re: WSDL: operation with attachment?

2003-10-07 Thread Pedro Salazar
the java object data javax.activation.DataHandler like the specification of JAXRPC refers. public byte[][] testWSAttach(java.lang.String aXML) throws java.rmi.RemoteException, pt.ptinovacao.nginpro.interfaces.service.NGINProException { return null; } Shouldn't I use the DataHandler to be used as a SOAP attachment??? thanks, Pedro Salazar. -- PS [EMAIL PROTECTED] PGP:0E129E31D803BC61

WSDL: operation with attachment?

2003-10-07 Thread Pedro Salazar
namespace="http://www.ptinovacao.pt/nginpro/interfaces/wsdl"/> http://schemas.xmlsoap.org/soap/http"; style="rpc"/> Any hints or advice for a WSDL definition with a operation with SOAP attachments? thanks, Pedro Salazar. -- PS [EMAIL PROTECTED] PGP:0E129E31D803BC61

org.apache.axis.wsdl.Java2WSDL --> WSDLException: faultCode=OTHER_ERROR: Can't find prefix for 'http://activation.javax'

2003-10-07 Thread Pedro Salazar
that specification (I'll post it on another thread). thanks, Pedro Salazar -- PS [EMAIL PROTECTED] PGP:0E129E31D803BC61

deploying web service in WAR --> restart server and service is out!!

2003-09-29 Thread Pedro Salazar
xis-admin" (similar to org.apache.axis.client.AdminClient class) to deploy the service from the deploy.wsdd. The service is now listed. Now, I tested to restart the server (jboss) but my service is gone and I have to deploy it again!! There is no persistence on services deployed??? thanks, Pedro Salazar -

The OperationDesc for XXX was not syncronized to a method of YYY

2003-09-29 Thread Pedro Salazar
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619) at java.lang.Thread.run(Thread.java:534) thanks, Pedro Salazar. -- PS [EMAIL PROTECTED] PGP:0E129E31D803BC61

scope: request, session and application - when to use?

2003-09-26 Thread Pedro Salazar
should be the scope? For instance, in the request scope, there will be a initialization every time? thanks, Pedro Salazar. -- PS [EMAIL PROTECTED] PGP:0E129E31D803BC61

Re: task axis-wsdl2java - attribute namespacemappingfile NOT WORK?

2003-09-24 Thread Pedro Salazar
> output="${dest}" > verbose="true" > deployscope="${scope}" > url="${wsdl}" > namespacemappingfile="src/etc/wsdl/NStoPkg.properties" > > > > > > A correction: even the / stuff isn't work. I don't know why I thought it worked (I didn't

task axis-wsdl2java - attribute namespacemappingfile NOT WORK?

2003-09-24 Thread Pedro Salazar
ith no success. Any help would be appreciated. thanks, Pedro Salazar. -- PS [EMAIL PROTECTED] PGP:0E129E31D803BC61