Re: using faults w/ wsdl2c

2010-02-12 Thread Sam Carleton
kout from > https://svn.apache.org/repos/asf/webservices/axis2/trunk/java/ > > Regards, > Shankar > > On Fri, Feb 12, 2010 at 9:30 AM, Sam Carleton wrote: >> Ok, I am trying to figure out to use faults with Axis2/C.  There was a >> thread back in December that said th

Re: using faults w/ wsdl2c

2010-02-11 Thread Sam Carleton
ec 5, 2009 at 5:56 AM, Samisa Abeysinghe wrote: > >> >> >> On Fri, Dec 4, 2009 at 11:09 PM, Sam Carleton wrote: >> >>> Dimuthu, >>> >>> Where EXACTLY does one find the latest WSDL2C code? Is it in an build or >>> is it in the Ax

Re: Data element of the OM Node is NULL

2010-01-26 Thread Sam Carleton
correctly, in that condition the service created a response object to return to the Axis2/C. Sam On Tue, Jan 26, 2010 at 7:03 AM, Nandika Jayawardana wrote: > Can you attach the code which construct the response in your service ? > > Regards > Nandika > > > On Mon, Jan 25,

Data element of the OM Node is NULL

2010-01-24 Thread Sam Carleton
When I run Apache Server and Axis2/C in development, all is well, when I run it in a clean VM, I am getting the error: Data element of the OM Node is NULL What exactly is this telling me? It is saying that my service is not building the response object or that the value being passed in is NULL?

Re: Cannot get Axis2/C Client to run in clean system, take 2

2010-01-19 Thread Sam Carleton
Found the problem, it had NOTHING to do with Axis2/C, for all those Axis2/C ears that were burning, I am sorry ;) On Mon, Jan 18, 2010 at 10:47 PM, Sam Carleton wrote: > I am currently 100% Windows based. A week or two I posted a Q about > being unable to get my Axis2/C client runnin

Cannot get Axis2/C Client to run in clean system, take 2

2010-01-18 Thread Sam Carleton
I am currently 100% Windows based. A week or two I posted a Q about being unable to get my Axis2/C client running on a clean machine. I got that working, after making some concessions: Initially I wanted to minimize the dependencies on my client, so I was linking the client with the /MT switch as

Axis2/C and Qt

2010-01-13 Thread Sam Carleton
Does anyone know if someone has ever written a WSDL2QT utility to allow Axis2/C to integrate with Qt?

Re: Cannot get Axis2/C Client to run in clean system

2010-01-06 Thread Sam Carleton
opment environment to the > new clean environment ? > > Regards > Nandika > > On Wed, Jan 6, 2010 at 10:46 AM, Sam Carleton > wrote: > >> I am working on getting my Axis2/C client to run in a clean environment. >> It isn't working, here is what I have done: >&

how to build axis2_tcp_receiver.dll and axis2_tcp_sender.dll

2010-01-06 Thread Sam Carleton
I am thinking that the issue might be a linker issue, so I am trying to recompile Axis2/C 1.6 from source on my Windows 7 dev machine and running into some issues, such as how to build axis2_tcp_receiver.dll and axis2_tcp_sender.dll. Withing the axis2c\build\win32 directory, I run all the build ba

Cannot get Axis2/C Client to run in clean system

2010-01-05 Thread Sam Carleton
I am working on getting my Axis2/C client to run in a clean environment. It isn't working, here is what I have done: 1: extracted axis2c-bin-1.6.0-win32.zip on the development machine and linked against this version. (as compared to the debug version I compiled) 2: extracted axis2c-bin-1.6.0-win3

Re: DLL loading on Windows XP

2009-12-30 Thread Sam Carleton
Patrick, The DLL's that are used by your service should go in the same folder as the main executable, I use Apache to host my web serves, so I put all the DLL's in the same folder as httpd.exe, in your case, put them in the same folder as the Axis2c executable. Sam On Wed, Dec 30, 2009 at 11:49

Re: Getting the HTTP Status Codes

2009-12-14 Thread Sam Carleton
On Mon, Dec 14, 2009 at 3:25 AM, Selvaratnam Uthaiyashankar < uthaiyashan...@gmail.com> wrote: > Hi Sam, > > did you try axis2_svc_client_get_http_status_code? > No I did not, thank you, that worked like a charm!

