RE: adding MTOM/SwA functionality

2009-08-27 Thread McCullough, Ryan
Jeff, I just found this website: http://www.w3.org/2000/xp/Group/4/08/implementation.html Which has implantation examples for MTOM. It shows what the request and response look like. Hope this helps. -Ryan -Original Message- From: Jeff Ramin [mailto:jeff.ra...@singlewire.com] Sent:

RE: Problems building Axis C++ with ant

2009-07-24 Thread McCullough, Ryan
Is it possible for you to try building it with VS6? Do you have IPV6 defined? Do you need it? It looks like both of the link errors you are receiving are from a chunk of code in a #ifdef IPV6.

Question about nillable=true and minOccurs=0

2009-04-24 Thread McCullough, Ryan
If you have an element on a complexType that has nillable=true and minOccurs=0, will the element be de-serialized if the property on the soap stub is set to null? For instance, let's say a portion of your XSD looks like this: xs:complexType name=point xs:sequence xs:element name=x

RE: Question about nillable=true and minOccurs=0

2009-04-24 Thread McCullough, Ryan
, McCullough, Ryan rmccullo...@rightnow.commailto:rmccullo...@rightnow.com wrote: If you have an element on a complexType that has nillable=true and minOccurs=0, will the element be de-serialized if the property on the soap stub is set to null? For instance, let's say a portion of your XSD looks like

RE: is someone using axis-c web services in production ?

2009-02-27 Thread McCullough, Ryan
I do not use the server side of Axis C++ (not Axis2 C++), but I will say that 1.5 is very old. You will want to get the code from the subversion repository. It is much more stable than 1.5 or 1.6 beta. At least this has been our experience with the client. -Ryan From: Philippe Torrelli

RE: compiling Axis C++ on Darwin

2009-02-10 Thread McCullough, Ryan
The Axis C++ ant build requires ant-contrib the cpptasks extension: http://ant-contrib.sourceforge.net/cpptasks/index.html -Ryan -Original Message- From: virtan [mailto:vir...@virtan.com] Sent: Tuesday, February 10, 2009 2:31 PM To: Apache AXIS C User List Subject: Re: compiling Axis

RE: SSL tunnel (https through proxy)

2009-02-09 Thread McCullough, Ryan
: McCullough, Ryan [mailto:rmccullo...@rightnow.com] Sent: Thursday, February 05, 2009 11:11 AM To: axis-user@ws.apache.org Subject: SSL tunnel (https through proxy) I am trying to add the ability to do SSL tunneling through a proxy server to Axis1 C++. I was curious how this works. I did find some

[no subject]

2009-02-09 Thread McCullough, Ryan
Do I need to be worried about the attached message? My email admin said: 553-Message filtered The error message indicates that your email was blocked as spam by our Signaturing anti-spam filter. Please try the following steps to resolve the issue: I. Check if your sending IP is on any black

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

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

2009-02-06 Thread McCullough, Ryan
xmlns:ns0=http://www.informatica.com/wsh; SessionId[string]/SessionId /ns0:Context From: McCullough, Ryan [mailto:rmccullo...@rightnow.com] Sent: Friday, February 06, 2009 4:59 PM To: Apache AXIS C User List Subject: RE: How to get a value from SOAP

RE: Axis C++ 1.6 client app connecting using https through http proxy

2009-02-05 Thread McCullough, Ryan
I think I have a working solution. Klitos, would you be willing to test my changes? Do you need Axis binaries or source code? Nadir, if Klitos reports that my changes work, how can I go about getting these changes included in the project? -Ryan -Original Message- From: Klitos

SSL tunnel (https through proxy)

2009-02-05 Thread McCullough, Ryan
I am trying to add the ability to do SSL tunneling through a proxy server to Axis1 C++. I was curious how this works. I did find some reference works by Ari Luotonen from 1995 and 1998. http://muffin.doit.org/docs/rfc/tunneling_ssl.html

Axis with UTF-8

