Re: AXIS2 and .NET Interop

2007-10-29 Thread Maxim Geraskyn
Paul, > I'm surprised .NET can't handle HTTP chunking... its a common approach. > > Paul I'm not so experienced in web technologies, but this is the first time I see SOAP client uses "chunked". Normally "content-length" header is used

Re: AXIS2 and .NET Interop

2007-10-28 Thread Maxim Geraskyn
your help, Paul ! Maxim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AXIS2 and .NET Interop

2007-10-28 Thread Maxim Geraskyn
Paul, > Maybe its HTTP chunking? I notice that the working versions don't use that. > > Try turning it off like this: now it works, soap12 calls work also, so my problem was caused by "chunked" encoding. - To unsubscribe, e-mail

Re: AXIS2 and .NET Interop

2007-10-26 Thread Maxim Geraskyn
Paul, > What version of .NET is this? I'm using Visual Studio 2005, .NET Framework v2.0.50727 > Try > > stub._getServiceClient().getOptions().setSoapVersionURI(org.apache.axis2.namespace.Constants.URI_SOAP11_ENV > ); Hmm, same result Request: PO

Re: AXIS2 and .NET Interop

2007-10-26 Thread Maxim Geraskyn
> Is there any error log on the .NET side? Hmm, may be, have to check > I can't see anything really wrong with the Axis2 request. How did you > generate the client? As I mentioned xml part of request is fine. If I change headers it works perfectly. Client was generated by WSDL2Java

AXIS2 and .NET Interop

2007-10-26 Thread Maxim Geraskyn
Problem description -- When I call .NET service ( Visual Studio 2005 ) using Axis2-generated client I got exception: Exception in thread "main" org.apache.axis2.AxisFault: The input stream for an incoming message is null. at org.apache.axis2.transport.Transpor

Re: minOccurs="0" attribute and .NET

2007-10-25 Thread Maxim Geraskyn
On 10/25/07, Mauro Molinari <[EMAIL PROTECTED]> wrote: > Hi Deepal, > I just remembered another thing. There already is nillable="true" > attribute for parameters that can be null, so what is minOccurs="0" > useful for? Microsoft uses minOccurs to generate schema for "reference" class members Co

String array as parameter. Null is not passed

2007-10-25 Thread Maxim Geraskyn
= ff.getStrings(arg); assertEquals(null, res[1]); --- Data http://triniforce.com/soap/sample";>Str1Str3 === Expected data: Str1Str3 So the problem is that null is not passed, while I think It should. Wh

FW: [Axis2] hmac-sha1 Signature

2007-02-08 Thread Tonkikh Maxim
ct: Re: [Axis2] hmac-sha1 Signature On Thu, 2007-02-08 at 13:58 +0200, Tonkikh Maxim wrote: > Hi All > > I need to use hmac-sha1 Signature. > > How can I pass my SecretKey to rampart? You need to read some cryptography, HMAC-SHA1 isn't a digital signature algorithm, it is a MAC (M

RE: [Axis2] hmac-sha1 Signature

2007-02-08 Thread Tonkikh Maxim
Hi So? Is it possible to configure rampart? I'd like to read something about how to configure, pass my key,... Thanx Maxim -Original Message- From: Ruchith Fernando [mailto:[EMAIL PROTECTED] Sent: Thursday, 08 February, 2007 15:14 To: axis-user@ws.apache.org Subject: Re: [Axis2]

[Axis2] hmac-sha1 Signature

2007-02-08 Thread Tonkikh Maxim
Hi All I need to use hmac-sha1 Signature. How can I pass my SecretKey to rampart? Thanx Maxim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [Axis2] hmac-sha1 Signature problem

2007-02-07 Thread Tonkikh Maxim
m Srinivas [mailto:[EMAIL PROTECTED] Sent: Wednesday, 07 February, 2007 17:38 To: axis-user@ws.apache.org Subject: Re: [Axis2] hmac-sha1 Signature problem Did you add bouncycastle as a provider in your jre? (http://www.bouncycastle.org/wiki/display/JA1/Provider+Installation) On 2/7/07, Ton

what's wrong about anyURI ?

2006-06-23 Thread maxim
Hello, Why the anyURI type represented by org.apache.axis.types.URI type is required to be absolute so if I am using something like someURI it gives me the MalformedURIException "No scheme found in URI". That’s wrong, it should accept relative URI as well. Thanks, Maxim

RE: something is wrong with my deployment or Axis ?

2006-06-22 Thread maxim
Thank you, Anne, I will try to fix it  with CapeClear. --Maxim From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 4:05 PMTo: axis-user@ws.apache.orgSubject: Re: something is wrong with my deployment or Axis ? Also, the namespace attribute can

RE: something is wrong with my deployment or Axis ?

2006-06-21 Thread maxim
the order in this "parameter"  list and it worked.   --Maxim   From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 1:13 PMTo: axis-user@ws.apache.orgSubject: Re: something is wrong with my deployment or Axis ? Validation of your WSDL using Cape Clear

something is wrong with my deployment or Axis ?

2006-06-21 Thread maxim
Hello, I am trying to understand what is wrong with my deployment. It seems like my service is getting requests , but processing them with wrong java methods. I've seen it before and its disappeared after I've changed the order of operations in the binding section of my WSDL, but after I've added

missing jar file ???

2006-05-19 Thread maxim
Hello, I would really appreciate if someone will tell me what jar file is missing when I am trying to build Axis 1.4 with Xmlbeans support ( unsder java 1.4.2). compile: [javac] Compiling 4 source files to /home/maxim/software/axis-1_4/build/classes

jaxb & Axis 1.3

2006-05-05 Thread maxim
Axis2). Thanks, Maxim Grigoriev.

WSDL2Java errors in 1.3 and 1.4 added vs 1.2.1

2006-03-22 Thread Senin, Maxim
> and 1.2.1 produces compilable field name, but later versions are not = compiling because they insert another symbol for ô:     public static final java.lang.String _C├┤tedIvoire = "C├┤tedIvoire"; The 1.2.1 was using the correct unicode code. Does anyone have a solution? Thanks,Maxim

RE: jaxb integration in axis

2005-12-06 Thread maxim
Hi Davanum, I was watching for efforts on adding proper XML validation into Axis 1.x for quite a while. Are anyone have a plan on adding the sam JAXB support into Axis 1.3 ? Thanks, Maxim Grigoriev. Fermilab > -Original Message- > From: Davanum Srinivas [mailto:

RE: SOAP::Lite interoperability question

2005-04-08 Thread Maxim Grigoriev
should be straightforward ( actualy the client written in Python works without any problems with the same SOAP::Lite service). --Maxim --> -Original Message- --> From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] --> Sent: Friday, April 08, 2005 5:04 PM --> To: axis-user@w

RE: SOAP::Lite interoperability question

2005-04-08 Thread Maxim Grigoriev
iginal Message- --> From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] --> Sent: Friday, April 08, 2005 4:15 PM --> To: axis-user@ws.apache.org --> Subject: Re: SOAP::Lite interoperability question --> --> --> What does the WSDL say? --> --> The SOAP message appears to

SOAP::Lite interoperability question

2005-04-08 Thread Maxim Grigoriev
of building own deserealizer becasue the whole design built around concept of having one WSDL for the whole service description ( so it used to built clients in any other language - python, perl, java) Thanks, Maxim Grigoriev. --- FERMILAB CD/CCF/NET/DCN