Getting the HTTP Status Codes

2009-12-13 Thread Sam Carleton
I am working with the Axis2/C client. The web server can reply with a number of different HTTP Status Codes, HTTP_UNAUTHORIZED or HTTP_MOVED_PERMANENTLY. It looks like in both cases env->error->error_number is AXIS2_ERROR_HTTP_CLIENT_TRANSPORT_ERROR (74). Is there any way to get to the actual HT

client side memory management

2009-12-13 Thread Sam Carleton
I am looking at the hello.c sample and seeing a lot of things that are never freed. I am also not seeing any rules stated on who is responsible for freeing memory on things. For example, in the hello.c code an axis2_options_t *options is created but at no point is it freed. Is it automatically f

Re: .Net client can call Axis2/C service, Axis2/C client cannot

2009-12-12 Thread Sam Carleton
Damitha, Thank you! It is ParataMgr, don't know how I missed that one. I do appreciate the help and all the help in general wso2.com has provided me over the last year, it has been great! Sam On Sat, Dec 12, 2009 at 2:01 PM, Damitha Kumarage wrote: > Check your service name. Is it parataMgr

Re: .Net client can call Axis2/C service, Axis2/C client cannot

2009-12-12 Thread Sam Carleton
Selvaratnam, Thank you for your help I was assuming the issue was related to the header in the request.. Here is the TCPMon log for the Axis2/C client to Axis2/C service that does not work: ## *** BEGIN *** ## POST /axis2/services/parataMgr HTTP/1.

.Net client can call Axis2/C service, Axis2/C client cannot

2009-12-11 Thread Sam Carleton
For about a year now I have been using Axis2/C on the server side with a great deal of success. I am now trying to use it on the client side and things are not working. I just tried with .Net's WCF and it worked fine, looking at the envelopes, there is an obvious difference: .Net WCF Envelope:

What is needed to distribute a Axis/2 Client

2009-12-11 Thread Sam Carleton
I have been using Axis2/C sololy on the server side until now (I had been using Silverlight as the client). I now need to use Axis2/C on the client side but need to know what exactly needs to be in the clients repository. What files are actually needed? Sam

Re: using faults w/ wsdl2c

2009-12-04 Thread Sam Carleton
Dimuthu, Where EXACTLY does one find the latest WSDL2C code? Is it in an build or is it in the Axis2/Java SVN repository? Sam On Thu, Dec 3, 2009 at 10:57 PM, Dimuthu Gamage wrote: > Hi, > > If you use the latest axis2 WSDL2C generator code, you don't need to create > soap fault message manua

Re: [ot] adjusting timeouts

2009-11-15 Thread Sam Carleton
, 2009 at 4:01 PM, wrote: > I too am interested in how to set the timeout for the Axis2/C module. > Rarely my application will need up to 300 seconds (the Apache httpd > default). But I have not tried that yet. > Thanks, > George > > -- Original message from Sa

[ot] adjusting timeouts

2009-11-15 Thread Sam Carleton
My Axis2/C code is being used by a .Net client and being hosted via Apache 2.2 and mod_axis2. I have set the SendTimeout on the .Net binding to 10 minutes but things are still timing out in about 30 seconds. I am wondering if anyone in this forum has run into this problem and has any suggestions

Re: generating wsdl for complex return types

2009-10-16 Thread Sam Carleton
Doug, A basic WSDL is by no means simple. There are a number of different concepts that are captured in a complete WSDL document. I am not a big fan of buying books anymore, but the Developing Web Services with Apache Axis2 was VERY helpful in getting me jump started in the w

Re: Axis2c Questions

2009-10-12 Thread Sam Carleton
I am no Axis2/C pro, and I don't have an answer to your first Q, but I believe the answer to the second question is: Do the initial connection to the database in the service's axis2_get_instance() function and then cleanup in axis2_remove_instance(). I am using SQLite and this is where I call sqli

Axis2/C and mod_gzip

