Re: Wrong element appearing in soap message.

2006-04-21 Thread kr
Thank you Anne! Yes your suggestion worked!

Where is SonicMQ Explorer ?

2005-11-15 Thread Kr
I am trying the jms samples in the AXIS 1.2.1 samples directory. I have downloaded SonicMQ 6.1 trail version. In the jms samples directory, there is AxisJMSSample.pdf which has we need to open SonicMQ Explorer from Start Menu->Programs->Sonic Software. But I dont find any SonicMQ Explorer installed

Async. web servies impl. with AXIS, WebSphere

2005-11-15 Thread Kr
I am looking for some handson implementation of Asynchronous Web Services using Open Source Apache AXIS 1.2+, JMS, WebSphere 5.0+, WebSphere MQ. All the stuff I have found related to this are not complete and does not fit my requirements. Even the AXIS provided samples has JMS examples that use Son

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

2005-11-14 Thread Kr
Thank you Anne. That clarifies lot of my doubts !

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

2005-11-13 Thread Kr
Thank you Anne. For my AXIS message style web service, the AXIS generated WSDL has and can .NET consumer support this xsd:anyType and pass in an xml document using the generated stubs out of such WSDL's ?

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

2005-11-10 Thread Kr
Anne, Thank you for the response. If I understand your response correctly then is it true that we cannot have a .NET client pass in a DOM object to my Java based Message Type Web Service much like we can have a Java Client pass in a DOM object to my Java based Message Type Web Service ? The only

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

2005-11-09 Thread Kr
I have a message style web service with 2 operations like below : server-config.wsdd -- -- CatalogPublisherService.java has below method signatures: public Element[] publishCatalog(Element[] inputEle

How to call a specific method in a Message Style Web Service ?

2005-11-08 Thread Kr
I am using AXIS 1.2.1 Final. I have a message style web service which has 2 methods. Now in my client program how to call a specific method. Can anybody suggest with code snippet. Since the message style web services responds with a soap message that does not have any method in it I think I cannot

Need Info on SAML

2005-10-08 Thread Kr
Hi All, I am looking for some hands-on code examples of how to implement SAML with AXIS 1.2. Can anyone please direct me to any good articles/tutorials. Is there any thiry party free service out there that can take my SAML tokens in my soap message and allow me to access its service. Are there a

Re: Axis debug in WAS 5.1

2005-09-23 Thread Kr
that WAS does not find Log4J, as I said Log4J works, but only prints the > debug of my Web Services, but I don't manage to get the Axis one ... > > Thanks > > > -Original Message- > From: Kr [mailto:[EMAIL PROTECTED] > Sent: 23 September 2005 05:31 > To: axis-u

Re: Axis debug in WAS 5.1

2005-09-22 Thread Kr
Hi, If I put below log4j.properties in log4j-1.2.8.jar and put this jar in my runtime classpath then I am able to see the axis log messages log4j.properties log4j.rootCategory=DEBUG, appender1 log4j.appender.appender1=org.apache.log4j.FileAppender log4j.appender.appender1

Re: Conflict between WAS 5.1 Classloader modes

2005-09-20 Thread Kr
Kenneth -   do you mean using AXIS 1.2.1 Final jars will solve the error I am getting ? For the solution you have given, do you have in your environment any WAS shared library jars and EAR classloader mode set to PARENT_FIRST ?     - Kr.  On 9/20/05, [EMAIL PROTECTED] <[EMAIL PROTECTED] >

Conflict between WAS 5.1 Classloader modes

2005-09-20 Thread Kr
rs are loaded by separate classloader called Shared Libary Classloader which is above application classloader. If so how to make shared libary jars loaded by my application instead of getting them loaded by a separate classloader like Shared Libary Classloader. Any thoughts ? Please suggest. Thanks & Regards, Kr.

AXIS support for callback endpoints

2005-09-16 Thread Kr
1.x or do we need to write handlers to handle this in soap message headers since I guess AXIS 1.x generated proxies do not generate the required headers for supporting callback endpoints. Please suggest ... Thanks & Regards, Kr.

AXIS 1.x to AXIS2 Migration Roadmap

2005-09-14 Thread Kr
-frameworks etc. When should be look for migrating our exisiting web services providers and consumer built using AXIS 1.X to AXIS2. Any issues that we can forecast ? Please suggest ? Thanks & Regards, Kr.

Can we use NTLM with HTTPS ?

2005-09-14 Thread Kr
Apache AXIS org.apache.axis.transport.http.CommonsHTTPSender ? Please suggest ? Thanks & Regards, Kr.

Re: Any tools for converting java class to xml schema ?

2005-09-14 Thread Kr
Hi Steve, Thank you for the response. I agree with you but looking for tools in environments where people are not aware of soap toolkits like AXIS or when we dont have any tools like JAVA2WSDL etc. Is it possible atleast with latest version of JAXB ? Thanks & Regards, Kr. On 9/14/05, S

Any tools for converting java class to xml schema ?

2005-09-14 Thread Kr
.) for serving this purpose and the can be able to give me xml schema from the java classes. Please suggest ... I am not sure even JAXB 2.0 allows me to do this without writing any jaxb configuration files or annotations in my java class which is not there in JDK 1.4.2 Thanks & Regards, Kr.

org.omg.CORBA.BAD_OPERATION: minor code: 0 completed: No

