Fail to compile with stlport - no copy constructor

2007-05-22 Thread ram.nov
Hi, I am a little new to axis c++ and I am trying to generate the simple calculator example but it keeps failing during compilation. The error is that no copy constructor available. The copy constructor was not generated by the java tool. I tried creating an empty copy constructor but then I get

Re: [Axis2C]: query regarding wsdl file

2007-05-22 Thread Dimuthu Gamage
Hi Yogender Singh, As far as I know this WSDL is incorrect in two places. 1st the operation name of the porttype and the binding parts of the wsd have to be same. (The both have to be either getname or getarray). 2nd it still complains saying RPC-literal type message part parm should have a

Re: need help with invoking/tracing sample echo service for axis2c

2007-05-22 Thread Dinesh Premalal
Bregitte Pracht [EMAIL PROTECTED] writes: I am using the simple http axis2c server, axis2_http_server, on linux ppc. I am using a Java client to send a soap request to the server. The service that is requested is the sample echo service, provided with axis2c. Based on traces, the server

Re: [Axis2] SOAP header elements

2007-05-22 Thread Amila Suriarachchi
wsdl2java generated code does not databind headers at ther server side. if you want to do that see MessageReceiver class fromOM method to see how you can poplate the xmlbean objects from an OM element (which you have) On 5/22/07, Jack Sprat [EMAIL PROTECTED] wrote: Keith. Thanks again for the

Re: Axis2 problem with dispatching

2007-05-22 Thread Amila Suriarachchi
what is the url you used. I think the problem is with the url format. On 5/18/07, Jeremy Smith [EMAIL PROTECTED] wrote: Axis2 1.2 Apache Tomcat/5.5.12 Servlet version2.4 I only want to serve this one service; it's the only one I had and there's no need for (apparently) failure-prone URI

Re: [Axis2] WS-RM and Axis2 Asynch Client not Returning

2007-05-22 Thread Paul Fremantle
I made a mistake in this: 1) Take the version.aar file from the Axis2 distribution and add module ref=sandesha2/ into the module.xml I should have said services.xml! Paul -- Paul Fremantle VP/Technology, WSO2 and OASIS WS-RX TC Co-chair http://bloglines.com/blog/paulfremantle [EMAIL

Problems with dynamic IP

2007-05-22 Thread Lars Both
Hi everybody, I have a really annoying problem. I've implemented an application, which connects to a server vi an axis-Webservice. I have configured a host, which IP does change rather often (I'am using dyndns.org). I came upon the problem, that my application would not connect to the

Unable to import org.apache.axis2.client.Call Class

2007-05-22 Thread dhillarun
Hi all, I am using Apache axis2 framwork (axiom) to create web servies. But while implementing the client program, I am unable to import the org.apache.axis2.client.Call Class. In which .jar file its available? So that i can download and import that .jar file. Pl. do reply me. Arun. -- View

[Axis2] Getting started with Axis2 and Sandesha2 to do WS-ReliableMessaging

2007-05-22 Thread Paul Fremantle
Based on a post I made on axis-user, I've posted a blog entry on how to do your first WS-ReliableMessaging interaction with Axis2 and RM. Let me know if I can improve it. http://pzf.fremantle.org/2007/05/getting-started-with-wsrm-and-axis2.html Paul -- Paul Fremantle VP/Technology, WSO2 and

Databinding collision problem

2007-05-22 Thread José Antonio Sánchez
Hello, I'm using Xmlbeans to implement two services. The scenario is the following: Service A has a .wsdl and some .xsd files Service B has a .wsdl and some .xsd files Service A and B share some other .xsd files. In Service A I have to call to Service B so I want to use the generated stub to

RE: Issues with Axis2 and JAXBRI binding

2007-05-22 Thread Brendan Reekie
Thanks for the reply Martin. I had used WSGEN to generate the WSDL off our existing JAXWS annotations. I tried modeling the WSDL after the example in the jaxws-calculator but instead of using RequestWrapper and ResponseWrapper work with the WebResult tag. Is there another strategy for

