HttpSession war wsr

2003-10-10 Thread Rodrigo Del Canto
hi, I've tried this... my.ear |/ | --my.wsr | / | -myService.class.getSessionId() -my.war / -myServlet.class.getSessionId()

RE: WSDL2Java Stub and Call objects

2003-10-10 Thread Alex Chen
In my experience, I use the sample code under samples/jaxrpc/hello. In that example, I use the '--server-side --skeletonDeploy true --deployScope Application' flags to build the wsdl file, i.e. I use my own build.xml. The following files are created: Hello.java <-- RPC interface He

Problem in service deployment on Tomcat 4.1.27

2003-10-10 Thread Agarwal, Naresh
Hi   I'm not able to properly deploy certain services on Tomcat v4.1.27. But I can deploy the same services on Tomcat v4.1.24   On Tomcat v1.4.27, after deployment, when I try to view services from Axis page, I can only see "And now..Some services", but no services are listed.  I'm not gett

Arrays with Derived Complex Type : Exception SimpleDeserializer encountered a child element

2003-10-10 Thread Parag Kadam
Hi, I have a java base class and its derivation (both valid java beans), a java bean which contains an array of the base class.   I have an operation in a webservice which takes a complex type (java bean). The complex type (java bean) has 2 string attributes and an array. The array is defined to be

Moving hibernate objects in Axis

2003-10-10 Thread Hitesh Shah
Has anyone successfully moved hibernate objects in Axis? If so, are there any code samples? Thanks Hitesh __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com

Client Side Logging Turn On

2003-10-10 Thread Schreiber, Michael
How do I turn on client side logging for my WSDL2Java generated Java files? Thanks MIchael Michael Schreiber Cheap Tickets, Part of Trip Network Cendant Travel Distribution Services 6560 Greenwood Plaza Blvd Suite 400 Englewood, CO 80111 phone:(720)895-9353 [EMAIL PROTECTED] www.CheapTickets.com

MessageContext not conform to standard

2003-10-10 Thread Vy Ho
Hi, I try to do some simple param init things. So I see this example: MessageContext msgContext = MessageContext.getContext(); SOAPServiceservice= msgContext.getService(); paramValue = service.getOption("paramName"); However, this MessageContext is from: import org.apache.axi

MessageContext not conform to standard

2003-10-10 Thread Vy Ho
Hi, I try to do some simple param init things. So I see this example: MessageContext msgContext = MessageContext.getContext(); SOAPServiceservice= msgContext.getService(); paramValue = service.getOption("paramName"); However, this MessageContext is from: import org.apache.axis

RE: MessageContext not conform to standard

2003-10-10 Thread Vy Ho
I take it back. I got it to work now. I did not set the parameter correctly. That's why I did not get my stuff correctly. However, the standard question still lingering in my mind though. -Original Message- From: Vy Ho [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 5:

deserializer not found

2003-10-10 Thread Wolfram Ditzer
Hello I had a similar prooblem and I got a hint which helped me: Problem was that Axis tried to deserialize an arry with a BeanDeserializer. Solution: Move array type definition from ... into type definitions where the array is used: . May be this

WSDL2Java Stub and Call objects

2003-10-10 Thread Wolfram Ditzer
Hello, I use a wsdl2java to generate client classes. I also get a MyServiceStub.java, which prvides a interface to my webservices. When I look into this list and a lot of example I see nearly nno one using ths Stub-classes. Instead all people uses Call objects created by a Service object. Sho

client_deploy.wdd & Transport Mechnismus

2003-10-10 Thread Wolfram Ditzer
Hi, I do not understand the client_deploy.wsdd. In samples/transport I do not see that client_deploy.wsdd is used! 1. How do I use it? I want to change the transport classes of my client. Service service = new Service(); MyWebServiceStub myServer = new MyWebServiceServerStub(url, service); 2.

DIME Question

2003-10-10 Thread Dinkar Bhat
I have a MS-SOAP service that returns a DIME attachment. The attachment contains an XML stream that is base64 encoded. I am not able to handle it in AXIS (keep getting an error). Can anybody provide an example of how DIME attachments from a MSSOAP service can be handled in AXIS? Thanks Dinkar

WS-Security

2003-10-10 Thread Michael, Michelle
Regarding these items listed in the AXIS requirements list: - 130b Support SOAP-level security [High] - 132 Support for existing security SOAP-level standards Are there plans to support the OASIS WS-Security specification? If so, in what AXIS version and timeframe? Michelle Michael Siemens IC

RE: Still do not have it.

2003-10-10 Thread Robert Lowe
Title: Still do not have it. I'm no expert either, but I *think* I can see several problems straight of the bat:   - I think FileType needs to be defined as an element, not just a complex type, in other words something more like:              

RE: Restrict access to SSL clients for a service

2003-10-10 Thread Sanjesh Pathak
Parley, Take this handler (see attached) and put it in the request flow of your service. This handler will only allow requests from a secure channel (SSL). Sanjesh -Original Message- From: PARLEY,THUNDER (HP-MountainView,ex1) [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 9:34

Re: Restrict access to SSL clients for a service

2003-10-10 Thread Andre Charbonneau
I was looking at the Axis API documentation and maybe this would help you: // In the service implementation... String transportName = org.apache.axis.MessageContext.getCurrentContext().getTransportName(); I haven't tried it but I assume the transport name could be used to determine if the conne

Restrict access to SSL clients for a service

2003-10-10 Thread PARLEY,THUNDER (HP-MountainView,ex1)
Hi List, If I have Axis running on Tomcat, which has 2 liistening ports (unsecure and SSL), when I deploy a new service, can I deploy it so that the service will only acknowledge requests over a SSL connection or is there some snippet of code I can put in the service itself to check that the reque

Still do not have it.

2003-10-10 Thread Kunzman, Douglas J
Title: Still do not have it. XMLSpy says "Message part 'String_1' (in message sayHello) - parameter FileType not defined! I just don't see it, though I am far from an expert on namespaces.  I am trying to use the default namespace xsd. This is my WSDL runtime addition of certificate in keystore
Hi, I'm currently working on an application that does web service calls over SSL. I would like my application to allow users to add new server certificates to the keystore at runtime, so that they can point to new servers. Although I found plenty of examples on how to add new certificates to

Re: Attachment program using DIME

Rick, Thank you for your good advice. I'm studying about DIME reffering follow information. But it was very difficult for me to understand. Because sample source was fragment, I could not implement all. Do you have a whole example? - Original Message - From: "Rick Kellogg" <[EMAIL PROTE

RE: WSDL Help

Thanks a lot for your help -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 5:01 AM To: [EMAIL PROTECTED] Subject: Re: WSDL Help DJK, Since you are using RPC/Encoded, your message part definition must include a type reference, no

RE: wingfootSOAP

- Mensage Original De: [EMAIL PROTECTED] Para: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Asunto: wingfootSOAP Fecha: 11/10/03 06:03 > > > Yes, it interact without problems; maybe be carefull about types used in services deployed with Axis, because, wingfoot uses less resources. > >

wingfootSOAP

Hi all,   does some one know whether Wingfoot interop with Axis?   Thanks.

Re: WSDL Help

DJK, Since you are using RPC/Encoded, your message part definition must include a type reference, not an element reference: Anne At 10:54 PM 10/9/2003 -0400, you wrote: I have just started using apache axis and am having trouble fixing this wsdl file. Can anyone help... Thanks,