Re: using faults w/ wsdl2c

2010-02-12 Thread Sam Carleton
Shankar, Thank you. I was wondering: It is my understanding that when folks on this mailing list refer to axis2, they mean axis2/java not axis2/c. Is this a correct statement? Sam On Fri, Feb 12, 2010 at 2:23 AM, Selvaratnam Uthaiyashankar uthaiyashan...@gmail.com wrote: Hi Sam, You can

Re: using faults w/ wsdl2c

2010-02-11 Thread Sam Carleton
TortoiseSVN 1.6.1 to check out the code, I get the following error: Repository moved permanently to '/viewvc/webservices/axis2/trunk/java/'; please relocate Any thoughts on what the problem is? Sam On Tue, Dec 15, 2009 at 3:32 PM, Dimuthu Gamage dimut...@gmail.com wrote: On Sat, Dec 5, 2009 at 5

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 jayaw...@gmail.comwrote: Can you attach the code which construct the response in your service ? Regards Nandika On Mon, Jan 25, 2010 at 9:47 AM

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?

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

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?

Axis2: Class at University of South Florida (USF)

2010-01-13 Thread Ayers, Sam
information ... http://coba.usf.edu/departments/isds/scrum.html Sam Ayers Java Architect Chase Paymentech 4200 West Cypress Street, Suite 500 Tampa, Florida 33607 Phone: 813-351-2274 -- Learn more about Chase Paymentech Solutions,LLC payment processing services

how to build axis2_tcp_receiver.dll and axis2_tcp_sender.dll

2010-01-06 Thread Sam Carleton
batch files and none of them seem to build the files. What am I missing? My impression is that is used axis2_tcp_sender.dll for a client and axis2_tcp_receiver.dll for a server, correct? Sam

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

2010-01-06 Thread Sam Carleton
think that will be pretty straight forward, now that I figured out to get the client installed. Sam On Wed, Jan 6, 2010 at 11:37 PM, Nandika Jayawardana jayaw...@gmail.comwrote: Do you have any debug dlls linked to your application or has any of the dependency versions have changed from your

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

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!

client side memory management

2009-12-13 Thread Sam Carleton
the axis2_svc_client_send_receive() free them or is this also an oversight in the example? Sam

Getting the HTTP Status Codes

2009-12-13 Thread Sam Carleton
HTTP Status Code? Sam

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

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 dami...@wso2.com wrote: Check your service name

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

.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:

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 dimut...@gmail.com wrote: Hi, If you use the latest axis2 WSDL2C generator code, you don't need to create soap

[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: [ot] adjusting timeouts

2009-11-15 Thread Sam Carleton
George, Actually, after a bit more investigation I discovered the error was between the keyboard and chair... The .Net client is setting up the binding at runtime... I discovered that that after the .Net client set SendTimeout to 10 minutes, it set it to 25 seconds. Opps! Sam On Sun, Nov 15

Re: Axis2c Questions

2009-10-12 Thread Sam Carleton
sqlite3_initialize() and sqlite3_shutdown(), respectfully. It works for me;) Sam On Sun, Oct 11, 2009 at 12:29 PM, Jose M Medina V jose_med...@wesamconsulting.com wrote: I am using Axis2/C for a few weeks and I think this is an incredible tool, but I’m still a newbie in web services world

Axis2/C and mod_gzip

2009-10-02 Thread Sam Carleton
of the result set? If so is there something special I would need to do on the client side, which is a web browser, or will the web browser decompress it before giving it to the Silverlight application? Anyone know? Sam

Re: Message coming back short

2009-09-29 Thread Sam Carleton
, 2009 at 10:49 PM, Sam Carleton scarle...@miltonstreet.comwrote: 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
/soapenv:Envelope A number of the elements in the defaultSettings are simply missing. All the elements where not in order originally, so I sorted the WSDL, regenerated the source and recompiled and the same elements are always missing. Any thoughts on what is going on? Sam

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.

Architecture to replace axis2.xml and services.xml

2009-09-23 Thread Sam Carleton
would like to replace the stock system that reads the axis2.xml and services.xml files with something that is not so easy for an admin (my users) to modify. Does the architecture of Axis2/C allow this? If so, what should I be looking at? Sam

how can only public some spring bean method as method!

