Re: How to create a SSL client to support https

2010-02-17 Thread Ashok P
in the console of the server, there are some error >> messages like I mentioned before. > > can you send those error messages? even if that is not axis2 we may be > able to get an idea about what's going wrong. > > - > To unsubscribe, e-mail: axis-c-user-unsubscr...@ws.apache.org > For additional commands, e-mail: axis-c-user-h...@ws.apache.org > > > -- View this message in context: http://old.nabble.com/How-to-create-a-SSL-client-to-support-https-tp11441745p27621164.html Sent from the Axis - C++ - User mailing list archive at Nabble.com.

RE : How to set SOAPAction header for SOAP 1.1?

2010-02-01 Thread Olivier Mengué
Thanks. My bug was really too obvious. Olivier. Message d'origine De: Doughty, Michael [mailto:michael_doug...@bmc.com] Date: dim. 31/01/2010 07 h 28 À: Apache AXIS C User List Objet : RE: How to set SOAPAction header for SOAP 1.1? It looks like you're setting the s

RE: How to set SOAPAction header for SOAP 1.1?

2010-01-30 Thread Doughty, Michael
should be set to the qualified value "http://www.mellbourn.com/WebServices/get_Password";. So set the string value of the action to the latter of the two and rebuild. From: Olivier Mengué [mailto:omen...@oxymel.com] Sent: Friday, January 29, 2010 12:19 PM To: axis-c-user@ws.apache.org Subject

Re: How to set SOAPAction header for SOAP 1.1?

2010-01-30 Thread Selvaratnam Uthaiyashankar
Hi, It seems you didn't assign any value to SOAP_ACTION variable??? Regards, Shankar 2010/1/29 Olivier Mengué : > Hi, > > I'm trying to write a SOAP client for the public SOAP service at: > http://www.service-repository.com/service/wsdl?id=98309 > > My attempts fail due to an empty SOAPAction he

How to set SOAPAction header for SOAP 1.1?

2010-01-29 Thread Olivier Mengué
Hi, I'm trying to write a SOAP client for the public SOAP service at: http://www.service-repository.com/service/wsdl?id=98309 My attempts fail due to an empty SOAPAction header: Axis2/C 1.6.0 sends this: - POST http://mellbourn.com:80/WebServices/PasswordGener

RE : RE : How to free axutil environment?

2010-01-22 Thread Olivier Mengué
eak report. Olivier. Message d'origine De: Damitha Kumarage [mailto:dami...@wso2.com] Date: ven. 22/01/2010 05 h 12 À: Apache AXIS C User List Objet : Re: RE : How to free axutil environment? Olivier Mengué wrote: > > The problem seems to be that axutil_l

Re: RE : How to free axutil environment?

2010-01-21 Thread Damitha Kumarage
Olivier Mengué wrote: The problem seems to be that axutil_log_free() should call axutil_file_handler_close(), isn't it ? No axutil_file_handler_close is called from axutil_log_impl_free() which is the function actully called when environment is freed. BTW latest valgrind does not show any

RE : How to free axutil environment?

2010-01-21 Thread Olivier Mengué
The problem seems to be that axutil_log_free() should call axutil_file_handler_close(), isn't it ? Message d'origine De: Olivier Mengué [mailto:omen...@oxymel.com] I've removed the axutil_env_free_masked() call, but I still have a leak. Here is the full Insure++ report: MEMO

RE : How to free axutil environment?

2010-01-21 Thread Olivier Mengué
05 h 58 À: Apache AXIS C User List Objet : Re: How to free axutil environment? You do not need to use axutil_env_free_masked method. calling axutil_env_free should free up the environment. Regarda Nandika 2010/1/20 Olivier Mengué > Hi, > > I'm discovering Axis2/C and I try t

Re: How to free axutil environment?

2010-01-20 Thread Nandika Jayawardana
v_t *env = NULL; > > env = axutil_env_create_all("env_leak.log", AXIS2_LOG_LEVEL_TRACE); > axutil_env_free_masked((axutil_env_t *) env, > AXIS_ENV_FREE_LOG|AXIS_ENV_FREE_ERROR|AXIS_ENV_FREE_THREADPOOL); > axutil_env_free((axutil_env_t *) env); > retur

How to free axutil environment?

2010-01-20 Thread Olivier Mengué
e((axutil_env_t *) env); return 0; } Is there any general documentation about how to manage Axis2/C memory? The doxygen documentation is quite light, and it lacks links to free() function from the ones that allocate memory. Olivier Mengué

RE : how to build axis2_tcp_receiver.dll and axis2_tcp_sender.dll

