Re: Which version of WSDL specification and SOAP specification dos axis 1.4 support

2007-11-12 Thread Ravi Krishnamurthy
Thanks. Deepal jayasinghe wrote: Ravi Krishnamurthy wrote: Hello: Could you tell me which version of WSDL and SOAP spec version does axis support. WSDL 1.1 and I think they support both the SOAP versions . Thanks Deepal

Which version of WSDL specification and SOAP specification dos axis 1.4 support

2007-11-12 Thread Ravi Krishnamurthy
Hello: Could you tell me which version of WSDL and SOAP spec version does axis support. Thanks, Ravi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Finding Axis version

2007-05-11 Thread Ravi Krishnamurthy
The manifest.mf in axis.jar contains the information like below: Manifest-Version: 1.0 Ant-Version: Apache Ant 1.5.3 Created-By: 1.4.2_05-b04 (Sun Microsystems Inc.) Name: org/apache/axis Implementation-Title: Apache Axis Implementation-Version: 1.2.1 2243 June 14 2005 Implementation-Vendor:

Re: wsdl4j jwsdl 1.1 versus jwsdl 1.2

2007-02-23 Thread Ravi Krishnamurthy
Thanks Dims. Regards, Ravi Davanum Srinivas wrote: Your own risk :) -- dims On 2/22/07, Ravi Krishnamurthy [EMAIL PROTECTED] wrote: Hello: I'm working with axis1.4 and this is specific to wsdl4j jar file. The wsdl version used is from IBM 1.5.1 version according to specification jwsdl 1.1

wsdl4j jwsdl 1.1 versus jwsdl 1.2

2007-02-22 Thread Ravi Krishnamurthy
Hello: I'm working with axis1.4 and this is specific to wsdl4j jar file. The wsdl version used is from IBM 1.5.1 version according to specification jwsdl 1.1. Is it okay to replace it with wsdl4j from apache woden project from IBM 1.6 version according to specification 1.2? Thanks for your

Re: Http session from client side...

2007-01-08 Thread Ravi Krishnamurthy
Alex: May be try to set the call.setMaintainSession(true) in the stub code when the call object is created. regards, Ravi Alex Huang wrote: Hi All, I'm interfacing with a webservices server that returns a cookie Set-Cookie: JSESSIONID=C940DECC375E991239EE6A4F80304CB0 in my login request

Re: Http session from client side...