2005-09-12 Thread Kr
d well-formed. The EJB deployment on WAS 4.0 is successfully and it can be successfully accessed by a ejb client : Thanks & Regards, Kr.

The char '0x0' in 'return code: 500

2005-09-11 Thread Kr
please suggest under what cases we get this error: Thanks & Regards, Kr.

Re: Slow client side deserialization

2005-09-05 Thread Kr
use JiBX for (un)marshalling. It is faster than any other java<-->xml data binding frameworks out there.

Re: tomcat ssl authenticated name

2005-08-25 Thread Kr
you want to do it on the service side or client side ?

Re: Consuming web services over SSL using AXIS 1.2.1 -- How to?

2005-08-24 Thread Kr
1. import the service provider certificate in ur trust store. 2. set below properties in ur web services client program: System.setProperty("java.protocol.handler.pkgs","com.ibm.net.ssl.internal.www.protocol"); Security.addProvider(new JSSEProvider()); System.setProperty("javax.net.ssl.trustSto

Re: org.xml.sax.SAXParseException: Premature end of file.

2005-08-22 Thread Kr
there can be some problem in your response soap message. monitor request and response soap messages. may be the soap message is not well-formed and valid.

Again JiBX rocks ...

2005-08-19 Thread Kr
Hi, The article at http://webservices.sys-con.com/read/114130.htm ranks JiBX ahead of its competitors for its performance and XMLBeans seems to be poor at (un)marshalling and performance then any reasons why is it chosen for AXIS2. Any thoughts ? - Kr.

Need Info on AXIS + Integrated Windows Authentication based .NET Service

2005-08-16 Thread Kr
Hi, I have a web service implemented using .NET and hosted on IIS 6.0 and which uses Integrated Windows Authentication. Does anybody were successfull using AXIS 1.2 to communicate to such services. Please share your experiences. Thanks & Regards, Kr.

Bug in CommonsHTTPSender ?

2005-08-12 Thread Kr
roxy to connect to the internet and so I set below system properties in my client program. System.setProperty("http.proxyHost", "33.336.245.57"); System.setProperty("http.proxyPort", "5688"); Thanks & Regards, Kr.

Re: How to configure Axis stubs for Integrated Windows Authentication ?

2005-08-12 Thread Kr
d simply follow the steps at this link then I am getting error "(501)Not Implemented". I am sure somebody in axis world faced these problems. Can anyone please help me. Thanks & Regards, Kr. On 8/12/05, Kr <[EMAIL PROTECTED]> wrote: > Hi All, > > I am trying to

How to configure Axis stubs for Integrated Windows Authentication ?

2005-08-11 Thread Kr
from the service. I am not sure this is right way to set credentials in my code. I tried searching this mailing list but no avail. Can anyone please help me. Thanks & Regards, Kr.

Re: RV: Problem with SSL + AXIS

2005-08-10 Thread Kr
have specified is the issue then why is it not giving problem when testing from my local environment. I am little bit confused. Can you please clarify. Thanks & Regards, Kr.

Re: RV: Problem with SSL + AXIS

2005-08-10 Thread Kr
at org.apache.axis.client.Call.invoke(Call.java:2347) at org.apache.axis.client.Call.invoke(Call.java:1804) Now you please tell me what is that I am missing. Is the certificate in my truststore not recognized for ssl handshaking. Please suggest ... Thanks & Regards, Kr.

Unable to capture Request Headers

2005-08-10 Thread Kr
String value[] = axisMimeHeaders.getHeader(key); System.out.println ("key:"+key+"\t*** value:"+value); } } . However I dont see any request headers printed onto console using above code. Am i doing anything wrong here. Please suggest ... Thanks & Regards, Kr.

unknown certificate - SSL Exception

2005-08-08 Thread Kr
rg.apache.axis.client.Call.invoke(Call.java:2347) at org.apache.axis.client.Call.invoke(Call.java:1804) Now can anyone please tell me what is that I am missing. Is the certificate in my truststore not recognized for ssl handshaking. Please suggest ... Thanks & Regards, Kr.

Re: Webservice over Basic Authentication

2005-08-08 Thread Kr
< proxy object>.setUsername("dfdafasdf"); < proxy object>.setPassword("dfdfdfdf");

HTTP Error 401.2 ?

2005-08-08 Thread Kr
dshakeException: sun.security.validator.ValidatorException: No trusted certificate found" but I am getting a different exception "HTTP Error 401.2". Is there any problem in the service configuration. Please suggest ? Thanks & Regards, Kr.

org.xml.sax.SAXParseException: The markup in the document preceding the root element must be well-formed

2005-08-04 Thread Kr
internally uses and what are the jars that have this implementation. Thanks & Regards, Kr.

Re: Deserialize subclasses with AXIS

2005-08-03 Thread Kr..............................Kr
can you please post your wsdl file and the response soap message .. check the axis generated stubs to see if there is axis (de)serializer registered for the subclasses ...

Re: client proxy domain, username, password configuration of service provider

2005-08-02 Thread Kr..............................Kr
com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(DashoA6275) at com.sun.net.ssl.internal.ssl.JsseX509TrustManager.checkServerTrusted(DashoA6275) Does it mean I need to import the service provider certificate into my client truststore ? Thanks & Regards, Kr.