RE: MDB and Axis2

2008-08-06 Thread Martin Gainty
-3140 | Cell: +91-9830868384 | | SOA Support: 813-348-7600 | Martin Gainty [EMAIL PROTECTED] 08/06/2008 07:16 PM Please respond to axis-user@ws.apache.org To axis-user@ws.apache.org cc Subject RE: MDB and Axis2 Hello what happens when you implement listener

RE: WS-I Compliance Assertion: BP2402

2008-06-15 Thread Martin Gainty
understanding is that WSDLv2 supports only SOAP 1.2 http://www.scribd.com/doc/2558987/ImplementingSOA Out of curiosity which BPEL validation engine are you using? Thanks Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail

RE: [Axis2] Error : socket is not connected

2008-06-10 Thread Martin Gainty
?topic=/rzatz/51/sec/secjssecltex.htm Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse

RE: How to dump SOAP message contents?

2008-06-10 Thread Martin Gainty
glad to hear PropertyConfigurator.configure(c:/path/to/log4j.properties); worked with log4j! http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/PropertyConfigurator.html Thanks Ryan Martin __ Disclaimer and confidentiality note

RE: wsdl

2008-06-04 Thread Martin Gainty
disrupting other services Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse

RE: Spring service bean not initialized in the skeleton class.

2008-06-02 Thread Martin Gainty
/jars should be located in $AXIS_HOME/modules/spring RawXMLINOUTMessageReceiver should be located in $AXIS_HOME/modules/kernel I would work with the working Spring sample and then add 1 parameter at a time until you find your error HTH Martin Gainty

RE: [ANN][Axis2] QuickStart Axis2 -- My first book on Axis2 is published

2008-06-01 Thread Martin Gainty
online copy of 1st chapter would be great.. Thanks, Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature

RE: Clearing caching of WSDL

2008-06-01 Thread Martin Gainty
Stephen- not cached in WL which platform are you using? Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender

RE: The WS Crazy Train!

2008-04-29 Thread Martin Gainty
Good Morning Steve I've coded Axis HL7 interfaces for a local HealthCare organisation I am now thinking that I should have used a REST interface to enable multiple transactions(A01/A08/A03) by calling multiple URIs Is there a book you can recommend for this effort? Many Thanks, Martin Gainty

Re: Axis to PHP - getting 406 Not Acceptable error

2008-04-22 Thread Martin Gainty
your wsdl doesnt generate server side code so lets take a look at definition of styles/usage https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/li brary/esoa/web-services/The%20Difference%20Between%20RPC%20and%20Document%20 Style%20WSDL.article WSDL 1.2 has dropped use of

Re: [axis2 java client] ArrayList cannot be cast to Set

2008-04-16 Thread Martin Gainty
I agree.. The answer should be If you want a Set returned to your client by invokeBlocking as with Spring SetFactoryBean http://static.springframework.org/spring/docs/1.2.x/api/org/springframework/ beans/factory/config/SetFactoryBean.html then Please insert enahncement request to jira.. Good

Re: POJOto OMElement

2008-04-09 Thread Martin Gainty
Hi Alan xmlDoc is the sample input XML file which contains wrappermyIntVal200/myIntVal/wrapper NamedStaxOMBuilder is a StaxOMBuilder which takes a Qname parameter which wraps the element you want the builder to process..since we want to only process wrapper XML Node we'll use the QName which only

Re: POJOto OMElement

