RE: style="document" 1_1RC2

2003-06-11 Thread adrian . p . smith
Yes this also works for me. Thanks. When will this new code become part of a release? -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: 11 June 2003 15:47 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: Smith,AP,Adrian,XSJ62 R Subject: RE: style="document" 1_1RC2 PL

Question on Document Style Service Vs RPC Style Service ..

2003-06-11 Thread v . krishnamoorthy
Hi All, I need a clarification on different service styles used in Axis 1.0. I'm sending the SOAPxml String as a parameter to invoke the webservices ...Java objects are generated using WSDL2Java and it will be the input parameter for the method in the webservices.. Here the client should invoke

installation in tomcat 4.1.24

2003-06-11 Thread Joel Realubit
hi all: i downloaded the latest tomcat4 (specifically the ff. rpms : tomcat4-4.1.24-full.2jpp.noarch.rpm, tomcat4-admin-webapps-4.1.24-full.2jpp.noarch.rpm, tomcat4-webapps-4.1.24-full.2jpp.noarch.rpm) and installed axis 1.1RC2 on it. i get the happyaxis page confirming that i've put everythin

Re: Web Service stuff at JavaOne

2003-06-11 Thread Anne Thomas Manes
Thanks for the update, Frank. One minor note, though. The WS-I Basic Profile is not an OASIS standard. WS-I is an independent vendor consortium, and it is not affiliated with OASIS in any way. Anne - Original Message - From: "Frank Cohen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent:

server handler question cont.

2003-06-11 Thread Kanno berg
Sorry, accidentally sent that last message out too early. :P I'm implementing an encryption handler on a client and a decryption handler on the server. Both handlers are being called when the SOAP request is being made by the client. Using tcpmon, I can see that the client encrypts the SOAP Bod

server handler question

2003-06-11 Thread Kanno berg
I'm implementing an encryption handler on a client and a decryption handler on the server. Both handlers are being called when the SOAP request is being made by the client. Using tcpmon, I can see that the client encrypts the SOAP Body correctly. Writing to a log file, I can see that at the end

Document-Style SOAP Support in AXIS 1.1 Final release

2003-06-11 Thread Mr. Document Service
Reviewing recent and past e-mail regarding support in AXIS 1.1 RC2 release for sending and receiving document-style SOAP messages:   1) RE: Document Style web service bug 2) RE: style="document" 1_1RC2   3) Anne Thomas Mane's e-mail Re: document/literal   We probably want to clarify the extent of s

RE: Document Style web service bug

2003-06-11 Thread Anjaneya Swamy Varada
Hi Srinivas, Thanks this works. I made this to work by copying just "axis.jar" from a latest nightly build to my existing 1.1RC2 build. Do you think, it is preferable to release in our production with just updating axis.jar like this or do u prefer taking complete nightly build for installing

RE: Document Style web service bug

2003-06-11 Thread Davanum Srinivas
yes, use latest nightly build. --- Anjaneya Swamy Varada <[EMAIL PROTECTED]> wrote: > Hi Srinivas, > > Thaks for the response. > > I am using Axis 1.1 RC2 and it looks like in 1.1 RC2 > org.apache.axis.encoding.XMLType doesn't > has "SOAP_DOCUMENT" as a field. Can we make this to work with 1.1

Re: Unsubscription

2003-06-11 Thread Davanum Srinivas
send email to [EMAIL PROTECTED] --- Larry Edwardson <[EMAIL PROTECTED]> wrote: > Same here, does anybody know how to un-subscribe > - Original Message - > From: "bin" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Thursday, June 12, 2003 7:24 AM > Subject:

Re: Unsubscription

2003-06-11 Thread Larry Edwardson
Same here, does anybody know how to un-subscribe - Original Message - From: "bin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, June 12, 2003 7:24 AM Subject: Unsubscription > Has anybody been able to successfully un-subscribed from this mailing > li

RE: Document Style web service bug

