Re: Trace of failure... SSL AIX-64 HTTPS... catch unknown exception in calculator...

2005-11-18 Thread John Hawkins
Hi, [17/11/2005 17:22:49:552 GMT] 1 - axtoi 452 [17/11/2005 17:22:49:552 GMT] 1 HTTPTransport getBytes @110014990,@2 [] [17/11/2005 17:22:49:552 GMT] 1 SoapBinInputStream readBytes @1100475b8,49152 seems to suggest that the transport is reading in the length of the message

Publishing inheritance for returned types in WSDL with axis ant tasks

2005-11-18 Thread Mariano Eloy Fernández
Hi, I am generating the WSDL with axis ant tasks for a service wich has a method that returns a type that has two subclasses. However, in the WSDL there is no reference to the subclasses. Am I missing some attribute for axis-java2wsdl ant task to include the subclasses? I have read here

Re: Axis 1.3 on Sun One App Server 8.1

2005-11-18 Thread Rakesh Patel
Hi Vivek, I am also trying to get Axis(1.3) working on Sun AS 8.1(Win2k). There's a useful document here which i used: http://access1.sun.com/techarticles/using_axis.html I've added the security permissions but still got the same security error. When I disabled the security manager in the

Re: How to handle xsd:anyType with Message Style web services ?

2005-11-18 Thread Anne Thomas Manes
The WS-I Basic Profile does not permit use of xsd:any or xsd:anyType. It also does not recommend any other mechanism for exchanging arbitrary XML. I think you should assume that the general rule is not to exchange arbitrary XML if your goal is to achieve interoperability. I can think of three

Re: SOAP1.2 and .jws question

2005-11-18 Thread Anne Thomas Manes
No.On 11/17/05, SUVANAN DUTTA [EMAIL PROTECTED] wrote: Is it possible to create a SOAP1.2 service with a .jwsfile? If yes, how?- Suvanan.__Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.com

Fw: WSDL Problem with the EchoAttachment.java Example

2005-11-18 Thread Thomas Lukasser
Hi! As I have seen in the archive others have this problem too, but I couldn't find a solution in the archive...When I deploy the Attachment example, and try it out with testit.cmd, everything works fine. But I can't get a valid WSDL file out of it (see attachment in this mail).

Re: Axis 1.3 on Sun One App Server 8.1

2005-11-18 Thread Rakesh Patel
Hi Vivek, well i got the sample HelloService working. I had to add use the grant without the codebase parameter. This compromises security but it depends on your set up. Hope that helps Rakesh Vivek Kumar Pandey wrote: Hi everybody, I am trying to install axis 1.3 on SUN One Application

Two questions: How a handler can get the property in a stub and How to get the parameters set in the wsdd file?

2005-11-18 Thread Dacheng
Hi, I am new to use axis and trying to use a stub to invoke a service. I also deploy a handler at the client side. So there are two questions. 1): I use _setProperty(java.lang.String name, java.lang.Object value) to set some property to the stub, how can I get the property I set within the

RE: Two questions: How a handler can get the property in a stub and How to get the parameters set in the wsdd file?

2005-11-18 Thread zze-ELSOKHON Tony RD-BIZZ-ISS
Hi, I am new to use axis and trying to use a stub to invoke a service. I also deploy a handler at the client side. So there are two questions. Hi, 1): I use _setProperty(java.lang.String name, java.lang.Object value) to set some property to the stub, how can I get the property I set within

Re: Two questions: How a handler can get the property in a stub and How to get the parameters set in the wsdd file?

2005-11-18 Thread Dacheng
2): I set some parameters in the service-deploy.wsdd file, how can I get them in the service? Are you talking about service parameters or handler parameters ? Hope I can get your kindly help. Thanks a lot I mean the parameters pre-defined in the service-deploy.wsdd file, How can I

problem with compression in Axis 1.3

