Re: My client AXIS C++ in Windows XP is fast but WinNT is slow

2005-06-15 Thread John Hawkins
Samisa is doing a lot of work in improving the speed of multiple requests - it might well be worth you moving to the latest level i.e. take a nightly build leonardo rodrigo [EMAIL PROTECTED] 09/06/2005 17:19 Please respond to Apache AXIS C User List To axis-c-user@ws.apache.org

Closing a secure channel

2005-06-15 Thread Bruce McHaffie
Title: Closing a secure channel A 1.4 question for you: in axis2/SecureChannel.cpp the close() method doesn't do anything. Shouldn't it at least close the connection that is opened in the open() method? For instance: void SecureChannel::close() { m_pSSLChannel-closeSSLChannel() } Or am I

AXIS 1.2 (final) - document/literal - error processing operation with 2 arguments

2005-06-15 Thread Ephemeris Lappis
Hello. It seems an axis internal error occurs on the server side, using document/literal style, when processing an operation with the following signature : public int testIntegerPairToInteger(int i1, int i2) The wsdl and wsdd files that are attached seem ok for me, and the sent request

Content is not allowed in trailing section

2005-06-15 Thread Alick Buckley
Title: Content is not allowed in trailing section I been having troubles posting this item. = Hi Guys, I have been working with Axis 1.2 Final and it has been working well on an IBM iSeries machine. I have started testing on a

Pb with Axis client side

2005-06-15 Thread Gia Bao Nguyen
Hello, I'm building my webservice with JONAS and when i test it with AltovaSpy, it works normally but when i try it with a java progam which uses the stub and skels generated by wsdl2java, it catch an error: /*AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException

Accessing web service data by servlet

2005-06-15 Thread Stephen Thudium
I have cached data in a web service.  Now I need to view that data with a browser.  How can I use a J2EE servlet to access this data and display it.  Can the browser page be dynamically updated as the web service collects new data?Thanks. 

Re: classloader problem

2005-06-15 Thread BVG
Hi Jeff, The stub call is done in the JAAS module (file: SampleLoginModule.java), this module is configured on Tomcat application, and when I press the authentication form the JAAS module runs. When it runs, call the VerificaAutenticacao WebService, which returns some values to check if this

Axis 1.2 on Java 1.3 platform

2005-06-15 Thread Kozikowski Miroslaw
Hello, Can I safely run Axis 1.2 on Java 1.3 platform ? Axis 1.3 sources can be easily compiled for 1.3 platform but how about SAAJ, JAXRPC and other required libraries. Are the included libs java 1.3 compliant ? What is your experience ? Id like to run Webservice client based on Axis

Re: wsdl composition

2005-06-15 Thread Anne Thomas Manes
I'm not sure I understand the issue. If your clients have access to the WSDL document, then they have the service endpoints for all of your services. There's no need for them to perform any type of magical discovery. In any case, even if you can't expose a single port that implements three

Re: Axis 1.2 on Java 1.3 platform

2005-06-15 Thread Davanum Srinivas
Yep. it should be possible. thanks, dims On 6/15/05, Kozikowski Miroslaw [EMAIL PROTECTED] wrote: Hello, Can I safely run Axis 1.2 on Java 1.3 platform ? Axis 1.3 sources can be easily compiled for 1.3 platform but how about SAAJ, JAXRPC and other required libraries. Are the

'No Such Operation' error

2005-06-15 Thread Patrick Quinn
Title: Message Hi I have received aWSDL from a customer; the style is document/literal.The stubs/skeleton are generatedfine when WSDL2Java is run, but the following error appears when the client code attempts the remote call with the bean: Exception in thread "main" AxisFaultfaultCode:

RE: wsdl composition

2005-06-15 Thread Ricardo Brito Da Rocha
Hi Anne. Thanks a lot for the reply. I still have some questions though... I'm not sure I understand the issue. If your clients have access to the WSDL document, then they have the service endpoints for all of your services. There's no need for them to perform any type of magical

Re: SOPAPart is not beeing processed ?