2010-01-06 Thread Lefrancois, Carl
care of the build order for you. hth -Message d'origine- De : scarle...@gmail.com [mailto:scarle...@gmail.com] De la part de Sam Carleton Envoyé : 6 janvier 2010 08:35 À : Apache AXIS C User List Objet : how to build axis2_tcp_receiver.dl

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

How to make keystore file?

2009-12-01 Thread Steven Zhang
Hi: I have an Axis2c client program, which can connect to a single HTTPS web service without any problem. A certificate file (PEM) is stored for the HTTPS server. Now multiple HTTPS web services need to be supported, I think a keystore file should be prepared, however don't know how to do

Re: how to get the http status code

2009-07-16 Thread Gordon Brown
7:37:50 PM Subject: Re: how to get the http status code May be some debugging will help? > Rajika > On Thu, Jul 16, 2009 at 5:45 AM, Vivian Wang wrote: > > > > Hi There, > > > > I am using axis2/c to make web service client call, like this:

how to get the http status code

2009-07-15 Thread Vivian Wang
Hi There, I am using axis2/c to make web service client call, like this:   axiom_node_t * node = axis2_svc_client_send_receive(_wsf_service_client, _env, payload); After this, I am trying to use the following API to get the http status code,   AXIS2_EXTERN int AXIS2_CALL axis2_svc_cl

Re: [AXIS2/C] How to get 64bit Axis2/c library

2009-06-02 Thread Uthaiyashankar
uot;Yahoo REST client invoke FAILED!". If I return back to 32bit axis2/c, it > can return correct result. Do you know why? > > I thought there is some problem in my 64bit nmake file. Do you know how to > modify 32bit nmake file to 64bit? > > I also have tried to build 64bit a

RE: [AXIS2/C] How to get 64bit Axis2/c library

2009-06-02 Thread LeeZoil
BTW: I'm using 1.3.0. From: zoi...@hotmail.com To: axis-c-user@ws.apache.org Subject: RE: [AXIS2/C] How to get 64bit Axis2/c library Date: Tue, 2 Jun 2009 06:29:47 + Hi, Although I have successfully build axis2/c in 64bit environment, it can't work properly. I try to

RE: [AXIS2/C] How to get 64bit Axis2/c library

2009-06-01 Thread LeeZoil
y? I thought there is some problem in my 64bit nmake file. Do you know how to modify 32bit nmake file to 64bit? I also have tried to build 64bit axis2/c with vs2008. The problem comes again that I don't have 64bit libxml2. Thanks! Zoil Date: Mon, 1 Jun 2009 14:50:55 +0530 Sub

RE: [AXIS2/C] How to get 64bit Axis2/c library

2009-06-01 Thread LeeZoil
Well, well, well... That indeed is a great secret. I can build my 64bit Axis2/c now. Shankar and Samisa, thank you very much! Zoil Date: Mon, 1 Jun 2009 14:50:55 +0530 Subject: Re: [AXIS2/C] How to get 64bit Axis2/c library From: sam...@wso2.com To: axis-c-user@ws.apache.org

Re: [AXIS2/C] How to get 64bit Axis2/c library

2009-06-01 Thread Samisa Abeysinghe
ecret of success for 64 :) Samisa... > > > Regards, > Shankar > > > > > Zoil > > > > ____ > > Date: Mon, 1 Jun 2009 13:36:02 +0530 > > Subject: Re: [AXIS2/C] How to get 64bit Axis2/c library > > From: sam...@wso2

Re: [AXIS2/C] How to get 64bit Axis2/c library

2009-06-01 Thread Uthaiyashankar
Mon, 1 Jun 2009 13:36:02 +0530 > Subject: Re: [AXIS2/C] How to get 64bit Axis2/c library > From: sam...@wso2.com > To: axis-c-user@ws.apache.org > > What are the errors that you saw? > Samisa... > > 2009/6/1 LeeZoil > > Hi everyone, > > > > I need to use Axi

Re: [AXIS2/C] How to get 64bit Axis2/c library

2009-06-01 Thread Samisa Abeysinghe
1 Jun 2009 13:36:02 +0530 > Subject: Re: [AXIS2/C] How to get 64bit Axis2/c library > From: sam...@wso2.com > To: axis-c-user@ws.apache.org > > > What are the errors that you saw? > Samisa... > > 2009/6/1 LeeZoil > > Hi everyone, > > > > I need to us

RE: [AXIS2/C] How to get 64bit Axis2/c library