2003-06-11 Thread Anjaneya Swamy Varada
Hi Srinivas, Thaks for the response. I am using Axis 1.1 RC2 and it looks like in 1.1 RC2 org.apache.axis.encoding.XMLType doesn't has "SOAP_DOCUMENT" as a field. Can we make this to work with 1.1 RC2? should I get recent nightly build? Do you know the stable version of recent nightly builds?

[wsif] JROM usage within WSIF

2003-06-11 Thread Rhett . DeWall
Are there plans to incorporate JROM technology into WSIF? It would be nice to see a JROMAxisSerializer installed for complex value (de)serialization, perhaps optionally and controllable through the WSIF api.

[wsif] Dependencies

2003-06-11 Thread Rhett . DeWall
Can anyone be more specific as to which class files from j2ee.jar are required for WSIF? Thanks.

RE: Document Style web service bug

2003-06-11 Thread Davanum Srinivas
Try this... --- Anjaneya Swamy Varada <[EMAIL PROTECTED]> wrote: > Hi Bhanu, > > Were you able to create a "message" style service using the below signature: > > org.w3c.dom.Document parseData(org.w3c.dom.Document doc){ > // logic processed > return doc; > } > > When I am trying to

[wsif] Dependencies

2003-06-11 Thread Rhett . DeWall
Can anyone be more specific as to which class files from j2ee.jar are required for WSIF? Thanks.

RE: Document Style web service bug

2003-06-11 Thread Anjaneya Swamy Varada
Hi Bhanu, Were you able to create a "message" style service using the below signature: org.w3c.dom.Document parseData(org.w3c.dom.Document doc){ // logic processed return doc; } When I am trying to invoke the server I get the following error: java.io.IOException: No serializer f

Exception help

2003-06-11 Thread Joe Osowski
Title: Exception help I use WSDLtoJava to generate stubs from the following WSDL file: http://devel.responsivesolutions.net/wmg/main/ws_pull_shipping_info.php?wsdl Compile and test and I get the following exception: .. - Could not convert [[Ljava.lang.Object; to bean field 'packages',

RE: NullPointerException when calling ?WSDL

2003-06-11 Thread Steve Wood - Informavores
I actually generated the web service from a WSDL - actually, I wrote the interface in .NET, generated the WSDL, then used JBuilder to generate my classes from the WSDL (a more unconventional way of going about it). I have now managed to stop the error... nothing happens now. If I call the service

RE: DOM as Parameter to Document Style Service

2003-06-11 Thread Anjaneya Swamy Varada
Hi Krishna Kumar,   Could you find a solution for this problem?   Thanks Swamy -Original Message-From: Krishnakumar B [mailto:[EMAIL PROTECTED]Sent: Wednesday, February 05, 2003 9:16 PMTo: [EMAIL PROTECTED]Subject: RE: DOM as Parameter to Document Style Service Hi   T

Polymorphism in Web Services (badly need help here)

2003-06-11 Thread K P
I am trying to understand how we can use polymorphic objects in web services. Is there any standard way to define sub-types in the WSDL? If you manually add complex types to the types element in the WSDL, will the clients be able to use these explicitly non-referenced sub-types? I have tried to

RE: Unsubscription

2003-06-11 Thread Jim Poulsen
the address is is this what you used? -Original Message- From: bin [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 4:25 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Unsubscription Has anybody been able to successfully un-subscribed from t

Unsubscription

2003-06-11 Thread bin
Has anybody been able to successfully un-subscribed from this mailing list? I get a confirmation email from the mailing list that "unsubscribed" me, but the emails keep coming in. Thanks. On Wed, 11 Jun 2003, Sam Khan wrote: > Hi Steve, > > I'm having a similiar problem and so far havent ha

RE: NullPointerException when calling ?WSDL

2003-06-11 Thread Sam Khan
Hi Steve, I'm having a similiar problem and so far havent had any luck with solutions from the user group ( my error is listed below ). The web service itself runs successfully, the problem occurs when trying to generate WSDL using '?wsdl' in the URL. I'm pretty sure that it is a configuration

RE: Beginner question

2003-06-11 Thread Vlad Umansky
  Since you are calling a MS service, it probably requires SOAPAction field to be set. Look in the WSDL file what the value should be and set it through   call.setProperty (Call.SOAPACTION_URI_PROPERTY  , java.lang.Object value)   -Original Message- From: [EMAIL PROTECTED

Beginner question

2003-06-11 Thread michael_sobczak
Hi, I have experience with Java and XML, but am very new to AXIS and WSDL.  I've been trying to invoke the DailyDilbert web service and get a response, with no success.  I'm getting the following Exception when I run my Java code: SoapException:Server did not recognize the value of HTTP Header S

Web Service stuff at JavaOne

2003-06-11 Thread Frank Cohen
I'm at JavaOne this week learning all the new stuff about Java and Web Services. So far, there's little talk about Apache Axis, but that's to be expected at a Sun-centered conference I suppose. The JAX-RPC birds of a feather session covered Sun JAX-RPC group's planned support for WS-Security. C

[PROPOSAL] Web Services commons (WS-Commons) and Initial sub projects (XSD4J?, WSS4J?, JaxMe?)

2003-06-11 Thread Davanum Srinivas
Sorry for the wide cross-posting Charter for WS-Commons: http://nagoya.apache.org/wiki/apachewiki.cgi?WebServicesProjectPages/CharterForWSCommons Proposed sub-projects: http://nagoya.apache.org/wiki/apachewiki.cgi?WebServicesProjectPages/WebServicesProjectProposals #1 - XSD4J - Schema Object M

RE: null array element serialization

2003-06-11 Thread Kellogg, Richard
Please refer to the following under the question: Are there any documented web service bugs in Microsoft .NET Framework? http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/DotNetInterop I think this might be relevent. Rick Kellogg -Original Message- From: [EMAIL PROTECTED] [m

Re: null array element serialization

2003-06-11 Thread ian_d_stewart
If the .net framework is representing a nil element as an empty string, that sounds like a bug in the .net implementation. Not much you can do about it. Who ever's implementing the .net client will have to develop a work-around in their code. Ian Ian D. Stewart Open Systems Engineer II Enter

Questions about Axis over JMS

2003-06-11 Thread Brain, Jim
Details are a bit light on this, from what I can google. For anyone who has does AXIS/JMS, a few questions: * Some of the examples I see on IBM's web site assume you are using the low level JAX-RPC API and can code the changes to switch from HTTP to JMS in the client code. I have generated

RE: Alternate transport

2003-06-11 Thread Kevin Ross
I’m using (by configuration) either local or http transport.  For development and small deployments, I leave it in local transport mode, so there is no host.   I believe you can look to some of the test cases for examples.  Search the codebase for ’LocalTransport’.   -Kevin Ross   ---

Re: AXIS and RBAC

2003-06-11 Thread Anh Thu Vo
All, The XACML Specifications, recently submitted to OASIS, contains information about an XML-based authorization control framework. There are also several articles at NIST about RBAC. For my own personal project and information, I would be very interested in learning your views on integratin

Alternate transport

2003-06-11 Thread Alex Colomb
I’ve done some searching of the list, but was unable to find anything informative.  I’m trying to create a client/server solution for a simple messaging system (im).  I’d really like to use soap, but it seems that to get any functionality in the client portion, I’d have to run a web server

null array element serialization

2003-06-11 Thread Paolo Paganotto
Hallo all, I've to face this problem: I've an array of strings that is part of a complex bean that is sent as parameter of a web service from Java to .NET If there is a null element in this array, this is parsed as follows in the soap message: the problem is that .NET converts this element of my

RE: FakeTrustSocketFactory....

2003-06-11 Thread Leo de Blaauw
Hmm Well just did a cmd line version running under jdk 1.4 and it worked.. So i guess the problems must indeed be within the 1.3 jdk + jsse... Greetings, Leo de Blaauw -Oorspronkelijk bericht- Van: Davanum Srinivas [mailto:[EMAIL PROTECTED] Verzonden: woensdag, juni 2003 15:21 Aan: [EM

Re: "nillable" attribute inside of element

2003-06-11 Thread Brian Ewins
[EMAIL PROTECTED] wrote: Hi, Could anyone help me? Yup, probably google, every single result from is relevant. (I don't mean to be totally obnoxious saying this, you might find an explanation you prefer following the link) Given the following exampl

Re: deploying web servie containing ArrayList

2003-06-11 Thread Wanchun Wang
my experience is you can't use ArrayList, use a type specific array instead.   -WanchunGRESSIER Yoan <[EMAIL PROTECTED]> wrote: Hi I'm trying to deploy a web service like :public String addArray( ArrayList l ) {String som = "";for( int i = 0; i < l.size(); i++ ){String c = (String)l.get( i );som +=

RE: style="document" 1_1RC2

2003-06-11 Thread Davanum Srinivas
PLEASE use latest nightly/cvs. WorksForMe. I was able to deploy the service, generate the WSDL, run WSDL2Java on the WSDL, and was able to use the generated code with NO problems. -- dims --- [EMAIL PROTECTED] wrote: > Done - 20680. > -Original Message- > From: Davanum Srinivas [mailto:

"nillable" attribute inside of element

2003-06-11 Thread jairton
Hi, Could anyone help me? Given the following example below, What does "nillable" mean? Thanks, José airton

deploying web servie containing ArrayList

2003-06-11 Thread GRESSIER Yoan
Hi I'm trying to deploy a web service like : public String addArray( ArrayList l ) { String som = ""; for( int i = 0; i < l.size(); i++ ) { String c = (String)l.get( i ); som += c; } return som; } I get the following error while accessing the WSDL file : AXIS error Sorry, s

RE: style="document" 1_1RC2

2003-06-11 Thread adrian . p . smith
Done - 20680. -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: 11 June 2003 14:32 To: [EMAIL PROTECTED] Cc: Smith,AP,Adrian,XSJ62 R Subject: Re: style="document" 1_1RC2 Adrian, Can you please submit a bug report (as per http://ws.apache.org/axis/bugs.html)? Wi

Re: style="document" 1_1RC2

2003-06-11 Thread Davanum Srinivas
Adrian, Can you please submit a bug report (as per http://ws.apache.org/axis/bugs.html)? With your sample service and deploy.wsdd etc. Thanks, dims --- [EMAIL PROTECTED] wrote: > > I have deployed a very simple service using style="document". The WSDL > > looks like this: > > > > > > > targ

RE: FakeTrustSocketFactory....

2003-06-11 Thread Davanum Srinivas
2 cents, Get a sample client working from the command-line and ask IBM support to help with your config issues. -- dims --- Leo de Blaauw <[EMAIL PROTECTED]> wrote: > Hi, > > Well since the actual servlet doing the request is running under websphere > 5.0 it has to be jdk 1.3 > so really no opt

RE: FakeTrustSocketFactory....

2003-06-11 Thread Leo de Blaauw
Hi, Well since the actual servlet doing the request is running under websphere 5.0 it has to be jdk 1.3 so really no option to reinstall the jdk nor jsse as websphere comes with jsse. What could be the reason to reinstall the JDK then ? Using axis 1.0 by the way and i found out in the source

RE: style="document" 1_1RC2

2003-06-11 Thread adrian . p . smith
Thanks again for the response. Adrian -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: 11 June 2003 13:47 To: [EMAIL PROTECTED] Subject: Re: style="document" 1_1RC2 Yes. Well. Axis doesn't have perfect support for Document/Literal yet. I forwarded this mail to

RE: FakeTrustSocketFactory....

2003-06-11 Thread Davanum Srinivas
which jdk? try 1.4 as JSSE is built-in. If you are sticking to 1.3 then make sure you do a fresh install of JDK1.3 and then JSSE (as per http://java.sun.com/products/jsse/INSTALL.txt) -- dims --- Leo de Blaauw <[EMAIL PROTECTED]> wrote: > Hi, > > Well i tried that but now getting a : > > JAXRP

Re: WSDL2Java--->java.io.IOException: ERROR: Fault is missing a name= attribute in operation

2003-06-11 Thread Anne Thomas Manes
name is a required attribute. - Original Message - From: "Niket Anand" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, June 11, 2003 3:23 PM Subject: WSDL2Java--->java.io.IOException: ERROR: Fault is missing a name= attribute in operat

How to avoid DiscoveryException in logger registration ?

2003-06-11 Thread Yannick Naudet
Hi all! Is there a way to avoid having a DiscoveryException when trying to launch an axis class (e.g. SimpleAxisServer) from a different classLoader than the default one ? (org.apache.commons.discovery.DiscoveryException: No implementation defined for org.apache.commons.logging.LogFactory). This a

Re: style="document" 1_1RC2

2003-06-11 Thread Anne Thomas Manes
Yes. Well. Axis doesn't have perfect support for Document/Literal yet. I forwarded this mail to the axis-dev list. Anne - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <"mailt≯䀀洀愀渀攀猀⸀渀攀琀 Sent: Wednesday, June 11, 2003 8:29 AM Subject: RE: style="document" 1_1RC2

Re: question about supporting complex data type

2003-06-11 Thread Anne Thomas Manes
It's up to the client developer to figure out how to process the complex types. As an Axis service developer, you might consider providing class files for Java clients (a JavaBean to represent the complex type, the serializer routine, and maybe any exception routines), although I doubt that you wou

RE: style="document" 1_1RC2

2003-06-11 Thread adrian . p . smith
Anne, Thanks for responding. Maybe I didn't make myself clear, but the service is one that I created myself using a very simple Java class deployed in the Axis server, hence the WSDL is generated by Axis, not me. Is it un-reasonable to expect Axis to be able to read its own WSDL? Regards, Adri

RE: question about supporting complex data type

2003-06-11 Thread adrian . p . smith
Usually, the client toolkit can generate this information from the WSDL, e.g. using the WSDL2Java Axis utility. -Original Message- From: Agarwal, Naresh [mailto:[EMAIL PROTECTED] Sent: 11 June 2003 13:23 To: [EMAIL PROTECTED] Subject: question about supporting complex data type Hi If w

Re: style="document" 1_1RC2

2003-06-11 Thread Anne Thomas Manes
I suggest you get hold of a WSDL tool, such as Omniopera, XMLSpy, or the Cape Clear WSDL editor to help you write your WSDL documents. Your errors are caused by invalid Qnames. You need to define a targetNamspace for the section. Otherwise you have no way to reference the elements that you've def

question about supporting complex data type

2003-06-11 Thread Agarwal, Naresh
Hi If we use some complex datatype (as parameter/return value) in one of the functions of a Web Service, which is deployed using AXIS, then the Web Service client would need the following apart from WSDL file: 1) class file for complex datatype 2) class file for serializer and deserializer for

RE: FakeTrustSocketFactory....

2003-06-11 Thread Leo de Blaauw
Hi, Well i tried that but now getting a : JAXRPCException in call.java on line 612, but originating from setTargetEndpointAddress(String address) in wich i basically set the https url as a string to my service. All of this from an Axis client application. Beginning to wonder if the system proper

NullPointerException when calling ?WSDL

2003-06-11 Thread Steve Wood - Informavores
Hi, I'm having trouble with AXIS when generating the WSDL document: AXIS error Sorry, something seems to have gone wrong... here are the details: Fault - ; nested exception is: java.lang.NullPointerException AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException

style="document" 1_1RC2

2003-06-11 Thread adrian . p . smith
> I have deployed a very simple service using style="document". The WSDL > looks like this: > > > targetNamespace="http://cpwsdd.devenv1.bt.co.uk:63024/axis/services/Simple > Document" xmlns="http://schemas.xmlsoap.org/wsdl/"; > xmlns:apachesoap="http://xml.apache.org/xml-soap"; > xmlns:impl="h

WSDL2Java--->java.io.IOException: ERROR: Fault is missing a name= attribute in operation

2003-06-11 Thread Niket Anand
Hello all, I have wsdl file and trying to convert java files using WSDL2java tool, but it is causing some problem as java.io.IOException: ERROR: Fault is missing a name= attribute in operation "destroyNotification", i n binding {http://www.csapi.org/fw_if_app/wsdl}IpEventNotificationBinding.