2009-10-02 Thread Sam Carleton
I am wondering, my Axis2/C server returns some large data sets to the .Net client. To make development easier, the WSDL element names are a bit long and verbose, but that adds useless size to an already large dataset. Is it possible to use something like mod_gzip to compress the results of the resu

Re: Message coming back short

2009-09-29 Thread Sam Carleton
, 2009 at 10:49 PM, Sam Carleton wrote: > > I sorted the WSDL, regenerated the source and recompiled and the same > elements > > are always missing. > > I was mistaken, it is always the last elements that are lost, which > ever elements come last. >

Re: Message coming back short

2009-09-28 Thread Sam Carleton
> I sorted the WSDL, regenerated the source and recompiled and the same elements > are always missing. I was mistaken, it is always the last elements that are lost, which ever elements come last.

Message coming back short

2009-09-28 Thread Sam Carleton
Silverlight 2.0 is calling an Axis2/C 1.6 server requesting a method that takes a string as an in, though it isn't used and returns a complex result. Here is the most relevant part of the WSDL:

Architecture to replace axis2.xml and services.xml

2009-09-23 Thread Sam Carleton
I am using Axis2/C in an kiosk application. So my customer is the admin of the system and their customers the user of the system. The security is designed to limit my customer, the effective admin of the system from enabling features no purchased. If the architecture of Axis2/C allows it, I woul

Re: Obtaining consumer address from Axis2/C service - SOLVED

2009-07-10 Thread Sam Carleton
Thank you for posting the answer, this could be very useful! On Fri, Jul 10, 2009 at 7:10 AM, Stefan Hristov wrote: > Well, looking at the source usually helps :) > > There is a property in msg_ctx called AXIS2_SVR_PEER_IP_ADDR which contains > the remote peer IP address. > So basically this is

Re: mod_axis and apache problem: starting apache loads 4 instances of web service

2009-05-21 Thread Sam Carleton
Abdul Sami wrote: Okay i have set 'ServerLimit 1', this solves it. The idea is that as requests come in the master instance of Apache will spawn more instances as the demand goes up. You are going to experience some series performance issues if you do that in production. If I am not mistaken

Re: Consuming WCF service from apache axis2/c

2009-05-08 Thread Sam Carleton
Tushar, I tried prototyping some WSDL's in WCF and quickly discovered that Microsoft likes to break the WSDL into multiple files, making it more difficult to get at the WSDL for WSDL2C to generate the stub code. There is info out there on how to over come this issue, since my target backend is Axi

Re: how to handle faults?

2009-05-08 Thread Sam Carleton
On Thu, May 7, 2009 at 12:27 PM, Samisa Abeysinghe wrote: > I am not sure if the code generator maps the WSDL faults to Axis faults, > specially in Axis2/C. Need to check with codegen folks. Samisa, Might you know: 1: Where might be a good place to get an explaination of how faults are suppose

one-way operation

2009-05-02 Thread Sam Carleton
I looked through the manual and searched the web, but I cannot find any details on how to implement a one-way operation. When my C# WCF calls the operation, it always returns: The one-way operation returned a fault message. The reason for the fault was 'No Error'. And inside of the invoke gener

Re: WSDL2C: What to do after compiling Axis2 1.4.1. nightly build

2009-05-01 Thread Sam Carleton
Rajika, I am going off of this email from a week and a half ago, please see my question below: On Wed, Apr 22, 2009 at 11:45 PM, Manjula Peiris wrote: > > On Wed, 2009-04-22 at 11:48 -0400, Bennett, Robert P wrote: > > > > > > > > Major Changes Since Last Release > > > ==

how to handle faults?

2009-05-01 Thread Sam Carleton
I just added a fault to my WSDL, how does one go about putting that to use in a service?

WSDL2C: What to do after compiling Axis2 1.4.1. nightly build

2009-05-01 Thread Sam Carleton
Folks, I am after the latest greatest WSDL2C, which from my understanding is in the Axis2/Java nightly build. I happen to be one of those C/C++ developers that does not know Java all that well. I have pulled down the code from SVN, installed Maven and the JDK. I have managed to get the nightly

access control?