2009-08-13 Thread sam wong
.rpc.receivers.RPCMessageReceiver/ /operation /service /serviceGroup Thanks, Sam Wong

Re: how can only public some spring bean method as method!

2009-08-13 Thread sam wong
/excludeOperations /service /serviceGroup you can read more about service.xml file from here [1]  , HTH [1] - http://wso2.org/library/2060 Thanks , On Thu, Aug 13, 2009 at 3:02 PM, sam wongsamwon...@gmail.com wrote: Dear Sagara, how about I just only public some method as web server

Re: axis2 + Spring2.5+Hibernate

2009-07-31 Thread sam wong
oh, yes, missing add the DataSetManager in Spring Bean config. works now. thanks Sagara. 2009/7/31 Sagara Gunathunga sagara.gunathu...@gmail.com: HI ,       at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)       at

Re: axis2 with spring

2009-07-30 Thread sam wong
.html#a23412081 Then this one: http://www.nabble.com/Axis2-Spring-integration...-Getting-nulls-in-dependency-injected-values-tt23785825.html#a23785825 -Original Message- From: sam wong [mailto:samwon...@gmail.com] Sent: Tuesday, July 28, 2009 11:54 PM To: axis-user@ws.apache.org

Re: axis2 + Spring2.5+Hibernate

2009-07-30 Thread sam wong
it  as a WAR archive or as a AAR archive ? [1] - http://www.developer.com/open/article.php/3777111 Thanks , On Wed, Jul 29, 2009 at 8:44 AM, sam wongsamwon...@gmail.com wrote: hi,Sagara first ,  my web site is working. 1.   Spring Bean public interface IDataSetEnquiryManager {   public

Re: axis2 + Spring2.5+Hibernate

2009-07-28 Thread sam wong
hi,Sagara, I found this in the sample page :Spring versions 1.2.6, 1.2.8 and 2.0 have been tested, but probably any version would work as only the core functionality is required. I am using spring 2.5, current axis2 version is not support spring 2.5 ? Best Regards, Sam Wong 2009/7/29

Re: axis2 + Spring2.5+Hibernate

2009-07-28 Thread sam wong
to the list if you get any issue. Thanks , On Wed, Jul 29, 2009 at 6:57 AM, sam wongsamwon...@gmail.com wrote: hi,Sagara, I found this in the sample page :Spring versions 1.2.6, 1.2.8 and 2.0 have been tested, but probably any version would work as only the core functionality is required. I

axis2 with spring

2009-07-28 Thread sam wong
hi, everybody, i have a web site wrote with jsf1.2+Spring2.5+Hibernate. now need to publish some Spring Bean as WebService( use axis). what steps should i do ? Thanks a lot. Sam Wong

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 shris...@gcn.bg 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

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

2009-05-21 Thread Sam Carleton
not mistaken, even with ServerLimit 1, there will be two: one for the master, and the one that does the work... There is a -X option to start apache for development/debugging things, it will NOT spawn ANY more processes. I am assuming that is what you are really after. Sam begin:vcard fn:Sam Carleton

one-way operation

2009-05-02 Thread Sam Carleton
to tell me where to go seek the answser;) Sam

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: WSDL2C: What to do after compiling Axis2 1.4.1. nightly build

2009-05-01 Thread Sam Carleton
of the java code. I am assuming I need to set a class path or something, but I don't know where I should be setting the class path, not being a java expert. Sam

access control?

2009-04-27 Thread Sam Carleton
of the basic authentication modules to my needs. Should I be leveraging that or should I chunk it in favor of one or more of the WS-*? Sam

apos not getting encoded

