Re: DIME Chunking

2005-01-14 Thread BLIS Webmaster (Patrick Houbaux)
Try what I proposed in the following thread: http://marc.theaimsgroup.com/?t=11051163062r=1w=2 It works ok for sending files with a big size. Cheers, Patrick. Sims, Scott wrote: Mike, I don't have an answer for you but noticed the DIME chunking subject. I have read some articles that state

Re: DIME Chunking

2005-01-14 Thread BLIS Webmaster (Patrick Houbaux)
-Original Message- From: BLIS Webmaster (Patrick Houbaux) [mailto:[EMAIL PROTECTED] Sent: Friday, January 14, 2005 7:50 AM To: [EMAIL PROTECTED] Subject: Re: DIME Chunking Try what I proposed in the following thread: http://marc.theaimsgroup.com/?t=11051163062r=1w=2 http://marc.theaimsgroup.com

Re: Best way to send attachments

2005-01-08 Thread BLIS Webmaster (Patrick Houbaux)
used it) and it should work fine with all clients? Andrew: BTW whats the java type of content in your java code. How does your NodeDocument class look like? Praveen - Original Message - From: BLIS Webmaster (Patrick Houbaux) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January

Re: Best way to send attachments

2005-01-07 Thread BLIS Webmaster (Patrick Houbaux)
I have no problem sending attachements to .NET client. I have a RPC web service (I guess it works for other web service style), and here is the methodologie: Let's assume you have a web service supposed to send some attachments, the idea is to add the attachment to the SOAP message before the

Re: Best way to send attachments