RE: [Axis2] Getting started with Axis2 and Sandesha2 to do WS-ReliableMessaging

2007-05-22 Thread Ted Jones
Very nice Paul. Nice job. Just curious, will this work with Axis2 1.1.1? I'm not sure that I have time to upgrade to Axis2 1.2 given that I've seen several posts stating things have broken moving from 1.1.1 to 1.2 and time is running out on my project. Thanks again for the great example. Ted

[Axis 1.2] parameters values are misplaced

2007-05-22 Thread Celinio . Fernandes
Hi, I have some strange thing happening with my tests. When I run the server in debug mode, I type in the test window in Eclipse: http://localhost:9000/noeews/services/CRMS7_SOAP_IDENTIFICATION?method=recupererInfoslogin=log_EmotDePasse=mdp_EcodeTccp=0-111 and I get what I expect. But when I

Re: [Axis2] Getting started with Axis2 and Sandesha2 to do WS-ReliableMessaging

2007-05-22 Thread Paul Fremantle
Ted Should work fine, as long as you use Sandesha2 1.1 with Axis2 1.1.1. Let me know if it doesn't and I'll fix it :-) Paul On 5/22/07, Ted Jones [EMAIL PROTECTED] wrote: Very nice Paul. Nice job. Just curious, will this work with Axis2 1.1.1? I'm not sure that I have time to upgrade to

Re: Simple Qs

2007-05-22 Thread Glen Mazza
Am Montag, den 21.05.2007, 21:41 -0400 schrieb Demetris G: And a Q for the Axis folks (1.4) which triggered some of the discussion below. Taking a look at the architectural view of Axis 1.X (http://ws.apache.org/axis/java/architecture-guide.html) it shows that the Axis Engine actually also

.NET Eventing Client

2007-05-22 Thread smitha.aldrin
Hi Is it possible to have a .NET clients for Events? My doubt is how do we instantiate an EventingClient in .NET ? Best Regards Smitha The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s)

Re: Unable to import org.apache.axis2.client.Call Class

2007-05-22 Thread Glen Mazza
That class seems to be obsolete today--it is in the Axis2 0.95 API: http://ws.apache.org/axis2/0_95/api/org/apache/axis2/client/Call.html But I cannot find it in the Axis2 1.2 API: http://ws.apache.org/axis2/1_2/api/index.html FWIW, it would probably be in the lib/axis2-kernel-1.2-RC2.jar of the

Miscellaneous comments

2007-05-22 Thread Furash Gary
1. AXIS and XMLBEANS are capable of handling those weird .NET SOAP datasets! Whooo! 2. Is there an AXIS wiki? With groovy, there's a wiki where users can take stuff from the list and work it into documentation. - To

Databinding support for MTOM

2007-05-22 Thread Brendan Reekie
I'm looking for some recommendations for Databinding with MTOM support. In my initial research I've ruled out JIBX due to byte code manipulation. XMLBeans looks interesting but apparently does not handle MTOM (JIRA AXIS2-1031). That pretty much leaves ADB for binding. Has anyone have some

Re: Miscellaneous comments

2007-05-22 Thread Stefan Magnus Landrø
Have a look here: http://wiki.apache.org/ws/FrontPage/Axis2 2007/5/22, Furash Gary [EMAIL PROTECTED]: 1. AXIS and XMLBEANS are capable of handling those weird .NET SOAP datasets! Whooo! 2. Is there an AXIS wiki? With groovy, there's a wiki where users can take stuff from the list and work

Re: WSDL2Java: WSDLProcessingException: Encoded use is not supported?

2007-05-22 Thread Davanum Srinivas
It means, use Axis1 as you cannot use Axis2. On 5/21/07, wolverine my [EMAIL PROTECTED] wrote: Hi! In my case the WSDL is provided by the service provider which I'm not allowed to make changes. Does this also means that I should not use Axis? On 5/6/07, stefan_dragnev [EMAIL PROTECTED]

RE: Miscellaneous comments