2009-06-01 Thread LeeZoil
The first problem is that I don't have 64bit library of libxml2 and iconv. I have found 64bit zlib. Zoil Date: Mon, 1 Jun 2009 13:36:02 +0530 Subject: Re: [AXIS2/C] How to get 64bit Axis2/c library From: sam...@wso2.com To: axis-c-user@ws.apache.org What are the errors that yo

Re: [AXIS2/C] How to get 64bit Axis2/c library

2009-06-01 Thread Samisa Abeysinghe
What are the errors that you saw? Samisa... 2009/6/1 LeeZoil > Hi everyone, > > > > I need to use Axis2/c in 64bit Windows machine. Where can I get the 64bit > version binary distribution? Or how to build it from the source code? I have > tried to modify the 32bit nmake f

[AXIS2/C] How to get 64bit Axis2/c library

2009-06-01 Thread LeeZoil
Hi everyone, I need to use Axis2/c in 64bit Windows machine. Where can I get the 64bit version binary distribution? Or how to build it from the source code? I have tried to modify the 32bit nmake file to 64bit one. But I failed. Thanks

Re: how to handle faults?

2009-05-08 Thread Sam Carleton
uppose to work in general? 2: Which Axis2/C examples have faults correctly wired up as to allow me to see how to use them in Axis2/C? Sam

Re: how to handle faults?

2009-05-07 Thread Samisa Abeysinghe
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... On Sat, May 2, 2009 at 7:42 AM, Sam Carleton wrote: > I just added a fault to my WSDL, how does one go about putting that to use > in a service? > -- Sami

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?

Re: How to wrap the Calculator WSDL for .Net?

2009-03-30 Thread Uthaiyashankar
Hi Sam, You can use svcutil.exe to generate C# code. When you generate code using svcutil, you can see the code is generated as you expected. I am attaching the code I generated using svcutil for your reference. Regards, Shankar On Tue, Mar 31, 2009 at 5:38 AM, Sam Carleton wrote: > I just crea

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

Re: How to modify the SOAP envelope

2009-02-18 Thread Rutger van Eerd - Vanboxtel BV
quot;Manjula Peiris" To: "Apache AXIS C User List" Sent: Tuesday, February 17, 2009 5:04 PM Subject: Re: How to modify the SOAP envelope On Tue, 2009-02-17 at 14:56 +0100, Rutger van Eerd - Vanboxtel BV wrote: Hello, I am using Axis2/C 1.4 (actually WSF/C 1.3 which includes A

Re: How to modify the SOAP envelope

2009-02-17 Thread Manjula Peiris
On Tue, 2009-02-17 at 14:56 +0100, Rutger van Eerd - Vanboxtel BV wrote: > Hello, > > I am using Axis2/C 1.4 (actually WSF/C 1.3 which includes Axis2/C 1.4) to > send a SOAP 1.1 request, over HTTP, to a third-party SOAP server. The server > returns a SOAP fault (E_FAIL, Unspecified error). > >

How to modify the SOAP envelope

2009-02-17 Thread Rutger van Eerd - Vanboxtel BV
Hello, I am using Axis2/C 1.4 (actually WSF/C 1.3 which includes Axis2/C 1.4) to send a SOAP 1.1 request, over HTTP, to a third-party SOAP server. The server returns a SOAP fault (E_FAIL, Unspecified error). However when I use a third party SOAP client to send the message, the SOAP server do

RE: How to get a value from SOAP header using Axis C++?

2009-02-09 Thread Nadir Amra
Build using latest code in SVN, then turn on trace as described in last comment of JIRA http://issues.apache.org/jira/browse/AXISCPP-100 Nadir Amra "Golikov, Vassili" wrote on 02/09/2009 09:32:46 AM: > [image removed] > > RE: How to get a value from SOAP

RE: How to get a value from SOAP header using Axis C++?

2009-02-06 Thread McCullough, Ryan
C User List Subject: RE: How to get a value from SOAP header using Axis C++? C++. This is actual response from PowerCenter: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-

RE: How to get a value from SOAP header using Axis C++?

2009-02-06 Thread Golikov, Vassili
1d2b79bbe22efa2011f4cf3a9db http://www.informatica.com/wsh";>1d2b79bbe22efa2011f4cf3a9db Session ID is mentioned in two places. In the header: 1d2b79bbe22efa2011f4cf3a9db and in the body http://www.informatica.com/wsh";>1d2b79bbe22efa2011f4cf3a9db Could you

RE: How to get a value from SOAP header using Axis C++?