2009-04-27 Thread Sam Carleton
How should one implement access control to my Axis2/C services? As it stands right now anyone can access my services and I need to know who the person is, somehow, I am wide open for options, I need to get a username from the client. I am hosting Axis2/C in Apache and I do have modified one of th

Re: [ANN][Axis2]Apache Axis2/C 1.6.0 Released

2009-04-24 Thread Sam Carleton
On Fri, Apr 24, 2009 at 7:01 AM, Bennett, Robert P wrote: > > Quite frankly, I do not like the idea of using a nightly build to > produce code that is going to be used in a production environment.  Any > chance of seeing an official stable release any time soon? Bob, It really distressing me to

Re: multi-dimention array and inout parameter

2009-04-15 Thread Sam Carleton
Dai-Hee, If my understanding is correct, anything type of XML schema can be used as an inout param in a Web Service and Axis2/C does not have any limitations in this regard. As far as what WSDL2C can handle, that is a different question, which I don't know the answer to. Sam On Wed, Apr 15, 200

Re: apos not getting encoded

2009-04-11 Thread Sam Carleton
The answer: axutil_xml_quote_string() On Fri, Apr 10, 2009 at 11:27 PM, Sam Carleton wrote: > I can never get the terminology straight, but what I am expecting is this: > > I like to eat M&M's > > but when I call > > adb_nightType_set_nightType( pNight, env, &q

apos not getting encoded

2009-04-10 Thread Sam Carleton
I can never get the terminology straight, but what I am expecting is this: I like to eat M&M's but when I call adb_nightType_set_nightType( pNight, env, "I like to eat M&M\'s"); The result is: I like to eat M&M's How do I get it to encode the string? Sam

Re: Setting properties in apache module

2009-04-09 Thread Sam Carleton
On Thu, Apr 9, 2009 at 12:55 AM, Supun Kamburugamuva wrote: > You need to retrieve the property, not the parameter :) Thank you! I am in business now! Sam

Setting properties in apache module

2009-04-08 Thread Sam Carleton
I am trying to set a property in the Apache module so the module can get the property, but it isn't working. The calls work, but once I get to the service, the get call returns NULL. My thought is that I am setting the property at the wrong place or in the wrong way. I want the property to be re

file path separators

2009-04-06 Thread Sam Carleton
Right now I am working in Windows but the primary reason for using Axis2/C is to go cross platform sometime next year. Apache C Modules have done a very nice job of making sure that all file file IO functions that take a path are neutral when it comes to file path separators. Well not actually ne

Re: resolving relative file paths (mod_axis2)

2009-04-05 Thread Sam Carleton
On Sun, Apr 5, 2009 at 11:27 PM, Supun Kamburugamuva wrote: > I'm not that clear about your question. Generally if the info is available > for mod_axis2 at start-up you can put it to conf_ctx and retrieve it when > the service is invoked. Supun, I think that is EXACTLY what I need. Is there any

Re: Application scope parameters

2009-04-05 Thread Sam Carleton
On Sun, Apr 5, 2009 at 11:15 PM, Supun Kamburugamuva wrote: > On Mon, Apr 6, 2009 at 2:23 AM, Sam Carleton > wrote: > >> Question: >> >> From within the services init function, is there any way to get a >> parameter element from axis2.xml or services.xml? >

Re: doxygen documentation

2009-04-05 Thread Sam Carleton
Never mind, I downloaded and installed doxygen and generated the documentation. It is of little value, I find grepping the actual source much more effective. On Sat, Apr 4, 2009 at 11:00 PM, Sam Carleton wrote: > I don't have any doxygen documentation, how do I go about building it &g

Application scope parameters

2009-04-05 Thread Sam Carleton
In my web service, there are a few setup tasks that only need to happen at initialization. The results need to be saved for the life of the service. To accomplish the setup tasks, the service needs to get a parameter from the configuration: Question: >From within the services init function, is

doxygen documentation

2009-04-04 Thread Sam Carleton
I don't have any doxygen documentation, how do I go about building it from the nightly source?

resolving relative file paths (mod_axis2)

2009-04-04 Thread Sam Carleton
The first thing my service needs to do is read in some path to some files. The host is Apache. The paths of the files are all relative to the Apache root (this files are also used by an Apache C Module). Question 1: How can I resolve this paths within the Axis2/C service to make them absolute pa