2007-05-22 Thread Furash Gary
Thanks. -Original Message- From: Stefan Magnus Landrø [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 22, 2007 7:36 AM To: axis-user@ws.apache.org Subject: Re: Miscellaneous comments Have a look here: http://wiki.apache.org/ws/FrontPage/Axis2 2007/5/22, Furash Gary [EMAIL PROTECTED]:

Re: XSB files?

2007-05-22 Thread Davanum Srinivas
those are generated by the xmlbeans codegenerator and used by xmlbeans runtime. -- dims On 5/22/07, Rich Adili [EMAIL PROTECTED] wrote: I'm experimenting with Axis2 1.1.1 XML binding. It generates a passel of files with an XSB extension. What is the purpose of this file?

RE: XSB files?

2007-05-22 Thread Furash Gary
I'm just curious. It was unclear from the documentation about where they needed to be. It SEEMS like if they're in a jar file that you've put in the classpath it works okay. -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 22, 2007 9:58 AM To:

Re: XSB files?

2007-05-22 Thread Davanum Srinivas
Yes, that's exactly where they need to be. There is a brief mention in the doc. http://ws.apache.org/axis2/1_2/migration.html -- dims On 5/22/07, Furash Gary [EMAIL PROTECTED] wrote: I'm just curious. It was unclear from the documentation about where they needed to be. It SEEMS like if

RE: XSB files?

2007-05-22 Thread Furash Gary
Yea, I let the scomp tool make the jars and it worked fine. Very nice - like spring it kind of hides the complexity from you. -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 22, 2007 10:12 AM To: axis-user@ws.apache.org Subject: Re: XSB files?

wsdl2java reformats the original WSDL

2007-05-22 Thread Stefan Dragnev
I'm developing a web service using axis2 1.1.1 and XMLBeans data binding. I used wsdl2java tool to generate all java classes for me. All seems to be fine but when I compared the copy of WSDL file placed in resources folder it seems to be reformatted or possibly changed from the original WSDL

Java2Wsdl with DataHandler method

2007-05-22 Thread Brendan Reekie
Hi, I'm trying to generate a WSDL from an existing Bean class that has a method that returns a complex response with a DataHandler element. From what I understand the Java2Wsdl utility should map this into a base64Binary type to handle an attachment. In my WSDL it's generating a xsd:anytype

[Axis2] Getting rid of HTTP 500

2007-05-22 Thread Jeremy Smith
I am trying to use Flash to connect to an axis2 service. Works OK. But, unfortunately flash is a little bit slow in the head, and when a (deliberate) exception is thrown in the service to create a fault, flash sees the HTTP/500 error and only gives the error Unable to connect to URL. In

Re: [Axis2] Getting rid of HTTP 500

2007-05-22 Thread robert lazarski
What I've done a few times is that instead of throwing exceptions from the service, I've returned integers that indicate an exception, ie zero == ok and -1 == NPE. Just an idea - not sure if its workable in your case. HTH, Robert On 5/22/07, Jeremy Smith [EMAIL PROTECTED] wrote: I am trying

Axis2 Dependency List

2007-05-22 Thread Anin Mathen
Guys, I am trying to find a wiki or document that lays out the mandatory and the optional jars in the Axis2 Standard or War distribution. I know that I am only interested in certain features of the Axis2 implementation and would like to only bundle jars that aid in that feature. Just to

[Axis2] axis2-aar-maven-plugin

2007-05-22 Thread Edward Bush
When building my AAR, the plugin does not seem to include my ejb-client JAR. All other dependencies are included. I've suspicioned I could somehow force this, but am not sure how. I use the maven-ejb-plugin to generate my ejb-client JAR (ejb-artifact-id-1.0-SNAPSHOT-client.jar), and my service

Re: Axis2 Dependency List

2007-05-22 Thread Davanum Srinivas
maven2 has a way to pull in the dependency jars. So you if use maven2 and you need to generate ADB based code then just adding axis2-adb-codegen to the list of dependencies will pull in all the other jars that are needed. That will ease the pain a bit. I do recommend the procedure below before

RE: Creating a Client

2007-05-22 Thread Raghu Upadhyayula
Hi Doug, You just use the default constructor of the Login class to create a Login object. thanks Raghu -Original Message- From: Doug Schaible [mailto:[EMAIL PROTECTED] Sent: Mon 5/21/2007 7:03 PM To: axis-user@ws.apache.org Subject: Creating a Client Good Evening, I have created

RE: [Axis2] axis2-aar-maven-plugin

2007-05-22 Thread Edward Bush
fileSets seems to make this work. Kind of cumbersome though. I'd have thought the plugin would have dealt with this smoother. As-is, I'll have to keep the whole path/version for my ejb-client JAR updated in my POM. Seems less than ideal. Would love other suggestions! Thanks :-)

Re: Axis2 Dependency List

2007-05-22 Thread Dennis Sosnoski
If anyone is going to try this they should realize that their testing may miss code paths which bring in more jars, so the deployed application may continue to have ClassNotFoundExceptions at any time. The real answer is for the developers to classify the jars into build-time and run-time

RE: [Axis2] Getting started with Axis2 and Sandesha2 to do WS-ReliableMessaging

2007-05-22 Thread Ted Jones
Hi Paul. I tried the example with Axis2 1.1.1 and Sandesha2 1.1 and received the following error: org.apache.axis2.AxisFault: Incoming message input stream is null at org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUti ls.java:64) at

