performace

2006-07-04 Thread James Clinton
Title: Message Currently using Axis 1.3 and was wondering if moving to Axis 2 would result in better performace? ~James - THE INFORMATION IN THIS E-MAIL AND IN ANY ATTACHMENTS IS CONFIDENTIAL AND MAY BE PRIVILEGED OR OTHERWISE PROTECTED

RE: performace

2006-07-04 Thread James Clinton
:48 To: axis-user@ws.apache.org Subject: Re: performace Here's some test we're done - bottom line, axis2 has 4x to 6x better performance than axis 1.x : http://www.wso2.net/2006/05/axis2_performance_testing_round_1 HTH, Robert http://www.braziloutsource.com On 7/4/06, James Clinton [EMAIL

RE: passing objects of subtypes

2006-06-22 Thread James Clinton
Title: Message It is possible in Axis2 (not tried it myself) google 'axis2 inheritance' -Original Message-From: Joshua Fox [mailto:[EMAIL PROTECTED] Sent: 22 June 2006 15:05To: axis-user@ws.apache.orgSubject: passing objects of subtypes My WSDL has type information,

RE: Asynchronous Web service / JMS

2006-06-20 Thread James Clinton
. i'm obviousy searching for the wrong thing. i've found documents expaling what Asynchronous ws are, but no examples thanks for your help From: James Clinton [EMAIL PROTECTED] Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: RE

RE: need some help creatign an asynchronous web service

2006-06-19 Thread James Clinton
You don't need JMS. Hopefully the links I have sent you will clear things up. -Original Message- From: Plorks mail [mailto:[EMAIL PROTECTED] Sent: 19 June 2006 12:03 To: axis-user@ws.apache.org Subject: need some help creatign an asynchronous web service hi all can someone help me

RE: callback web service

2006-06-15 Thread James Clinton
See the IBM developworks site. -Original Message- From: Plorks mail [mailto:[EMAIL PROTECTED] Sent: 15 June 2006 16:06 To: axis-user@ws.apache.org Subject: callback web service hi all does anyone have an example or a good tutorial of a Callback webservice (server and client) /

RE: HELLLLLLLLLLLPPPPPPP

2006-05-17 Thread James Clinton
Hope this helps... /// MSG /// wsdl:message name=doSomethingResponse wsdl:part name=return element=response:doSomethingResponse / /wsdl:message wsdl:message name=doSomething wsdl:part name=parameters element=request:doSomething /

RE: WSDD to set up an RPC/Literal service

2006-04-21 Thread James Clinton
You define the service as Doc/Lit in the WSDL binding. Here is a snippet example... wsdl:binding name=X type=intf:X wsdlsoap:binding style=document transport=http://schemas.xmlsoap.org/soap/http; / !-- defined as document -- wsdl:operation name=doX

RE: Wsdl2java and array generation

2006-03-09 Thread James Clinton
I usually set this structure up as follows... xsd:complexType name=Invention xsd:sequence xsd:element name=bloc type=youNameSpace:InterventionBloc minOccurs=0 maxOccurs=unbounded nillable=true / /xsd:sequence /xsd:complexType xsd:complexType name=InventionBloc xsd:sequence

RE: Soap faults so that wsdl2java generates java classes

2006-03-08 Thread James Clinton
name=id_code type=xsd:int /) or anythinge lse your design requires. Regards, Dies Rune S. Philosof wrote: James Clinton wrote: Does anyone have an example of a wsdl document with fault declaration in it? Hope this helps. -~J. xsd:complexType name=XyzException

RE: Soap faults so that wsdl2java generates java classes

2006-03-07 Thread James Clinton
Hope this helps. -~J. xsd:complexType name=XyzException xsd:sequence xsd:element name=warningMessages type=message:WarningMessage minOccurs=0 maxOccurs=10 nillable=true / xsd:element

RE: wsdl2java or java2wsdl

2006-02-24 Thread James Clinton
the java2wsdl part and start editing a new wsdl. Some people, though, do prefer to use java2wsdl to get started. HTH,Roberthttp://www.braziloutsource.com/ On 2/23/06, James Clinton [EMAIL PROTECTED] wrote: Arethere anysignificant advantages in building an Axis Web

RE: wsdl2java or java2wsdl

2006-02-24 Thread James Clinton
doesn't matter and you probably don't need to be using web services to begin with. :) Just my two cents. markg Mark E. Griffin Developer ServicesProgress Energy -Original Message-From: James Clinton [mailto:[EMAIL PROTECTED] Sent: Friday, February 24, 2006

wsdl2java or java2wsdl

2006-02-23 Thread James Clinton
Title: Message Arethere anysignificant advantages in building an Axis Web Servicesfrom the WSDL (wsdl2java), as apposed from the Java (java2wsdl) ? James - THE INFORMATION IN THIS E-MAIL AND IN ANY ATTACHMENTS IS CONFIDENTIAL AND MAY BE

RE: java2wsdl, wsdl2java problem....

2006-01-23 Thread James Clinton
Axis is complaining because it doesn't know what Timestamp is. Either you have not defined it, or you have define it but your namespace is missing. -Original Message- From: Simon Nunn [mailto:[EMAIL PROTECTED] Sent: 21 January 2006 04:51 To: axis-user@ws.apache.org Subject: java2wsdl,

RE: java2wsdl, wsdl2java problem....

2006-01-23 Thread James Clinton
** Ignore my response because I thought you were using wsdl2java!! Axis is complaining because it doesn't know what Timestamp is. Either you have not defined it, or you have define it but your namespace is missing. -Original Message- From: Simon Nunn [mailto:[EMAIL PROTECTED] Sent:

RE: help in soapmessage diplaying

2006-01-12 Thread James Clinton
Use SOAP Monitor... http://ws.apache.org/axis/java/soapmonitor-user-guide.html -Original Message- From: Richard S [mailto:[EMAIL PROTECTED] Sent: 12 January 2006 12:33 To: axis-user@ws.apache.org Subject: help in soapmessage diplaying Hi all, I need to print or view my soap

* AXIS 1.2 - Stub invokes wrong operation on server side *

2006-01-11 Thread James Clinton
Hello Everyone, I have a problem with one of my operations I'd like some advice on. For some reason after invoking operation 'validateConflictOfInterestResponse' via the stub results in the wrong operation 'declareConflictOfInterestResponse' receiving the request! The incorrect receiving

RE: * AXIS 1.2 - Stub invokes wrong operation on server side * -- reply -- thanks

2006-01-11 Thread James Clinton
identical signatures: request:ConflictOfInterestRequest. In all cases the request will be routed to the first operation. You must define different input elements for each operation. Anne On 1/11/06, James Clinton [EMAIL PROTECTED] wrote: Hello Everyone, I have a problem with one of my operations I'd