2009-02-06 Thread McCullough, Ryan
Are you using Axis2/c? or Axis c++? From: Golikov, Vassili [mailto:vassili.goli...@credit-suisse.com] Sent: Friday, February 06, 2009 2:50 PM To: axis-c-user@ws.apache.org Subject: How to get a value from SOAP header using Axis C++? My apps server needs to talk to Informatica WS. It sends a

How to get a value from SOAP header using Axis C++?

2009-02-06 Thread Golikov, Vassili
My apps server needs to talk to Informatica WS. It sends a session ID in the header which should be retrieved and used in all their requests. How can I get this value from a SOAP header? Vassilli Golikov Equity Derivatives IT Credit Suisse Securities (USA) LLC One Madison Avenue 10th Floor New Yor

How to use Handler in c++ for attachment

2009-01-22 Thread jegan
as to use Handler in c++ , please share with me.. -- View this message in context: http://www.nabble.com/How-to-use-Handler-in-c%2B%2B-for-attachment-tp21602702p21602702.html Sent from the Axis - C++ - User mailing list archive at Nabble.com.

RE: Axis CPP new user - how to access an existing web-service

2009-01-12 Thread kpanil
"Hi just a folllowup question: when I tried to checkout from http://svn.apache.org/viewvc/webservices/axis/trunk/c/, svn complained - Repository moved temporarily to '/viewvc/webservices/axis/trunk/c/'; please relocate" Could you please advise how to get the latest source

RE: Axis CPP new user - how to access an existing web-service

2008-10-24 Thread Gollum
x7c812a5b in WSTest.exe: Microsoft C++ exception: HTTPTransportException at memory location 0x0012f550.. How to resolve the problem ? Thankx a lot Deepak Warrier wrote: > > Hi Nadir, > Thanks much for your response. > I did make some progress- I was able to link and build it using Visu

RE: How to Set Submission Addressing?

