RE: AXIS2?

2007-09-13 Thread Yadav, Yogendra \(IT\)
http://www-128.ibm.com/developerworks/webservices/library/ws-whichwsdl/ -Original Message- From: Gamble, Wesley (WG10) [mailto:[EMAIL PROTECTED] Sent: Thursday, September 13, 2007 10:18 AM To: axis-user@ws.apache.org Subject: RE: AXIS2? Where can I learn more about the distinction b/w

Axis2 and Jetty

2007-08-29 Thread Yadav, Yogendra \(IT\)
Hi, Looking for some help on integrating Axis2 with Jetty. Appreciate any links, writeup etc thanx -yogen NOTICE: If received in error, please destroy and notify sender. Sender does not intend to waive confidentiality or privilege. Use of

RE: Does Endpoint API work in 1.3 RC2 release ?

2007-08-08 Thread Yadav, Yogendra (IT)
published = true; } -yogen ____ From: Yadav, Yogendra (IT) Sent: Wednesday, August 08, 2007 12:59 PM To: axis-user Subject: Does Endpoint API work in 1.3 RC2 release ? Hi, I tried the sample jaxws-calculator sample from axis2-1.3 RC2 dist as AAR and it wor

Does Endpoint API work in 1.3 RC2 release ?

2007-08-08 Thread Yadav, Yogendra (IT)
Hi, I tried the sample jaxws-calculator sample from axis2-1.3 RC2 dist as AAR and it works. Then tried using Endpoint API, I am having problems. I wrote a main class like this: import javax.xml.ws.Endpoint; import org.apache.axis2.jaxws.calculator.CalculatorService; public class StandaloneService

wsdl2java does not generate code when http binding is used

2007-03-14 Thread Yadav, Yogendra \(IT\)
Hi, When I use http style binding in WSDL instead of soap binding, the wsdl2java tool could not generate code. Comments from generated stub code *Unknown style detected !! No code is generated*. The WSDL snippet:

Axis2/C Static Deployment Engine in Java

2007-03-04 Thread Yadav, Yogendra \(IT\)
Hi, The argument made in this blog post http://www.backdrifter.com/2007/02/16/axis2c-static-deployment-engine/ is compelling. Is there an effort to provide static deployment engine for Axis2/Java as well ? thanx -yogen

RE: wsdl:include is not recognized by wsdl2java

2007-03-02 Thread Yadav, Yogendra \(IT\)
n 3/2/07, Yadav, Yogendra (IT) <[EMAIL PROTECTED]> wrote: > Hi Anne, > WSDL1.2 #4.1 defines "include" element, works same way as xsd:include > for includes in same namespace. > http://www.w3.org/TR/2003/WD-wsdl12-20030303/#includes > > -yogen > > >

RE: wsdl:include is not recognized by wsdl2java

2007-03-02 Thread Yadav, Yogendra \(IT\)
4:14 PM To: axis-user@ws.apache.org Subject: Re: wsdl:include is not recognized by wsdl2java There is no such element as defined in the WSDL namepsace. Use . Anne On 3/2/07, Yadav, Yogendra (IT) <[EMAIL PROTECTED]> wrote: > > > > Hi, > WSDL2Java does not recognize , when I tr

wsdl:include is not recognized by wsdl2java