2009-02-03 Thread McCullough, Ryan
We are using Axis1 checked out from subversion along with Xerces-C Version 2.2.0. We are having trouble using Axis to retrieve UTF-8 characters. Is there any additional setup needed? Here is where we think things are going arye. axis\xml\xerces\XMLParserXerces.cpp::parse(bool

RE: Axis with UTF-8

2009-02-03 Thread McCullough, Ryan
The xerces parser does not parse the 3 bytes of utf8 characters. It is supposed to return the 3 characters but returns 1 byte of uninitialized memory (0xcd). From: McCullough, Ryan [mailto:rmccullo...@rightnow.com] Sent: Tuesday, February 03, 2009 6:48 PM To: Apache AXIS C User List Cc

RE: Axis C++ 1.6 client app connecting using https through http proxy

2009-01-23 Thread McCullough, Ryan
Nadir, I think in HTTPTransport::setProxy( const char *pcProxyHost, unsigned int uiProxyPort) You need to force the unsecure channel to be used. Klitos, is it true that all communication to the Proxy server is unencrypted, but the communication from the proxy server to your web service is

RE: AXISCPP: autogenerated class misinterprets type of its member

2009-01-06 Thread McCullough, Ryan
Also, don't forget to include the command line you use to generate the Axis C++ soap stubs. -Original Message- From: McCullough, Ryan Sent: Tuesday, January 06, 2009 4:46 PM To: Apache AXIS C User List Subject: RE: AXISCPP: autogenerated class misinterprets type of its member If you

RE: Axis 1.4 getResponseHeaders() sometimes returning empty array

2008-12-22 Thread McCullough, Ryan
Bump. From: McCullough, Ryan [mailto:rmccullo...@rightnow.com] Sent: Wednesday, December 17, 2008 3:03 PM To: axis-user@ws.apache.org Subject: Axis 1.4 getResponseHeaders() sometimes returning empty array I am using Axis (not Axis2) 1.4. After submitting a request to the server and receiving

RE: Large xml response

2008-12-18 Thread McCullough, Ryan
I believe this would be a configuration option in Apache to gzip responses. From: matthias.gai...@t-systems.com [mailto:matthias.gai...@t-systems.com] Sent: Thursday, December 18, 2008 9:38 AM To: axis-user@ws.apache.org Subject: Large xml response Hi group, I have read some earlier threads but

Axis 1.4 getResponseHeaders() sometimes returning empty array

2008-12-17 Thread McCullough, Ryan
I am using Axis (not Axis2) 1.4. After submitting a request to the server and receiving a response, I am calling SoapBindingStub.getResponseHeaders() (extends org.apache.axis.client.Stub). Sometimes (rarely), getResponseHeaders() returns an empty SOAPHeaderElement[] array. The length of the

RE: can't create c++ client

2008-12-16 Thread McCullough, Ryan
I would checkout the latest source from the subversion repository and try again. The distribution that is posted on the Axis C++ site is very very old, buggy, and should really be updated to a newer version from source control. -Ryan -Original Message- From: virtan

RE: Axis 1.4: element with nillable=true minOcurrs=0 is omitted when value is null

2008-12-08 Thread McCullough, Ryan
Bump From: McCullough, Ryan [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2008 11:29 AM To: axis-user@ws.apache.org Subject: Axis 1.4: element with nillable=true minOcurrs=0 is omitted when value is null In Axis 1.4 (not Axis2) an element is omitted from the request if the value

Axis 1.4: element with nillable=true minOcurrs=0 is omitted when value is null

2008-12-04 Thread McCullough, Ryan
In Axis 1.4 (not Axis2) an element is omitted from the request if the value is set to null and it is has the nillable=true and minOccurs=0 attributes set in the schema. Here is the location where I think things are going wrong: org.apache.axis.encoding.ser.BeanSerializer.serialize(QName name,

RE: date datetime elements

2008-09-25 Thread McCullough, Ryan
list. Files in question would be soap/xsd/DateTime.cpp and soap/xsd/Date.cpp Nadir Amra McCullough, Ryan [EMAIL PROTECTED] wrote on 09/23/2008 02:46:10 PM: [image removed] date datetime elements McCullough, Ryan to: Apache AXIS C User List 09/23/2008 02:55 PM Please respond

date datetime elements

2008-09-23 Thread McCullough, Ryan
I am using Axis C (version 1), checked out from source control about 3 months ago. It looks like the xsd__date xsd__datetime fields are using the 'tm' structure. Is there a way to configure this to use GMT rather than local time? Currently a date looks like '2007-01-01-06:00' and a datetime

https/ssl question

2008-09-22 Thread McCullough, Ryan
I am using Axis (version 1) built from the source in subversion (about 3 months old). I am statically linking in openssl. If I use a URL that contains https, but is self-signed, will axis still be able to communicate with the server over https/ssl? From the few tests I have performed, it

RE: InstantiationException with Axis 1.4...

2008-09-19 Thread McCullough, Ryan
James, there is not enough information. You will need to provide your soap stub code and an example source file that reproduces the issue. From: james a. cubeta [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2008 9:17 AM To: axis-user@ws.apache.org Subject: InstantiationException with

RE: Newbie wsdl2java question...

2008-09-19 Thread McCullough, Ryan
No, you have to setup the keystore to contain the self-signed certificate. If you perform a google search you will see examples of how this can be done. There may be an alternative to using System.setProperty so that you do not need to modify the WSDL2Java code. Someone on this list may be able

RE: Newbie wsdl2java question...

2008-09-18 Thread McCullough, Ryan
First, setup a java keystore. A simple google search should get you going. Next, put this code in the WSDL2Java main function: // set the keystore stuff System.setProperty(javax.net.ssl.trustStore, keystore_filename); System.setProperty(javax.net.ssl.keyStorePassword, keystore_password); -Ryan

RE: Axis c++ calculator compiling error, Admin Client

2008-08-18 Thread McCullough, Ryan
I would check out the Axis1 code from subversion. The 1.6beta that is available for download on the site is VERY old and out-dated. Subversion is pretty stable and has many updates. The code differences between subversion the 1.6beta on the site are pretty extensive. -Ryan -Original

RE: Axis C++ version, error

2008-08-18 Thread McCullough, Ryan
The version at http://www.apache.org/dist/ws/axis-c/ should NOT be used. Delete the directory from your hard-drive. You should download a subversion client (tortoise svn http://tortoisesvn.tigris.org/ is really nice and easy to use). Then check the code out from the subversion repository. Here

RE: Axis1.4 vs Axis2-1.4

2008-07-11 Thread McCullough, Ryan
Is upgrading from Axis-1.4 to Axis2-1.4 easy? -Ryan From: sumedha rubasinghe [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2008 9:15 AM To: axis-user@ws.apache.org Subject: Re: Axis1.4 vs Axis2-1.4 Hi Thamizhannal, Visit http://ws.apache.org/axis2/ read the section under topic

RE: Axis1.4 vs Axis2-1.4

2008-07-11 Thread McCullough, Ryan
: http://ws.apache.org/axis2/1_4/migration.html But you don't have to take my word for it, I'm a newbie myself! :P --RY P.S. If you need a good book try this one: http://www.packtpub.com/creating-web-services-with-apache-axis-2/book -Original Message- From: McCullough, Ryan [mailto:[EMAIL

RE: TRACE related defines in AxisTrace.h

2008-06-05 Thread McCullough, Ryan
Mike, if you did not download the source from subversion I would really recommend you do so. The distributions available for download on the site are very old. The newer subversion files have several bugs fixed from the distributions and the WSDL2Ws tool generates much better (read more correct)

suggested patch: _array class should have exposed size()

2008-05-30 Thread McCullough, Ryan
I added a public 'int size();' to my *_Array classes. It is useful for determining the size of the _Array. In ArrayParamHeaderWriter.java-writeMethods() add writer.write(\t\tint size();\n); In ArrayParamWriter.java-writeMethods() add this.writeSizeMethod(); Add this method: /**

minor bug (spelling) in org\apache\axis\wsdl\wsdl2ws\ParamWriter.java

2008-05-30 Thread McCullough, Ryan
attribfeilds should be attribfields (4 occurences) elementfeilds should be elementfields (4 occurences) Ryan McCullough | RightNow Technologies | Integration Tools Engineer 406-556-3162 office | Bozeman, MT | mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] | http://www.rightnow.com/

trouble parsing response

2008-05-27 Thread McCullough, Ryan
We are having a problem parsing the return from the server (non axis). Our wsdl has these definitions: message name=exec part name=parameters element=ons:exec / /message message name=exec_rv part name=parameters element=ons:exec_rv / /message portType name=Soap

RE: No answers?

2008-05-23 Thread McCullough, Ryan
: RE: No answers? Using 1.5 and 1.6Beta is bad idea...yes, latest code in SVN is better than zip distributions. Nadir Amra Integrated Web services for i5/OS IBM Rochester, MN, (Tel. 507-253-0645, t/l 553-0645) Internet: [EMAIL PROTECTED] McCullough, Ryan [EMAIL PROTECTED] wrote on 05/22/2008 01

RE: No answers?

2008-05-23 Thread McCullough, Ryan
the libraries to load correctly on windows xp with IE7 (stupid dwmapi.dll issue). -Ryan -Original Message- From: McCullough, Ryan [mailto:[EMAIL PROTECTED] Sent: Friday, May 23, 2008 10:23 AM To: Apache AXIS C User List Cc: [EMAIL PROTECTED] Subject: RE: No answers? Here are a list

RE: No answers?

2008-05-23 Thread McCullough, Ryan
Fyi, I am using MS VC 6.0 and I believe I have sp5 installed. -Ryan -Original Message- From: Nadir Amra [mailto:[EMAIL PROTECTED] Sent: Friday, May 23, 2008 10:41 AM To: McCullough, Ryan Cc: Apache AXIS C User List Subject: RE: No answers? Will take a look at these...I think (1) is my

RE: No answers?

2008-05-22 Thread McCullough, Ryan
List Subject: Re: No answers? McCullough, Ryan wrote: I have made a couple posts to this mailing list and have never received responses. Should I go elsewhere for questions regarding Axis 1 c++ 1.6b? I am out of touch with Axis 1 C++. Almost all the active developers around this list now

RE: No answers?

2008-05-22 Thread McCullough, Ryan
? McCullough, Ryan wrote: I have made a couple posts to this mailing list and have never received responses. Should I go elsewhere for questions regarding Axis 1 c++ 1.6b? I am out of touch with Axis 1 C++. Almost all the active developers around this list now are more into Axis2/C

RE: No answers?

2008-05-22 Thread McCullough, Ryan
will be releasing 1.6 final, but do not know when since I am kind swamped. Nadir Amra McCullough, Ryan [EMAIL PROTECTED] wrote on 05/22/2008 10:28:54 AM: I have made a couple posts to this mailing list and have never received responses. Should I go elsewhere for questions regarding Axis 1 c

RE: No answers?

2008-05-22 Thread McCullough, Ryan
: McCullough, Ryan [mailto:[EMAIL PROTECTED] Sent: Thursday, May 22, 2008 12:51 PM To: Apache AXIS C User List Subject: RE: No answers? See the attached messages. -Original Message- From: Nadir Amra [mailto:[EMAIL PROTECTED] Sent: Thursday, May 22, 2008 10:37 AM To: Apache AXIS C User List Subject

RE: No answers?

2008-05-22 Thread McCullough, Ryan
1.6beta is very, very old. Hopefully sometime in the future we will be releasing 1.6 final, but do not know when since I am kind swamped. Nadir Amra McCullough, Ryan [EMAIL PROTECTED] wrote on 05/22/2008 10:28:54 AM: I have made a couple posts to this mailing list and have never received

RE: Accessing header in response

2008-05-20 Thread McCullough, Ryan
I forgot to mention I am using Axis C++ 1.6b (not version 2). From: McCullough, Ryan Sent: Tuesday, May 20, 2008 3:18 PM To: Apache AXIS C User List Subject: Accessing header in response How can I get header information from a response? soap:Envelope xmlns:soap=http

Accessing header in response

2008-05-20 Thread McCullough, Ryan
How can I get header information from a response? soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns:xsd=http://www.w3.org/2001/XMLSchema; soap:HeaderResponseHeader

How are nullable values handled?

2008-04-24 Thread McCullough, Ryan
How are nullable types handled in Axis1 C++? For instance, how could I set an int/boolean/date/datetime attribute to xsi:nill=true? -Ryan Ryan McCullough | RightNow Technologies | Integration Tools Engineer 406-556-3162 office | Bozeman, MT | [EMAIL PROTECTED] |

RE: How are nullable values handled?

2008-04-15 Thread McCullough, Ryan
Any ideas? From: McCullough, Ryan [mailto:[EMAIL PROTECTED] Sent: Thursday, April 10, 2008 11:42 AM To: axis-c-user@ws.apache.org Subject: How are nullable values handled? How are nullable types handled in Axis1 C++? For instance, how could I set an int/boolean/date/datetime attribute

How are nullable values handled?

2008-04-10 Thread McCullough, Ryan
How are nullable types handled in Axis1 C++? For instance, how could I set an int/boolean/date/datetime attribute to xsi:nill=true? -Ryan Ryan McCullough | RightNow Technologies | Integration Tools Engineer 406-556-3162 office | Bozeman, MT | mailto:[EMAIL PROTECTED] [EMAIL

RE: xml:id does not want to work

2008-04-10 Thread McCullough, Ryan
, 2008 at 12:31 PM, McCullough, Ryan [EMAIL PROTECTED] wrote: Anne, Thank you for looking at my issue. I added that namespace (I tried both the xs:schema and xs:import) and it still does not generate the xml:id attribute in the objects. -Ryan -Original Message- From: Anne

RE: xml:id does not want to work

2008-04-08 Thread McCullough, Ryan
AM To: axis-user@ws.apache.org Subject: Re: xml:id does not want to work You need to also declare the xml namespace prefix: xmlns:xml=http://www.w3.org/XML/1998/namespace; Anne On Mon, Apr 7, 2008 at 1:44 PM, McCullough, Ryan [EMAIL PROTECTED] wrote: In my wsdl, I am importing an xsd schema

Change the way classes are named

2008-04-07 Thread McCullough, Ryan
I am using both the Java and C++ version of Axis. When I use the Java version to generate the soap objects for the client, they are named with the first letter being capitalized. Is there a simple way to have the WSDL2WS tool do the same for C++ client objects? -Ryan Ryan McCullough |

xml:id does not want to work

2008-04-07 Thread McCullough, Ryan
In my wsdl, I am importing an xsd schema file. That xsd file has an import: xs:schema elementFormDefault=qualified xmlns:xs=http://www.w3.org/2001/XMLSchema; xmlns=urn:sanitized xmlns:rnt=urn:sanitized