2007-01-08 Thread Ravi Krishnamurthy
. --Alex -Original Message- From: Ravi Krishnamurthy [mailto:[EMAIL PROTECTED] Sent: Monday, January 08, 2007 4:47 PM To: axis-user@ws.apache.org Subject: Re: Http session from client side... Alex: May be try to set the call.setMaintainSession(true) in the stub code when the call object

Re: axis1.2.1 vs axis1.4

2006-12-31 Thread Ravi Krishnamurthy
Could someone give some pointers on this. Thanks, Ravi Ravi Krishnamurthy wrote: Could someone give some pointers on this. Thanks, Ravi Ravi Krishnamurthy wrote: Hello; I had published the same webservice in axis 1.2.1 ans now trying it out with axis 1.4 The wsdl in 1.2.1 says

Re: axis1.2.1 vs axis1.4

2006-12-31 Thread Ravi Krishnamurthy
, password etc instead of in0, in1. Somehow both the wsdl and the deploy.wsdd containes in0, in1 instead of the field names of each element . Would appreciate if someone could give some pointers on this. Thanks, Ravi Ravi Krishnamurthy wrote: Could someone give some pointers on this. Thanks

Re: axis1.2.1 vs axis1.4

2006-12-29 Thread Ravi Krishnamurthy
Could someone give some pointers on this. Thanks, Ravi Ravi Krishnamurthy wrote: Hello; I had published the same webservice in axis 1.2.1 ans now trying it out with axis 1.4 The wsdl in 1.2.1 says for a complex type as below in 1.2.1 element name=connect complexType sequence

Re: Axis14 with amazon queue service wsdl

2006-12-20 Thread Ravi Krishnamurthy
Hello: Could someone give some pointers. Thanks, Ravi Ravi Krishnamurthy wrote: Hello: I'm using the following amazon QueueService wsdl: http://queue.amazonaws.com/doc/2006-04-01/QueueService.wsdl This webservice has multiple services. When I run wsdl2java I set the package option

Axis14 with amazon queue service wsdl

2006-12-19 Thread Ravi Krishnamurthy
Hello: I'm using the following amazon QueueService wsdl: http://queue.amazonaws.com/doc/2006-04-01/QueueService.wsdl This webservice has multiple services. When I run wsdl2java I set the package option as com.amazon.com Then I get the following exceptions:

Re: AXis 1.4 : primitive types and Primitive object

2006-12-09 Thread Ravi Krishnamurthy
signalons qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: Ravi Krishnamurthy [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Friday, December 08, 2006 10:59 PM Subject: AXis 1.4 : primitive types and Primitive object

Axis 14 vs axis 1.2.1 arrays

2006-12-01 Thread Ravi Krishnamurthy
Hello: I was looking at the stubs generated for Axis 1.2.1 and Axis 1.4 that contains arrays. The complex type mappings is different as below: // in 1.4 qName = new javax.xml.namespace.QName(urn:com.virsa.cc.xsys.webservices.dto, ArrayOfCriticalRoleDTO);

Re: Axis 14 vs axis 1.2.1 arrays

2006-12-01 Thread Ravi Krishnamurthy
Thanks Brier. I will try it out. Regards, Ravi Frederick N. Brier wrote: I saw wrapArrays attribute/parameter that can be passed to either the Ant task or the WSDL2Java utility. I would guess that it would cause Axis 1.4 to generate the same stubs as the 1.2.1. Fred Ravi Krishnamurthy

Complex types java bean and axis1

2006-10-03 Thread Ravi Krishnamurthy
Hello; When the wsdl2java is used with -H option for a complex type, a helper class is generated that contains the getSerializer(), getDeserializer(), etc in addition to the java bean classes. Wondering if axis needs the helper class for the serialization/deserialization. In other words, is

Re: axis 1.4 questions

2006-08-21 Thread Ravi Krishnamurthy
class can take care of the axis classes and I can be able to use the java bean as data objects and easily sent across instead of worrying about the axis class whereever it is not necessary. Regards, Ravi Ravi Krishnamurthy wrote: Hello: a. Is it possible to generate only the java beans

Re: axis 1.4 questions

2006-08-20 Thread Ravi Krishnamurthy
/ Hope this helps you. Have a nice day and week Jos Ferreiro On 8/20/06, Ravi Krishnamurthy [EMAIL PROTECTED] wrote: Hello: a. Is it possible to generate only the java beans for the complex type mentioned in the wsdl using axis1.4 wsdl2java b. Also is it possible to get a sample soap

Re: axis 1.4 questions

2006-08-20 Thread Ravi Krishnamurthy
Thanks Manuel. Regards, Ravi Manuel Mall wrote: On Monday 21 August 2006 03:16, Ravi Krishnamurthy wrote: Thanks Jose. I would like to get the sample message without using the soap monitor so that it will be easy to test the webservice just by sending the soap message. Regards, Ravi

axis 1.4 questions

2006-08-19 Thread Ravi Krishnamurthy
Hello: a. Is it possible to generate only the java beans for the complex type mentioned in the wsdl using axis1.4 wsdl2java b. Also is it possible to get a sample soap message for a given webservice and operation using axis 1.4. If not is there any other tools available. Thanks for your time

soap envelope response from axis 1.4

2006-08-16 Thread Ravi Krishnamurthy
Hello: When I get the soap envelope response from the call object after a successful webservice call a. Use java parameter input ( say for Add operation the inputs are 2 float java objects) b. For output always register as follows call.registerTypeMapping(org.w3c.dom.Element.class,

Re: Repost: WSSecurityException - Check Signature confirmation (Axis 1.4 + wss4j)

2006-07-21 Thread Ravi Krishnamurthy
getting this error. thanks for your time again. Regards, Ravi Ruchith Fernando wrote: Hi Ravi, Which version of WSS4J are you using? Thanks, Ruchith On 7/21/06, Ravi Krishnamurthy [EMAIL PROTECTED] wrote: Trying my luck if anybody can suggest any pointers, Hello: Would appreciate

Re: Repost: WSSecurityException - Check Signature confirmation (Axis 1.4 + wss4j)

2006-07-21 Thread Ravi Krishnamurthy
the client side handler will not expect a SignatureConfirmation element in the response. Thanks, Ruchith On 7/21/06, Ravi Krishnamurthy [EMAIL PROTECTED] wrote: Thanks Ruchith for your reply. I'm using wss4j-1.5 with axis 1.4 ALso I debugegd the wss4j source code yesterday and looks like the following

Re: Repost: WSSecurityException - Check Signature confirmation (Axis 1.4 + wss4j)

2006-07-21 Thread Ravi Krishnamurthy
message I think you may have set enableSignatureConfirmation to false at the service. If so please remove it OR add the same entry to client side, so the client side handler will not expect a SignatureConfirmation element in the response. Thanks, Ruchith On 7/21/06, Ravi Krishnamurthy [EMAIL PROTECTED

Re: Repost: WSSecurityException - Check Signature confirmation (Axis 1.4 + wss4j)

2006-07-20 Thread Ravi Krishnamurthy
Trying my luck if anybody can suggest any pointers, Hello: Would appreciate if someone could give me some pointers. Thanks, Ravi Ravi Krishnamurthy wrote: Hello: I'm trying to use wss4j with Axis1.4 and trying out the samples that comes with wss4j/interop

Re: Repost: WSSecurityException - Check Signature confirmation (Axis 1.4 + wss4j)

2006-07-14 Thread Ravi Krishnamurthy
Hello: Could anybody give some pointers please. I'm running the Scenario3 application. I also posted this question to wss4j but no replies. Regards, Ravi Ravi Krishnamurthy wrote: Hello: Would appreciate if someone could give me some pointers. Thanks, Ravi Ravi Krishnamurthy wrote

Repost: WSSecurityException - Check Signature confirmation (Axis 1.4 + wss4j)

2006-07-11 Thread Ravi Krishnamurthy
Hello: Would appreciate if someone could give me some pointers. Thanks, Ravi Ravi Krishnamurthy wrote: Hello: I'm trying to use wss4j with Axis1.4 and trying out the samples that comes with wss4j/interop. On executing the org.apache.ws.axis.oasis.Scenario3 I get the following

WSSecurityException - Check Signature confirmation (Axis 1.4 + wss4j)

2006-07-10 Thread Ravi Krishnamurthy
Hello: I'm trying to use wss4j with Axis1.4 and trying out the samples that comes with wss4j/interop. On executing the org.apache.ws.axis.oasis.Scenario3 I get the following exception: WSHandler: Check Signature confirmation: stored SV vector not empty; nested exception is:

Re: WSSecurityException - Check Signature confirmation (Axis 1.4 + wss4j)

2006-07-10 Thread Ravi Krishnamurthy
Dims: Could you please give me some pointers on this. Thanks for your time. Ravi Hello: I'm trying to use wss4j with Axis1.4 and trying out the samples that comes with wss4j/interop. On executing the org.apache.ws.axis.oasis.Scenario3 I get the following exception: WSHandler:

Re: Axis 1.2.1 - arrayofstring as Object array from wrapped/style

2006-06-01 Thread Ravi Krishnamurthy
Hello: Trying again to see if anybody could provide some pointers. Thanks, Ravi Hello: I have an object array as one of the field for the java bean called SimpleBeanArray which is attached. As a test I assigned the Object[] variable to String[]. My service is defined as below:

Axis 1.2.1 - arrayofstring as Object array from wrapped/style

2006-05-31 Thread Ravi Krishnamurthy
Hello: I have an object array as one of the field for the java bean called SimpleBeanArray which is attached. As a test I assigned the Object[] variable to String[]. My service is defined as below: service name="tata" provider="java:RPC" style="wrapped" use="literal"

Re: String[] for xsd:anyType with axis1.2.1

2006-05-28 Thread Ravi Krishnamurthy
or anyType unless you use Message style operation. It means you treat the response as a Message, then your client program consumes the XML message. In this way, in fact your client still needs to know the schema of the message. Regards, Xinjun On 5/26/06, *Ravi Krishnamurthy* [EMAIL

Re: String[] for xsd:anyType with axis1.2.1

2006-05-25 Thread Ravi Krishnamurthy
) at org.apache.axis.message.MessageElement.publishToHandler(MessageElement.java:1141) at org.apache.axis.message.RPCElement.deserialize(RPCElement.java:236) at org.apache.axis.message.RPCElement.getParams(RPCElement.java:384) at org.apache.axis.client.Call.invoke(Call.java:2467) ... 17 more Thanks, Ravi Ravi Krishnamurthy wrote: Hello XinJun

Re: String[] for xsd:anyType with axis1.2.1

2006-05-25 Thread Ravi Krishnamurthy
5/25/06, Anne Thomas Manes [EMAIL PROTECTED] wrote: Perhaps you need Object[] rather than Object. Anne On 5/25/06, Hariharasudhan.D Dhakshinamoorthy [EMAIL PROTECTED] wrote: Ravi , i too have the same problem , could you figure out something ?

Re: String[] for xsd:anyType with axis1.2.1

2006-05-25 Thread Ravi Krishnamurthy
something ? On 5/25/06, Ravi Krishnamurthy [EMAIL PROTECTED] wrote: Hello; Would be evry helpful if someone could reply this email. thanks, Ravi Ravi Krishnamurthy wrote: More information: The exception that I mentioned happens only

Re: String[] for xsd:anyType with axis1.2.1

2006-05-25 Thread Ravi Krishnamurthy
e at org.apache.axis.encoding.ser.BeanDeserializer.onStartChild(BeanDeserializer.java:314) at org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:1035) at org.apache.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java:165) at org.apache.axis.message.MessageElement.publishToHandler(MessageEl

String[] for xsd:anyType with axis1.2.1

2006-05-24 Thread Ravi Krishnamurthy
Hello; One of the javabean I have registered as a bean mapping has a field of Object type which corresponds to xsd:anyType. But the types for Object are always primitive types. As long they are primitives it works fine. I tried to pass String[] and it started to throw exception at the test

Re: AXIS 1.2 and SOA

2006-05-22 Thread Ravi Krishnamurthy
Anne: Could you suggest any good articles on SOA. Thanks, Ravi Anne Thomas Manes wrote: I don't think the term SOA-compliant applies to a development tool. Both Axis1 and Axis2 are tools that you can use to implement services, but that doesn't make them SOA-compliant. SOA is a style of

Re: AXIS 1.2 and SOA

2006-05-22 Thread Ravi Krishnamurthy
Thanks Anne. Anne Thomas Manes wrote: See http://www.google.com/search?q=soa+design+practices On 5/22/06, Ravi Krishnamurthy [EMAIL PROTECTED] wrote: Anne: Could you suggest any good articles on SOA. Thanks, Ravi Anne Thomas Manes wrote: I don't think the term

REPOSt for help : WSS4j from dynamic webservice client

2006-05-18 Thread Ravi Krishnamurthy
Ravi Krishnamurthy wrote: Hello: I have a dynamic webservice client using axisv 1.2. Trying to set the wss4j related security headers as mentioned in http://ws.apache.org/wss4j/axis.html. but I get the following error: AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope

WSS4j from dynamic webservice client

2006-05-17 Thread Ravi Krishnamurthy
Hello: I have a dynamic webservice client using axisv 1.2. Trying to set the wss4j related security headers as mentioned in http://ws.apache.org/wss4j/axis.html. but I get the following error: AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException

complex array return types as xml

2005-12-16 Thread Ravi Krishnamurthy
Hello: I have a webservice that returns a complex array like public UserJavaClass[] getUserJavaClassList(){ } In order not to define the compelx type object for dynamic invocation, I get the xml output. So I define the serializer/deserializer for the complex type type

Re: complex array return types as xml

2005-12-16 Thread Ravi Krishnamurthy
----- The requirement is to capture this xml form call.invoke() using the call.getResponseMessage(). Regards, Ravi Ravi Krishnamurthy wrote: Hello: I have a webservice that returns a complex array like public UserJavaClass[] getUserJavaClassList(){ } In

Re: Setting a Cookie from a WDSL2Java Generated Client...

2005-12-07 Thread Ravi Krishnamurthy
Before creating the call object, call service.setMaintainSession(true). Brian Conneen wrote: Hi, I'm currently using Axis 1.3. I used the WSDL2Java to Generate a Client for an existing Webservice. The Webservice is behind a third party authentication mechanism. In

Re: Dynamic invocation on document style (doc/lit) web services with complex data type

2005-11-28 Thread Ravi Krishnamurthy
Xinjun Chen wrote: How can we so dynamic invocation on document style (doc/lit) web services? The parameter is a complex type instead of a primitive type. As far as I know, for RPC style services, I can use org.apache.axis.client to realize dynamic invocation, but how about for

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

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

Thanks for all your help

2005-11-13 Thread Ravi Krishnamurthy
Hello: I was able to complete the first phase of my project using axis1.2.1 successfully. Thanks for all the help this group provided whenever I ran into some issues. I'm looking forward to look into axis2 and see how it will fit with my next phase. Regards, Ravi

Re: proxy server information

2005-11-10 Thread Ravi Krishnamurthy
Hello Ralf: If I switch to Axis2 later, will this approach work for Axis2. Thanks, Ravi Ravi Krishnamurthy wrote: Thanks. I have one more question: There are 2 steps involved in my project: a. configuring the webservice means looking up the wsdl, and mapping the input

setting http cookie when calling a webservice - please help

2005-11-07 Thread Ravi Krishnamurthy
Hello: Is there any way to set a http cookie while calling a webservice through the apache axis 1.2.1. Regards, ravi

Re: proxy server information

2005-11-04 Thread Ravi Krishnamurthy
. Thanks, Ravi Ralf Bust wrote: Yes, works for axis used as client consuming a webservice. rb Ravi Krishnamurthy schrieb: Ralf: May be a dumb question. The following code does it execute on the client side or on the server side. In my case, I'm using Axis to talk to any webservice ( may

Re: Single sign on

2005-11-04 Thread Ravi Krishnamurthy
vishist. On 11/4/05, Soactive Inc [EMAIL PROTECTED] wrote: To pass these security parameters in the most interoperable manner possible, try to make use of custom SOAP headers. -Arun On 11/3/05, Ravi Krishnamurthy [EMAIL PROTECTED] wrote: Hello: If Single Sign

Setting cookie with apache axis

2005-11-04 Thread Ravi Krishnamurthy
Hello: Let me know if this is possible with Apache Axis. All the webservies are secured with SiteMinder. During the webservice call the following needs to be done: obtain a sitemaintain token Take that token and use it to build a cookie associated with the webservicerequest. Its

Re: proxy server information

2005-11-03 Thread Ravi Krishnamurthy
@ws.apache.org Subject: Re: proxy server information It should ge set per jvm.But if you want to use different proxy servers for different calls,then it should be set per webservice. Regards, Somendra --- Ravi Krishnamurthy [EMAIL PROTECTED] wrote: Hello: Can the proxy server settings like

Re: proxy server information

2005-11-03 Thread Ravi Krishnamurthy
if you want to use different proxy servers for different calls,then it should be set per webservice. Regards, Somendra --- Ravi Krishnamurthy [EMAIL PROTECTED] wrote: Hello: Can the proxy server settings like http.proxyHost be set per webservice call or it should be set per jvm. Thanks, Ravi

Re: proxy server information

2005-11-03 Thread Ravi Krishnamurthy
@ws.apache.org Subject: Re: proxy server information It should ge set per jvm.But if you want to use different proxy servers for different calls,then it should be set per webservice. Regards, Somendra --- Ravi Krishnamurthy [EMAIL PROTECTED] wrote: Hello: Can the proxy server settings like

Single sign on

2005-11-03 Thread Ravi Krishnamurthy
Hello: If Single Sign On is enabled using Siteminder, is it possible to set the authorization ID obtained from Siteminder when invoking a webservice call dynamically on the call or service object. Thanks for your time and help, regards, Ravi

Re: call.setUserName and call.setPassword

2005-11-02 Thread Ravi Krishnamurthy
:34 -0800, Ravi Krishnamurthy wrote: | Hello: | I see the call interface has setUserName and setPassword. Wondering | if there is any example on how to set up a webservice that needs | the username and password for testing. | | Thanks, | Ravi

accessing a webservice through a proxy server

2005-10-31 Thread Ravi Krishnamurthy
Hello: There are some webservices that needs some authentication to access the wsdl itself. Could anybody point me to some examples on how to get hold of the wsdl. In my project we need to develop a configuration and runtime for webservices that helps the users to navigate through the

Repost : accessing a webservice through a proxy server

2005-10-31 Thread Ravi Krishnamurthy
Hello: There are some webservices that needs some authentication to access the wsdl itself. Could anybody point me to some examples on how to get hold of the wsdl. In my project we need to develop a configuration and runtime for webservices that helps the users to navigate through the

call.setUserName and call.setPassword

2005-10-31 Thread Ravi Krishnamurthy
Hello: I see the call interface has setUserName and setPassword. Wondering if there is any example on how to set up a webservice that needs the username and password for testing. Thanks, Ravi

Generating classes only for types fron wsdl

2005-10-26 Thread Ravi Krishnamurthy
Hello: Wondering if it is possible to generate classes only for types. Thanks, Ravi

Generating classes only for types fron wsdl

2005-10-26 Thread Ravi Krishnamurthy
Hello: Wondering if it is possible to generate classes only for types. Thanks, Ravi

complex datatypes in webservice

2005-10-04 Thread Ravi Krishnamurthy
Hello: I'm working on a webservice invocation framework that could communicate to any webservice including complex webservices. One way to invoke the complex webservice is to generate the java classes and define the serializer/deserialiizers (fortunately this can be abstracted using Axis).

call.setUserName

2005-09-28 Thread Ravi Krishnamurthy
Hello: This may be a dump question but hope someone will answer this. In the javadoc for org.apache.axis.client.Call java Class, there are 2 methods setUserName and setPassword. What are these usernames and passwords for? Thanks, Ravi

Webservice security

2005-09-14 Thread Ravi Krishnamurthy
Hello: Could somebody point me to a good articles on webservice security. I have a dynamic invocation client framework that could access any webservice. What are the things to consider related to webservice security in the client. Thanks, Ravi

Re: jws and ComplexTypes

2005-08-02 Thread Ravi Krishnamurthy
Anne Thomas Manes wrote: No. On 8/1/05, Ravi Krishnamurthy [EMAIL PROTECTED] wrote: Hello: 1. Can a wbservice deployed using jws can have a complex ttype and a bean mapping 2. If so how to define it. Thanks, Ravi Thanks Anne.

wsdl with no services

2005-08-02 Thread Ravi Krishnamurthy
Anne: The following url has no services in the wsdl: http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Configurator.wsdl I have always expected service and port names in the wsdl upto this point and I'm not sure how to deal with this situation. Would appreciate any pointers.

Re: wsdl with no services

2005-08-02 Thread Ravi Krishnamurthy
Thanks Dims. Regards, Ravi Davanum Srinivas wrote: write another wsdl and import this one...examples are here - http://cvs.apache.org/viewcvs.cgi/ws-axis/java/samples/ws-i/scm/source/wsdl/ -- dims On 8/2/05, Ravi Krishnamurthy [EMAIL PROTECTED] wrote: Anne: The following url has

Bean Mapping definition

2005-08-01 Thread Ravi Krishnamurthy
Hello: I want to use a same Bean Mapping definition across multiple webservices. I'm deploying my webservices as jws and want them to use the bean mapping (both as an input as well return parameter depending on the operation). Is it possible to define globally the BeanMapping. Thanks, Ravi

jws and ComplexTypes

2005-08-01 Thread Ravi Krishnamurthy
Hello: 1. Can a wbservice deployed using jws can have a complex ttype and a bean mapping 2. If so how to define it. Thanks, Ravi

Call.setProperty and Call.setSOAPVersion

2005-07-11 Thread Ravi Krishnamurthy
Hello: I'm trying to write a dynamic invocation client. Lookes into some of the stubs generated by WSDL2Java and saw the following lines: _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR, Boolean.FALSE); _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,

Re: document/literal webservice does not work good if the operation contains more than one parameter

2005-07-10 Thread Ravi Krishnamurthy
, the corresponding abstract wsdl:message MUST define zero or one wsdl:parts. /ws-i-bp-excerpt If you want to send multiple parameters, you must used wrapped doc/literal (or RPC style). Anne On 7/9/05, Ravi Krishnamurthy [EMAIL PROTECTED] wrote: Hello: Created a simple java class called DocLit1

document/literal webservice does not work good if the operation contains more than one parameter

2005-07-09 Thread Ravi Krishnamurthy
Hello: Created a simple java class called DocLit1 with the following method: public String testString(String str1, String str2){ System.out.println( str 1 is + str1); System.out.println( str2 is + str2); return str1 + str2; } Deployed it as document/literal (NOT

document style webservices

2005-07-08 Thread Ravi Krishnamurthy
Hello: Have been trying to write a dynamic invocation for docuemnt and rpc wbservices. Somehow all the webservices I have seen has the document style as wrapped and my client work fine with that. Wondering if anybody could point me to some examples of document style ( that is not wrapped) and

Re: webservice styles

2005-07-06 Thread Ravi Krishnamurthy
likely that it's wrapped. Anne On 7/6/05, Ravi Krishnamurthy [EMAIL PROTECTED] wrote: Anne: I have been playing using Axis to invoke webservices from a dynamic invocation client. For example: the following webservice http://chs.gotdotnet.com/quickstart/aspplus/samples/services/MathService/VB

Re: webservice styles

2005-07-06 Thread Ravi Krishnamurthy
. Anne On 7/6/05, Ravi Krishnamurthy [EMAIL PROTECTED] wrote: Thanks Anne. Then if I have to use the document style webservice as the style in the invocation client, does it involve lot of work. Would appreciate any pointers. Thanks, Ravi Anne Thomas Manes wrote: Ravi, .NET services

Help needed to get the parameter order and thier equivalent java type

2005-06-27 Thread Ravi Krishnamurthy
Hello: Would appreciate if somebody should give some pointers how to do dynamic invocation to capture the parameter order and their equivalent java class name for basic types. this is very urgent. Thanks for your time, regards, Ravi

[Fwd: custom type serializer and deserializer]

2005-06-16 Thread Ravi Krishnamurthy
---BeginMessage--- Hello: I'm trying to understand how to write custom serializers and deserializers. So created a user type called Book.java and has a BookList as webservice that has a methods called getBookList that will return a List that can 2 elements of type Book. pubic class

custom type serializer and deserializer

2005-06-16 Thread Ravi Krishnamurthy
Hello: I'm trying to understand how to write custom serializers and deserializers. So created a user type called Book.java and has a BookList as webservice that has a methods called getBookList that will return a List that can 2 elements of type Book. pubic class BookList{ ..

List and Map

2005-06-10 Thread Ravi Krishnamurthy
Hello: There are API's that is already exposed that needs to be converted to webservices which use Lists and Maps as arguements and return types. Could someone throw some pointers/exampels n how to do this with Axis. Thanks, Ravi

Re: wrapped style client

2005-06-06 Thread Ravi Krishnamurthy
if that is not right!! Thanks, Ravi Ravi Krishnamurthy wrote: Hello: I'm trying to write a client to document/literal webservice as wrapped style to the following webservice: http://chs.gotdotnet.com/quickstart/aspplus/samples/services/MathService/VB/MathService.asmx I have attached my client

wrapped style client

2005-06-05 Thread Ravi Krishnamurthy
Hello: I'm trying to write a client to document/literal webservice as wrapped style to the following webservice: http://chs.gotdotnet.com/quickstart/aspplus/samples/services/MathService/VB/MathService.asmx I have attached my client program. I'm trying to invoke the Add operation. There are 2

Re: Webservice client

2005-06-03 Thread Ravi Krishnamurthy
and exception saying that it doesn't have the proper deserializer for the type. One way to get around the type mapping issues is to use a loosely typed programming language on the client, such as Python... Anne On 6/3/05, Ravi Krishnamurthy [EMAIL PROTECTED] wrote: Thanks Anne for your reply

Re: Webservice client

2005-06-03 Thread Ravi Krishnamurthy
don't think that's how Axis works. It typically throws and exception saying that it doesn't have the proper deserializer for the type. One way to get around the type mapping issues is to use a loosely typed programming language on the client, such as Python... Anne On 6/3/05, Ravi Krishnamurthy

Webservice client

2005-06-02 Thread Ravi Krishnamurthy
Hello: I 'm a newbie to Axis. Was looking into the following wsdl: http://www.atomic-x.com/xmlservices/dnslookupservice.asmx?wsdl Was able to use WSDL2JAVA from Axis to generate the stubs and hence invoke the webservice. Wondering is there any other way to invoke the webservice successfully