Re: One service, one module? and WSDL2C has a few errors...

2009-04-04 Thread Sam Carleton
On Sat, Apr 4, 2009 at 10:06 PM, Dimuthu Gamage wrote: > Hi Sam, > Yea the wsdl2c tool doen't generate service groups. You can choose which > service to generate code using -sn . If there are errors in > the generated services.xml file can you please raise a jira, if possible > please attach the c

One service, one module? and WSDL2C has a few errors...

2009-04-04 Thread Sam Carleton
I have continued on my quest to try to get multiple services into one WSDL. I think I have the WSDL correct, there are simply multiple service sections (see My WSDL at the bottom of the email). I am running into a number of issues: 1: The WSDL2C only creates an invoke to handle one of the two se

Re: [OT] wsdl services, binding, and ports

2009-04-03 Thread Sam Carleton
On Fri, Apr 3, 2009 at 4:20 PM, Samisa Abeysinghe wrote: > The following articles are on WSDL tool of Axis2. In addtion to Axis2 tool, > it also talks about various aspects of WSDL. > > http://wso2.org/library/2873 > > http://wso2.org/library/2935 Samisa, Thank you for the links, they are very h

Re: [OT] wsdl services, binding, and ports

2009-04-03 Thread Sam Carleton
On Fri, Apr 3, 2009 at 3:32 PM, Samisa Abeysinghe wrote: > Sam Carleton wrote: >> >> You would be correct that this is very WSDL related, but the engine is >> Axis2/C, which is why I posted here.  If there is a pure WSDL forum to post >> these types of questions, I

Re: wsdl services, binding, and ports

