iPlanet 6.1 / DIME / SAXParseException

2003-11-20 Thread Michael Joseph
Hi All, I have a .NET 1.1 ws client connecting to Axis running on iPlanet Webserver 6.1 on Solaris. I get the following exception when I attempt to upload a DIME attachment: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/20

Re: xml date and dateTime mismatch in wsdl

2003-11-20 Thread vairamuthu thayapavan
hi same prob also occured to someone else in the mailing list. wsdl2java generate the sql.Date or util.date for the XSD_Date. see the class org.apache.axis.encoding.DefaultTypeMappingImpl. prob might be in the regenerating the XSD type from the java Date type. vtpavan > Hi all, > > I have run

Re: newbie query

2003-11-20 Thread Chandrasegaram Jeyakumaran
Hi, welcome to axis:) You are using simpleaxisserver. The easy way to start is try out the example3 of userguide. You better follow userguide procedures to get it done. Then you will find the way. Then you can write your own client. and you need to deploy your service in the wsdd file. In that way

xml date and dateTime mismatch in wsdl

2003-11-20 Thread Tamas Hauer
Hi all, I have run into the following problem. I define a type "xsd:date" in my wsdl, then generate code using wsdl2java and when I deploy it on axis (on tomcat), the type in the published wsdl becomes "xsd:dateTime". Quite annoying when generating client and server code as well using wsdl2j

Re: How to turn on debug in JBoss for AXIS?

2003-11-20 Thread David Smith
In JBoss 3.2.2 Axis is called JBoss-net. Check your logs for jboss-net Also, I had some problems with JBoss-net. I eventually. Removed it from the deployments. And, dropped in axis. Things worked fine after that. I would recomment that you do the same. Yan Lin wrote: Hi, I'm using JBoss 3.2.2 wi

How to turn on debug in JBoss for AXIS?

2003-11-20 Thread Yan Lin
Hi, I'm using JBoss 3.2.2 with Tomcat 4.1.27. When I start JBoss as "all", AXIS is deployed as service, however, there is no logging information at all. I tried to turn on the debug by adding a category in /server/all/conf/log4j.xml for org.apache.axis. I set the priority to DEBUG. It didn'

A very unique situation.

2003-11-20 Thread Pradeep Jonnalagadda
Hi Guys, I'm trying to implement axis web services .My architecture demands that my webservices talk to stateless session ejbs. Also I'm using doc/literal scheme of arhitecture. Initially when i did a prototype my webservices where simple java beans .I generated wsdl out of it and fr

Re: Why choose Axis?

2003-11-20 Thread Dennis Sosnoski
Hi Dims, The main specific issue I know of is that the BP forbids rpc/encoded and it generally appears very difficult to make Axis work with anything *other than* rpc/encoded. There have been many discussions on this list in the past (and I see a new one today) dealing with problems doing doc/

RE: End point specification

2003-11-20 Thread Pradeep Jonnalagadda
Hi Parley, Is this a requirement that i have to run the code you have sent from a servlet.Does it work out of servlet also?. thx pradeep. This is a PRIVATE message. If you are not the i

RE: End point specification

2003-11-20 Thread PARLEY,THUNDER (HP-MountainView,ex1)
Hi Pradeep, I suggest you use a context-param in your web.xml file. You can then access it like this: MessageContext context = MessageContext.getCurrentContext(); HttpServlet req = (HttpServlet) context.getProperty(HTTPConstants.MC_HTTP_SERVLET); String enpointURL = req.getServletContext().getIni

End point specification

2003-11-20 Thread Pradeep Jonnalagadda
Hi Guys, Can i set end point url as a parameter in server-config.wsdd file and avoid hard coding in the client code.My problem is i cannot use serversidelocator on client side .Also where can i find the schema for server-config.wsdd file. thx pradeep.

Solved: Call with null namespace URI for method null

2003-11-20 Thread asif . jiwani
Title: Solved: Call with null namespace URI for method null In case people are still getting it , use this: QName qname1 = new QName(,);         call.setOperation(qname1,);

Re: WS-security,SAML,XACML and co.