2008-10-22 Thread David Taylor (Lowell)
That worked great! Thanks again, -David -Original Message- From: David Taylor (Lowell) [mailto:[EMAIL PROTECTED] Sent: Wed 10/22/2008 7:27 AM To: Apache AXIS C User List Subject: RE: How to Set Submission Addressing? Thanks you very much for the quick response. I'll try tha

RE: How to Set Submission Addressing?

2008-10-22 Thread David Taylor (Lowell)
Thanks you very much for the quick response. I'll try that out. -David -Original Message- From: Manjula Peiris [mailto:[EMAIL PROTECTED] Sent: Tue 10/21/2008 9:58 PM To: Apache AXIS C User List Subject: Re: How to Set Submission Addressing? On Tue, 2008-10-21 at 18:03 -0400,

Re: How to Set Submission Addressing?

2008-10-21 Thread Manjula Peiris
On Tue, 2008-10-21 at 18:03 -0400, David Taylor (Lowell) wrote: > I have read that AXIS2/C supports both version 1.0 and the pre-1.0 > “submission” version of WS-Addressing. However, I can’t find > instructions or an example of how to configure a client to use > submission addressi

Re: How to set the content type of SOAP request to TEXT/XML

2008-10-21 Thread Samisa Abeysinghe
Check if you have set this in axis2.xml Also use SOAP 1.1 for text/xml content type. Samisa... donald yang wrote: Hi Supun, Thank you very much for your reply. I have explicitly disbaled the MTOM by calling axis2_options_set_enable_mtom(option, env, AXIS2_FALSE) I don't know why the axis2

How to Set Submission Addressing?

2008-10-21 Thread David Taylor (Lowell)
I have read that AXIS2/C supports both version 1.0 and the pre-1.0 "submission" version of WS-Addressing. However, I can't find instructions or an example of how to configure a client to use submission addressing. I would appreciate any help you can give me. Thanks, -David K. Taylor

Re: How to set the content type of SOAP request to TEXT/XML

2008-10-21 Thread donald yang
Hi Supun, Thank you very much for your reply. I have explicitly disbaled the MTOM by calling axis2_options_set_enable_mtom(option, env, AXIS2_FALSE) I don't know why the axis2c1.4 still create the SOAP request with the content type of "multipart/related". Could you please advise me what are othe

Re: How to set the content type of SOAP request to TEXT/XML

2008-10-21 Thread Supun Kamburugamuva
>From your message it seems that you are trying to send a MTOM attachment. Supun. On Tue, Oct 21, 2008 at 9:21 PM, donald yang <[EMAIL PROTECTED]>wrote: > Hi All, > > Currently I have a problem to call a .NET web service from a web service > client written using AXIS2C-1.4. I received an error t

How to set the content type of SOAP request to TEXT/XML

2008-10-21 Thread donald yang
Hi All, Currently I have a problem to call a .NET web service from a web service client written using AXIS2C-1.4. I received an error that the .NET web service expect that the content type of SOAP request should be TEXT/XML. But the content type of the soap request created by AXIS2C-1.4 is "multip

RE: Axis CPP new user - how to access an existing web-service

2008-08-18 Thread Martina08
c812a5b in TestWebServiceClient.exe: >> Microsoft C++ exception: HTTPTransportException at memory location >> 0x0012f550.. >> >> Do you have an idea what might be going wrong? >> Thanks much. >> >> Deepak >> >> >> >> >>

RE: Axis CPP new user - how to access an existing web-service

2008-07-24 Thread Nadir Amra
Unhandled exception at 0x7c812a5b in TestWebServiceClient.exe: > Microsoft C++ exception: HTTPTransportException at memory location > 0x0012f550.. > > Do you have an idea what might be going wrong? > Thanks much. > > Deepak > > > > > > > To: axis-c-

RE: Axis CPP new user - how to access an existing web-service

2008-07-24 Thread McCullough, Ryan
error is still reproducible. -Ryan From: Deepak Warrier [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2008 10:25 AM To: Apache AXIS C User List Subject: RE: Axis CPP new user - how to access an existing web-service Hi Nadir, Thanks much for your response. I did make some progress- I

RE: Axis CPP new user - how to access an existing web-service

2008-07-24 Thread Deepak Warrier
estWebServiceClient.exe: Microsoft C++ exception: HTTPTransportException at memory location 0x0012f550.. Do you have an idea what might be going wrong? Thanks much. Deepak > To: axis-c-user@ws.apache.org> CC: axis-c-user@ws.apache.org> Subject: Re: > Axis CPP new user - how to access an

Re: Axis CPP new user - how to access an existing web-service

2008-07-24 Thread Nadir Amra
Have you read the user guides at http://ws.apache.org/axis/cpp/documentation.html? You will need to bind your client application to the axis_client dll. If the address of the service in wsdl is correct, you do not need to do anything. One last thing. You should build AXIS from SVN repository

Axis CPP new user - how to access an existing web-service

2008-07-24 Thread Deepak Warrier
Hi I am trying to generate client code to access a predefined web-service using AxisCPP (on Windows using Eclipse CDT). I was able to generate the client-side stubs using WSDL2ws for the corresponding WSDL. Do I need to specify the web-service elsewhere explicitly (like a config file)? Are the

Axis CPP new user - how to resolver linker errors

2008-07-23 Thread Deepak Warrier
Hi All I am new to Axis CPP and was trying to generate some client codes to access a webservice using axis cpp on Windows and Eclipse CDT: I was able to build the client-side stubs using WSDL2ws. However I am unable to set up the client code: I was able to compile the code but am getting linker e

Re: How to compile Axis2c v1.4 with libxml2

2008-06-04 Thread Subra A Narayanan
Never mindi found it. its --enable-libxml2 On Wed, Jun 4, 2008 at 6:03 PM, Subra A Narayanan <[EMAIL PROTECTED]> wrote: > Hello guys, > > whats the configure option to compile v1.4 with libxml2 rather than > gunthila? > > Subra >

How to compile Axis2c v1.4 with libxml2

2008-06-04 Thread Subra A Narayanan
Hello guys, whats the configure option to compile v1.4 with libxml2 rather than gunthila? Subra

Re: How to?

2008-05-22 Thread Supun Kamburugamuva
Hi vamsi, Hi All, >What is the Best way to desect the entire Axis2/C tool. > > i.e, 1. t*o understand the whole functionality / code* > The best way to get started may be to refer the Axis2 architecture. Then of course you can debug the code to get an idea about how things are

How to?

2008-05-22 Thread vamsi krishna
Hi All, What is the Best way to desect the entire Axis2/C tool. i.e, 1. to understand the whole functionality / code 2. to plug-in my own Transport layer 3. to plug-in my own memory 4. to plug-in my own parser

Re: How to support HTTPS

2008-05-09 Thread Steven Zhang
Re: How to support HTTPSHi Dumindu: When I used version 1.4 it worked with HTTPS server. Thank you so much for your help! Steven - Original Message - From: Dumindu Pallewela To: Apache AXIS C User List Sent: Thursday, May 08, 2008 9:52 PM Subject: Re: How to support HTTPS

Re: How to support HTTPS

2008-05-09 Thread Sérgio Gomes
Can I use full path name here? > 2. Is the "home" means AXIS2_HOME? > > Thanks. > Steven > > > > - Original Message - > From: Sérgio Gomes > To: Apache AXIS C User List > Sent: Friday, May 09, 2008 3:37 AM > Subject: Re: How to support HTTPS > &g

Re: How to support HTTPS

2008-05-09 Thread Steven Zhang
Re: How to support HTTPSHi Sérgio: Your axis2.xml shows SERVER_CERT as "/home/sgomes/cert.pem", however I concern what's the real path name. 1. Can I use full path name here? 2. Is the "home" means AXIS2_HOME? Thanks. Steven - Original Message - From: S

Re: How to support HTTPS

2008-05-09 Thread Sérgio Gomes
he socket opened, call for SSL_connect() will be blocked > forever, which is called in transport\http\sender\ssl\ssl_utils.c. > > How you think about it? > > Thanks. > Steven > > > - Original Message ----- > From: Dumindu Pallewela > To: Apache AXIS C User List >

Re: How to support HTTPS

2008-05-08 Thread Dumindu Pallewela
Hi Steve, On Fri, May 9, 2008 at 5:18 AM, Steven Zhang <[EMAIL PROTECTED]> wrote: > 1. In util\src\url.c, within axutil_url_parse_string(), the server protocol > is compared with "http", "ftp" and "smtp". Since there is no "https", the > port is -1, which cause the server cannot be connected. I h

Re: How to support HTTPS

2008-05-08 Thread Steven Zhang
Re: How to support HTTPSHi Dumindu: I have downloaded the server_cert as you suggested. I wrote the data in a file, and set the file name in SERVER_CERT parameter, and leave KEY_FILE and SSL_PASSPHRASE empty because the server does not clients authenticated. However I still get error. I find

Re: [Axis2/C] How to use Stubs

2008-05-08 Thread Dimuthu Gamage
> > http://ws.apache.org/axis2/c/docs/axis2c_manual.html#wsdl2c > > regards, > Dushshantha > > > > On Thu, May 8, 2008 at 12:56 PM, SD <[EMAIL PROTECTED]> wrote: > > Is there some documentation on how to use generated client

Re: [Axis2/C] How to use Stubs

2008-05-08 Thread Dushshantha Chandradasa
You can find some info here http://ws.apache.org/axis2/c/docs/axis2c_manual.html#wsdl2c regards, Dushshantha On Thu, May 8, 2008 at 12:56 PM, SD <[EMAIL PROTECTED]> wrote: > Is there some documentation on how to use generated client stubs > somewhere? > > Th

[Axis2/C] How to use Stubs

2008-05-08 Thread SD
Is there some documentation on how to use generated client stubs somewhere? Thanx in advance, SD. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to support HTTPS

2008-05-06 Thread Dimuthu Gamage
hanks. > Steven > > > > > > - Original Message - > From: Dumindu Pallewela > To: Apache AXIS C User List > Sent: Monday, May 05, 2008 11:35 AM > Subject: Re: How to support HTTPS > > > > On Mon, May 5, 2008 at 11:47 PM, Steven Zhang <[EMAIL PRO

Re: How to support HTTPS

2008-05-06 Thread Steven Zhang
Re: How to support HTTPSHi Dumindu: Thank you so much for your comments. I have done following: 1. un-commented the HTTPS transport receiver/sender sections in axis2.xml; 2. installed OpenSSL; 3. recompiled Axis2c DLLs with openssl option enabled; Now I'm blocked in gettin

Re: How to support HTTPS

2008-05-05 Thread Dumindu Pallewela
On Mon, May 5, 2008 at 11:47 PM, Steven Zhang <[EMAIL PROTECTED]> wrote: > > > Hi: > How to let Axis2c client support HTTPS? > There are two ways. You can either provide the parameters in axis2.xml or you can add the relavent properties to the service client. In either case

How to support HTTPS

2008-05-05 Thread Steven Zhang
Hi: How to let Axis2c client support HTTPS? Thanks. Steven Zhang

Re: How to determine endpoint uri from WSDL

2008-04-09 Thread Balazs Borbely
Thanks for your answer Dimuthu. If I don't have the wsdl (only the url) is there a way to retrieve it trough axis2c? I am asking this because the axis2c is already configured for https and network proxies and it would be convenient to use. Thanks in advance, Balazs On Wed, Apr 9, 2008 at 5:55 AM

Re: How to determine endpoint uri from WSDL

2008-04-09 Thread Dimuthu Gamage
Hi Balazs, There is no standard way to determine API endpoint from the WSDL uri. But most of web service platforms follow the convention that if your API uri is "http://xxx.myhost.com/myservice then mostly wsdl can be retrieved from "http://xxx.myhost.com/myservice?wsdl";. Note the postfix "?wsdl"

How to determine endpoint uri from WSDL

2008-04-08 Thread Balazs Borbely
Hi, My web service is published trough a WSDL and the endpoint uri can be different on different deployments, Is there an API to determine the endpoint uri given the WSDL url? Thanks, Balazs

Axis2\C: How to retrieve multiRef values....

2008-03-25 Thread vishal khutale
packets. I found that the contains operation response and also multiref values. Please help me to know, how to access the multiRef values. Thanks,Vishal _ Tried the new MSN Messenger? It’s cool! Download now. http://messeng

Re: [AXIS2C] Need IIS 6 instructions on how to set up Axis2/C

2008-02-19 Thread Supun Kamburugamuva
User List > Subject: Re: [AXIS2C] Need IIS 6 instructions on how to set up Axis2/C > > > Hi Dave, > > The instructions are same for the IIS 5 and IIS 6. At the moment IIS > module doesn't differentiate between IIS 6 and IIS 5. > > IIS module is built as a filter

RE: [AXIS2C] Need IIS 6 instructions on how to set up Axis2/C

2008-02-18 Thread Dave Meier
Hi Supun, Have you had a chance to look into this? Thanks, -Dave. -Original Message- From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] Sent: Thursday, January 03, 2008 8:44 PM To: Apache AXIS C User List Subject: Re: [AXIS2C] Need IIS 6 instructions on how to set up Axis2/C Hi

Re: AW: AW: [Axis2C] how to return a MsgBox

2008-01-30 Thread Dimuthu Gamage
List > Betreff: Re: AW: AW: [Axis2C] how to return a MsgBox > > > Adding my thoughts.. > > As Mark mentioned there is no direct support for "out-in" message > exchange pattern directly just using Axis2/C. > > ++> that is what I would like to see. > > &g

AW: AW: AW: [Axis2C] how to return a MsgBox

2008-01-30 Thread Stadelmann Josef
Thank you all, and I will comment ++> below -Ursprüngliche Nachricht- Von: Dimuthu Gamage [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 30. Januar 2008 03:49 An: Apache AXIS C User List Betreff: Re: AW: AW: [Axis2C] how to return a MsgBox Adding my thoughts.. As Mark mentioned there

Re: AW: AW: [Axis2C] how to return a MsgBox

2008-01-29 Thread Dimuthu Gamage
escribed does have the server->client request nested. > > Lots of web sites use confirmation pages before completing some significant > transaction. > > -Ben > > > > From: Mark Nüßler <[EMAIL PROTECTED]> > > Reply-To: Apache AXIS C User List > > Dat

Re: How to connect to server with dotnet client

2008-01-29 Thread Gavan Hood
I have downloaded the source and will check it out, however as I mentioned, the problem is in Axis2- C not the java code... As far as I can tell the service is not being located due to the incompatability of the message formats. Dimuthu Gamage <[EMAIL PROTECTED]> wrote: On Jan 29, 2008 6:08 PM,

Re: AW: AW: [Axis2C] how to return a MsgBox

2008-01-29 Thread Ben Wyckoff
> Subject: Re: AW: AW: [Axis2C] how to return a MsgBox > > Hello Josef, > > i've read your first post, opened a reply - starting to > write my thoughts down - deleted it, cause im not an expert ;-) > > first, i think you have to write your server side callback method

Re: AW: AW: [Axis2C] how to return a MsgBox

2008-01-29 Thread Senaka Fernando
radigm. >> >> I am just seeking for an elegant method to invoke from within >> an Axis2/C server/service something like a callback to the client >> which askes Windows for a Windows MSGBOX with YES NO Buttons and >> a msg and a title. >> >

Re: AW: AW: [Axis2C] how to return a MsgBox

2008-01-29 Thread Mark Nüßler
nd the service will evaluate the asnwer and can then continue. I am seeking an elegant way, one of you migth know, such as how to call back or agree on a clall back routin in the originating Axis2/C client If nobody knows that at your side of the pond, well, then

Re: How to connect to server with dotnet client

2008-01-29 Thread Dimuthu Gamage
On Jan 29, 2008 6:08 PM, Gavan Hood <[EMAIL PROTECTED]> wrote: > Thanks for your response... > > I have inspected the messages, the SOAP envelope transmitted. > The theory of interop assumes that the semantics of the SOAP encoding is > consistent or can be understood by sender and reciever. > I wou

Re: How to connect to server with dotnet client

2008-01-29 Thread Gavan Hood
Thanks for your response... I have inspected the messages, the SOAP envelope transmitted. The theory of interop assumes that the semantics of the SOAP encoding is consistent or can be understood by sender and reciever. I would have thought that the Axis2 team would have considered what

AW: AW: [Axis2C] how to return a MsgBox

2008-01-29 Thread Stadelmann Josef
waiting server/service and the service will evaluate the asnwer and can then continue. I am seeking an elegant way, one of you migth know, such as how to call back or agree on a clall back routin in the originating Axis2/C client If nobody knows that at

Re: How to connect to server with dotnet client

2008-01-29 Thread Dimuthu Gamage
Hi, AFAIK there is no special configuration that you can set to interop with C#. Since by theory web services should be interop with any correct implementations. That can probably be a bug in WSDLC code. Next my usual question:) what is the version of WSDL2C you are trying, is that Java 1.3 or the

How to connect to server with dotnet client

2008-01-29 Thread Gavan Hood
I suspected a problem with MS support for WS basic profile as opposed to WS* indicated in Axis2C. I hoped there would be a solution but have not found anything. I am at a point where I need to tweak on of the two worlds... or drop Axis2. I still hope there is something I am missing that will let

Re: AW: [Axis2C] how to return a MsgBox

2008-01-29 Thread Dinesh Premalal
Hi Josef, I'm not sure how this question relates to Axis2/C? or I didn't understand it well. If you could be more specific on your question I guess you could get some more thoughts. thanks, Dinesh -- http://nethu.org ---

AW: [Axis2C] how to return a MsgBox

2008-01-29 Thread Stadelmann Josef
No takers for this one? No thoughts at all? Josef.Stadelmann@ axa-winterthur.ch -Ursprüngliche Nachricht- Von: Stadelmann Josef [mailto:[EMAIL PROTECTED] Gesendet: Montag, 21. Januar 2008 14:58 An: Apache AXIS C User List (E-Mail) Betreff: [Axis2C] how to return a MsgBox Maybe you have

RE: [AXIS2C] Need IIS 6 instructions on how to set up Axis2/C

2008-01-28 Thread Senaka Fernando
..\..\src\core\engine\engine.c(660) > Invoking phase MessageOut > [Fri Jan 25 13:39:41 2008] [debug] ..\..\src\core\engine\engine.c(670) > End:axis2_engine_invoke_phases > > -Dave. > > -Original Message- > From: Senaka Fernando [mailto:[EMAIL PROTECTED] > Sent: Mo

RE: [AXIS2C] Need IIS 6 instructions on how to set up Axis2/C

2008-01-28 Thread Dave Meier
ginal Message- From: Senaka Fernando [mailto:[EMAIL PROTECTED] Sent: Monday, January 28, 2008 9:50 AM To: Apache AXIS C User List Subject: RE: [AXIS2C] Need IIS 6 instructions on how to set up Axis2/C Hi Dave, Did any other sample work? for instance math? on IIS I mean. Regards, Senaka

RE: [AXIS2C] Need IIS 6 instructions on how to set up Axis2/C

2008-01-28 Thread Senaka Fernando
From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 03, 2008 8:44 PM > To: Apache AXIS C User List > Subject: Re: [AXIS2C] Need IIS 6 instructions on how to set up Axis2/C > > Hi Dave, > > The instructions are same for the IIS 5 and IIS 6. At the moment IIS &

RE: [AXIS2C] Need IIS 6 instructions on how to set up Axis2/C

2008-01-28 Thread Dave Meier
quick way to find out why this is not working? Thanks, -Dave. -Original Message- From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] Sent: Thursday, January 03, 2008 8:44 PM To: Apache AXIS C User List Subject: Re: [AXIS2C] Need IIS 6 instructions on how to set up Axis2/C Hi Dave

[Axis2C] how to return a MsgBox

2008-01-21 Thread Stadelmann Josef
Maybe you have come across the same issue, but we have it for sure. Our CORBA Server, from which we migrate away to become a web service server has the demand to ask the user from time to time a simple question, which demands a YES or a NO answer from the user. For that to work I have developed

Re: How to generate C++ (not C) code using WSDL2C

2008-01-17 Thread Samisa Abeysinghe
Arseny wrote: Hello! Wsdl2ws from axis 1.2 generated stub header using classes. Is it possible class for stub header using wsdl2c tool in axis2 instead of C-style functions? Nop. C++ support has not been implemeted. Thanks, Samisa... --

  1   2   3   >