2009-04-03 Thread Sam Carleton
On Fri, Apr 3, 2009 at 1:35 PM, Samisa Abeysinghe wrote: > Is this a WSDL question or is this something that you want to do with > Axis2/C? > > It looks to me as if this is a WSDL related problem, and if so, this is not > the correct list for that :( You would be correct that this is very WSDL

wsdl services, binding, and ports

2009-04-03 Thread Sam Carleton
Folks, I would like my one physical to contain all my ports, which there will be quite a few. How exactly is that done? Within the WSDL's service element, should each port be listed? Can I use the same soap:address location or does each port need a different address? What about the binding? I

Re: How best to transform a XML file into a message.

2009-04-02 Thread Sam Carleton
On Thu, Apr 2, 2009 at 3:27 PM, cara wrote: > umm ... fun? ... I don't know ... it's 'enterprise plumbing' ... I am one of those strange people that enjoys plumbing. The project I am using Axis2/C on is a side thing for me that consists of a whole host of languages: .Net 2.0 (still, need to up

Re: How best to transform a XML file into a message.

2009-04-02 Thread Sam Carleton
On Thu, Apr 2, 2009 at 1:16 PM, cara wrote: > > he he ... I'm laughing pretty hard right now. Well, Sam, perhaps we have now > bent > your ear with too much information. No matter what, don't feel bad ... there > is a lot > to learn ... and I swear, you can only learn this junk by doing ... Wel

Re: How best to transform a XML file into a message.

2009-04-02 Thread Sam Carleton
On Thu, Apr 2, 2009 at 11:37 AM, cara wrote: > Sam, > > IMHO, it isn't worth doing web services unless you use the autogenerated > code. I learned from experience to stop hand jamming xml. If your WSDL > changes, you want to re-autogenerate the plumbing code on both your client > and server side

Re: How best to transform a XML file into a message.

2009-04-02 Thread Sam Carleton
level, fore this is something only you can answer." would be much appreciated. Sam P.S. I am starting to talk to WSO2 about some paid support, I am hoping to get some feedback on this sooner rather then later, though ;) On Wed, Apr 1, 2009 at 7:34 AM, Sam Carleton wrote: > My first ope

How best to transform a XML file into a message.

2009-04-01 Thread Sam Carleton
My first operation I need to implement with Axis2/C is sort of interesting... I have an XML file on the server that needs to be transformed and returned to the client. The question is how best to do this transformation? A: Do I use the code generated by WSDL2C and in the call to the operation po

Understanding WS-*

2009-04-01 Thread Sam Carleton
I know that Axis2/C supports all these WS-* things, I have read over the pages about them, but I still don't understand exactly how to fit them into the big picture. Can anyone recommend where I could go (or maybe a book I could read) that would help explain Web Services in general and how how to

Re: What is the configuration settings mechanism?

2009-03-31 Thread Sam Carleton
On Tue, Mar 31, 2009 at 10:43 AM, Sam Carleton wrote: > From within the Apache mod_axis2 module, is there some way I can > programmically add parameters to the list? I have already added the > mod_axis2 code to my exiting Apache module, which already gets all the > parameters fro

Re: What is the configuration settings mechanism?

2009-03-31 Thread Sam Carleton
quot;); and > after that calling > axutil_param_get_value(param, env) will do the job I guess. > > -Manjula. > > On Tue, 2009-03-31 at 07:22 -0400, Sam Carleton wrote: > > > > > > On Tue, Mar 31, 2009 at 12:27 AM, Supun Kamburugamuva > > wrote: > >

Re: What is the configuration settings mechanism?

2009-03-31 Thread Sam Carleton
On Tue, Mar 31, 2009 at 12:27 AM, Supun Kamburugamuva wrote: > You can put it as parameters in services.xml > I thought that might be the case, so I went looking in the manual on the apache site for documentation of what it might be but failed to see anything. I also went looking for an example

How to wrap the Calculator WSDL for .Net?

2009-03-30 Thread Sam Carleton
I just created a .Net client to call the sample Calculator service that is in the Axis2/C source and it has the standard calling convention of: Calculator.addResponse add(Calculator.addRequest request); According to what I read in "Developing Web Services with Apache Axis2" by Kent Ka lok Tong, i

What is the configuration settings mechanism?

2009-03-30 Thread Sam Carleton
How does Axis2/C handle configuration settings for a service? I don't want to hard code in things like the DB connection info and other such info. What is the mechanism to pass that information to a service?

OT: Where to go for WSDL help?

2009-03-29 Thread Sam Carleton
Is this the correct place to go for help with creating AXIS2/C WSDL's to C#.Net Clients or should I be going somewhere else? If somewhere else, where might that some place be? Sam

Re: .net wrapping and AXIS2_ERROR_INVALID_STATE_DLL_DESC

2009-03-28 Thread Sam Carleton
I am looking more into the log file and I am finding something interesting. I have a debug message "loading the services from msg_recv_load_and_init_svc" for all the services EXCEPT mine. Here is what I am getting in my log file: [Sun Mar 29 01:40:58 2009] [debug] ..\..\src\core\receivers\msg_rec

Re: .net wrapping and AXIS2_ERROR_INVALID_STATE_DLL_DESC

2009-03-28 Thread Sam Carleton
On Sat, Mar 28, 2009 at 11:15 PM, Rajika Kumarasiri wrote: > > Well what I was asking is weather you have implemented the axis2_get_instance > and axis2_remove_instance function > properly. I don't know weather the codegen tool generate these two functions. Ok, I follow you. VC9 (Visual Studio

Re: .net wrapping and AXIS2_ERROR_INVALID_STATE_DLL_DESC

2009-03-28 Thread Sam Carleton
On Sat, Mar 28, 2009 at 10:40 PM, Rajika Kumarasiri wrote: > Seems like something wrong with your service dll. Please re-check the > service implementation. Rajika, Are you saying there is something wrong in my function where I implement the NodeManager::getChildren function: axis2_skel_NodeMana

Re: .net wrapping and AXIS2_ERROR_INVALID_STATE_DLL_DESC

2009-03-28 Thread Sam Carleton
On Sat, Mar 28, 2009 at 10:16 PM, Rajika Kumarasiri wrote: > What does the axis2 server log says? ..\..\src\core\receivers\raw_xml_in_out_msg_recv.c(115) Impl object for service 'NodeManager' not set in message receiver. 107 :: DLL description has invalid state of not having valid DLL create func

.net wrapping and AXIS2_ERROR_INVALID_STATE_DLL_DESC

2009-03-28 Thread Sam Carleton
As I posted a few hours ago, I am working on my first ever web service. The server, Apache and Axis2/C of course, the client is a C#.Net application. I have the server compiled and it shows up when I consult the list of services on the Apache web server. I built a C# client to call the Web Servi

passing system variables

2009-03-28 Thread Sam Carleton
I am new to Web Service programming so this is a pretty basic question: How does one go about getting global configuration info to a web service? With an Apache module there is a way to define new commands to configure an Apache module (like the Axis2's Axis2RepoPath command) I need something li

Re: Where is WSDL2C Tool

2009-03-28 Thread Sam Carleton
o use WSDL2C > class instead of WSDL2Java class > > Thanks > Dimuthu > > On Sat, Mar 28, 2009 at 7:06 PM, Sam Carleton > wrote: >> >> I am looking for the WSDL2C Tool and I am not seeing it in the Java >> version of Axis2 1.4.1 and I am not seeing it anywhere in the

Where is WSDL2C Tool

2009-03-28 Thread Sam Carleton
I am looking for the WSDL2C Tool and I am not seeing it in the Java version of Axis2 1.4.1 and I am not seeing it anywhere in the download from this link: http://ws.apache.org/axis2/download/1_4_1/download.cgi Where might I find the WSDL2C Tool? Sam

Re: Axis2 for .Net???

2009-03-03 Thread Sam Carleton
On Tue, Mar 3, 2009 at 3:17 AM, Stadelmann Josef wrote: > Hi Sam > > may I add my 2 cents. > > I have ported apache axis2/c (all including libxml2 up on which axutil is > based) to my OpenVMS. I run apache tomcat on Open VMS and on top of it I run > axis2/Java. I pass axiom's serialized through

Re: Axis2 for .Net???

2009-03-02 Thread Sam Carleton
On Mon, Mar 2, 2009 at 9:20 AM, Samisa Abeysinghe wrote: > No plans, as there seems no point to compete with .NET Web services stack > from Microsoft. :) If I am not mistaken, Microsoft's .Net Web Service stack only runs on Windows with IIS, not on none Windows with Apache and Mono. Is that cor

Re: Axis2 for .Net???

2009-03-02 Thread Sam Carleton
On Mon, Mar 2, 2009 at 8:46 AM, Samisa Abeysinghe wrote: > There is no .NET implementation of Axis2. That is what I thought, the earlier post through me for a loop ;) Safe to assume there is no movement to add .Net support? Sam