2005-06-15 Thread Marion Schwarz
Ok, I found out that the process stopps in the SOAPPart constructor while trying to set the mime header content-id. reason unknown... Anybody a clue ? btw: the exception handling is oviously a drag... no message whatsoever :-(

Re: classloader problem

2005-06-15 Thread Jeff
Hi BVO, We really need to know what ClassUtils.forName(pivotQName.getLocalPart()).newInstance().getClass() evaluates to in the case of error. Jeff - Original Message - From: BVG [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Wednesday, June 15, 2005 4:35 AM Subject: Re:

WSDL2Java genertion bug?

2005-06-15 Thread Arijit Mukherjee
Title: WSDL2Java genertion bug? Hi All I have a schema which contains a certain complexType such as: xs:complexType name=OperatorType xs:sequence xs:choice xs:element name=EXCHANGE type=part:EXCHANGEOperatorType minOccurs=0/ xs:element name=APPLY

SoapAttachments not getting stored if less than 10kb

2005-06-15 Thread Krthekeyan Suriyanarayanan
I am using Axis1.2, Attachment is received using DataHandler , I am facing a vered probelm. i.e . If the attached xml file is less than 10kb then the file is not getting stored in the destination directory. but if the file is of greater size , then it stores the file. wht could be the issue.

PB with some character in french on SOAP message

2005-06-15 Thread Gia Bao Nguyen
Hi there, My webservice extracts some french name which contains #233;,#232;.. In the SOAP response message, these character are not display correctly. Anyone have an idea about it? I think that is a encoding pb but i have no idea to fix it. Thank you

RE: No such operation error - malformed WSDL?

2005-06-15 Thread Feng Xie \(fxie\)
Title: Message Patrick: Can you replace the location line in your wsdl with the following line and regenerate stub and skeleton ? soap:address location="http://localhost:8880/axis/services/ProvisioningTaskRequestPort" Feng From: Patrick Quinn [mailto:[EMAIL PROTECTED] Sent: Wednesday,

ANNOUNCE: Apache Axis version 1.2.1 RELEASE

2005-06-15 Thread Glen Daniels
Hi folks: In the continued spirit of release early and often, the Apache Axis team is pleased to announce the release of version 1.2.1, an incremental change over 1.2 final, with some added functionality and of course bug fixes. You can find it at:

Complex type / Javabean design

2005-06-15 Thread Ephemeris Lappis
Hello. This is a simple, perhaps stupid, question about how to design some kind of javabeans to be good complex types for the wsdl and soap translation. I have done some basic tests with simple flat, structure like javabeans with primitive or 1-1 aggregated complex types. All this seems to work

SimpleProvider: Soap service will not be deployed

2005-06-15 Thread Zeltner Martin
Hello, I'd like to deploy a soap service on runtime. I've written my own provider, the SpringBeanProvider. It delegates requests to the before generated proxy (java.reflect.Proxy). I execute following code: Object myProxy = ...; /** * Create soap service. */

RE: No such operation error - malformed WSDL?

2005-06-15 Thread Patrick Quinn
Title: Message This is the generated deployment file. Maybe it needs a description of the missing operation? If so, I wonder why the WSDL2Java did not generate this? deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java" !--

RE: No such operation error - malformed WSDL?

2005-06-15 Thread Feng Xie \(fxie\)
Title: Message Did it fix your problem ? WSDL2java probable doesn't pay attention onto the location line. -Feng From: Patrick Quinn [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 15, 2005 11:57 AMTo: axis-user@ws.apache.orgSubject: RE: No such operation error - malformed WSDL? This

Re: Complex type / Javabean design

2005-06-15 Thread Davanum Srinivas
hehehe...WSDL First! :) -- dims On 6/15/05, Ephemeris Lappis [EMAIL PROTECTED] wrote: Hello. This is a simple, perhaps stupid, question about how to design some kind of javabeans to be good complex types for the wsdl and soap translation. I have done some basic tests with simple flat,

RE: No such operation error - malformed WSDL?

2005-06-15 Thread Patrick Quinn
Title: Message Hi Feng First of all, thanks for taking the time to reply. I've made the change and regenerated the stub + skeleton, then rerun. The No Such Operation error is still there. Your suggestion, however, did cure one problem I had noticed, an extraneous closing angled

RE: No such operation error - malformed WSDL?

2005-06-15 Thread Patrick Quinn
Title: Message Feng no it didn't cure the problemI'm afraid. I've seen posts before about the same problem, but there doesn't seem to be an obvious remedy. If I knewfor sure that this is a problem with theWSDL then I would be almost happy knowing that, and I could persevere in trying to

RE: No such operation error - malformed WSDL?

2005-06-15 Thread Feng Xie \(fxie\)
Title: Message Pat: Too bad to hear that. Don't give up. In my case ( Axis + Tomcat 5 ), the soapAction is always "" in WSDL. What I did is come upa very basic Java interface and let Java2WSDL to generate a base WSDL. I then enhance the WSDL. I noticed that the soapAction is "" in the

re: javax.wsdl.extensions.ExtensibilityElement not found in Java2WsdlAntTask

2005-06-15 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is this a known problem in Axis 1.2.1? I just tried to compile my webservices and I got this error. - -- Love is mutual self-giving that ends in self-recovery. Fulton Sheen James Black[EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version:

Re: SOPAPart is not beeing processed ?

2005-06-15 Thread Marion Schwarz
For everyone, who's still interested in the solution: It happens to be a problem with the os: - Re: SecureRandom on Linux Author: mbjones Jul 23, 2004 1:15 PM (reply 1 of 1) I ran into the same problem with JDK 1.4.1_01 and JDK 1.4.2_05 running on Redhat

Re: javax.wsdl.extensions.ExtensibilityElement not found in Java2WsdlAntTask

2005-06-15 Thread Anne Thomas Manes
Does your WSDL contain a non-standard extensibility element? Anne On 6/15/05, James Black [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is this a known problem in Axis 1.2.1? I just tried to compile my webservices and I got this error. - -- Love is mutual

RE: Complex type / Javabean design

2005-06-15 Thread Ephemeris Lappis
OK for the sentence ! Now, as i said before, if i remove the indexed property setter/getter (or in the original javabean, or hand-coding the wsdl), and just let the whole array getter/setter, the wsdl properly describes the sequence of complex type, and the serialization/deserialization seems to

Re: Complex type / Javabean design

2005-06-15 Thread Davanum Srinivas
yes. that looks right. -- dims On 6/15/05, Ephemeris Lappis [EMAIL PROTECTED] wrote: OK for the sentence ! Now, as i said before, if i remove the indexed property setter/getter (or in the original javabean, or hand-coding the wsdl), and just let the whole array getter/setter, the wsdl

WSDL2Java generates bad WSDD file

2005-06-15 Thread Halsema, Aillil I
After processing my Document/Literal WSDL file, I find the following in my WSDD: typeMapping xmlns:ns="http://schemas.microsoft.com/windows/2004/09/wdp/print" qname="ns:JobValuesTypeJobProcessingJobFinishingsJobStapleStapleAngle"

Interesting Error

2005-06-15 Thread J R
I have created a service with the following client: public class MyClient { public static void main(String [] args) throws Exception { Options options = new Options(args); String endpoint = http://localhost:; + options.getPort() +

WSDL/Generated WSDL Discrepencies...

2005-06-15 Thread anna.veirauchs
Heya, I'm fairly new to Axis, so hopefully I'm not missing something too obvious or have bad search skills(I've been searching and researching and haven't come up with an answer). I managed to get an example service using Axis/Castor (the example from the IBM site) working using the

RE: No such operation error - malformed WSDL?

2005-06-15 Thread Feng Xie \(fxie\)
Pat: It's a little strange to me that your deploy.wsdd ( which is generated from WSDL2java, I assume ) doesn't have operation def. You not only need add operation , perhaps need to add parameters for this operation. Here is a snippet from my deploy.wsdd: service name=SystemDataMgrPort

Question about xsd:anyType arrays in doc/literal wrapped mode

2005-06-15 Thread Mario Felarca
Hello, First I would like to say thank you to everyone that has contributed to this list. While I have lurked and been helped a lot by information here, I have not had a chance up until now to say thanks, so, thanks. :) My question has to deal with arrays. I have looked over the archives, and a

RE: AdminClient Deployment problem, possibly user related

2005-06-15 Thread Steven Smith
Hi, I've been trying to track down the solution to this problem for a week now and just wanted to let you know that I have solved it. I have noticed others with similar error messages, but never a reply to fix it. In my case though, it was my own fault, not Axis. So my solution may not

Re: No such operation error - malformed WSDL?

2005-06-15 Thread Anne Thomas Manes
I just grabbed the WSDL operation name, but perhaps your Java method name is different? The name attribute should specify the Java method name. Anne On 6/15/05, Patrick Quinn [EMAIL PROTECTED] wrote: Thanks Anne, Feng You have both given me food for thought and I won't give up. Anne, I

Re: WSDL2Java generates bad WSDD file

2005-06-15 Thread Anne Thomas Manes
You should use Axis 1.2 Final -- or better yet, Axis 1.2.1. On 6/15/05, Halsema, Aillil I [EMAIL PROTECTED] wrote: After processing my Document/Literal WSDL file, I find the following in my WSDD: typeMapping

Re:Interesting Error

2005-06-15 Thread zhangyu
MyService is in the package dummy?If this,then generated wsdl's targetNamespace should be targetNamespace=http://localhost:8080/axis/MyService.jws; I am not sure of it,but you can try it! Best Regards, Robert Zhang Email:[EMAIL PROTECTED] Tel:86-010-62014411-2437 - - : J R [EMAIL

Re: Webservice GateWay How to implement ?

2005-06-15 Thread Wayne Richards
Krthekeyan, Not too clear on what you are wanting to do. I had a requirement for hiding the actual endpoint of a ws call from the user. What I have done is change the wsdl file endpoint to point to a gateway. The gateway looks up the real endpoint for the service, the alters the envelope and

Re: collection of complex types

2005-06-15 Thread Anne Thomas Manes
If you define your object in XML Schema, .NET will automatically map it to a .NET object for you. Anne On 6/15/05, Carolyn Vo [EMAIL PROTECTED] wrote: We are trying to figure out how to access from C# an object that has a collection of complex types, which in turn includes a collection

RE: collection of complex types

2005-06-15 Thread Ephemeris Lappis
Hello. With few details about your model, i'm not sure my answer will help you... But i'm currently doing new tests with different kinds of objects, and particularly agregations with arrays of complex types that also have arrays of objects, etc... It seems that all that fnally works rather