2009-04-10 Thread Sam Carleton
I can never get the terminology straight, but what I am expecting is this: nightI like to eat Mamp;Mapos;s/night but when I call adb_nightType_set_nightType( pNight, env, I like to eat MM\'s); The result is: nightI like to eat MM's/night 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 supu...@gmail.comwrote: 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
: if (M_GET == request-method_number || M_DELETE == request-method_number) Then in the service's invoke I am making this call: axutil_param_t * param = axis2_msg_ctx_get_parameter(msg_ctx, env, PPSetting); The param is always NULL. What am I doing wrong? Sam

file path separators

2009-04-06 Thread Sam Carleton
neutral exactly, but expect everything to be forward slashes. Question: Do the functions in axutil_file_handler.h which take a file path work on Windows given Apache style paths (forward slash)? Sam

Re: resolving relative file paths (mod_axis2)

2009-04-05 Thread Sam Carleton
. Is there any chance there might be some additional details on how exactly to put info into the conf_ctx and how to get the info out in the service? Sam

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

2009-04-04 Thread Sam Carleton
On Fri, Apr 3, 2009 at 4:20 PM, Samisa Abeysinghe sam...@wso2.com 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

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

2009-04-04 Thread Sam Carleton
and the services.xml is below. Is it possible to have multiple services in one DLL? I am running with a nightly build of Axis2/C that is about a week old now. Sam -- My services.xml -- serviceGroup service name=NodeManager

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 dimut...@gmail.com wrote: Hi Sam, Yea the wsdl2c tool doen't generate service groups. You can choose which service to generate code using -sn service_name. If there are errors in the generated services.xml file can you please raise a jira

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?

wsdl services, binding, and ports

2009-04-03 Thread Sam Carleton
have an operation called 'NewOperation', is that just a namespace? If so, what perpose does it serve since I don't see that string anywhere else in the WSDL? Sam

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

2009-04-03 Thread Sam Carleton
On Fri, Apr 3, 2009 at 3:32 PM, Samisa Abeysinghe sam...@wso2.com 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 would love to know where

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

2009-04-02 Thread Sam Carleton
Folks, I know this is a free forum thus folks are free to ignore questions. On the question below, the big question I have comes from my ignorance of the plumbing of Web Services. Any feedback, even feedback such as, Sam go learn more about the SOAP envelope to find out your own confort level

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 pinkgran...@gmail.com 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

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 pinkgran...@gmail.com 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

Re: What is the configuration settings mechanism?

2009-03-31 Thread Sam Carleton
for an example in the source but did not find one. Where can I find an example and/or documentation? Sam

How to wrap the Calculator WSDL for .Net?

2009-03-30 Thread Sam Carleton
, right clicking and selecting Add Service Reference, and finally giving it the wsdl: http://localhost:8042/axis2/services/Calculator?wsdl I have not changed anything about the Calculator service. Sam

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: Where is WSDL2C Tool

2009-03-28 Thread Sam Carleton
Dimuthu, Thank you. I actually figured out exactly that about an hour ago and I just blogged about it so that if others have the same question, hopefully my experience will help them find it faster;) http://photoparata.blogspot.com/2009/03/where-did-wsdl2c-tool-go-in-axis2java.html Sam

passing system variables

2009-03-28 Thread Sam Carleton
like that for the Axis2/C web service I am developing, Sam

.net wrapping and AXIS2_ERROR_INVALID_STATE_DLL_DESC

2009-03-28 Thread Sam Carleton
special I need to do for Axis2/C to wrap a service? Being new at this whole thing, I hope it is ok, but I am going to attach my WSDL, too, just to make sure I have it wrapped correct. Sam ?xml version=1.0 encoding=UTF-8 standalone=no? wsdl:definitions xmlns:soap=http://schemas.xmlsoap.org/wsdl/soap

Re: .net wrapping and AXIS2_ERROR_INVALID_STATE_DLL_DESC

2009-03-28 Thread Sam Carleton
valid DLL create function, of valid delete function or valid dll_handler I don't know what it mean :( Sam

Re: .net wrapping and AXIS2_ERROR_INVALID_STATE_DLL_DESC

2009-03-28 Thread Sam Carleton
: axis2_skel_NodeManager_getChildren() Or are you saying that the issue is somewhere else? I am using the WSDL2C from Axis2/Java 1.4.1 to generate most of the code, I am only implementing axis2_skel_NodeManager_getChildren(). Sam

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 rajik...@gmail.com 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

Re: Axis2 for .Net???

2009-03-03 Thread Sam Carleton
On Tue, Mar 3, 2009 at 3:17 AM, Stadelmann Josef josef.stadelm...@axa-winterthur.ch 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

Axis2 for .Net???

2009-03-02 Thread Sam Carleton
version of Axis2, am I interpreting this correctly or is there only a Axis2/C and Axis2/Java? Sam

Re: Axis2 for .Net???

2009-03-02 Thread Sam Carleton
On Mon, Mar 2, 2009 at 8:46 AM, Samisa Abeysinghe samisa.abeysin...@gmail.com 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

