Slow network usage by Java/Axis; fast with .Net client

2005-01-11 Thread Nuno Guerreiro
is always more efficient than Java? Many thanks. Nuno Guerreiro __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Undeployment problem

2002-09-27 Thread Nuno Guerreiro
/wsdd/providers/java";> It is exactly the same as the deploy file, but the tag was replaced by the tag and, although the AdminService is able to process it, it does nothing to server-config.wsdd, i.e., the chain remains there. Any ideas? Ma

Trying to define security in a WSDL file

2002-07-25 Thread Nuno Guerreiro
one. But I can't even find it in the Internet. Has anyone had this problem? Is this the correct way for specifying security to clients? I'd rather have Axis dinamically generate the WSDL with security information. Many thanks, Nuno Guerreiro __

Trying to define security in a WSDL file

2002-07-01 Thread Nuno Guerreiro
one. But I can't even find it in the Internet. Has anyone had this problem? Is this the correct way for specifying security to clients? I'd rather have Axis dinamically generate the WSDL with security information. Many thanks, Nuno Guerreiro __

Calling a secure Web Service via HTTPS

2002-06-05 Thread Nuno Guerreiro
code and change the underlying communication. Besides, that seems a daunting task. I think I would have to change some Axis client classes. Does anyone see a better way? Many thanks, Nuno Guerreiro __ Do You Yahoo!? Yahoo! - Official partne

Accepting a digital certificate in Axis

2002-06-03 Thread Nuno Guerreiro
Is there a way to accept an incoming Web Service call only if it comes with a Digital Certificate of a certain entity? Can this be solved only on the Web Server side and have no Axis involvement? Many thanks, Nuno Guerreiro __ Do You Yahoo

How do I access a webservice via HTTPS?

2002-06-03 Thread Nuno Guerreiro
vaWorld article). Many thanks, Nuno Guerreiro __ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com

How do I access a webservice via HTTPS?

2002-05-24 Thread Nuno Guerreiro
Many thanks for your replies. If I understood correctly from the document Pankaj wrote, there will be no need for custom client code to be developed, only security configurations in the JVM, right? Regards, Nuno Guerreiro __ Do You Yahoo

How do I access a webservice via HTTPS?

2002-05-23 Thread Nuno Guerreiro
Hi, I need to develop a client to access a Web Service via HTTPS. Is it possible to do so in Axis? Or do I have to use JSSE to develop custom code? Many thanks, Nuno Guerreiro __ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http

Please urgent! .Net client can't invoke Axis webservice

2002-04-23 Thread Nuno Guerreiro
d the Axis wsdl2java tool). Included below are the wsdl file, a sample good request/response from the JUnit test class and the bad request/response from .Net. Many thanks, Nuno Guerreiro WSDL http://www.cidadebc

Problem using style=document / use=literal with Axis

2002-04-21 Thread Nuno Guerreiro
ke(ContainerBase.java:943) at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1011) at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1106) at java.lang.Thread.run(Thread.java:484) - Many thanks, Nuno Guerreiro __ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/

Problem calling Axis service from .Net

2002-04-19 Thread Nuno Guerreiro
nerated by Axis WSDL2JAVA work fine. Any ideas? Many thanks, Nuno Guerreiro Following is the request: POST /axis/services/getDDAccounts HTTP/1.1 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 1.0.3705.209) Content-Type: text/xml; charset=utf-8 SOAPAction: &q

How can I generate a customized fault in an Axis service?

2002-03-26 Thread Nuno Guerreiro
Hi, I'd like to be able to generate a SOAP fault with a specific XML structure in an Axis Service. When I use the fault element in the WSDL file, it is ignored by WSDL2JAVA. Is there any way to do this programatically? Many thanks, Nuno Guer

Please help! Holder class isn't being generated

2002-03-25 Thread Nuno Guerreiro
any thanks, Nuno Guerreiro --- activation.wsdl --- http://www.cidadebcp.pt/webservices/services/cidadebcp-activate"; xmlns="http://schemas.xmlsoap.org/wsdl/"; xmlns:SOAP-ENC="h

How do I control client access to Web Services?

2002-03-23 Thread Nuno Guerreiro
Does Axis have any feature which allows me to do this automatically or do I have to develop my own security mechanism? Many thanks, Nuno Guerreiro __ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.yahoo.com/

Does wsdl2java support the "fault" element in wsdl files?

2002-03-22 Thread Nuno Guerreiro
oded"/> http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://localhost:8080/axis/services/cidadebcp-registerBranchUser"; use="encoded"/> http://localhost:8080/axis/services/cidadebcp-registerBranchUse

Does wsdl2java support the "fault" element in wsdl files?

2002-03-22 Thread Nuno Guerreiro
oded"/> http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://localhost:8080/axis/services/cidadebcp-registerBranchU ser" use="encoded"/> http://localhost:8080/axis/services/cidadebcp-registerBranchUs er"/> Thanks, Nuno Guerreiro

Does wsdl2java support the "fault" element in wsdl files?

2002-03-22 Thread Nuno Guerreiro
oded"/> http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://localhost:8080/axis/services/cidadebcp-registerBranchUser"; use="encoded"/> http://localhost:8080/axis/services/cidadebcp-registerBranchUser&q

Does wsdl2java support the "fault" element in wsdl files?

2002-03-22 Thread Nuno Guerreiro
oded"/> http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://localhost:8080/axis/services/cidadebcp-registerBranchUser"; use="encoded"/> http://localhost:8080/axis/services/cidadebcp-registerBranchUser&q