2003-11-20 Thread Rudi Verago \[vlain\]
I know it but it's over ssl and therefore i use tomcat. I try to made up two different authoritation method: one with jaas-tomcat real and one with ssl+axis basi auth. Thanks, Aloha -> Hi Rudi, -> -> What we have done is implement Axis/JAX-RPC client and server side -> handlers. The client side

Re: WS-security,SAML,XACML and co.

2003-11-20 Thread Aaron Hamid
Hi Rudi, What we have done is implement Axis/JAX-RPC client and server side handlers. The client side handler attaches a credential in the HTTP header ("Authorization" heaer), and the server side handler authenticates it, and makes the user id available in both the 1) MessageContext in Authe

Re: WS-security,SAML,XACML and co.

2003-11-20 Thread Davanum Srinivas
See http://sf.net/projects/wss4j/ for WS-Security Java Impl based on Axis, you will need to access the cvs directly. there are samples though. -- dims --- "Rudi Verago [vlain]" <[EMAIL PROTECTED]> wrote: > I need user/call authentication in a swing application. > Beginnig I want to use SAML and

WS-security,SAML,XACML and co.

2003-11-20 Thread Rudi Verago \[vlain\]
I need user/call authentication in a swing application. Beginnig I want to use SAML and SSO but opensaml implementation has no documentation and samples, then I try XACML but nothing; same thing for xml security at Apache: without sample it's hard. Axis auth methods aren't safe. Now I try to imple

Re: wsdl2java returns invalid characters in wsdd and .java

2003-11-20 Thread James Wilson
Here's the rest of the thread that we were looking at yesterday. Looks like most of it resides on my box at home. :( James Dan Christopherson wrote: But getting back to Asif's original question, wsdl2java still generates stuff like this: ---

Problem with modifying SOAP Envenlope...

2003-11-20 Thread Anders Persson
Hello!   I am trying to modify the method which is requested by SOAP message with XSLT to be redirected to another method in the service but my changes to the soap envelope doesn’t seem to be reflected since I always get the original method replay back. The SOAP envelope looks ok when ser

RE: Enumeration Question

2003-11-20 Thread McDaniel, Joe
OK -- I found the "magic!" Does not seem to be documented, but in one of the tests for Axis I found this: Ergo, if one does not have any spaces in any of the enumerated values, then it wil

server-config.wsdd

2003-11-20 Thread Administrador Servicios Web Educativos
Hi. I have a problem with Axis, because the file server-config.wsdd can´t be created by default. All dir have permission. Thanks

RE: Enumeration Question

2003-11-20 Thread McDaniel, Joe
Hi Albert, OK -- that makes a bit of sense although the type-safe "feature" then means it is not compile-time "safe" since you cannot use the static variables (unless you want to use the NotificationType._value1, ...). What I see, in practice, is things like: nhq.setNotificationType(org

apidocs for Axis 1.1

2003-11-20 Thread Davanum Srinivas
http://ws.apache.org/axis/java/apiDocs/index.html should now work ok. -- dims = Davanum Srinivas - http://webservices.apache.org/~dims/

transfer-encoding

2003-11-20 Thread Gabor Bartha
Hi guys, Is Axis with Tomcat support or accept the request body encoding in the HTTP 1.1 chunked transfer-encoding format? thsnka, Gabor

Java Client uses Axis API

2003-11-20 Thread lumillotte
Hi, I'd like to develop a java client which invokes web service by using SOAP Axis API. I've downloaded Axis, and I see that the size of all Jar files to include is about more 2 Mo. This Jar files includes server and client code. I just need the client part to reduce the size. Do you know, if

newbie query

2003-11-20 Thread Jaspreet Singh
Hi Is there a working example of a running client and server? we have a simple_axis_server that runs but we have a client dll. should i write my own client sample code to run it? Also, there is a samples folder in which we have server wrappers and services. how do these services install themselve

SV: RMI Axis Service

2003-11-20 Thread Uwe Kubosch
Thanks, it looks promising. What's the relationship between Axis and Apache WSIF? donV -Opprinnelig melding- Fra: Harald Pollak [mailto:[EMAIL PROTECTED] Sendt: 19. november 2003 14:47 Til: [EMAIL PROTECTED] Emne: Re: RMI Axis Service Mabay it helps, if you take a look on APACHE WSIF