Re: Axis2 for .Net???

2009-03-02 Thread Sam Carleton
On Mon, Mar 2, 2009 at 9:20 AM, Samisa Abeysinghe sam...@wso2.com 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

bare minimum to run mod_axis2?

2009-03-01 Thread Sam Carleton
trunk. What is the bare minimum I need from the deploy directory to make mod_axis2 work? Sam

Re: Axis2/C or Axis-C++

2009-02-27 Thread Sam Carleton
the Wikipedia about the different WS-* that Axis2/C support, but where can I go to learn more practice usages of them? I would first like to start with WS-Security. Sam

Re: Axis2/C or Axis-C++

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

AXIS JAVA Client - JMS Transport Authenication

2008-10-08 Thread Sam Kuhn
in resolving this would be appreciated. Sincerely, Sam Kuhn - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Getting started with Web Services

2008-09-17 Thread Sam Carleton
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 unsubscribe, e

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

development environments...

2008-03-21 Thread Sam Carleton
for Apache C Modules and Axis2/C development? Sam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

running WSDL2C

2008-03-02 Thread Sam Carleton
:\Programs\axis2c org.apache.axis2.wsdl.WSDL2C temp.wsdl -ss -sd -d adb -u Exception in thread main java.lang.NoClassDefFoundError: org/apache/axis2/wsdl/WSDL2C Any thoughts on what the problem might be? Sam - To unsubscribe, e

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 looks like WSDL

Axis2/C and UDDI

2008-02-29 Thread Sam Carleton
to come up to speed on Web Services? Sam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: axis-c and apache modules...

2008-02-24 Thread Sam Carleton
Java or C, correct? I can go either way, C or C++. What would you recommend? Sam On Sun, Feb 24, 2008 at 5:36 PM, Senaka Fernando [EMAIL PROTECTED] wrote: Hi Sam, I believe you are referring to Axis2/C. Axis doesn't have a C implementation, but, a C++ implementation rather. You can

Re: axis-c and apache modules...

2008-02-24 Thread Sam Carleton
service? No, I don't want to consume a server, I want to provide a service to a .Net Windows application I am developing. Sam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: axis-c and apache modules...

2008-02-24 Thread Sam Carleton
and reply with XML. I would like to upgrade this to use SOAP and WSDL, ie using Web Services. The long term goal is to move the whole application to be a web based application, thus there should be a lot of Web Services being used. Sam

Re: axis-c and apache modules...

2008-02-24 Thread Sam Carleton
it is the former, if that is the case, how might I go about blending the Axis2/C module with my existing module? Sam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Does wsdl2java delete toString method?

2008-01-21 Thread Sam
that you are not going to regenerate this code. Azeez On Jan 10, 2008 8:57 PM, Sam [EMAIL PROTECTED] wrote: Hi, I'm trying to override the toString method in beans re-generated by wsdl2java and it seems to be deleting this code. Is it an expected behaviour or there is something wrong

Does wsdl2java delete toString method?

2008-01-10 Thread Sam
Hi, I'm trying to override the toString method in beans re-generated by wsdl2java and it seems to be deleting this code. Is it an expected behaviour or there is something wrong with my code? Thanks in advance for your help! - To

Re: Changing the web services url in Axis1?

2007-12-19 Thread Sam
I've tried this change and mine is working. Don't forget to change the url in your client service locator, maybe problem is there. On Dec 18, 2007 3:37 PM, Fedde [EMAIL PROTECTED] wrote: Hi, all you Axis gurus out there... I am writing to you with a question regarding an integration I am

Re: question about how to test stub timeout

2007-12-19 Thread Sam
I've heard that there are some tools to simulate a slow network connection for testing purposes, I've never used it but here is a post about something like that: http://www.kdedevelopers.org/node/3031 On Dec 19, 2007 2:30 PM, Dan Quach [EMAIL PROTECTED] wrote: In the axis wiki page

Re: wsdl2java and broken beans: Date-Calendar

2007-12-16 Thread Sam
why wsdl2java is generating a Calendar type. Can you convert your domain code to use Calendar instead of Date? If not, I suggest that you cast the Calendar types to Date types. Anne On Dec 14, 2007 10:09 AM, Sam [EMAIL PROTECTED] wrote: Hi! I'm using java2wsdl and wsdl2java, wsdl2java