Axis2 for .Net???

2009-03-02 Thread Sam Carleton
On Fri, Feb 27, 2009 at 12:54 PM, cara wrote: > > I do not use C/C++ server side for production. I have only worked on > 'enterprise' systems ... so > the web services must be in one of the following frameworks: J2EE or .NET. This leads me to believe that there IS a .Net version of Axis2, am I i

bare minimum to run mod_axis2?

2009-03-01 Thread Sam Carleton
I am a one man ISV. I am adding Axis2/C to my software. I have mod_axis2 up and running in my own minimal install of Apache 2.2.10. The only issue is that I still have Axis2RepoPath in the httpd.conf pointing to the original deploy folder that was created when I compiled from the subversion trun

Re: Axis2/C or Axis-C++

2009-02-27 Thread Sam Carleton
On Fri, Feb 27, 2009 at 4:51 PM, Sam Carleton wrote: > On Fri, Feb 27, 2009 at 3:14 PM, Dinesh Premalal wrote: >> >> >> Regarding Axis2/C , I could say that is the one you could find most >> number of WS-* specifications implemented. WS-Addressing, >> WS-

Re: Axis2/C or Axis-C++

2009-02-27 Thread Sam Carleton
On Fri, Feb 27, 2009 at 3:14 PM, Dinesh Premalal wrote: > > > Regarding Axis2/C , I could say that is the one you could find most > number of WS-* specifications implemented. WS-Addressing, > WS-ReliableMessaging, WS-Evening, WS-Security to name a few. In > addition to that you could have some mor

Axis2/C or Axis-C++

2009-02-27 Thread Sam Carleton
I am new to web services and am wondering which I am better off using: Axis2/C or Axis-C++ My preference is to work in C++, I am more comfortable in the OO world, but am willing to work with Axis2/C if that is the most current/stable of the two. Sam