2008-04-09 Thread Martin Gainty
Good Evening Al- I believe the current operational characteristics are to only serialize each fully-encompassing Bus Object to XML (the All or nothing scenario..) It would certainly be useful to have either Ability to graft on additional branches prune unneccessary branches (Ive heard of

Re: Axis2, Rampart and SSL

2008-04-08 Thread Martin Gainty
Julio- verify manageTransportSession in axis2.xml !--Set the flag to true if you want to enable transport level session management-- parameter name=manageTransportSession locked=falsetrue/parameter You can also check the value Programatically with Options from the ServiceClient as seen

Re: Using rampart policy for basic authentication

2008-03-29 Thread Martin Gainty
you can define a BasicPolicy in your services.xml an example is: wsp:Policy xmlns:wsp=http://schemas.xmlsoap.org/ws/2004/09/policy; sp:SymmetricBinding xmlns:sp=http://schemas.xmlsoap.org/ws/2005/07/securitypolicy; sp:AlgorithmSuite wsp:Policy

Re: How can I print a stack trace when the service-side Axis throws?

2008-03-28 Thread Martin Gainty
Hi Nate- check the sendStackTraceDetailWithFaults parameter in axis2.xml parameter name=sendStacktraceDetailsWithFaultstrue/parameter HTH Martin - Original Message - From: Nate Roe [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Friday, March 28, 2008 5:05 PM Subject: How can I

Re: Using SWA with ADB in axis2

2008-03-27 Thread Martin Gainty
2 options 1)Take an ADB wsdl and modify operations and parameters 2)Take a properly formed POJO and create the WSDL via Java2WSDL (default databinding IS ADB) Martin - Original Message - From: ndthuy [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Thursday, March 27, 2008 4:14 PM

Re: What might cause Unexpected subelement return?

2008-03-24 Thread Martin Gainty
Nate- Following up..it appears your Person element is undefined Can you either make viewable OR display the values located at http://data.test.vegas.com/xsd Martin - Original Message - From: Nate Roe To: axis-user@ws.apache.org Sent: Monday, March 24, 2008 5:04 PM Subject: RE: What

Re: Easy way to determine URL?

2008-03-13 Thread Martin Gainty
Mike- whatever algorithm you're using if the transport is not http then you'll need to reconfigure the transport to accept a valid URL for that transport (HTTP/TCP/SMTP) http://ws.apache.org/axis2/1_3/transport_howto.html does this conform to your understanding? M- - Original Message -

Re: Axis2: define services in module.xml

2008-03-12 Thread Martin Gainty
technically these are 2 separate questions: 2)answered first /META-INF/services.xml service name=Axis2ServiceName module ref=addressing / 2)from AxisClient: package org.apache.axis2.engine; public class YourServiceClass { org.apache.axis2.engine.axisConfig config =

Re: tomcat/axis not compiling java

2008-03-12 Thread Martin Gainty
Good Afternoon John- 1)first thing is get the JWS parser on AXISCLASSPATH set AXIS_HOME=c:\axis set AXIS_LIB=%AXIS_HOME%\lib set AXISCLASSPATH=%AXIS_LIB%\axis.jar;%AXIS_LIB%\commons-discovery.jar; %AXIS_LIB%\commons-logging.jar;%AXIS_LIB%\jaxrpc.jar;%AXIS_LIB%\saaj.jar;

Re: Building Axis2 Clients with Maven