2007-03-02 Thread Yadav, Yogendra \(IT\)
Hi, WSDL2Java does not recognize , when I tried I get this error, please tell me what is wrong in the way I am using it ? Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.(CodeGenerat

RE: SOAP Header in service implementation

2007-02-15 Thread Yadav, Yogendra \(IT\)
Hi, Can anyone provide pointers in right direction ? Appreciate the response. -yogen From: Yadav, Yogendra (IT) Sent: Wednesday, February 14, 2007 6:58 PM To: axis-user@ws.apache.org Subject: SOAP Header in service implementation Hi, I wanted to access

RE: WSDL2Java error generating WSDL 2.0 / 2.1

2007-02-15 Thread Yadav, Yogendra \(IT\)
bject: Re: WSDL2Java error generating WSDL 2.0 / 2.1 Do you have a URI in your WSDL called "XSDService.wsdl"? Perhaps you're using it for a namespace URI? As the error indicates, this is a malformed URI. A URI must begin with a protocol scheme, such as urn:, http: mailto:, ftp:, et

WS-I BP 1.1 conformance in AXIS2

2007-02-14 Thread Yadav, Yogendra \(IT\)
Hi, How does Axis2 implement conformance to WS-I BP ? Is there any tooling available in Axis2 around BP conformance that can be used during code generation and WSDL generation ? The tools provided at wsi.org are more monitoring / analyzing type, I am looking for tools that can help generate conf

RE: JAX-WS programing model in AXIS2 ?

2007-02-14 Thread Yadav, Yogendra \(IT\)
programing model in AXIS2 ? Yogen, We are working on it. You will see an initial support in Axis2 1.2 thanks, dims On 1/31/07, Yadav, Yogendra (IT) <[EMAIL PROTECTED]> wrote: > > > > Hi, > Does AXIS2 support JAX-WS programming model ? > -yogen > > ___

WSDL2Java error generating WSDL 2.0 / 2.1

2007-02-14 Thread Yadav, Yogendra \(IT\)
Hi, I get error when try to generate v2.0 or v2.1 WSDL. Am I doing something wrong ? >wsdl2java -wv 2.0 -d none -p com.xsd.input -ss -sd -g -uri XSDService.wsdl -pn XSDNODBServicePortType Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL

SOAP Header in service implementation

2007-02-14 Thread Yadav, Yogendra \(IT\)
Hi, I wanted to access SOAP Headers in the service implementation. Can someone tell me a way of doing this ? Appreciate the response in advance. thanx -yogen NOTICE: If received in error, please destroy and notify sender. Sender does not

in JVM transport / Local transport

2007-02-14 Thread Yadav, Yogendra \(IT\)
Hi, Does AXIS2 support an in-JVM transport called local transport in XFire ? thanx -yogen NOTICE: If received in error, please destroy and notify sender. Sender does not intend to waive confidentiality or privilege. Use of this email is p

RE: Attachments - incorrect *boundary* header

2007-02-13 Thread Yadav, Yogendra \(IT\)
at it the last time (1 week back).. What's the Axis2 version you are using. Thanks, Thilina On 2/13/07, Davanum Srinivas <[EMAIL PROTECTED]> wrote: > That does not seem right. Can u please log a bug? > > thanks, > dims > > On 2/12/07, Yadav, Yogendra (

Attachments - incorrect *boundary* header

2007-02-12 Thread Yadav, Yogendra \(IT\)
Hi, While generating SOAP with attachments message using Operation Client API, it generates one *boundary* header in Content-Type: multipart/related whereas it generate all new header for SOAP Body section and attachment section. See the relevant section from message below:

SSDL vs WSDL

2007-02-09 Thread Yadav, Yogendra \(IT\)
Hi, Would like to know views of the community on SSDL vs. WSDL. Is Axis2 going to support SSDL anytime soon. Any work going on in the community on SSDL support. Do you think SSDL is more close to SOAP and Message orientation compared to WSDL ? Is WSDL design is more close to Object RPC than Mess

RE: MTOM and SWA related problem

2007-02-08 Thread Yadav, Yogendra \(IT\)
he.org Cc: [EMAIL PROTECTED] Subject: Re: MTOM and SWA related problem Currently there is no way to set it. "8-bit" is the encoding we use for the body part of all the SwA messages.. Can you please elaborate your requirement... Thanks, Thilina On 2/7/07, Yadav, Yogendra (IT) <[EMAIL PRO

RE: MTOM and SWA related problem

2007-02-07 Thread Yadav, Yogendra \(IT\)
t; Those are from Commons HTTP Client basically means that the client is > using http chunking. > > thanks, > dims > > On 2/6/07, Yadav, Yogendra (IT) <[EMAIL PROTECTED]> > wrote: > > > > > > > > Hi, > > Anyone who has used attachments

RE: MTOM and SWA related problem

2007-02-06 Thread Yadav, Yogendra \(IT\)
t: Tuesday, February 06, 2007 4:22 PM To: axis-user@ws.apache.org Subject: Re: MTOM and SWA related problem Yogen, Those are from Commons HTTP Client basically means that the client is using http chunking. thanks, dims On 2/6/07, Yadav, Yogendra (IT) <[EMAIL PROTECTED]> wrote: > &g

RE: MTOM and SWA related problem

2007-02-06 Thread Yadav, Yogendra \(IT\)
Hi, Anyone who has used attachments with AXIS2 ? -yogen From: Yadav, Yogendra (IT) Sent: Tuesday, February 06, 2007 3:26 PM To: axis-user@ws.apache.org Subject: FW: MTOM and SWA related problem Sorry if this email is repeated multiple times. I had corporate

FW: MTOM and SWA related problem

2007-02-06 Thread Yadav, Yogendra \(IT\)
Sorry if this email is repeated multiple times. I had corporate security issues sending attachments. Hi, This problem is related to using MTOM and SAAJ APIs in AXIS2. I am sending attachment to a service which is implemented using Sun's SAAJ implementation. When I use Sun's SAAJ as client to acc

MTOM and SWA related problem

2007-02-06 Thread Yadav, Yogendra \(IT\)
Hi, This problem is related to using MTOM and SAAJ APIs in AXIS2. I am sending attachment to a service which is implemented using Sun's SAAJ implementation. When I use Sun's SAAJ as client to access this service everything works well. But when use AXIS2's MTOM or SAAJ implementation, the service re

pointers on the WSDL binding implementation

2007-01-31 Thread Yadav, Yogendra \(IT\)
Hi, I cannot encode location of the service in WSDL file. All I can specify in soap:address is location of the *naming service*. Naming service could return one or many locations for the service. Additionally, my service could be hosted on any one of the protocols TCP/IP, HTTP or MQ. I am not su

JAX-WS programing model in AXIS2 ?

2007-01-31 Thread Yadav, Yogendra \(IT\)
Hi, Does AXIS2 support JAX-WS programming model ? -yogen NOTICE: If received in error, please destroy and notify sender. Sender does not intend to waive confidentiality or privilege. Use of this email is prohibited when received in error.

RE: [Axis2] Re: Proxy setting when using AXIS2's SAAJ APIs

2007-01-30 Thread Yadav, Yogendra \(IT\)
APConnection has the following signature. > public SOAPMessage call(SOAPMessage request, Object endpoint) throws > SOAPException > - > Here the endpoint can be any of java.lang.String,java.net.URL, > javax.xml.messaging.URLEndpoint. > > Thanks > /sumedha > > >

Proxy setting when using AXIS2's SAAJ APIs

2007-01-29 Thread Yadav, Yogendra \(IT\)
Hi, Sun's SAAJ implementation reads proxy settings from system properties. System.setProperty( "https.proxyHost", ); System.setProperty( "https.proxyPort", ); I want to use proxy using SAAJ APIs provided by AXIS2. In AXIS2's implementation SOAPConnectionImpl.java the Options object is created new

problems making sandesha2 work with AXIS2

2007-01-23 Thread Yadav, Yogendra \(IT\)
Hi, I am having many problems making Sandesha2 work with AXIS2. I have done the following so far: 1. Deployed service with line in services.xml for the operation. 2. Added sandesha2-1.1.mar file to WEB-INF/modules 3. Changed server's axis2.xml as per link: http://ws.apache.org/sandesha/sandesha2/u

problems making sandesha2 work with AXIS2

2007-01-23 Thread Yadav, Yogendra \(IT\)
Hi, I am having many problems making Sandesha2 work with AXIS2. I have done the following so far: 1. Deployed service with line in services.xml for the operation. 2. Added sandesha2-1.1.mar file to WEB-INF/modules 3. Changed server's axis2.xml as per link: http://ws.apache.org/sandesha/sandesha2/u

RE: [Axis2] Simple stand-alone client to invoke web services

2007-01-16 Thread Yadav, Yogendra \(IT\)
Try this ConfigurationContext ctx = ConfigurationContextFactory.createConfigurationContextFromFileSystem("C: /work/AXIS2-Examples/for-client-testing/repository", "C:/work/AXIS2-Examples/for-client-testing/axis2.xml"); ServiceClient sc = new ServiceClient(ctx, null); Options o

Using JAXB causing error during deployment

2007-01-10 Thread Yadav, Yogendra \(IT\)
Hi, I am using JAXB databinding. Build .aar file with following jars in /lib directory of .aar file jaxb-api.jar jaxb-impl.jar jaxb-xjc.jar During deployment AXIS throws ClassNotFoundException on this line of code jc = javax.xml.bind.JAXBContext.newInstance(pomodel.ServiceMethod.class); in class

RE: consequences of choosing axis

2007-01-10 Thread Yadav, Yogendra \(IT\)
27;t fault the Axis2 team for making a decision to go with a more elegant architecture and object model that that prescribed by JAX-RPC and JAX-WS. In fact, I applaud it. But there is a consequence associated with that decision. Anne On 1/10/07, Yadav, Yogendra (IT) <[EMAIL PROTECTED]> w

RE: consequences of choosing axis

2007-01-10 Thread Yadav, Yogendra \(IT\)
this is an important issue. If you have no objection to using a propriatary programming model, then it is not an important issue. But it is still an issue that has consequences. Anne On 1/9/07, Yadav, Yogendra (IT) <[EMAIL PROTECTED]> wrote: > Clients don't have to use AXIOM. Clie

RE: WSDL Design

2007-01-10 Thread Yadav, Yogendra \(IT\)
I found this to be quite useful... Using XML schemas effectively in WSDL design http://devresource.hp.com/drc/slide_presentations/schemaWSDL/index.jsp -Original Message- From: Ramesh Gurunathan [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 09, 2007 11:32 PM To: axis-user@ws.apache.org

RE: consequences of choosing axis

2007-01-09 Thread Yadav, Yogendra \(IT\)
The databinding support is true for the client side as well. In case you are using java for the client side then use one of the supported databindings and you won't deal with AXIOM. -Original Message- From: Yadav, Yogendra (IT) Sent: Tuesday, January 09, 2007 7:05 PM To: axis

RE: What style fits best?

2007-01-09 Thread Yadav, Yogendra \(IT\)
Logically, it should, otherwise its a bug. From: Rahul Devgan [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 09, 2007 7:29 PM To: axis-user@ws.apache.org Subject: Re: What style fits best? Hi Anne, Referring to "The "RPC" provider maps XML to Java objects.

JAXB jars not added to .aar file after build

2007-01-09 Thread Yadav, Yogendra \(IT\)
Hi, I am using JAXB databinding and want to include the jaxb jars in .aar file. The default build script generated by wsdl2java does not do it (or I don't know how to do it). I tried keeping the jar files in build/lib directory also tried keeping them in resources directory, doesn't pick them up. A

RE: consequences of choosing axis

2007-01-09 Thread Yadav, Yogendra \(IT\)
Clients don't have to use AXIOM. Clients could construct a WS-I compliant SOAP message whichever way they can, .Net, C++ or Perl clients would do this. Since JAXB and other databindings are supported, server side need not use AXIOM either. Only if you choose no-databinding, you would be dealing wi

RE: [Axis2] Converting an OMElement into an Array of Objects

2007-01-09 Thread Yadav, Yogendra \(IT\)
what is the exception ? From: Sven Schroebler [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 09, 2007 12:04 PM To: axis-user@ws.apache.org Subject: [Axis2] Converting an OMElement into an Array of Objects Hi All, I am quite new to Axis2 and I am trying t

RE: how to build 64-bit axis version

2007-01-08 Thread Yadav, Yogendra \(IT\)
One of the benefit is: 64bit processors and 64bit JVMs give you the ability to use heapsize bigger than 2/3GB (depends on OS configuration) which is a limitation on 32bit machines. The size is practically unlimited. This may mean better performance in some cases, specially for memory and CPU cen

RE: how to build 64-bit axis version

2007-01-08 Thread Yadav, Yogendra \(IT\)
The axis2 jars compiled with 32bit JVMs will work in 64bit JVMs without any problem no compilation is required, after all class files only have byte code in them. From: vamsee movva [mailto:[EMAIL PROTECTED] Sent: Monday, January 08, 2007 4:59 PM To: axis-user@

Java2WSDL question - OMElement or Document ?

2006-12-20 Thread Yadav, Yogendra \(IT\)
Hi, The question is on using java2wsdl for generating WSDL when interface signature is changed from OMElement to Document. In case OMElement is used the generated WSDL defines message correctly: public interface Test2Service { public org.apache.axiom.om.OMElement serviceMethod(org.apache.axiom.om

RE: Extending class to write new listener throws NoClassDefFoundError

2006-11-14 Thread Yadav, Yogendra \(IT\)
day, November 09, 2006 8:51 PM To: axis-user@ws.apache.org Subject: Re: Extending class to write new listener throws NoClassDefFoundError Please throw the debug on in the log4j.properties and commons-logging.properties and post the stack trace. thanks, dims On 11/9/06, Yadav, Yogendra (IT) <[E

Target Resolvers

2006-11-13 Thread Yadav, Yogendra \(IT\)
Hi,I found this in sandesh2 source. Are there any target resolver implementations ? DO they work with AXIS2 at the moment ? Can you point me to some ? -yogen  NOTICE: If received in error, please destroy and notify sender. Sender does not intend to

RE: Extending class to write new listener throws NoClassDefFoundError

2006-11-10 Thread Yadav, Yogendra \(IT\)
day, November 09, 2006 8:51 PM To: axis-user@ws.apache.org Subject: Re: Extending class to write new listener throws NoClassDefFoundError Please throw the debug on in the log4j.properties and commons-logging.properties and post the stack trace. thanks, dims On 11/9/06, Yadav, Yogendra (IT) <[E

Extending class to write new listener throws NoClassDefFoundError

2006-11-09 Thread Yadav, Yogendra \(IT\)
Hi, I am writing a new transport listener. The listener extends my framework class and implements TransportListener interface like this... public class TIAF2AXIS2Listener extends TIAFDefaultDriver implements TransportListener Then I declared it in axis2.xml file like this... 6062

RE: tcp example

2006-11-06 Thread Yadav, Yogendra \(IT\)
AXIS2 runtime did not find module specific .mar file. Drop the .mar file in the classpath. -Original Message- From: Chris Iken [mailto:[EMAIL PROTECTED] Sent: Friday, November 03, 2006 9:40 AM To: axis-user@ws.apache.org Subject: tcp example Hi, when I try to start the TCPClient exam

Message parsing problem when using TCPServer example: Message: only whitespace content allowed before start tag and not "-"

2006-10-19 Thread Yadav, Yogendra \(IT\)
The error thrown by AXIS2 is "Message: only whitespace content allowed before start tag and not -"##Oct 19, 2006 11:55:29 AM org.apache.axis2.deployment.DeploymentEngine doDeployINFO: Deploying module : addressing

Phase order problem while using sandesha2=>"recheck axis2.xml RMPhase for the handler SandeshaInHandler"

2006-10-19 Thread Yadav, Yogendra \(IT\)
andesha-dev@ws.apache.orgSubject: Re: sandesh2 v1.0 module load throws NoClassDefFoundError: org/apache/ws/security/WSSecurityException Hi Yadav,Guess you'll have to get the wss4j-SNAPSHOT jar file as well.I think this is a good reason not to make the RampartBasedSecurityManager the default in sandesha2.  Axi

RE: sandesh2 v1.0 module load throws NoClassDefFoundError: org/apache/ws/security/WSSecurityException

2006-10-18 Thread Yadav, Yogendra \(IT\)
:157) -Original Message- From: Yadav, Yogendra (IT) Sent: Wednesday, October 18, 2006 5:43 PM To: axis-user@ws.apache.org; Thilina Gunarathne Subject: RE: sandesh2 v1.0 module load throws NoClassDefFoundError: org/apache/ws/security/WSSecurityException I downloaded axis2-security-1.1

RE: sandesh2 v1.0 module load throws NoClassDefFoundError: org/apache/ws/security/WSSecurityException

2006-10-18 Thread Yadav, Yogendra \(IT\)
org.apache.axis2.transport.http.SimpleHTTPServer.main(SimpleHTTPServer.j ava:157) [SimpleHTTPServer] Shutting down -Original Message- From: Yadav, Yogendra (IT) Sent: Wednesday, October 18, 2006 5:29 PM To: axis-user@ws.apache.org; Thilina Gunarathne Subject: RE: sandesh2 v1.0 module load

RE: sandesh2 v1.0 module load throws NoClassDefFoundError: org/apache/rampart/RampartException

2006-10-18 Thread Yadav, Yogendra \(IT\)
.util.SandeshaUtil.getSecurityManager(SandeshaUtil.j ava:970) at org.apache.sandesha2.SandeshaModule.init(SandeshaModule.java:102) -Original Message- From: Yadav, Yogendra (IT) Sent: Wednesday, October 18, 2006 4:57 PM To: axis-user@ws.apache.org; Thilina Gunarathne Subject: RE

RE: sandesh2 v1.0 module load throws NoSuchMethodError

2006-10-18 Thread Yadav, Yogendra \(IT\)
the snapshots available at http://ws.zones.apache.org/~dims/maven/sandesha2/ ~Thilina On 10/13/06, Yadav, Yogendra (IT) <[EMAIL PROTECTED]> wrote: > > > > I am testing Sandesh2 v1.0 with AXIS2 RC1. The > org.apache.axis2.description.PolicyInclude.getEffect

RE: dispatchers types in AXIS2

2006-10-18 Thread Yadav, Yogendra \(IT\)
Subject: Re: dispatchers types in AXIS2 Yadav, Yogendra (IT) wrote: > Thanx for the info. Please also tell me what should I do to make use > of these dispatchers: > 1. Is dispatch mechanism specified in WSDL? > or > 2. Is this a parameter provided to wsdl2java during code generation? Yo

RE: dispatchers types in AXIS2

2006-10-17 Thread Yadav, Yogendra \(IT\)
Excellent reference, thanx. -yogen -Original Message- From: Eran Chinthaka [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 17, 2006 11:59 PM To: axis-user@ws.apache.org Subject: Re: dispatchers types in AXIS2 Yadav, Yogendra (IT) wrote: > Thanx for the info. Please also tell me w

RE: dispatchers types in AXIS2

2006-10-17 Thread Yadav, Yogendra \(IT\)
parameter in the WS-Addressing header RequestURIBased: dispatch based on the access point URL SOAPActionBased: dispatch based on SOAPAction value in HTTP header SOAPMessageBodyBased: dispatch based on QName of child element of SOAP Body Anne On 10/17/06, Yadav, Yogendra (IT) <[EMAIL PROT

RE: how to: code generation when there are multiple interfaces for a single service in WSDL

2006-10-17 Thread Yadav, Yogendra \(IT\)
Analyst Shared Application Services   -Original Message-From: Yadav, Yogendra (IT) [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 17, 2006 11:50 AMTo: axis-user@ws.apache.orgSubject: how to: code generation when there are multiple interfaces for a single service in WSDL   I am trying

question on Message Receivers in axis2

2006-10-17 Thread Yadav, Yogendra \(IT\)
Hi, How does AXIS2 uses Message Receiver classes. I am sunning SimpleHTTPServer and I have these receivers in axis2.xml         http://www.w3.org/2004/08/wsdl/in-only" class="org.apache.axis2.receivers.RawXMLINOnlyMessageReceiver"/>    http://www.w3.org/200

RE: dispatchers types in AXIS2

2006-10-17 Thread Yadav, Yogendra \(IT\)
Anyone has tried dispatcher type classes defined in AXIS2 ? These classes are configured in axis2.xml as well. My question is when do I use which dispatcher type ? -Original Message- From: Yadav, Yogendra (IT) Sent: Thursday, October 12, 2006 12:44 PM To: axis-user@ws.apache.org; [EMAIL

RE: Adding Custom data binding to AXIS2

2006-10-17 Thread Yadav, Yogendra \(IT\)
Hi Sanjiva, Any thoughts on this ? -yogen -Original Message- From: Yadav, Yogendra (IT) Sent: Tuesday, October 03, 2006 12:50 PM To: axis-user@ws.apache.org Subject: RE: Adding Custom data binding to AXIS2 Different XML serialization. The serialization we have developed is language

Rampart module load throws NoSuchMethodError

2006-10-12 Thread Yadav, Yogendra \(IT\)
I am testing  Rampart  with AXIS2 RC1. The  module load throws NSME  java.lang.NoSuchMethodError: org.apache.axis2.description.HandlerDescription.(Ljavax/xml/namespace/QName;)V at org.apache.axis2.security.handler.WSDoAllHandler.(WSDoAllHandler.java:38) at sun.reflect.NativeConstructorAcce

sandesh2 v1.0 module load throws NoSuchMethodError

2006-10-12 Thread Yadav, Yogendra \(IT\)
I am testing Sandesh2 v1.0 with AXIS2 RC1. The org.apache.axis2.description.PolicyInclude.getEffectivePolicy() returns org.apache.neethi.Policy whereas sandesh2 expects org.apache.ws.policy.Policy   java.lang.NoSuchMethodError: org.apache.axis2.description.PolicyInclude.getEffectivePolicy(

RE: dispatchers types in AXIS2

2006-10-12 Thread Yadav, Yogendra \(IT\)
AXIS2 Dispatcher select which service to load and which method to call. -- dims On 10/12/06, Yadav, Yogendra (IT) <[EMAIL PROTECTED]> wrote: > > > > I see following dipatcher classes in AXIS2... > AddressingBased > RequestURIBased > SOAPActionBased > SOAPMessage

dispatchers types in AXIS2

2006-10-12 Thread Yadav, Yogendra \(IT\)
I see following dipatcher classes in AXIS2... AddressingBased RequestURIBased SOAPActionBased SOAPMessageBodyBased InstanceDispatcher   What are dispatcher types and how are they used ?         NOTICE: If received in error, please destroy and notify sender. Sender does not intend to waive

RE: axis2-RC1 problem, tcp server does not recognize deployed services

2006-10-11 Thread Yadav, Yogendra \(IT\)
this bat file: http://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_1/modu les/tool/script/tcp-server.bat Thanks, dims On 10/9/06, Yadav, Yogendra (IT) <[EMAIL PROTECTED]> wrote: > > > > the tcp-server.bat file should be modified to: > line this &g

RE: axis2-RC1 problem, tcp server does not recognize deployed services

2006-10-09 Thread Yadav, Yogendra \(IT\)
  From: Yadav, Yogendra (IT) Sent: Monday, October 09, 2006 4:17 PMTo: axis-user@ws.apache.orgSubject: RE: axis2-RC1 problem, tcp server does not recognize deployed services the tcp-server.bat file should be modified to: line this %_RUNJAVA% %JAVA_OPTS% -cp %AXIS2_CLASS_PATH

RE: axis2-RC1 problem, tcp server does not recognize deployed services

2006-10-09 Thread Yadav, Yogendra \(IT\)
6060 %*     From: Yadav, Yogendra (IT) Sent: Monday, October 09, 2006 3:01 PMTo: axis-user@ws.apache.orgSubject: axis2-RC1 problem, tcp server does not recognize deployed services I am testing axis2-RC1. I have copied Axis2SampleDocLitService.aar and MyService.aar in C:\software\axis2-rc1

axis2-RC1 problem, tcp server does not recognize deployed services

2006-10-09 Thread Yadav, Yogendra \(IT\)
I am testing axis2-RC1. I have copied Axis2SampleDocLitService.aar and MyService.aar in C:\software\axis2-rc1\repository\services directory.   Now I have started HTTP Server and TCP Server using commands start.bat and tcp-server.bat. I see different outputs displayed for the two commands,

RE: problemwith tcp transport in release 1.0

2006-10-06 Thread Yadav, Yogendra \(IT\)
transport in release 1.0 Please try the nightly snapshots available at http://people.apache.org/dist/axis2/nightly/.. ~Thilina On 10/7/06, Yadav, Yogendra (IT) <[EMAIL PROTECTED]> wrote: > > > > Can anyone help ? > > I am using AXIS2 release 1.0. The TCP Client examples do n

RE: problemwith tcp transport in release 1.0

2006-10-06 Thread Yadav, Yogendra \(IT\)
r.next(MXParser.java:1333) at org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:123) ... 10 more From: Yadav, Yogendra (IT) Sent: Friday, October 06, 2006 1:06 PMTo: axis-user@ws.apache.orgSubject: problem facing with tcp transport I am able to use HTTP transport succesfu

problem facing with tcp transport

2006-10-06 Thread Yadav, Yogendra \(IT\)
I am able to use HTTP transport succesfully. While using tcp transport I get this error; the TCPClient code is exactly the same as HTTPClient code except that I have set Constants.TRANSPORT_TCP for ServiceClient Options. Can anyone help ?   org.apache.axis2.AxisFault: javax.xml.stream.XMLSt

RE: Adding custom transport to AXIS2

2006-10-05 Thread Yadav, Yogendra \(IT\)
10:14 PM To: axis-user@ws.apache.org Subject: Re: Adding custom transport to AXIS2 On Mon, 2006-10-02 at 18:09 -0400, Yadav, Yogendra (IT) wrote: > Please tell me how do I add a custom proprietary transport to AXIS2 ? See also: http://www.wso2.net/search/node/transport, in particular the fi

Problem running client for Axis2SampleDocLitService sample WSDL

2006-10-04 Thread Yadav, Yogendra \(IT\)
Whan I run the client code written with the stub generated using wsdl2java, I get following exception. I am using nightly from 10/2. Using AXIS2 SimpleHTTPServer runtime.   C:\work\Axis2Sample>java -cp build\classes;C:\software\axis2\lib\axis2-kernel-SNAPSHOT.jar;C:\software\axis2\lib\xbea

RE: problem with WSDL2Java generated code

2006-10-04 Thread Yadav, Yogendra \(IT\)
never mind resolved: included resource directory generated by wsdl2java in the classpath From: Yadav, Yogendra (IT) Sent: Wednesday, October 04, 2006 3:40 PMTo: axis-user@ws.apache.orgSubject: RE: problem with WSDL2Java generated code I am getting the same error running client for

RE: problem with WSDL2Java generated code

2006-10-04 Thread Yadav, Yogendra \(IT\)
(ClassLoader.java:251)    at org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(XmlBeans.java:769)    ... 4 more   What am I doing wrong ? From: Yadav, Yogendra (IT) Sent: Wednesday, October 04, 2006 1:13 PMTo: axis-user@ws.apache.orgSubject: problem with WSDL2Java generated code I have generated code using wsdl2java. T

problem with WSDL2Java generated code

2006-10-04 Thread Yadav, Yogendra \(IT\)
I have generated code using wsdl2java. Then I wrote a Client.java to call web service, while excuting the client I get ClassNotFoundException in LoginDocument.java class which is generated by wsdl2java "schemaorg_apache_xmlbeans.system.s28FB12A440F78A928205C7E789D0196A.TypeSystemHolder"    

RE: Adding Custom data binding to AXIS2

2006-10-03 Thread Yadav, Yogendra \(IT\)
Subject: Re: Adding Custom data binding to AXIS2 On Mon, 2006-10-02 at 18:14 -0400, Yadav, Yogendra (IT) wrote: > Hi, > Please give me some references on adding custom data binding to AXIS2. > I would like to do the following... > 1. Keep the AXIOM wrapper as it is. > 2. Add custom XML

Adding Custom data binding to AXIS2

2006-10-02 Thread Yadav, Yogendra \(IT\)
Hi, Please give me some references on adding custom data binding to AXIS2. I would like to do the following... 1. Keep the AXIOM wrapper as it is. 2. Add custom XML data binding to AXIOM, we have developed an efficient implementation on binary XML representation in-house which I want to us

Adding custom transport to AXIS2

2006-10-02 Thread Yadav, Yogendra \(IT\)
Please tell me how do I add a custom proprietary transport to AXIS2 ?   NOTICE: If received in error, please destroy and notify sender. Sender does not intend to waive confidentiality or privilege. Use of this email is prohibited when received in error.

RE: Installing axis2 into Tomcat

2006-09-29 Thread Yadav, Yogendra \(IT\)
axis2 into Tomcat Yadav, The "welcome page" for Axis2 should be on the in the web.xml. If you go to http://localhost:8080/axis2/, it should direct you to the /axis2-web/index.jsp page. -Original Message----- From: Yadav, Yogendra (IT) [mailto:[EMAIL PROTECTED] Sent: Friday, Se

RE: WSDL2Java does not generate stub for PortType

2006-09-29 Thread Yadav, Yogendra \(IT\)
PortType There's a link on the page to create a new login id. -- dims On 9/29/06, Yadav, Yogendra (IT) <[EMAIL PROTECTED]> wrote: > Same problem with nightly build too. I can't login to jira to open > issue, never logged in before, how do I get login id ? > > -

Installing axis2 into Tomcat

2006-09-29 Thread Yadav, Yogendra \(IT\)
I have installed tomcat 5.5.17. I am facing various problems with it: 1. Tomcat Administration link shows Admin Tool login page, but none of the logins given in C:\software\apache-tomcat-5.5.17\conf\tomcat-users.xml work. 2. Tomcat Manager link throws a userid/password challenge box what would be l

RE: WSDL2Java does not generate stub for PortType

2006-09-29 Thread Yadav, Yogendra \(IT\)
does not generate stub for PortType Please use a nightly build and open a JIRA issue if you see a problem with that. thanks, -- dims On 9/29/06, Yadav, Yogendra (IT) <[EMAIL PROTECTED]> wrote: > > > > I am using AXIS2 1.0. I ran wsdl2java on OnlineBanking.wsdl (attached) > l

WSDL2Java does not generate stub for PortType

2006-09-29 Thread Yadav, Yogendra \(IT\)
I am using AXIS2 1.0. I ran wsdl2java on OnlineBanking.wsdl (attached) like this: wsdl2java -d xmlbeans -uri OnlineBanking.wsdl -p com.ibm.axis2.onlinebanking -ss -sd -g   it does not generate OnlineBankingPortTypeStub.java.   when I tried this wsdl2java -d xmlbeans -uri ..\wsdl\OnlineBa

RE: using WSDL 2.0 MEP in axis2

2006-09-29 Thread Yadav, Yogendra \(IT\)
Anybody can help me with this ? From: Yadav, Yogendra (IT) Sent: Thursday, September 28, 2006 5:16 PMTo: axis-user@ws.apache.orgSubject: using WSDL 2.0 MEP in axis2 Does Axis2 1.0 support MEPs defined in WSDL2.0 ? Please point me to some examples/tutorials using MEPs introduced in

using WSDL 2.0 MEP in axis2

2006-09-28 Thread Yadav, Yogendra \(IT\)
Does Axis2 1.0 support MEPs defined in WSDL2.0 ? Please point me to some examples/tutorials using MEPs introduced in WSDL2.0. thanx -yogen     NOTICE: If received in error, please destroy and notify sender. Sender does not intend to waive confidentiality or privilege. Use of this email is

building AXIS2 from source

2006-09-20 Thread Yadav, Yogendra \(IT\)
Hi, I am using maven1.0 for the first time to build AXIS2 project. When I execute maven on the command line it tries to download jars which are already present in lib directory. The download is blocked in my company therefore download timesout and build is not successful. How do I get arou