2005-01-07 Thread BLIS Webmaster (Patrick Houbaux)
to Dime or Mime encoding (the service is Axis). Raul -Original Message- From: BLIS Webmaster (Patrick Houbaux) [mailto:[EMAIL PROTECTED] Sent: Friday, January 07, 2005 1:12 PM To: [EMAIL PROTECTED] Subject: Re: Best way to send attachments I have no problem sending attachements to .NET

Re: Best way to send attachments

2005-01-07 Thread BLIS Webmaster (Patrick Houbaux)
the attachment should be set to Dime or Mime encoding (the service is Axis). Raul -Original Message- From: BLIS Webmaster (Patrick Houbaux) [mailto:[EMAIL PROTECTED] Sent: Friday, January 07, 2005 1:12 PM To: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Subject: Re: Best way to send

Re: Best way to send attachments

2005-01-07 Thread BLIS Webmaster (Patrick Houbaux)
to understand that certain methods have filles attached. I also allow them to set a request parameter do define whether the attachment should be set to Dime or Mime encoding (the service is Axis). Raul -Original Message- From: BLIS Webmaster (Patrick Houbaux) [mailto:[EMAIL PROTECTED] Sent: Friday

Re: (Workaround found) Axis 1.2RC2: multiref serialization of xsd simple types / interoperability with .NET

2005-01-04 Thread BLIS Webmaster (Patrick Houbaux)
had to declare the type mapping for the simple primitive types in my deployment scripts. Cheers, Patrick. BLIS Webmaster (Patrick Houbaux) wrote: After debugging with the axis sources, I think I probably found a bug in AXIS1.2RC2 which I tried to explain in the Issue AXIS-1746. I will try

Re:(Please Help me!) Axis 1.2RC2: multiref serialization of xsd simple types / interoperability with .NET

2005-01-03 Thread BLIS Webmaster (Patrick Houbaux)
Hi all, Any idea about the problem I have mentionned in the following? I'm still stuck with that and it's becoming urgent for me to solve it. Thanks in advance for any help. Regards, Patrick. BLIS Webmaster (Patrick Houbaux) wrote: Hi all, I have a RPC web service deployed with Axis 1.2RC2

Re: (Please Help me!) Axis 1.2RC2: multiref serialization of xsd simple types / interoperability with .NET

2005-01-03 Thread BLIS Webmaster (Patrick Houbaux)
After debugging with the axis sources, I think I probably found a bug in AXIS1.2RC2 which I tried to explain in the Issue AXIS-1746. I will try to propose a patch (as soon as I can). Cheers, Patrick. BLIS Webmaster (Patrick Houbaux) wrote: Hi all, Any idea about the problem I have mentionned

Axis 1.2RC2: multiref serialization of xsd simple types / interoperability with .NET

2004-12-22 Thread BLIS Webmaster (Patrick Houbaux)
Hi all, I have a RPC web service deployed with Axis 1.2RC2. For performance issue some of my methods are actually sending the response data in compressed attachments to the clients. I did set the server to use multiref because the data model I'm sending is a graph and to avoid stack overflow

ant task axis-java2wsdl complexType qname?

2004-05-19 Thread BLIS Webmaster (Patrick Houbaux)
Hi all, I'm using the ant task axis-java2wsdl to generate my WSDL. I need some specific qname for the complex type I want to make appear in my WSDL. Is it possible to specified the qname I want to appear in my WSDL instead of the automatically generated one comming from the classname and the

Re: Abstract Bean problem in Axis 1.2beta

2004-05-19 Thread BLIS Webmaster (Patrick Houbaux)
Did try the nightly build .. an error is still thrown. I logged an issue: AXIS-1364 Hope I made it usable ;) Cheers, Patrick. Davanum Srinivas wrote: yes, please. Can you try the nightly build before i you do? -- dims On Tue, 18 May 2004 12:59:40 +0300, BLIS Webmaster (Patrick Houbaux) [EMAIL

Re: ant task axis-java2wsdl complexType qname?

2004-05-19 Thread BLIS Webmaster (Patrick Houbaux)
about that: AXIS-1365. Patrick. BLIS Webmaster (Patrick Houbaux) wrote: Hi all, I'm using the ant task axis-java2wsdl to generate my WSDL. I need some specific qname for the complex type I want to make appear in my WSDL. Is it possible to specified the qname I want to appear in my WSDL instead

Re: Abstract Bean problem in Axis 1.2beta

2004-05-18 Thread BLIS Webmaster (Patrick Houbaux)
mapping are specified. Axis1.1 was working fine. Anyway commenting out this type mapping did the trick. If needed I can log that in the bug database (I have the complete server source example with client ready). Cheers, Patrick. BLIS Webmaster (Patrick Houbaux) wrote: Dear all, I have a complex

Re: Abstract Bean problem in Axis 1.2beta ['Watchdog': Virus checked] ['Watchdog': checked]

2004-05-18 Thread BLIS Webmaster (Patrick Houbaux)
work when these arrays mapping are specified. Axis1.1 was working fine. Anyway commenting out this type mapping did the trick. If needed I can log that in the bug database (I have the complete server source example with client ready). Cheers, Patrick. BLIS Webmaster (Patrick Houbaux) wrote: Dear all

Abstract Bean problem in Axis 1.2beta

2004-05-17 Thread BLIS Webmaster (Patrick Houbaux)
Dear all, I have a complex datatype schema in a webservice that has been generated from a javabean-object model. Some of these beans are declared as abstract and are empty. When I deploy the webservice everything is fine but when I try to consume the webservice I get a Missing Default

Re: How to get Enumerations in WSDL?

2004-03-24 Thread BLIS Webmaster (Patrick Houbaux)
Hi all, Has anybody any hints on my question? Patrick. BLIS Webmaster (Patrick Houbaux) wrote: Dear all, I have the following design for my object datatype model I want to expose from my web service: public class MyClass { MyClassTypeEnum myClassType; public MyClassTypeEnum

How to get Enumerations in WSDL?

2004-03-22 Thread BLIS Webmaster (Patrick Houbaux)
Dear all, I have the following design for my object datatype model I want to expose from my web service: public class MyClass { MyClassTypeEnum myClassType; public MyClassTypeEnum getMyClassType(){ return myClassType; } public void

Re: declare attachment in wsdl

2004-03-18 Thread BLIS Webmaster (Patrick Houbaux)
Hi, Sometime ago I asked the same kind of question but never get any answer. http://marc.theaimsgroup.com/?l=axis-userm=106980002426486w=2 http://marc.theaimsgroup.com/?l=axis-userm=106911055830031w=2 What I did for now (as a workaround) is to tell about the attachments in my webservice

Tool for autogenerating wsdd typeMapping beanMapping?

2004-03-18 Thread BLIS Webmaster (Patrick Houbaux)
Hello all, I have a bunch of objects and exceptions to expose from my webservice and writting the wsdd start to be very teadious. I was wondering if anybody of you knows a tool that allows to generate automatically the set of typeMapping and beanMapping from a java package containing the

Re: Tool for autogenerating wsdd typeMapping beanMapping?

2004-03-18 Thread BLIS Webmaster (Patrick Houbaux)
to some more explicit documentation? Regards, Patrick. [EMAIL PROTECTED] wrote: Hi Patric, The axis wsdl2java does this for you, it creates both a deploy.wsdd and an undeploy.wsdd Regards Steve Quoting BLIS Webmaster (Patrick Houbaux) [EMAIL PROTECTED]: Hello all, I have a bunch of objects

Re: Tool for autogenerating wsdd typeMapping beanMapping?

2004-03-18 Thread BLIS Webmaster (Patrick Houbaux)
BLIS Webmaster (Patrick Houbaux) [EMAIL PROTECTED]: Hi Steve, I don't understand, I thought wsdl2java was for generating a client stub from a given WSDL. I don't see anything in the wsdl2java documentation that could answer my question. What I wan't is deploy the service so I don't have any WSDL

Re: Tool for autogenerating wsdd typeMapping beanMapping?

2004-03-18 Thread BLIS Webmaster (Patrick Houbaux)
and undeploy.wsdd and just throw away all the other generated code. Regards Steve Quoting BLIS Webmaster (Patrick Houbaux) [EMAIL PROTECTED]: Hi Steve, Thank you for your help but I'm a bit confused. As far as I know (though I'm maybe wrong), you still need a WSDL to use with wsdl2java. The fact

Re: Potential bugs in Axis 1.2 alpha (java): java.lang.String mapping

2004-02-02 Thread BLIS Webmaster (Patrick Houbaux)
Hi all, Anybody has any thoughts/ideas about that problem? Regards, Patrick. BLIS Webmaster (Patrick Houbaux) wrote: Hi all, I made a small experience that could lead to some potential bugs in Axis 1.2 alpha. I will try to explain it clearly ;) 1- I used Axis 1.2 alpha to expose my

Potential bugs in Axis 1.2 alpha (java): java.lang.String mapping

2004-01-29 Thread BLIS Webmaster (Patrick Houbaux)
Hi all, I made a small experience that could lead to some potential bugs in Axis 1.2 alpha. I will try to explain it clearly ;) 1- I used Axis 1.2 alpha to expose my webservice (server side) 2- On the client side (using Axis 1.1), I noticed that I could not generate the client stub anymore for

Re: initializing a SOAP service before it gets invoked - can it be done?

2003-12-18 Thread BLIS Webmaster (Patrick Houbaux)
The way you can do it is as follow: - write an init method in your class representing your service that you don't deploy as web service method - write a Servlet class that will call the init method of your service class - in the WEB-INF/web.xml config file add a servlet entry for the previous

Re: Axis (Java) next release question

2003-11-26 Thread BLIS Webmaster (Patrick Houbaux)
? Tom (http://taverna.sf.net) BLIS Webmaster (Patrick Houbaux) wrote: A proposal for the next milestone: Would it be possible to have two axis jars for the next release of Axis (1.2 alpha)? - one for the clients (without all the servers stuffs) : axis_client.jar - one dedicated for servers

How to specify attachments in WSDD?

2003-11-25 Thread BLIS Webmaster (Patrick Houbaux)
Hi all, I have been asking a related question but did not get any answer till now. I'm just wondering if my question is so obvious that nobody dares to answer. At least it is not for me, please help me :( Is it possible to specify in the WSDD an operation for which the response is returning some

Axis (Java) next release question

2003-11-25 Thread BLIS Webmaster (Patrick Houbaux)
A proposal for the next milestone: Would it be possible to have two axis jars for the next release of Axis (1.2 alpha)? - one for the clients (without all the servers stuffs) : axis_client.jar - one dedicated for servers (without the client stuffs): axis_server.jar Cheers, Patrick.

Re: interface versioning

2003-11-21 Thread BLIS Webmaster (Patrick Houbaux)
I remember having some discussions in the mailing list about that. Browse the following thread: http://marc.theaimsgroup.com/?l=axis-userm=106737614722205w=2 Patrick. Stuart Barlow wrote: Does anyone have great thoughts on interface versioning? Is it wise to think about keeping an interface

Re: Axis using in-correct Encoding for ARRAY in Doc/Literal

2003-11-21 Thread BLIS Webmaster (Patrick Houbaux)
I'm not sure but what if you remove the attribute provider in service .. definition in the wsdd. Patrick. Ramaswamy, Muthu wrote: Hi All- I have got a simple service using Doc/Literal/Wrapped style. When I access the service using a call object in my java/Axis client, the response message

Re: interface versioning

2003-11-21 Thread BLIS Webmaster (Patrick Houbaux)
Webmaster (Patrick Houbaux) wrote: I remember having some discussions in the mailing list about that. Browse the following thread: http://marc.theaimsgroup.com/?l=axis-userm=106737614722205w=2 Patrick. Stuart Barlow wrote: Does anyone have great thoughts on interface versioning? Is it wise to think

Re: interface versioning

2003-11-21 Thread BLIS Webmaster (Patrick Houbaux)
using different header files with different dlls at the back. Regards Jaspreet -Original Message- From: BLIS Webmaster (Patrick Houbaux) [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 5:21 PM To: [EMAIL PROTECTED] Subject: Re: interface versioning Yes this are the conclusions

Re: WSDL, WSDD and attachments : Please how to?

2003-11-19 Thread BLIS Webmaster (Patrick Houbaux)
Just to follow up ... has anybody got an idea about my question? Patrick. BLIS Webmaster (Patrick Houbaux) wrote: Hi all, I'm currently developing a web service where I have a method that send or receive some data in attachments. My goal is to make it interoperable at least in the following

Re: Locating the org.w3c.dom API

2003-11-18 Thread BLIS Webmaster (Patrick Houbaux)
Hi Allen, They are in at least in Xerces. http://xml.apache.org/xerces2-j/index.html Patrick. Wilson, Allen wrote: Can anyone tell me where I can locate the org.w3c.dom API? I look in the W3C site and searched through Google and I cannot find it (or overlooked it). Thanks...Allen

WSDL, WSDD and attachments : Please how to?

2003-11-17 Thread BLIS Webmaster (Patrick Houbaux)
Hi all, I'm currently developing a web service where I have a method that send or receive some data in attachments. My goal is to make it interoperable at least in the following situations: - Axis server / Axis client - Axis server / .NET client I know the following question have been asked

Re: Strategy for WSDL versioning?

2003-10-29 Thread BLIS Webmaster (Patrick Houbaux)
- Using a service broker Seems that I have some answers to my question here at least :) Regards, Patrick. Jeff Greif wrote: - Original Message - From: BLIS Webmaster (Patrick Houbaux) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 28, 2003 1:21 PM Subject: Strategy

Strategy for WSDL versioning?

2003-10-28 Thread BLIS Webmaster (Patrick Houbaux)
Hi all, Does somebody has any good idea about the strategy to adopt for versioning an API exposed as a webservice? My first idea is to add the version of the WSDL in the target namespace, something like: urn:v1_0.myservice.mycompany.com but there might be a nicer solution for that. Can

Re: Performance Issues with AXIS

2003-10-04 Thread BLIS Webmaster (Patrick Houbaux)
What about if you try to send the images with SOAP attachments? Patrick. [EMAIL PROTECTED] wrote: Hi, We are using Apache AXIS 1.1 to support a web service that returns images. The images are base-64 encoded and embedded within the XML. What we are seeing is very slow response times with

Re: Wrong namespace in the response??

2003-10-01 Thread BLIS Webmaster (Patrick Houbaux)
e="soap.test.axis.ComplexType1Service"/ parameter name="allowedMethods" value="*"/ beanMapping qname="ns:MyComplex" xmlns:ns="http://example.com" languageSpecificType="java: soap.test.axis.ComplexType1"/ /service /deploymen

Re: Wrong namespace in the response??

2003-09-30 Thread BLIS Webmaster (Patrick Houbaux)
Hi, Did you use a beanMapping in the wsdd file for deploying the service? If yes, can you show your wsdd file. Seems that you did not map the beans to a specifc namespace and qName. Can you also indicate the package in which your class ComplexType1 is? Patrick. Denero Watz wrote: I have

Re: Axis attachment file created in the Temp directory

2003-07-14 Thread BLIS Webmaster (Patrick Houbaux)
I guess you have to clean it or move it somewhere else in your client code. Patrick. Subhendu Kumar mohanty wrote: Hi all, I am developing a webservice client which uses Axis. My client app calls an external webservice to get the image.I found that Axis creates temporary files in the system

Re: Axis attachment file created in the Temp directory

2003-07-14 Thread BLIS Webmaster (Patrick Houbaux)
wrote: Even if I can not change the directory . What will happen if the job is deleting when somebody is requesting for the image. Is this a limitation of using data handler for attachment in the client side ? Thanks, Subhendu -Original Message- From: BLIS Webmaster (Patrick Houbaux

Re: JavaBean synchronisation Client/Server

2003-07-11 Thread BLIS Webmaster (Patrick Houbaux)
Any idea about this question? Thanks Patrick. Patrick Houbaux wrote: Hi all, I'm working with a service (that I'm the developper) that exposes some JavaBean. As far as I understand the instance of the JavaBean on the client side is not synchornised with the instance JavaBean on the server

JavaBean synchronisation Client/Server

2003-07-10 Thread BLIS Webmaster (Patrick Houbaux)
Hi all, I'm working with a service (that I'm the developper) that exposes some JavaBean. As far as I understand the instance of the JavaBean on the client side is not synchornised with the instance JavaBean on the server side. i.e: when I modify an attribute of a client instance of the

Re: help !!! DIME attachments problems

2003-07-09 Thread BLIS Webmaster (Patrick Houbaux)
Try changing the signature of the method: public String test(String xmlRequest){ ... } You are using a RPC service style and I guess the method you defined only work for message service style. Patrick. Philippe GENESTE wrote: Hello, Sorry i'm new on SOAP with attachments !!! I try to

Re: Axis 1.x and .NET WSE 1.0

2003-07-07 Thread BLIS Webmaster (Patrick Houbaux)
Hi Josh and all, It might be a bit late comments for you but I just started to use .NET WSE 1.0 to consume an AXIS web service and I run into the same problem. My configuration is: - Axis 1.1 final on tomcat - Web service server on axis. - Client with .NET WSE 1.0 When I run the client in

Re: Axis 1.x and .NET WSE 1.0

2003-07-07 Thread BLIS Webmaster (Patrick Houbaux)
;MustUnderstand" to false SoapContext context = service.RequestSoapContext; context.Path.EncodedMustUnderstand = "false"; // Consuming the service Console.WriteLine(service.testDouble()); Now I can start testing SOAP with attachement in .NET :) Nice ! Cheers, Pat

Strategy for returning an XML document in RPC service

2003-07-05 Thread BLIS Webmaster (Patrick Houbaux)
Hi all, Is there any possibility I could return an org.w3c.dom.Document from a method exposed in a java:RPC style service? If yes, could somebody explain what I have to do for that or point me to an appropriate example? Thanks, Patrick.

Re: Problem adding a reference from .NET to an AXIS service

2003-07-04 Thread BLIS Webmaster (Patrick Houbaux)
Webmaster (Patrick Houbaux) [EMAIL PROTECTED] 04.07.03 10:50 Bitte antworten zu [EMAIL PROTECTED] An [EMAIL PROTECTED] Kopie Thema Problem adding a reference from .NET to an AXIS service Hi all, I have developed a testing service with AXIS, deployed it on my tomcat http://localhost:8080 I've also

WSIF vs WSDL2Java question

2003-02-12 Thread BLIS Webmaster (Patrick Houbaux)
Hi all, I'm still quite a newbie to everything concerning web services and I would like somebody's opinion on something I'm wondering. I want to write a client that should access to a web service defined through WSDL that is hosted physically on several servers. I have made some

Re: WSIF vs WSDL2Java question

2003-02-12 Thread BLIS Webmaster (Patrick Houbaux)
and let me know if that wasn't what you question was. ...ant Anthony Elder [EMAIL PROTECTED] Web Services Development IBM UK Laboratories, Hursley Park (+44) 01962 818320, x248320, MP208. BLIS Webmaster (Patrick Houbaux) [EMAIL PROTECTED] on 12/02/2003 16:24:25 Please respond to [EMAIL

Re: ñ and other characters

2002-12-18 Thread BLIS Webmaster (Patrick Houbaux)
Hi ! Just an idea. I don't know if it works. You can try by using the decimal ascii code for these characters. For instance: ä : #228; ñ : #241; í : #237; Tell me if it works I'm interested :) Patrick. I am transmitting strings and it was OK until I transmitted ñ,í and similar characters. It