Re: Axis2 Dependency List

2007-05-22 Thread Davanum Srinivas
XmlSchema is always needed woden is completely optional neethi is always needed jettison is needed only if you do json axis2-json is needed only if you do json axis2-metadata is needed if for jaxws axis2-fastinfoset is needed only if you try binary xml on the wire (fastinfoset) axis2-spring is

Re: Is it typical for a client stub to look this complicated for accessing document literal wrapped webservice?

2007-05-22 Thread Rick Reumann
Just bumping this to see if anyone has experienced something similar. Seems odd that I have to have that extra wrapper (Add0 around my Add class) On 5/12/07, Rick Reumann [EMAIL PROTECTED] wrote: I've deployed a simple webservice to jboss4.0.5 (with jax-ws applied) that is very simple:

Re: Axis2 problem with dispatching

2007-05-22 Thread Eran Chinthaka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You can not expect StringIndexOutofBoundsExceptions even when the input is wrong :). There should be a flow in the code. Was trying to understand the code, but there weren't enough comment in it. Will look at it later. Keith might be able to help fix

Re: Axis2 1.1.1 WSDL2JAVA - Not generating java classes for wsdl:portType

2007-05-22 Thread Bo Xie
Sorry to bother you again. Just want to know if this is a bug or I did not set the parameter correctly. Any advice on how to make this work. Thanks, -Bo On 5/20/07, Bo Xie [EMAIL PROTECTED] wrote: I attached the wsdls from the original email. Thanks, -Bo On 5/20/07, Amila Suriarachchi

Reading Axis SOAP messages

2007-05-22 Thread Demetris G
Hey all, wouldn't reading the SOAP messages as plain text as they come into a socket be the right way to go about with it? It seems that I am getting empty SOAP headers and bodies for what I verified to be legitimate service calls. Any ideas ?

Re: Reading Axis SOAP messages

2007-05-22 Thread Demetris G
To make this more specific, this is what I get coming into my server socket from the Axis client: Waiting for Axis outgoing SOAP message ... [Thread[Thread-1,5,main]]Received from Axis=[POST /axis/services/remoteFW HTTP/1.0] [Thread[Thread-1,5,main]]Received from Axis=[Content-Type:

MTOM error java.lang.OutOfMemoryError: Java heap space

2007-05-22 Thread Vikas
Hi friends, I am running sample application mtom from standard axis2 samples [axis2-1.1.1\samples\mtom]. This sample is working for sending attachment of size 2-3 MB, but giving error for more than 3MB size of files. I want to send file of size 50-100 MB. error is as follows [java]