wsdl2java and broken beans: Date-Calendar

2007-12-14 Thread Sam
Hi! I'm using java2wsdl and wsdl2java, wsdl2java is re-generating my beans to add all the serialization/deserialization code in them. The problem is that these generated beans are broken, my code don't work with them... The fields of java.util.Date datatype are translated into java.util.Calendar

RE: Axis2 1.1.1 session works fine in browser but doesn't work in Stub client.

2007-01-29 Thread Zhou, Sam
; } To: Deepal, I've also enabled transportsession in service.xml .. service name=MySessionService scope=transportsession .. Thanks, Sam. -Original Message- From: Deepal Jayasinghe [mailto:[EMAIL PROTECTED] Sent: Sunday, January 28, 2007 11:44 PM To: axis-user

Axis2 1.1.1 session works fine in browser but doesn't work in Stub client.

2007-01-26 Thread Zhou, Sam
for Stub. I can email you the source code if you need it. I cannot attach to axis-user group, it is regarded as spam. Thanks a lot, Sam. === MySessionServiceTest.java = package com.compuware.axis2.gen; public class MySessionServiceTest extends junit.framework.TestCase

RE: Axis2 1.1.1 session works fine in browser but doesn't work in Stub client.

2007-01-26 Thread Zhou, Sam
Dims, I uploaded source code to https://issues.apache.org/jira/secure/attachment/12349699/Axis2+MySessio nService.zip Bug# https://issues.apache.org/jira/browse/AXIS2-2042 Thanks, Sam. -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Friday, January 26, 2007

Re: consuming a .Net Dataset webservice

2007-01-09 Thread sam sam
Hi, The problem is that I am writing an application that connects to an existing web service that I cannot control, I do not have access to the code and I cannot change it. My java program has to communicate with the .Net web service as is. thx. sam. - Original Message From: Mark Lin

Re: consuming a .Net Dataset webservice

2007-01-09 Thread sam sam
org.apache.axis.encoding.ser.BeanDeserializer( _javaType, _xmlType, typeDesc); } } thx. sam. - Original Message From: Mark Lin [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Tuesday, January 9, 2007 3:19:36 PM Subject: Re: consuming a .Net Dataset webservice Hi, What's your problem with the dataset? I

Re: consuming a .Net Dataset webservice

2007-01-09 Thread sam sam
Hi, OMElement is available in axis2, correct? I am downloading the file now. There should be samples for OMElement, correct? thx. sam. - Original Message From: Anne Thomas Manes [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Tuesday, January 9, 2007 3:37:11 PM Subject: Re

consuming a .Net Dataset webservice

2007-01-08 Thread sam sam
. sam. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: calling a .net web service from java

2006-12-21 Thread sam sam
- xs:element name=IBDst msdata:IsDataSet=true - xs:complexType - xs:choice maxOccurs=unbounded - xs:element name=TblCard - xs:complexType - xs:sequence xs:element name=CARDNUM type=xs:string / thx. Sam. - Original Message From: Anne Thomas Manes [EMAIL

calling a .net web service from java

2006-12-19 Thread sam sam
element '{http://sch emas.xmlsoap.org/wsdl/}definitions'.: what can I do in order to write a java file to call my .net web service? thx. sam. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: about Axis2's binary attachment

2006-10-03 Thread sam wang
information is that I want to know if there is a way to disable those debug output in the client side. thanks, Sam --- Thilina Gunarathne [EMAIL PROTECTED] wrote: Please note the following in your debug output... at wuBlast.WDKWSClient.queryBinaryAsynchronize(WDKWSClient.java:295

Re: about Axis2's binary attachment

2006-10-03 Thread sam wang
button again to past the text. thanks again, Sam --- robert lazarski [EMAIL PROTECTED] wrote: In linux you can double click in the pane and then use - the mouse middle scroll button / three button mouse middle button / click left and right button at same time - in another window such as a text

Re: about Axis2's binary attachment

2006-10-03 Thread sam wang
manually change SUID because it's an Oracle class, could anyone please help me to fix it? thanks! Sam --- Thilina Gunarathne [EMAIL PROTECTED] wrote: Sam, I still feel that it's a client side problem. For me it seems like the server receives a 500 error while trying to send the response

  1   2   >