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

2007-12-03 Thread Martin Gainty
Synivas- why not upgrade? M-- - Original Message - From: Srinivas Gupta To: axis-user@ws.apache.org Sent: Monday, December 03, 2007 5:22 PM Subject: org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying

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

2007-12-03 Thread Martin Gainty
, in something it was trying to deserialize. We're using 3rd party security handlers that only work in Axis 1.2.1. Srinivas Gupta Martin Gainty [EMAIL PROTECTED] wrote: Synivas- why not upgrade? M-- - Original Message - From: Srinivas Gupta

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

2007-12-02 Thread Martin Gainty
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/closer.cgi/maven/binaries/apache-maven-2.0.8-bin.zip (change your path to use the 2.0.8 new mvn.bat/sh) the better solution is to request the release

Re: [Axis2] Calling a service from another service

2007-11-30 Thread Martin Gainty
/11/30, Martin Gainty [EMAIL PROTECTED]: Hi Maicon- 1)can we see the client code.. in particular the part which specifies the Action The code is on the bottom of the email. 2)Is there a reason why the client is not initiating all of the web service queries I want the first service

Re: [Axis2] Calling a service from another service

2007-11-30 Thread Martin Gainty
Hi Maicon- 1)can we see the client code.. in particular the part which specifies the Action 2)Is there a reason why the client is not initiating all of the web service queries M-- - Original Message - From: Maicon Stihler [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Friday,

Re: Problem with Using Spring and Hibernate with Axis2

2007-11-30 Thread Martin Gainty
the easiest way to accomplish this is to start with a working Spring aar (such as SpringAwareService.aar illustrated here) http://ws.apache.org/axis2/1_3/spring.html Then incorporate your own POJO classes (note the ability to directly substitute in your own POJO for MyBean).. M- - Original

Re: Axis2Java 1.2 to 1.3

2007-11-30 Thread Martin Gainty
Well put...I would take a look at the new features and functions available from http://ws.apache.org/axis2/ -builds from maven2 which is a big plus -Added a new phase called Addressing to comply with http://www.w3.org/Submission/ws-addressing/ to transmit messages thru firewalls and gateways in a

Re: Axis2 Rampart + Sandesha integration problem

2007-11-30 Thread Martin Gainty
check the wsdl for reference to a securitypolicy namespace sp:TransportBinding xmlns:sp=http://schemas.xmlsoap.org/ws/2005/07/securitypolicy; then somewhere before /wsp:Policy do you see sp:IncludeTimestamp / ? M-- - Original Message - From: Sukma Agung Verdianto To:

Re: Missing wsse:Security header in request

2007-11-30 Thread Martin Gainty
Missing wsse:Security header in request/WEB-INF/conf/axis2.xml does phaseOrder type=InFlowhave phase name=Security/ does phaseOrder type=OutFlow have phase name=Security/ ? M-- - Original Message - From: Rajesh, Peter (CLAIMS, WIP) To: [EMAIL PROTECTED] Cc:

Re: HTML Status Code 302 And Exception When Contacting IIS Service

2007-11-30 Thread Martin Gainty
that this is Axis 1.4, Java 1.5 (OS X) Rick Martin Gainty wrote: Hi Rick- 1st make sure you are enabling HTTP 1.1 protocol and chunkedEncoding transfer-encoding as in this example from /conf/axis2.xml transportSender name=http class=org.apache.axis2.transport.http.CommonsHTTPTransportSender

Re: AxisFault, CustomException and code first approach

2007-11-30 Thread Martin Gainty
Hello Par I would first try to attenuate the axis2.xml parameter StackTrace e.g. parameter name=sendStacktraceDetailsWithFaultsfalse/parameter Martin-- - Original Message - From: Pär Malmqvist To: axis-user@ws.apache.org Sent: Friday, November 30, 2007 9:49 AM Subject:

Re: Strange generated java class names

2007-11-29 Thread Martin Gainty
Please post WSDL M- - Original Message - From: [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Thursday, November 29, 2007 8:07 AM Subject: RE: Strange generated java class names Hello everyone, I still didn't found a solution for this. Is there any update from Simon or Amila (or

Re: Using Spring and Hibernate with Axis2

2007-11-29 Thread Martin Gainty
Good Morning Andrew- Difficult to say without looking at all the columns of all the tables and all the relationships (child/parent) of all the databases you are requesting hibernate and spring to create As this effort may possibly take considerable amount of time to create/initialise all the

Re: compile error with generated code

2007-11-29 Thread Martin Gainty
Jesse- you're trying to read a xml:lang attribute as in this example from /modules/integration/test-resources/SOAP12Testing/ReplyMessages/SOAP12Rest12 xml env:Text xml:lang=en-US Header not understood /env:Text M-- - Original Message - From: Jesse Vitrone [EMAIL PROTECTED] To:

Re: Problem with Using Spring and Hibernate with Axis2

2007-11-29 Thread Martin Gainty
start with a working Spring axis2 webservice sample http://ws.apache.org/axis2/1_3/spring.html and iterate to your ultimate goal M-- - Original Message - From: robert lazarski [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Thursday, November 29, 2007 1:32 PM Subject: Re: Problem with

Re: HTML Status Code 302 And Exception When Contacting IIS Service

2007-11-29 Thread Martin Gainty
Hi Rick- 1st make sure you are enabling HTTP 1.1 protocol and chunkedEncoding transfer-encoding as in this example from /conf/axis2.xml transportSender name=http class=org.apache.axis2.transport.http.CommonsHTTPTransportSender parameter name=PROTOCOLHTTP/1.1/parameter parameter

Re: Axis 1.4 - Attachments Problem

2007-11-28 Thread Martin Gainty
remember to allow catalina to have read access to that folder grant codeBase file:C:/- { permission java.security.AllPermission; }; personally I would be more than willing to do all file i/o in CATALINA_TMPDIR M-- - Original Message - From: [EMAIL PROTECTED] To:

Re: Silly question about how to shutdown axis

2007-11-27 Thread Martin Gainty
unless its 2am and you need to stop a runaway task you should quiesce your axis2 webapp to allow the connections to be closed *gracefully* e.g. assuming your axis2 webapp is called axis2 which is running on localhost port 8080 put this in your browser

Re: Running Savan (WS-Eventing) Samples

2007-11-27 Thread Martin Gainty
Please post relevant code and WSDL M- - Original Message - From: Enrique Rodríguez Lasterra To: axis-user@ws.apache.org Sent: Tuesday, November 27, 2007 1:08 PM Subject: Running Savan (WS-Eventing) Samples I can run the savan example with few little changes. But I have

Re: Axis2 Problem accessing the WSDL.

2007-11-27 Thread Martin Gainty
check all referenced xsd from invoked wsdl one or more xsd which which will contain mustUnderstand attribute which should be set to 0 if currently set to 1 or optional if currently set to required M-- - Original Message - From: tinkugadu [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent:

Re: Running Savan (WS-Eventing) Samples

2007-11-27 Thread Martin Gainty
is the example of savan from its svn. I attached the PublisherService WSDL. As far as i know it should have some ws-eventing information (import eventing schema, add EventSource=true attr on Port Type operations,etc) Regards. 2007/11/27, Martin Gainty [EMAIL PROTECTED] : Please

Re: SOAPMonitor doesn't work after setting tomcat virtual host.

2007-11-27 Thread Martin Gainty
Han- In axis2 soapmonitor is an independent module which is engaged to the selected service as Version is installed as as default service if you want to engage soapmonitor module for the axisService 'Version' place this in browser

Re: Axis - Using attachments

2007-11-26 Thread Martin Gainty
In catalina.policy did you assign write permissions for the folder C:/EDDHome ? this is more tomcat setup than axis specific I would suggest asking the same question on [EMAIL PROTECTED] M-- - Original Message - From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent:

Re: [Axis2] How to send HTTP Status Code 401

2007-11-26 Thread Martin Gainty
Bjoern- from org.apache.axis.handlers.SimpleAuthorizationHandler.java throw new AxisFault( Server.Unauthorized,Messages.getMessage(notAuth00, userID, serviceName),null, null ); Would'nt you want your Security provider code (Rampart?) to handle these exceptions? Martin- - Original

Re: Where to put Java Classes

2007-11-26 Thread Martin Gainty
yes provided the saxparser class file are located either in /WEB-INF/classes or if the classfile is located in a jar then you should reference /WEB-INF/lib http://en.wikipedia.org/wiki/JavaServer_Pages Nota Bene: you might want to forward JSP/servlet questions to [EMAIL PROTECTED] M- -

Re: add webservice to web application

2007-11-26 Thread Martin Gainty
Lucien- The method is provided by the operation node of your wsdl If you provide us the wsdl ..we will try to connect to your service from here M- - Original Message - From: LUSS [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Monday, November 26, 2007 3:53 PM Subject: add

RE: Axis2 and oc4j deployment

2007-11-25 Thread Martin Gainty
oc4j claims support for for http 1.0 and http 1.1 (in particular chunked encoding) to quote Only full HTTP/1.0 and HTTP/1.1 requests are generated. HTTP/1.1, HTTP/1.0 and HTTP/0.9 responses are recognized.

RE: non/blocking dual in AXIS2 almost works, but hangs, why?

2007-11-25 Thread Martin Gainty
did you try using a callback? http://ws.apache.org/axis2/0_95/userguide3.htmland then with sendReceiveNonBlocking send the payload as 1st param and callback object as 2nd param e.g. client.sendReceiveNonBlocking(payload, callback);Martin__Disclaimer

Re: how to define invokeBlocking to return you a byte[]??

2007-11-19 Thread Martin Gainty
Please Post the WSDL M- - Original Message - From: tina-- [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Monday, November 19, 2007 6:13 PM Subject: how to define invokeBlocking to return you a byte[]?? Hello again! I have a second question, in another code. There is a parameter

Re: wsdl2java client threadsafe?

2007-11-16 Thread Martin Gainty
Thread parameters are configurable on Server-side via axis2.xml !-- Here is the complete list of supported parameters (see example settings further below): port: the port to listen on (default 6060) hostname: if non-null, url prefix used in reply-to endpoint

Re: [axis2] maven plugin for wsdl2java

2007-11-16 Thread Martin Gainty
Sietse the doc is possibly incorrect...more importantly the pom.xml or at least the copy I have from axis2-1.3 distro is correct Martin-- - Original Message - From: [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Friday, November 16, 2007 7:14 AM Subject: RE: [axis2] maven plugin for

Re: Axis2 sample problem - Userguide sample still a problem

2007-11-15 Thread Martin Gainty
Hi Rick- here are the steps cd $AXIS2_HOME/samples/userguide ant http://localhost:8080/axis2/axis2-admin/listService UploadService $AXIS2_HOME/repository/services/sample-MyService.aar Services/ActivateService MyService dir F:\TOMCAT\APACHE~1.17\webapps\axis2\WEB-INF\sample-MyService.aar vi

Re: Dynamic web services

2007-11-15 Thread Martin Gainty
and a messageReceiverfor RAWXML in-out) only. I did not specify any operation. Any detailed explanation would really help. Thanks, --kumar -- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Monday

Re: org.apache.axis2.AxisFault: Error in key derivation

2007-11-14 Thread Martin Gainty
org.apache.axis2.AxisFault: Error in key derivationPeter you need to supply valid fields for (String)Username (String)Password (String)Nonce (Date/Time)Created http://wso2.org/library/240#digest M-- - Original Message - From: Rajesh, Peter (CLAIMS, WIP) To: [EMAIL PROTECTED]

Re: Dynamic web services

2007-11-13 Thread Martin Gainty
SoapAction is *usually* prefaced with urn: as seen here operation.setSoapAction(urn: + opName); so servicePath is incorrect check ServicesDirectory attribute in axis2.xml servicePath attribute in axis2.xml also Make sure your EPR is valid M-- - Original Message - From: Iyengar,

Re: Spring inside AAR - autoproxied transaction manager

2007-11-08 Thread Martin Gainty
This works when configuring ServletContext in /META-INF/ApplicationContext.xml http://ws.apache.org/axis2/1_3/spring.html (Feel free to email me offline as this is decidedly more 'Spring' related than Axis) Thanks/ Martin - Original Message - From: robert lazarski [EMAIL PROTECTED] To:

Re: Axis2 WSDL2Java main java.lang.NoClassDefFoundError

2007-11-08 Thread Martin Gainty
yes..What version axis2-codegen.jar do you have.. I have 1.3 (although manifest declares Manifest-Version: 1.0) M-- - Original Message - From: Sanka Samaranayke [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Thursday, November 08, 2007 1:27 AM Subject: Re: Axis2 WSDL2Java main

Re: axis2, hibernate and tomcat

2007-11-08 Thread Martin Gainty
Hibernate http://www.hibernate.org is an object/relational persistence and query service which means..In a nutshell you feed in one format (native SQL or HQL) and the resultsets from the just queried created Objects (actually classes) are used to populate insert statements Axis is a Tomcat

Re: Re: Result Structure / wsdl file

2007-11-05 Thread Martin Gainty
Roman- Please post the wsdl which contains the renew element Thanks/ Martin-- - Original Message - From: Roman Schönbichler [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Monday, November 05, 2007 7:49 AM Subject: FW: Re: Result Structure / wsdl file Now I've used wsdl2java to get

RE: CXF Mtom service and Axis2 Axiom client (FIX)

2007-11-05 Thread Martin Gainty
still want the list. Mike Barlotta Associate Booz | Allen | Hamilton From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Thursday, November 02, 2000 5:13 PMTo: [EMAIL PROTECTED]: Re: CXF Mtom service and Axis2 Axiom client (FIX) not sure what you mean by *painful* if you have a better

Re: Sharepoint Web services

2007-11-05 Thread Martin Gainty
. From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Monday, November 05, 2007 11:43 AM To: axis-user@ws.apache.org Subject: RE: Sharepoint Web services OperationClient.java ? Martin Gainty

Re: Axis2 sample - pojoguide Unexpected EOF in prolog

2007-11-05 Thread Martin Gainty
.) installed the aar using the AdminServlet 9.) $ ant rpc.client - the prolog error What am I doing wrong or leaving out? Yours truly, Rick Isaacs On 11/5/07, Martin Gainty [EMAIL PROTECTED] wrote: Rick- Please verify chunked transfer-encoding is enabled in axis2.xml e.g

Re: CXF Mtom service and Axis2 Axiom client (FIX)

2007-11-02 Thread Martin Gainty
not sure what you mean by *painful* if you have a better algorithm which better identifies either version mismatching and or duplicate scenarios we should look at it Mike-- When you get a chance could you provide us a quick listing of the CXF Jars that caused the error I'm thinking we should

Re: Axis2 Security with Rampart

2007-10-31 Thread Martin Gainty
Hello Andreas- which version Rampart are you using? Thanks/ Martin-- - Original Message - From: Andreas Fey [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Wednesday, October 31, 2007 9:21 AM Subject: Axis2 Security with Rampart Hi, i recently tried to secure our webservices

Re: AXIS2 and .NET Interop

2007-10-28 Thread Martin Gainty
Microsoft *claims* they support HTTP-1.1 but the browser configuration is disallowing so In IE go to 1. Use HTTP 1.1 instead of HTTP 1.0 to send a request. To do so, follow these steps: a. Start Internet Explorer. b. On the Tools menu, click Internet Options.

Re: Axis2 SSL : org.apache.axis2.AxisFault: Unconnected sockets not implemented

2007-10-28 Thread Martin Gainty
In Axis2-1.3 There is an outstanding bug when define your SSL service service name=service ...scope=transportsession (when configuring scope=transportsession) Please check https://issues.apache.org/jira/browse/AXIS2-3141 for patch M-- - Original Message - From: MTU [EMAIL PROTECTED]

Re: Classloaders and JPA

2007-10-28 Thread Martin Gainty
Did you take a look at JibxService Library.java and JibxServiceClient LibraryStub.java (Service and ClientStub for JiBX respectively) from dennis sosnoski? Get the Library.java compiled and deployed as .aar source located at

Re: AXIS2 and .NET Interop

2007-10-26 Thread Martin Gainty
SOAP 1.2 HTTP Binding WCF implements SOAP 1.2 HTTP binding as described in the SOAP 1.2-part 2 (SOAP12Part2) specification with the following clarifications. SOAP 1.2 introduced an optional action parameter for the application/soap+xml media type. This parameter is useful to optimize message

Re: Axis stub response to JSP.

2007-10-25 Thread Martin Gainty
JSP - Servlet(packages WSDLToJava StubClient) including encoding SOAP Request into XML- AxisServlet AxisServlet- XML response back to Servlet - Servlet parses the XML /populates beans/sends textResponse back -JSP (AJAX Div Tag or create ResultsJsp) Im sure there is a simpler solution..Anyone

Re: Min/Max Inclusive

2007-10-25 Thread Martin Gainty
what a GREAT question! in an xsd you know put in this custom definition.. xs:simpleType name=JonHorsman id=JonHorsman xs:annotation xs:appinfo hfp:hasProperty name=bounded value=true/ hfp:hasProperty name=cardinality value=finite/ /xs:appinfo

Re: AXIS Fault Required Attribute localType is null

2007-10-22 Thread Martin Gainty
AXIS Fault Required Attribute localType is nullThe name of the operation parameter needs to be a QName (Qualified Name) following the provided example private void populateAxisService() throws org.apache.axis2.AxisFault { //creating the Service with a unique name _service = new

Re: Validating the xml

2007-10-20 Thread Martin Gainty
if you wish to implement with original wsdl place 'useOriginalWSDL' parameter in services.xml e.g. parameter name=useOriginalwsdltrue/parameter M-- - Original Message - From: Deepal Jayasinghe [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Friday, October 19, 2007 7:57 PM

Re: Axis 1.4 - (405) Method Not Allowed

2007-10-18 Thread Martin Gainty
your double-checked your WSDL is doc/lit/wrapped style ? (If unsure then post WSDL to group) M-- - Original Message - From: foo shyn [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Thursday, October 18, 2007 8:53 PM Subject: Re: Axis 1.4 - (405) Method Not Allowed Hi guys,

Re: Axis 1.4 - (405) Method Not Allowed

2007-10-17 Thread Martin Gainty
Jeff Walkers note from yesterday where he explained all of the styles (binding of RPC/document and use of encoded or literal) to quote Microsoft supports ONLY the doc/lit/wrapped style but dont use this for overloaded methods an example of which is types schema element name=myMethod

Re: IllegalAccessError

2007-10-17 Thread Martin Gainty
Jason- This means the (catalina) container is not allowing access to the hibernate code try granting the necessary permissions in $CATALINA_HOME/conf/catalina.policy e.g. grant codeBase file:${catalina.home}/webapps/axis2/WEB-INF/LIB/- { permission java.lang.RuntimePermission

Re: Axis 1.4 and .NET interop

2007-10-16 Thread Martin Gainty
I wanted to find out my code on 2.1.3 distro WSDL2Java/WSDl2Code could not generate 'SERVER-SIDE' code a quick look at org.apache.axis2.wsdl.util.WSDL2JavaOptionsValidator states invalid = !(WSDL2JavaConstants.All_PORTS_OPTION.equalsIgnoreCase(optionType) ||

outstanding InstantiationException bug on MessageReceiver.newInstance() for MTOM Sample

2007-10-16 Thread Martin Gainty
Folks- org.apache.axis2.deployment.DescriptionBuilder loadMessageReciver method receiver = (MessageReceiver) messageReceiver.newInstance(); always causes InstantiationException looking for available patches for the InstantiationException bug on MTOM MessageReceiver discovered by jeff barrett

Re: [Axis2] JAX-WS working at xml level on the client side

2007-10-13 Thread Martin Gainty
Michele- if your properties file contains an Action property set to DEFAULT (and the default for Action is DEFAULT) you can set the soapAction in your WSDL e.g. binding name=City_inding type=tns:City_BBBPortType soap:binding style=document

Re: Axis n00b needs help with an axis fault (internal to axis)

2007-10-13 Thread Martin Gainty
Be interested to look at the logs By any chance did you build your kernel with logging? e.g. dependency groupIdcommons-logging/groupId artifactIdcommons-logging/artifactId version${commons.logging.version}/version properties

Re: securing webservice in axis2

2007-10-12 Thread Martin Gainty
following the JavaDoc available at http://ws.apache.org/axis2/modules/rampart/1_2/security-module.html axis2.saml.properties contains this vital information: axis2.crypto.properties contain these vital entries: org.apache.ws.security.saml.issuer.key.password=security

Re: Axis2 1.3 and Servlet Spec

2007-10-12 Thread Martin Gainty
depends on the container that axis wil be implement on e.g. Apache Tomcat version 5.5 implements the Servlet 2.4 Apache Tomcat version 6.0 implements the Servlet 2.5 Are you using a different container? Martin-- - Original Message - From: Kiran Kumar Sriram To:

Re: [Axis2] Axis2 jars and dependencies

2007-10-11 Thread Martin Gainty
Easiest way is to add clover into the build http://www.atlassian.com/software/clover/ to determine which classes or packages have been orphaned From the front end to look at Call Graph I would use either VTune http://www.intel.com/support/performancetools/sb/cs-021631.htm or perhaps Jprofiler

Re: SOAP vs REST request

2007-10-09 Thread Martin Gainty
One of the better SOAP vs Rest 1 page comparisons.. http://www.devx.com/DevX/Article/8155 M- - Original Message - From: Ganesan, Chandru [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Tuesday, October 09, 2007 6:59 PM Subject: SOAP vs REST request Hi I'm newbie to Axis, so

Re: Question : Turning Off XSD Validation in Axis 2

2007-10-09 Thread Martin Gainty
Ritesh- Which schema are you validating with? Also which schemaLocation are you pointing to ? M-- - Original Message - From: robert lazarski [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Tuesday, October 09, 2007 8:41 AM Subject: Re: Question : Turning Off XSD Validation in Axis 2

Re: Question : Turning Off XSD Validation in Axis 2

2007-10-09 Thread Martin Gainty
and output of the web service method. ideally I would want to validate only the payload in soap request against an XSD file. Is there any other way I can validate ? On 10/9/00, Martin Gainty [EMAIL PROTECTED] wrote: Ritesh- Which schema are you validating with? Also which

Re: Calling Axis2 services from GWT

2007-10-07 Thread Martin Gainty
Be careful with that as you may not get the correct results What I would do is transform to text/plain Here is the GWT doc The back-end server is expected to respond with a content-type of 'text/html', meaning that the text returned will be treated as HTML. If any other content-type is

Re: questions regarding axis2 war

2007-10-07 Thread Martin Gainty
please display which aar have been deployed in /WEB-INF/services/services.list Thanks M-- - Original Message - From: Suran Jayathilaka [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Sunday, October 07, 2007 9:30 AM Subject: Re: questions regarding axis2 war ianwong wrote: I

Re: Compiling Eclipse plugins: story of my frustration

2007-10-07 Thread Martin Gainty
do this? When I issue this in console in windows xp, maven says this is not a valid request. ant generate-projects in tools dir fails, since it can not find a libs directory, which I assume will be created by maven, but how? All the best Seref Martin Gainty wrote: Hello Seref Its not eclipse

Re: Compiling Eclipse plugins: story of my frustration

2007-10-07 Thread Martin Gainty
maven create-lib How do I do this? When I issue this in console in windows xp, maven says this is not a valid request. ant generate-projects in tools dir fails, since it can not find a libs directory, which I assume will be created by maven, but how? All the best Seref Martin

Re: Compiling Eclipse plugins: story of my frustration

2007-10-06 Thread Martin Gainty
Hello Seref Its not eclipse ..apparently the axiom build is erroring out this is from dims.. Please remove your ~/.m2/repository/org/apache/ws/commons/axiom directory and run the geronimo build again. I have cleaned up the bad jar this morning in apache maven2-snapshots (I too have noticed this

Re: org.xml.sax.SAXParseException: The prefix ns1 for element ns1:modifyMe is not bound.

2007-10-04 Thread Martin Gainty
Without seeing the wsdl there is very little we can do to help you (Nonetheless I would check Classpath delta) M-- - Original Message - From: Huitang Li [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Thursday, October 04, 2007 6:08 PM Subject: Re: org.xml.sax.SAXParseException: The

Re: Axis setup problem

2007-10-04 Thread Martin Gainty
# assume this is log4j.properties located somewhere on your classpath # R is the RollingFileAppender that outputs to a rolling log # file called rolling_log_file.log. log4j.appender.R=org.apache.log4j.RollingFileAppender log4j.appender.R.File=rolling_log_file.log M-- - Original Message

Re: Problem with return HashMap.

2007-09-27 Thread Martin Gainty
Cszczotka- http://mail-archives.apache.org/mod_mbox/velocity-user/200410.mbox/%3CPine.G [EMAIL PROTECTED] This example adds entries to 2 HashmapString,String objects and then add the 2 HashMap objects to a new ArrayListMapString, String(); which you can then use in a foreach to output the map

Re: web service is just not there after deployment

2007-09-24 Thread Martin Gainty
from $AXIS_1_3_HOME\samples\stock java org.apache.axis.client.AdminClient -lhttp://localhost:8080/axis/services/Adm inService deploy.wsdd Processing file deploy.wsdd AdminDone processing/Admin view $CATALINA_HOME/webapps/axis/WEB-INF/server-config.wsdd you should see StockQuoteService deployed

Re: [Axis2] schema validation exception

2007-09-24 Thread Martin Gainty
For your websphere environment check the version of axiom jar (assume axiom-api-1.1.1.jar) check the version of Xerces (assume version 2.8.0 xercesImpl.jar) in either case I would copy the 2 good jars to your webspere deployment library folder HTH M-- - Original Message - From:

Re: [axis2-1.3] wsdl2java takes forever - unbearably long

2007-09-24 Thread Martin Gainty
forever - unbearably long Martin: I have 2GB on my desktop. I also ran the process on another Linux machine that has 4GB and a Windows machine with 6GB. All 3 machines were slow. -Jake Martin Gainty wrote: Jake-- Have much RAM do you have? M-- - Original Message - From

Re: [Rampart]How to implement security in web service client

2007-09-23 Thread Martin Gainty
Vittal- if your rampart module is already configured http://localhost:8080/axis2/axis2-admin/engageToService engage Module rampart *security* to desired service M-- - Original Message - From: vittal nangunoori [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Sunday, September 23, 2007

Re: [axis2-1.3] wsdl2java takes forever - unbearably long

2007-09-21 Thread Martin Gainty
Jake-- Have much RAM do you have? M-- - Original Message - From: Davanum Srinivas [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Friday, September 21, 2007 8:50 PM Subject: Re: [axis2-1.3] wsdl2java takes forever - unbearably long please delete the jalopy.jar and try again.

Re: @Anne or another smart person - Problem solved but now another SOAP problem

2007-09-20 Thread Martin Gainty
change long CATALINA_HOME to the Windows specific shortened name e.g. cd \ dir /X your C:\Programme shortened name should say C:\PROGRA~1 cd C:\PROGRA~1 dir /X your Apache Software Foundation shortened name should say APACHE~1 cd C:\PROGRA~1\APACHE~1 dir /X your Tomcat 6.0 should say

Re: @Anne or another smart person - Problem solved but now another SOAP problem

2007-09-20 Thread Martin Gainty
Your CATALINA_HOME should look like C:\PROGRA~1\APACHE~1\TOMCAT~1 Anne On 9/20/07, mr.knowledge [EMAIL PROTECTED] wrote: Hi, @martin Thank, now my CATALINA_HOME looks like C:\PROGRA~1\APACHE~2\TOMCAT~1.0 but the error message is still there. - Original Message - From: Martin Gainty

Re: access to HttpServletRequest headers

2007-09-19 Thread Martin Gainty
easiest way is to dig out the headers from the messageReceiver class and then reference org.apache.axis.message.SOAPHeader which will use extractAllHeaderElements method to iterate thru all of the elements from the returned iterator http://ws.apache.org/axis/java/apiDocs/index.html Does this

Broken 2.1.1 Build?

2007-08-15 Thread Martin Gainty
cd $AXIS ant Buildfile: build.xml init: pre.compile.test: [echo] Stax Availability= true [echo] Axis2 Availability= true compile.src: [javac] Compiling 863 source files to C:\AXIS\axis2-1.1\build\classes [javac]

Re: Is it possible to access external services?

2007-08-15 Thread Martin Gainty
Once you generate your services You can have a uber class that sits on top of the generated ServerStubs BTW it would be nice to have the MessageContext parameter (but you can construct the ServerStub with just the EPR) public class UberClass extends Object { public UberClass() {

Re: Illegal argument exception Local part can not be null when creating QName

2007-08-14 Thread Martin Gainty
QName is used as an arg to setOperationName of call e.g. call.setOperationName(new QName(urn:soapservice, getEvents)); Qname is used to specify returnType in the call object call.setReturnType(new QName(events),java.lang.String.class); if you are using aggregate or complex constructed Java

Re: Accessing a file from service Class

2007-08-14 Thread Martin Gainty
the war task should include any/all files (include myconfig.xml) to be referenced then any deploy tasks should un-war or decompress the files (including myconfig.xml) to the deployment folder which would be either WEB-INF/lib or WEB-INF/classes M-- This email message and any files transmitted

Re: Axis2: Speciying style in services.xml

2007-08-14 Thread Martin Gainty
Axis2 Spring Questiona link to the style attribute explanation http://ws.apache.org/axis/java/user-guide.html#ServiceStylesRPCDocumentWrappedAndMessage Does this help? M-- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom

Fw: faultString: org.xml.sax.SAXException: Invalid element error when create java code using wsdl2java

2007-08-14 Thread Martin Gainty
on the top line of your WSDL change version from 1.0 to version=1.0 then run the WSDL2Java command WSDL2Java -uri file:///C:/Pfizer.wsdl which created the CallbackHandler and ServerStub java source files C:\src\com\pfizer\www\mapslims\ MapsLimsServerCallbackHandler.java MapsLimsServerStub.java

Re: End-to-End Streaming Support

2007-08-05 Thread Martin Gainty
Chad- By streaming your definition is not necessarily read or write (XML | Text) streams but something closer to RSS Feed I would look at tweaking axis2/databinding/utils/reader/ADBXMLStreamReaderTest.java specifically take a look at newDocument method notice the wrap of

Re: Need C# Web Services Consumption example.

2007-07-20 Thread Martin Gainty
Re: Need C# Web Services Consumption example.ok You have a service therefore you have pub'ed your WSDL so the namespaces came from the original WSDL Doc e.g. [WebMethod] public bool SomeMethod(string xml) { try { //start try... XmlDocument doc = new XmlDocument();

Re: HTTP Status 500 from http://127.0.0.1:8080/axis2-web/

2007-07-01 Thread Martin Gainty
for me? I apologize for being such a newbie ... Alos, jetspeed says it is compatible with a.. Tomcat 5.0.x b.. Tomcat 5.5.x but I have Tomcat6 Best, Jon Martin Gainty wrote: Good Evening Willard please verify your jsp-api.jar is fairly recent (I was able to d/l

Re: HTTP Status 500 from http://127.0.0.1:8080/axis2-web/

2007-06-30 Thread Martin Gainty
known bug add $TOMCAT_HOME\common\lib\jsp-api.jar to classpath http://mail-archives.apache.org/mod_mbox/ws-axis-user/200704.mbox/[EMAIL PROTECTED] HTH M-- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email

Re: HTTP Status 500 from http://127.0.0.1:8080/axis2-web/

2007-06-30 Thread Martin Gainty
up env changes. Any other ideas? Best, Jon Martin Gainty wrote: known bug add $TOMCAT_HOME\common\lib\jsp-api.jar to classpath http://mail-archives.apache.org/mod_mbox/ws-axis-user/200704.mbox/[EMAIL PROTECTED] HTH M-- This email message and any files

Re: order in the list of deployed Web services ?

2007-06-29 Thread Martin Gainty
$CATALINA_HOME/webapps/axis2/WEB-INF/services/services.list HTH M-- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the

Re: [AXIS2] Client API in EJB

2007-06-29 Thread Martin Gainty
Appears that the asynchronous sendReceiveNonBlocking is not yet available in EJBProvider http://www.stylusstudio.com/api/axis-1_1/org/apache/axis/providers/java/EJBProvider.htm Anyone else? M-- This email message and any files transmitted with it contain confidential information intended only

Re: NullPointerException with axis1 1.4

2007-06-27 Thread Martin Gainty
Alexey please post the wsdl Thanks M-- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by

Re: xmlbeans databinding?

2007-06-27 Thread Martin Gainty
Hi Josh When you get a chance take a look at this tutorial on Generating WebServiceClient using XMLBeans http://ws.apache.org/axis2/1_1_1/userguide-creatingclients-xmlbeans.html HTH Martin-- This email message and any files transmitted with it contain confidential information intended only for

Re: Classpath Problem with Weblogic 8.1 JMS Server

2007-06-26 Thread Martin Gainty
Good Evening Swavek- com/sun/corba/se/connection/ORBSocketFactory is in %BEA_HOME%/jdk150_06/jre/lib/rt.jar HTH Martin This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have

Re: axis 1.4 IllegalArgumentException got in response

2007-06-21 Thread Martin Gainty
Good Morning Roman -- I ran a few quick tests and found !--This xmlns:wsdl declaration does not work-- !-- ?xml version=1.0 encoding=UTF-8? -- !-- wsdl:definitions targetNamespace=*http://ishop.orange.iway.sk*; xmlns:wsdl=*http://schemas.xmlsoap.org/wsdl/*;

Fw: [Axis2] SOAPMonitorApplet.class not found

2007-06-21 Thread Martin Gainty
Good Morning Oliver Have you compiled SOAPMonitorApplet.java and copied the requisite classes to axis2 ROOT folder? cp SOAPMonitorApplet$ServiceFilterPanel.class into $CATALINA_HOME/webapps/axis2 folder ? cp SOAPMonitorApplet$SOAPMonitorData.class into $CATALINA_HOME/webapps/axis2 folder ?

Re: HTTP/1.1 400 Bad Request

2007-06-21 Thread Martin Gainty
undecipherable characters (specifically 3a2) is being introduced before the beginning xml tag which neither the servlet or the client stub can interpret I have seen this happen with Chunked encoding try to disable parameter name=Transfer-Encoding (commenting out the parameter

<    1   2   3   4   5   6   7   8   9   >