Is the wsdl "fault" element supported by wsdl2java?

2002-03-22 Thread Nuno Guerreiro
It seems to me that wsdl2java is ignoring the "fault" element in a wsdl file I have (file included below). Thanks, Nuno Guerreiro http://localhost:8080/axis/services/cidadebcp-registerBranchUser"; xmlns="http://schemas.xmlsoap.org/wsdl/&qu

wsdl2java doesn't generate Holder class when it should

2002-03-22 Thread Nuno Guerreiro
ers before. The only version that doesn't produce this error is the one from 12-3-2002. Attached are all files I'm using. Many thanks, Nuno Guerreiro __ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http:/

wsdl2java doesn't generate Holder class when it should

2002-03-22 Thread Nuno Guerreiro
ers before. The only version that doesn't produce this error is the one from 12-3-2002. All files I'm using are included below. Many thanks, Nuno Guerreiro --- registerBranchUser.wsdl --- http://localhost:8080/axis/services/cid

wsdl2java doesn't generate Holder class when it should

2002-03-22 Thread Nuno Guerreiro
ers before. The only version that doesn't produce this error is the one from 12-3-2002. All files I'm using are included below. Many thanks, Nuno Guerreiro --- registerBranchUser.wsdl --- http://localhost:8080/axis/services/cid

Does anyone know how to install Axis in Dynamo 5.1?

2002-03-21 Thread Nuno Guerreiro
it confused. How does the internal Web Server in Tomcat 4 know this if I haven't told it? Many thanks for any help, Nuno Guerreiro __ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.yahoo.com/

RE: wsdl2java doesn't support primitive types such as byte???

2002-03-18 Thread Nuno Guerreiro
If possible, I'd like it to be mapped to a Java class, but if this feature isn't available, then I'd rather have it mapped to a byte. What I'd like to avoid is have the schema changed due to this limitation. I'd rather wait for the limitation to be overcome. Many

RE: wsdl2java doesn't support primitive types such as byte???

2002-03-18 Thread Nuno Guerreiro
Just one guess. Maybe the problem is related to types created by restricting primitive XML types. Is this available in wsdl2java? I have many types derived from basic XML types such as byte, int, long, which restrict the set of possible values they can hold. Nuno Guerreiro

RE: wsdl2java doesn't support primitive types such as byte???

2002-03-18 Thread Nuno Guerreiro
First of all, thanks for your reply. Below are all the source files used by wsdl2java in the following order: . WSDL file . GetDDAccountBalance.xsd (service schema) . Types.xsd (schema which defines several generic types) . Produced WSDD file Many thanks for your help, Nuno Guerreiro

wsdl2java doesn't support primitive types such as byte???

2002-03-16 Thread Nuno Guerreiro
st. Thanks in advance, Nuno Guerreiro HTTP/1.1 500 Internal Server Error Content-Type: text/xml; charset=utf-8 Content-Length: 4306 Date: Thu, 14 Mar 2002 16:39:51 GMT Server: Apache Tomcat/4.0.1 (HTTP/1.1 Connector) http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd=&qu

java.lang.ClassNotFoundException: byte

2002-03-14 Thread Nuno Guerreiro
Axis is generating this fault everytime I invoke a service which contains elements which have byte as their types. Below is the full stack trace: HTTP/1.1 500 Internal Server Error Content-Type: text/xml; charset=utf-8 Content-Length: 4306 Date: Thu, 14 Mar 2002 16:39:51 GMT Server: Apache T

Problem with WSDL2JAVA (generated code doesn't compile)

2002-03-13 Thread Nuno Guerreiro
36. value = a; <---> *** Error: The type of the left-hand side in this assignment, "byte", is not compatible with the type of the right-hand side expression, "byte[]". 38. value[i] = value; <---> **

ArrayIndexOutOfBoundsException while calling web services

2002-03-08 Thread Nuno Guerreiro
s a bug or am I doing something wrong? Thanks in advance, Nuno Guerreiro HTTP/1.1 500 Internal Server Error Content-Type: text/xml; charset=utf-8 Content-Length: 3966 Date: Fri, 08 Mar 2002 17:14:03 GMT Server: Apache Tomcat/4.0.1 (HTTP/1.1 Connector) http://schemas.xmlsoap.org/soap/envelo

Why multi-ref in SOAP envelope?

2002-03-08 Thread Nuno Guerreiro
When I test an AXIS service via SOAP the elements in the SOAP body are placed inside a multiRef element. Is there any reason for this? I think this makes reading harder. Why not plain elements? Many thanks, Nuno Guerreiro __ Do You Yahoo!? Try

"ClassNotFoundException: byte" when invoking a service

2002-03-08 Thread Nuno Guerreiro
e.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1011) at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1106) at java.lang.Thread.run(Thread.java:484) Many thanks for any help, Nuno Guerreiro __ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/

Does hot deploy work under Tomcat 4.02 with AXIS?

2002-03-07 Thread Nuno Guerreiro
, Nuno Guerreiro __ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/

default java beans serializer/deserializer

2002-02-14 Thread Nuno Guerreiro
alizer for each schema? Many thanks for any help, Nuno Guerreiro __ Do You Yahoo!? Send FREE Valentine eCards with Yahoo! Greetings! http://greetings.yahoo.com

Does AXIS support SOAP Header handling?

2002-02-14 Thread Nuno Guerreiro
nformation with service input/output data. This is an important point in a startup project. Many thanks for any help, Nuno Guerreiro __ Do You Yahoo!? Send FREE Valentine eCards with Yahoo! Greetings! http://greetings.yahoo.com