2005-11-18 Thread Martin Perez
Hi people. I saw that in Axis 1.3 is possible to enable SOAP compression. Following Simon Fell example (http://www.pocketsoap.com/weblog/2005/10/1565.html) I put the next lines on my client code: call = (Call) axisService.createCall(); call.setTargetEndpointAddress(endpoint);

Documentation for 1.3

2005-11-18 Thread Rakesh Patel
Hi, I downloaded Axis 1.3 final but the included docs are for 1.2. I am going through the user guide and need to know if there's any differences i need to know about or is the move from 1.2 to 1.3 under the covers? Thanks Rakesh

losing placeholder when nillable=true and minOccurs=0 attributes on the same element

2005-11-18 Thread Jerry DuVal
Im having a issue related to using nillable=true and minOccurs=0 attributes on the same element. When setting these elements to null the placeholder for the element with xsi:nil=true is only being sent when the element does not have the minOccurs=0 . I have a example included below to

RE: Documentation for 1.3

2005-11-18 Thread Matthew Menefee
Check the release notes for differences between 1.3 and 1.2, there may not be enough differences to warrant new documentation. -Original Message- From: Rakesh Patel [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 8:17 AM To: axis Subject: Documentation for 1.3 Hi, I

Re: Use the generated types for general type serialization

2005-11-18 Thread Kevin Ruland
Dims, Can you point me to one of the examples which does this? Or even something to grep for. Thanks Davanum Srinivas wrote: Yep. Check the test harness...there are DOZENs of examples. -- dims On 11/17/05, Kevin Ruland [EMAIL PROTECTED] wrote: Hi all, I think I found a way to use the

Re: Use the generated types for general type serialization

2005-11-18 Thread Davanum Srinivas
grep for SerializationContext :) On 11/18/05, Kevin Ruland [EMAIL PROTECTED] wrote: Dims, Can you point me to one of the examples which does this? Or even something to grep for. Thanks Davanum Srinivas wrote: Yep. Check the test harness...there are DOZENs of examples. -- dims

RE: Confused by wsdl2java behavoir

2005-11-18 Thread McMullin, Gregg E.
Thanks, but I see that I may have confused the issue with the placement of my comment. This: !-- Case that produces SubmitOrderResponse class -- xsd:element name=orderId type=xsd:string/ xsd:element name=order xsd:complexType xsd:sequence

Re: How to handle xsd:anyType with Message Style web services ?

2005-11-18 Thread Shantanu Sen
Does that mean that this is something that the WS-I basic profile missed? Or is it deliberate that they do not recommend any other mechanism? The issue is that for a specific application, the schema may be well known so that it can be a part of the WSDL. But for tool developers, who want to

How to pass an Array object- Please read - this is bothering me a lot.

2005-11-18 Thread Developer Developer
Hello All, I think this question was asked several times before but somehow I could understand it by looking at the previous threads. I have an object of type'User' that is being returned by webservice. Here is my wsdl mapping beanMapping languageSpecificType=java:myEntities.User

Re: How to handle xsd:anyType with Message Style web services ?

2005-11-18 Thread Anne Thomas Manes
I'm pretty sure it was deliberate. Interoperability is pretty difficult if you don't know what type of document to expect. As I said, my preference is to use xsd:any when the application requires the exchange of arbitrary documents. But it's a much better practice not to exchange arbitrary

RE: losing placeholder when nillable=true and minOccurs=0 attributes on the same element

2005-11-18 Thread Jerry DuVal
Does anyone know if this is a bug? Thanks! Jerry DuVal Pace Systems Group, Inc. 800.624.5999 www.Pace2020.com From: Jerry DuVal [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 9:30 AM To: axis-user@ws.apache.org Subject: losing placeholder when nillable=true

Re: How to pass an Array object- Please read - this is bothering me a lot.

2005-11-18 Thread Developer Developer
On the same note- how can i return /pass a java vector object to a webservice. On 11/18/05, Developer Developer [EMAIL PROTECTED] wrote: Hello All, I think this question was asked several times before but somehow I could understand it by looking at the previous threads. I have an object of

WSDL2Java with DocumentLiteral Issue

2005-11-18 Thread Griffin, Mark
I working on some compatibility testing with Axis 1.3. I'm having some difficultly getting the WSDL2Java to generate the java classes based on the defined types in the WSDL. I would expect a couple of bean classes to be generated based upon the WSDL I'm using. This would be consistent with the

jvm crashes with apache axis 1.2.1 and jrockit and Linux AS release 3

2005-11-18 Thread Ravi Krishnamurthy
Hello: Weblogic 8.1sp5 jvm crashed on invoking a webservice running in the weblogic instance. I ahve attached the dump with the email. Just filed a case with weblogic but trying my luck here to find any pointers. Thanks, Ravi = BEGIN DUMP

WSDL2Java and wrapped vs document style

2005-11-18 Thread Greg Adams
Given the following WSDL: ?xml version=1.0 encoding=utf-8? wsdl:definitions xmlns:soap=http://schemas.xmlsoap.org/wsdl/soap/ xmlns:soapenc=http://schemas.xmlsoap.org/soap/encoding/ xmlns:tns=urn:WidgetPrice xmlns:s=http://www.w3.org/2001/XMLSchema

Re: WSDL2Java and wrapped vs document style

2005-11-18 Thread Ravi Krishnamurthy
Greg: guess you mean document/literal and not wrapped. May be because the message contains more than one part and the wrapped convention needs only one part with name as parameters. regards, ravi Greg Adams wrote: Given the following WSDL: ?xml version=1.0 encoding=utf-8? wsdl:definitions

Sample wsdd for vector mapping- PLEASE HELP

2005-11-18 Thread Developer Developer
I have a beanmapping defined in wsdd. Eg:. beanMapping languageSpecificType=java:myEntities.User qname=ns1:User xmlns:ns1=urn:MyServiceService/ I want to define a vectory mapping element becuase i want to pass a vector using vector serialization. Can somebody send me a sample of vectorymapping

RE: WSDL2Java and wrapped vs document style

2005-11-18 Thread Ebert, Chris
I think you need to say 'wrapped' in the binding instead of 'document'. Chris -Original Message- From: Greg Adams [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 12:08 To: axis-user@ws.apache.org Subject: WSDL2Java and wrapped vs document style Given the following WSDL:

Re: WSDL2Java and wrapped vs document style

2005-11-18 Thread Greg Adams
Well, what I mean is that the deploy.wsdd created by WSDL2Java from the WSDL below has a service element like this: service name=WidgetPriceSoap provider=java:RPC style=document use=literal when what I want is this: service name=WidgetPriceSoap provider=java:RPC style=wrapped use=literal It

Re: WSDL2Java and wrapped vs document style

2005-11-18 Thread Greg Adams
I tried changing the binding to this: wsdl:binding name=WidgetPriceSoapBinding type=tns:WidgetPriceSoap soap:binding style=wrapped transport=http://schemas.xmlsoap.org/soap/http / wsdl:operation name=setWidgetPrice soap:operation soapAction=urn:WidgetPrice/setWidgetPrice style=wrapped/

Re: Sample wsdd for vector mapping- PLEASE HELP - Any help ? i would really appreciate if somebody replies to this message

2005-11-18 Thread Developer Developer
On 11/18/05, Developer Developer [EMAIL PROTECTED] wrote: I have a beanmapping defined in wsdd. Eg:. beanMapping languageSpecificType=java:myEntities.User qname=ns1:User xmlns:ns1=urn:MyServiceService/ I want to define a vectory mapping element becuase i want to pass a vector using vector

Authenticating users

2005-11-18 Thread Michael Rudolf
Hi, is there any tutorial or example for authenticating users of we services by username and pass over HTTPS? Can anybody explain in more detail how this works? Is there any alternative to it? I want to query axis web sercvices from a portal. That uses LDAP for authetication. I would like to

Test JWS endpoint error

2005-11-18 Thread Miller, Michael P
Installed Axis on Tomcat 5.5 with java 1.5. Ive been deploying/ running webapps on this Tomcat for some time with no problems. Followed directions in the Install guide by dropping webapps/axis etc. All the install tests like happyaxis, looking for services and Test a SOAP endpoint work

Re: Test JWS endpoint error

2005-11-18 Thread Developer Developer
This is how it works on my machine - ( Windows XP) Go to apache tomcat configure window ( Start-All Programs-apacheTomcat-ConfigureTomcat) . Click on java tab . 1.make sure the java virtual machine points to correct jvm.dll ( on my machine :C:\Java\jre1.5.0_04\bin\client\jvm.dll)) 2. makesure

RE: Test JWS endpoint error

2005-11-18 Thread Miller, Michael P
Well, the tools.jar is not in the Classpath as you stated in step 2. But tomcat compiles jsp files when running jsp and it never had problems finding the compiler, so why do I need to modify my classpath now that Axis needs to compile a jws ? Mike From: Developer Developer

WSDL2Java XML Parsing question.

2005-11-18 Thread Welch, Jay
My question involves a XML schema that has been given to me. It contains element descriptions of the form xsd:element name = SomeName xsd:complexType xsd:sequence minOccurs=0 maxOccurs=10 xsd:element name=elementName

Re: Authenticating users

2005-11-18 Thread Ron Reynolds
you may want to look at WSS4J and UsernameTokens. they're pretty straight-forward as long as your client can support them. they are part of the WS-Security standard if you want to stick with endorsed authentication mechanisms. then on the server-side you'll typically need a JNDI interface to

RE: problem with compression in Axis 1.3

2005-11-18 Thread Simon Fell
your server is not configured to accept compressed requests, and hence is trying to run an XML parser over the compressed stream. From: Martin Perez [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 5:51 AMTo: axis-user@ws.apache.orgSubject: problem with compression in Axis 1.3

Please close my account

2005-11-18 Thread Ezhil Gowthaman
Yahoo! FareChase - Search multiple travel sites in one click.