2008-03-10 Thread Martin Gainty
Please forward any/all full working maven configurations to release manager dims? Thanks Martin- - Original Message - From: [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Monday, March 10, 2008 8:21 AM Subject: Re: Building Axis2 Clients with Maven Bjorn, Bjorn Townsend [EMAIL

Re: Axis2: Invalid UTF-8 start byte 0xff

2008-03-08 Thread Martin Gainty
Simon sounds like a prolog error... in your /WEB-INF/lib folder check the version of xerces*.jar is AT LEAST version 2.8.1+ and xalan*.jar should be AT LEAST version 2.7.0+ xml-apis*.jar should be AT LEAST 1.3.03 xmlSchema*.jar should be AT LEAST 1.32 xmlsec*.jar should be AT LEAST 1.4.0 Martin

Re: [Axis2] Problem with handler and services.xml

2008-03-07 Thread Martin Gainty
Good Morning Matthias Can you confirm the module is located in /WEB-INF/modules folder? can you confirm the modules.list contains the entry for the name of module? Module Engaged to service In the /META-INF/services.xml can you view the service entry to include the module name e.g. module

Re: mtom speed again

2008-03-06 Thread Martin Gainty
Hi Mark- //The only configurable options I see from org.apache.axis2.client.Options are options.setTimeOutInMilliSeconds(SomeLargeValue); //default is 30 seconds //and of course the property configuration constants (those which are declared in org.apache.axis2.Constants)

Re: Axis2 [1.3] Content-Type: text/xml results in AxisFault

2008-03-05 Thread Martin Gainty
spec has changed rather dramatically from legacy 1.1 version http://www.idealliance.org/papers/xmle02/dx_xmle02/papers/02-02-02/02-02-02. html M- - Original Message - From: Thomas Pawlitzki [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Wednesday, March 05, 2008 7:16 AM Subject: Re:

Re: What is the correct way to instantiate a Axis2 client stub class?

2008-03-03 Thread Martin Gainty
What is CF ? //What you've illustrated here is a direct way to invoke the Stub //but you'll need to use Axiom client code to Access the Axiom formatted messages //so lets take a look at a normal java client code package samples.quickstart; public static class GetPriceResponse implements

Re: Nested return types from POJO web service method -shouldn't this work?

2008-02-29 Thread Martin Gainty
David- Take a look at http://commons.apache.org/beanutils/api/org/apache/commons/beanutils/Propert yUtilsBean.html specifically the copyProperties method.. copyProperties(java.lang.Object dest, java.lang.Object orig) As copyProperties method is a shallow copy I think

Re: Quick start problem generate wsdl

2008-02-28 Thread Martin Gainty
you found a bug! public void update(String symbol, double price) { map.put(symbol, new Double(price)); } pls check price for 0 and symbol for NullPointerException before using in map.put Merci! Martin- - Original Message - From: root [EMAIL PROTECTED] To: [EMAIL

Re: How to grab Axis faultString?

2008-02-28 Thread Martin Gainty
Ronald- AxisFault extends RemoteException RemoteException has 3 methods which may be of interest getMessage() returns a descriptive message of the Exception getCause() returns the wrapped remote exception..this is the object which your AxisFault class can be *re*-thrown HTH Martin- -

Re: axis2 status of rpc encoding

2008-02-20 Thread Martin Gainty
Hi John 2 questions: 1)Cant help without looking at the wsdl for a service with a pingReturn operation 2)rpc is supported as exemplified style=rpc attribute illustrated in intergration/test-resources/rpc/test-rpc-2.wsdl binding name=echoBinding type=y:echoPortType soap:binding style=rpc

Re: WSDL parser

2008-02-17 Thread Martin Gainty
$AXIS2_HOME/bin/wsdl2java -uri NameOfWsdl.wsdl M- - Original Message - From: Demetris G [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Sunday, February 17, 2008 2:09 AM Subject: WSDL parser Hi all, I am trying to use the wsdlParser from the Axis API to parse the methods

Re: WSDoAllReceiver: security processing failed error

2008-02-14 Thread Martin Gainty
Did you configure username/password/Nonce/Created as suggested in the ws02 tutorial located at http://wso2.org/library/240 Did you look at the OutflowSecurity parameter spec from rampart 1.3 s2.client.axis2.xml ? Martin- - Original Message - From: [EMAIL PROTECTED] To:

Re: Async requests killing network

2008-02-12 Thread Martin Gainty
I did'nt get an answer so Im reposting.. Is there a way to configure in NIO transport in axis2 *without* enabling the NIO connector in TC server.xml? Thanks Martin- - Original Message - From: Paul Fremantle [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Monday, February 11, 2008

Re: invokeBlocking array parameter

2008-02-07 Thread Martin Gainty
Please post wsdl - Original Message - From: Ross Allard [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Thursday, February 07, 2008 3:49 PM Subject: invokeBlocking array parameter I'm trying to pass an ArrayList of simple java objects as one of the parameters to invokeBlocking.

Re: [axis2] SimpleHTTPServer as transport listener causes too many connections to stay in TIME_WAIT state

2008-02-06 Thread Martin Gainty
with regards to the last question.. I would take a look at increasing the maxThreads parameter on the NIOConnector e.g Connector port=80 protocol=org.apache.coyote.http11.Http11NioProtocol maxThreads=150 connectionTimeout=6 redirectPort=8443 / M-- - Original Message - From: Michele

Re: [axis2] SimpleHTTPServer as transport listener causes too many connections to stay in TIME_WAIT state

2008-02-06 Thread Martin Gainty
, 2008 5:20 PM Subject: Re: [axis2] SimpleHTTPServer as transport listener causes too many connections to stay in TIME_WAIT state Martin, I meant the parameters of http core, since the synapse (or axis2) NIO listener uses it. Michele On 6 Feb 2008, at 20:58, Martin Gainty wrote: with regards

RE: Stateful Services

2008-02-03 Thread Martin Gainty
The short answer is the WSDL has no a-priori knowledge of the client which will will be implementing..this is by design..We can be of assistance If you could provide details on what typeof browser you will be implementing (assuming you will be transmitting to ws)and or alternate protocols

Re: [Axis2] xsi:type support with JAXB databinding?

2008-02-01 Thread Martin Gainty
tough to say without knowing your namespace declarations Any chance we can see the entire wsdl? or at least display the namespace declaration? Bon Chance Martin-- - Original Message - From: [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Friday, February 01, 2008 7:57 AM

Re: [Axis2] Webservices - 100% Memory and CPU usage (OutOfMemoryError) on API call

2008-01-31 Thread Martin Gainty
Thats alot of longs! Take a look at implementing a binding depending on returned datatype..fastest processing for returning voids, interface objects works best with JAXB returning Strings and doubles use ADB http://wso2.org/library/588#resources HTH M- - Original Message - From: Philipp

Re: org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize.

2008-01-29 Thread Martin Gainty
can you post the code ClientDeployConfiguration.java and also post the code for AdminServiceV001ServiceLocator.java please display client_deploy_xyz.wsdd which version axis are you working with ..presumably 1.3 or 1.4? which version axis.jar are you working with (display contents of manifest.mf

Re: Programatic Deployment

2008-01-29 Thread Martin Gainty
the short answer is yes as this is the easiest way to create all 3 necessary files Axis2 service client sample build.xml which will create aar for upload to Axis2Servlet M- - Original Message - From: Phani To: axis-user@ws.apache.org Sent: Tuesday, January 29, 2008 8:18 AM

Re: AXIS2 WebLogic 8.1 JSP Parse Error

2008-01-28 Thread Martin Gainty
ANTLR requires 1.5 JRE to run http://www.antlr.org/download.html WL 8.1 uses Weblogic supplied jrocket v 1.42_10 JRE $WL_HOME\jrockit81sp6_142_10\bin You might want to try older JRE compatibility packages available at http://www.antlr2.org/download.html M- - Original Message -

Re: Stubs response

2008-01-26 Thread Martin Gainty
List containts listiterator listiterator has next method which returns the actual object do a toString() to convert to string.. M- - Original Message - From: Nasreen Laghari To: axis-user@ws.apache.org Sent: Saturday, January 26, 2008 6:19 PM Subject: RE: Stubs response

Re: Problems with jars and reloading axis.

2008-01-24 Thread Martin Gainty
ANT has no knowledge of either the Tomcat classloader or the Tomcat classpath it is referencing I would suggest placing the %ANT_HOME%/lib/ant.jar on classpath and retry M- - Original Message - From: Bob Guidot To: axis-user@ws.apache.org Sent: Thursday, January 24, 2008 5:28

Re: Webservice Client not working from inside Tomcat5

2008-01-24 Thread Martin Gainty
java.lang.Object[] {userName, password}); Thank you! (I really can't say that enough.) Pam -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 23, 2008 1:02 PM To: axis-user@ws.apache.org Subject: Re: Webservice Client not working from inside Tomcat5

Re: required jar files for axis 2

2008-01-24 Thread Martin Gainty
I'm not using mail either so I went with minumal set of jars specifically: axis,commons-discovery,commons-logging,jaxrpc,saaj,xml-apis,xercesImpl and log4j http://ws.apache.org/axis/java/install.html#Step2SettingUpTheLibraries Windows: set AXIS_HOME=c:\axis set AXIS_LIB=%AXIS_HOME%\lib set

Re: How to stop calling PWCallback logic for authentication using SecureConversation

2008-01-23 Thread Martin Gainty
How to stop calling PWCallback logic for authentication using SecureConversationthat depends on the the presence of your sc-configuration parameter for your defined service..which should look something like parameter xmlns= name=sc-configuration sc-configuration xmlns= scope

Re: Webservice Client not working from inside Tomcat5

2008-01-23 Thread Martin Gainty
what version axis are you using? you also need a valid epr and need a valid operation as qname .. a qname consists of namespace and localpart hosts where The namespace prefix, unless it is xml or xmlns, MUST have been declared in a namespace declaration attribute such as and localpart is

Re: AxisFault: Unknown

2008-01-22 Thread Martin Gainty
post wsdl please M- - Original Message - From: Andreas Vogt [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Tuesday, January 22, 2008 1:05 PM Subject: AxisFault: Unknown Hi at All thanks in advance, I'm trying to write a (primary) Webservice which calls other (secondary)

Re: Axis2 wsdl2java generates fewer methods than expected

2008-01-22 Thread Martin Gainty
Each Port indicates a single EPR address and needs to be unique http://www.w3.org/TR/wsdl#_ports M- - Original Message - From: denis.wang [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Tuesday, January 22, 2008 6:08 PM Subject: Axis2 wsdl2java generates fewer methods than expected

Re: Axis2 wsdl2java generates fewer methods than expected

2008-01-22 Thread Martin Gainty
if you're reading w3c.org then we are indeed reading from the same page 3.8 soap:address The SOAP address binding is used to give a port an address (a URI). A port using the SOAP binding MUST specify exactly one address. The URI scheme specified for the address must correspond to the transport

Re: Webservice Client not working from inside Tomcat5

2008-01-18 Thread Martin Gainty
try Requesting JSP-Servlet (Servlet constructs the AxisService call from supplied params which acts as AxisClient) -AxisService Response JSP - Servlet (receives the params and populates response) -AxisService M- -

Re: Exceptions

2008-01-18 Thread Martin Gainty
Can you display or attach WSDL ? Bedankt Martin - Original Message - From: [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Thursday, January 17, 2008 10:23 AM Subject: Exceptions Hi, I am using WSDL2Java tool to generate code. In the WSDL I am using an

Re: [Axis2] How Do I Set mustUnderstand=0?

2008-01-16 Thread Martin Gainty
Westpine- You can do so programatically..e.g. ConfigurationContext cfgCtx = ConfigurationContextFactory.createDefaultConfigurationContext(); msgCtxt = cfgCtx.createMessageContext(); msgCtxt.setProperty(AddressingConstants.ADD_MUST_UNDERSTAND_TO_ADDRESSING_HE ADERS,

Re: Policy driven code generation problem Axis v1.3

2008-01-15 Thread Martin Gainty
for some reason the attachments were truncated with the end result of the inline wsdl being crippled can you attach the wsdl as well as the policy file? Thanks M- - Original Message - From: Pete [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Tuesday, January 15, 2008 11:03 AM

Re: org.apache.axis2.AxisFault: Invalid Content Type Field in the Mime Message

2008-01-11 Thread Martin Gainty
Good Afternoon Andreas http://www.w3.org/TR/SOAP-attachments#CID spec calls for Content-Type: Multipart/Related; regarding cas-insensitive parameter names I do seeHowever, parameter values are case-sensitive unless otherwise specified for the specific parameter.so the label can be

Re: Axis2 Writing Custom Phase Handlers

2008-01-10 Thread Martin Gainty
You can use org.apache.axis2.dispatchers.AddressingBasedDispatcher.java as a model then in axis2.xml configure the handler as in handler name=AddressingBasedDispatcher class=org.apache.axis2.dispatchers.AddressingBasedDispatcher/ where the handler is configured into the engine as a Phase as in

Re: How to remove mustUnderstand attribute?!

2008-01-10 Thread Martin Gainty
re-submit your inquiry using the king's english Regards - Original Message - From: westpine [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Thursday, January 10, 2008 7:54 AM Subject: How to remove mustUnderstand attribute?! What a hell is mustUnderstand attribute?! I'm creating

Re: NoSuchMethodError when service classes and JiBX data binding classes are located in WEB-INF/classes

2008-01-08 Thread Martin Gainty
havent seen that version of JIBX package in at least 3 years Mind if I asked where you acquired the jars? JiBX 1.1.5 is the latest http://sourceforge.net/project/showfiles.php?group_id=69358 M-- - Original Message - From: Gerry Holly To: [EMAIL PROTECTED] ;

Re: rewrite of service location

2008-01-08 Thread Martin Gainty
tough to follow what the problem is here.. can you either display for the group the original wsdl OR the java class (you are using to create the wsdl) M-

RE: [General] Advantages of Axis2 over Axis1

2008-01-06 Thread Martin Gainty
Good Point The main feature of Axis2 is an architectural re-design to truly implement AOP features which would be shared by multiple services are refactored to modulesThe modules then are engaged to the implemented serviceanother improvement is asynchronous method

RE: wsdl/schema import

2008-01-04 Thread Martin Gainty
taking a quick look at the include spec at w3c http://www.w3schools.com/schema/el_redefine.asp import id=ID namespace=anyURI schemaLocation=anyURI any attributes where anyURI is defined in http://java.sun.com/j2se/1.5.0/docs/api/java/net/URI.html some examples would be An opaque URI is an

RE: Java2WSDL ant task

2008-01-02 Thread Martin Gainty
good call! more specifically target name=main codegen wsdlfilename=C:\test\wsdl\CombinedService.wsdl output=C:\output serverside=true generateservicexml=true/ /target output maps to -owsdlfilename maps to -uri generateservicexml maps to -sdserverside maps to

RE: service to configure/control log4j

2008-01-02 Thread Martin Gainty
did you get a chance to look at configuring LoggingModule in http://ws.apache.org/axis2/0_94/userguide4.html more specifically webapps\axis2\WEB-INF\classes\log4j.properties Martin __Disclaimer and confidentiality noteEverything in this e-mail and

RE: java.lang.NoClassDefFoundError: org/apache/axiom/soap/impl/llom/soap11/SOAP11HeaderBlockImpl

2007-12-31 Thread Martin Gainty
can you check the module reference in axis2/WEB-INF/conf/axis2.xml (should look something like) module ref=addressing/Martin __Disclaimer and confidentiality noteEverything in this e-mail and any attachments relates to the official business of

Re: Is the axis2 java2WSDL application able to generate wsdl 2.0 output?

2007-12-27 Thread Martin Gainty
java2wsdl -wv versionWSDL Version. Valid Options : 2, 2.0, 1.1 - Original Message - From: Jane Allen To: axis-user@ws.apache.org Sent: Thursday, December 27, 2007 4:52 PM Subject: Is the axis2 java2WSDL application able to generate wsdl 2.0 output? Is the

Re: byte[] problem with a class

2007-12-24 Thread Martin Gainty
good call The handling of binary by DataHandler is explained in the MTOM doc.. http://ws.apache.org/axis2/1_2/mtom-guide.html#24 M-- - Original Message - From: Hoda, Nadeem [USA] To: axis-user@ws.apache.org Sent: Monday, December 24, 2007 5:55 AM Subject: RE: byte[] problem

Re: [Axis2] SOAP over SIP

2007-12-23 Thread Martin Gainty
Good Morning Michele- I was able to create ClickToDial.war but as soon as I execute SIPFactory I see exceptions http://fisheye5.cenqua.com/browse/sailfin/ssa-api/src/java/javax/servlet/sip /SipFactory.java is down for maintenance Any idea where to acquire the source? Thanks! Martin-- -

Re: Axis2 - where is the maven-wsdl2code-plugin?

2007-12-21 Thread Martin Gainty
Alejandro you will need axis2-mar-maven-plugin-1.3.jar axis2-mar-maven-plugin-1.3.pom This bug has been around for awhile.. https://issues.apache.org/jira/browse/AXIS2-2788 Gracias/ Martin - Original Message - From: Alejandro Calbazana [EMAIL PROTECTED] To: axis-user@ws.apache.org

Re: Name Changes For Development Test and Production Deployments

2007-12-20 Thread Martin Gainty
ANT accomplishes the objective by reading separate properties file for each environment http://ant.apache.org/manual/CoreTasks/property.html property environment=env/ echo message=ANT_HOME is set to = ${env.ANT_HOME}/ and then use the environment variable ANT_HOME as the arbiter of which

Re: Stax Parsing in AXIOM

2007-12-20 Thread Martin Gainty
Chandru does that answer the question of using in-memory of list vs using a persistence mechanism such as serialization? is this a requirement for your client? or maybe a future performance consideration? HP addresses this with a test harness which shl_load() the JRE under HP/UX as in

Re: [Axis2] SOAP over SIP

2007-12-19 Thread Martin Gainty
I havent heard the term SIP for over 10 years..I had no idea that anyone was still using it! Its easy to think that a true transport layer is being configured when you see something like this org.apache.axis2.context.ConfigurationContextFactory //To check whether transport level session

Re: Rampart Issues with EncryptBeforeSigning

2007-12-17 Thread Martin Gainty
Here is the SignedParts node I have in my policy.xml for Rampart 1.3 sp:SignedParts xmlns:sp=http://schemas.xmlsoap.org/ws/2005/07/securitypolicy; sp:Body/ /sp:SignedParts Can you display the policy.xml so we can compare to the Rampart 1.3 Examples? Thanks/ M- - Original Message

Re: Sending SOAP Requests through an HTTP Proxy ... continued

2007-12-17 Thread Martin Gainty
Udo- Which version axis are you implementing with?? I dont know your package name but this is the full declarationHttpTransportProperties.ProxyProperties proxyProperties After setting up all the proxyProperties ..the last step is to set the ProxyPropertiesfrom the example options is already

Re: Removing SOAP 1.2 and HTTP for POJO services

2007-12-17 Thread Martin Gainty
finally got LookupDataService service deployed Unfortunately ./META-INF/services.xml was never created by wsdl2java utility attaching a sample services.xml which I created Martin- GMT+5 - Original Message - From: Hoda, Nadeem [USA] [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent:

Re: java.lang.IncompatibleClassChangeError by Axis 1.2 Example6

2007-12-16 Thread Martin Gainty
Good Morning Thomas- I cant locate axis1_2 on any of the distros http://www.apache.org/dyn/closer.cgi/ws/axis/1_2 Any chance you can upgrade to axis2 1_3? http://ws.apache.org/axis2/download/1_3/download.cgi does anyone have a clue on this? Martin - Original Message - From: Thomas

Re: org.apache.axis2.deployment.DeploymentException: com.ctc.wstx.exc.WstxParsingException: Undeclared namespace prefix wsp

2007-12-15 Thread Martin Gainty
I have this declaration in my wsp:Policy element of my services.xml.. xmlns:wsp=http://schemas.xmlsoap.org/ws/2004/09/policy; HTH/ M-- - Original Message - From: Eran Chinthaka [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Friday, December 14, 2007 1:25 PM Subject: Re:

Re: Can't Package Axis2 In EAR with Maven2

2007-12-13 Thread Martin Gainty
DevNull that is a very unusual name I found this link helpful to setup your dev environment http://ws.apache.org/rampart/developer-guide.html applicable bits are to svn http://svn.apache.org/repos/asf/webservices/rampart/trunk/java/ this sets up a development folder called java which has a

Re: [AXIS 2] SSL Error :Unconnected sockets not implemented

2007-12-13 Thread Martin Gainty
is trustStore set to the store location e.g. System.setProperty(javax.net.ssl.trustStore, ${AXIS_HOME}/src/java/modules/integration/test-resources/rampart/store.jks); is EPR should be set to SSL connection? options.setTo(new

Re: [Axis2] trimming down the xml in axis2 1.3

2007-12-12 Thread Martin Gainty
you can always use null..e.g. QName paramQName = new QName(, paramName); M-- - Original Message - From: samir shaikh [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Wednesday, December 12, 2007 7:20 PM Subject: RE: [Axis2] trimming down the xml in axis2 1.3 Raghu, Thanks for

Re: Fault in parsing web service

2007-12-10 Thread Martin Gainty
Mack- take a look at this declaration from Version.wsdl wsdl:message name=getVersionFault wsdl:part name=parameters element=ns0:ExceptionFault/ /wsdl:message where ns0 has this declaration xmlns:ns0=http://axisversion.sample/xsd; and the getVersionFauly is declared in the

Re: Bad version number in .class file

2007-12-10 Thread Martin Gainty
Hi Roman- this is specific to your environment whatever class you compiled your aar MUST be == the java runtime you use to execute compile with1.6== JRE runtime must be1.6 OR compile with1.5==JRE runtime must be 1.5 determine the working environment you're colleague is using (echo %JAVA_HOME%)

Re: java.lang.InstantiationException while building ServiceClient

2007-12-10 Thread Martin Gainty
is axis2.xml and services.xml well-formed? M - Original Message - From: Thorsten Deelmann To: axis-user@ws.apache.org Sent: Monday, December 10, 2007 11:54 AM Subject: java.lang.InstantiationException while building ServiceClient Hello, I've got the following problem:

Re: So... UDDI?

2007-12-09 Thread Martin Gainty
Thanks Paul Any chance we can see a sample deployment.xml? Thanks again Martin-- - Original Message - From: Paul Fremantle To: axis-user@ws.apache.org Sent: Sunday, December 09, 2007 4:53 AM Subject: Re: So... UDDI? Dennis We are working on documentation and

Re: Problem develop Java2WSDL

2007-12-09 Thread Martin Gainty
//create the java source: wsdl2java -uri *.wsdl //generate the aar ant generate.service go to http://HOST:PORT/axis_webapp/axis2-admin/ login using credentials from /WEB-INF/conf/axis2.xml userName and password upload service M- - Original Message - From: albert quinn [EMAIL

Re: AXIS2 https is very slow, please help

2007-12-09 Thread Martin Gainty
Hi Joe In firefox try enabling ssl-caching (put these 2 items individually in your browser) about:config browser.cache.disk_cache_ssl=true Anyone have a workaround for IE? M- - Original Message - From: Joe S To: axis-user@ws.apache.org Sent: Sunday, December 09, 2007 3:00 PM

Re: Axis2 and java5 annotations

2007-12-07 Thread Martin Gainty
Hi Rick- did'nt see the readme on 2.1.3 (all the other samples have readme) BTW: maven has a jira on the non-existent 'maven-clean-plugin' in any event please let me know when that works for you Thanks/ M- - Original Message - From: Rick Isaacs To: axis-user@ws.apache.org

Re: Axis2 1.3 (Standalone server) NullPointerException during startup..

2007-12-07 Thread Martin Gainty
did you enable the NIOConnector in server.xml ? http://tomcat.apache.org/tomcat-6.0-doc/config/http.html M- - Original Message - From: Ajay Kumar Gour [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Friday, December 07, 2007 9:23 AM Subject: Axis2 1.3 (Standalone server)

Re: Returning multidimensional arrays?

2007-12-07 Thread Martin Gainty
Hi Brian I dont see your stacktrace..can you re-display? Thanks Martin - Original Message - From: Brian Panulla [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Friday, December 07, 2007 4:08 PM Subject: Re: Returning multidimensional arrays? On 12/7/07 11:32 AM, Brian Panulla

Re: Unsupported encoding error on Z/OS when using WS-Security

2007-12-07 Thread Martin Gainty
according to spec for SOAP Binding Profile v1.0 http://www.ws-i.org/Profiles/SimpleSoapBindingProfile-1.0.html#Character_Enc odings The Profile requires XML processors to support the UTF-8 and UTF-16 character encodings, in order to aid interoperability.As a consequence of this, in conjunction

Re: Adding WS-Security to an embedded axis2 web application

2007-12-05 Thread Martin Gainty
you get ws-security support with rampart-1.1 and above http://www.apache.org/dyn/closer.cgi/ws/rampart/1_1 take a look at /samples/basic/sample11/src/org/apache/rampart/samples/sample11/Client.java for an example of configuring Timestamp Signature Encryption for inflow and outflow as identified

Re: [Axis2] Problem using MTOM with a JPEG file.

2007-12-05 Thread Martin Gainty
Base64 (non-optimisable) and MTOM (optimisable) technologies are complimentary http://ws.apache.org/axis2/1_1_1/mtom-guide.html ONE possible workaround is to enable SWA options.setProperty(Constants.Configuration.ENABLE_SWA, Constants.VALUE_TRUE); have your

Re: [Axis2] FileNotFoundException during session unloading

2007-12-05 Thread Martin Gainty
Good Evening Michele if you take a look at /META-INF/context.xml you'll have to custom define your own javax.servlet.context.tempdir attribute name=workDir required=false pPathname to a scratch directory to be provided by this Context for temporary read-write use by

Re: Encryption configuration problems

2007-12-04 Thread Martin Gainty
the alternative and perhaps easier direction is to configure declaratively as in policy.xml contents: //signature crypto characteristics would be specified as ramp:signatureCrypto ramp:crypto provider=org.apache.ws.security.components.crypto.Merlin ramp:property

Re: [Axis2] WstxEOFException: Unexpected EOF in prolog error while calling .NET2.0 webservice from Axis2 webservice

2007-12-04 Thread Martin Gainty
Please post WSDL also please post location and version-number of your xml parsers such as xerces/jax M-- - Original Message - From: Pantvaidya, Vishwajit To: axis-user@ws.apache.org Sent: Monday, December 03, 2007 11:04 PM Subject: RE: [Axis2] WstxEOFException: Unexpected

Re: Command line for AXIS2

2007-12-04 Thread Martin Gainty
which version axis are you implementing? M- - Original Message - From: Zur, Don To: axis-user@ws.apache.org Sent: Tuesday, December 04, 2007 7:45 PM Subject: Command line for AXIS2 Is there any way to: Start service Stop service Check if service is active

Re: Problem with Using Spring and Hibernate with Axis2

2007-12-03 Thread Martin Gainty
referencing SpringAwareService located at http://ws.apache.org/axis2/1_3/spring.html take a look at working spring configuration mentioned above also take a look at the bean implementation class located in axis2/WEB-INF/classes/spring/MyBeanImpl.class /***contents of

Re: [Axis2] Problem Axis2 sample - jaxws-calculator

2007-12-03 Thread Martin Gainty
/) On Dec 2, 2007 9:33 PM, Martin Gainty [EMAIL PROTECTED] wrote: Hi Rick- the problem happens with the older versions of maven I found that pom builds correctly under maven 2.0.8 http://www.apache.org/dyn

Re: java.lang.NullPointerException when attempting to access resources in an .aar file.

2007-12-03 Thread Martin Gainty
MessageContext has 2 methods which may help getCurrentContext getCurrentMessage there is no getCurrentContextMessage method http://ws.apache.org/axis/java/apiDocs/index.html M-- - Original Message - From: Sanjay Vivek [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Monday, December

<    1   2   3   4   5   6   7   8   9   >