Re: Getting started with Web Services

2008-09-17 Thread Sam Carleton
On Wed, Sep 17, 2008 at 9:30 AM, Senaka Fernando <[EMAIL PROTECTED]> wrote: > Hi Sam, > > ISBN:9781847192868 > Senaka, Looking on Amazon and B&N, the reviews are not all that impressive. Have you read the book? Sam - To unsubsc

Re: Getting started with Web Services

2008-09-17 Thread Sam Carleton
On Wed, Sep 17, 2008 at 9:21 AM, Senaka Fernando <[EMAIL PROTECTED]> wrote: > Hi Sam, > > There is a book on Axis2 (Java) By Deepal Jayasinghe. Try that. Senaka, Do you have a source for this book? Will I find it at Amazon? If so, might you have a ISBN number? Sam

Getting started with Web Services

2008-09-17 Thread Sam Carleton
have the budget for that right now, I am a one man shop that is working on this program part time, it is more of a hobby then anything else. So I am looking for books, web sites, etc. Sam Carleton http://www.miltonstreet.com - To

development environments...

2008-03-21 Thread Sam Carleton
I have spent my development career in Windows using both DevStudio and Visual Studio. One of the reasons I am going to be using Apache C Modules and Axis2/C is to be cross platform. Does anyone have any recommendations on a good cross platform development environments that has a debugger for Apac

Re: running WSDL2C

2008-03-02 Thread Sam Carleton
Got it working once I downloaded Axis2/J ;) On Sun, Mar 2, 2008 at 9:21 AM, Sam Carleton <[EMAIL PROTECTED]> wrote: > Ok, I created the Microsoft Web Serice Walkthrough that creates a > simply ConvertTemperature method. I compiled it and ran it. Then > this URL gaves me what

running WSDL2C

2008-03-02 Thread Sam Carleton
Ok, I created the Microsoft Web Serice Walkthrough that creates a simply ConvertTemperature method. I compiled it and ran it. Then this URL gaves me what looks like WSDL: http://localhost:1326/Service1.asmx?WSDL I saved that to \axis2c-src-1.2.0\tools\codegen\javatool as temp.wsdl Then I ran

Axis2/C and UDDI

2008-02-29 Thread Sam Carleton
I am new to web services and I am still trying to figure out how all the pieces going together. My final objective is to write bunches of web services using Axis2/C and served up by Apache that can be consumed by a .Net Windows application. According to this book I am reading online, UDDI are Ser

Re: axis-c and apache modules...

2008-02-24 Thread Sam Carleton
On Sun, Feb 24, 2008 at 11:32 PM, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: > > Ok, let me present my perspective. You can use Axis2/C's httpd module > and implement a service, that will wrap your current C/C++ business > logic and the .NET application can communicate with the service hosted

Re: axis-c and apache modules...

2008-02-24 Thread Sam Carleton
On Sun, Feb 24, 2008 at 9:41 PM, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: > You can do that by using our Axis2/C httpd module. However, if I > understood your earlier mail correctly, you want to expose your own > httpd module. Or do you want to expose an existing C++ library as a Web > serv

Re: axis-c and apache modules...

2008-02-24 Thread Sam Carleton
On Sun, Feb 24, 2008 at 8:21 PM, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: > > Axis2/C is the new implementation with many WS-* level support. I would > rather use Axis2/C :) Cool > What kind of a service do you want to consume from your module? It is an > RPC style or a document style Web

Re: axis-c and apache modules...

2008-02-24 Thread Sam Carleton
Senaka, Ok, I am just getting into Web Services and my Apache Module is actually C++. Well a lot of it is simply C+ . So from looking at the http://ws.apache.org/soap/ site, I had gotten the impression that Axis2 has replaced Axis. From what you are saying Axis is C++ and Axis2 is either Java o

axis-c and apache modules...

2008-02-24 Thread Sam Carleton
I am working on a project that currently has an Apache C module in it. Now I need this C code to talk to some applications via SOAP. Is axis-C what I am looking for or is that a stand alone SOAP/Web Service implementation using the Apache engine? Ideally I would like to simply add to the one exi