WSDL --> Java / .NET interoperability issue?

2005-01-26 Thread Mahen Perera
gives errors saying duplicate operations name. i used WSAD (Web Sphere application Developer) to generate the Web Service client. I guess it is using some WSDL2Java tool. I can generate the .NET client using the WSDL using the tool provided by .NET (this gives no errors ). Is this a interoperability

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

2005-01-04 Thread BLIS Webmaster (Patrick Houbaux)
Ok it seems that I found a workaround to this. Declaring the type mapping for the primitive types in the deployment wsdd file seems to do the trick. I put this comment in the Issue AXIS-1746, can somebody tell me if it is really the correct way to do it? Till now I was not even thinking that I h

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 in th

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. For per

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

2004-12-22 Thread BLIS Webmaster (Patrick Houbaux)
ot;, used the schema equivalent type instead. - Original Message - From: "BLIS Webmaster (Patrick Houbaux)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 22, 2004 12:50 PM Subject: Axis 1.2RC2: multiref serialization of xsd simple types / interoperab

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

2004-12-22 Thread HG
, 2004 1:00 PM Subject: Re: Axis 1.2RC2: multiref serialization of xsd simple types / interoperability with .NET > Hi there. > > I can't actually remember, so this is a best shot, Ok? > > IfcSpace > > WS-I Basic Profile prohibits "soapenc", used the sche

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

2004-12-22 Thread HG
[EMAIL PROTECTED]> Sent: Wednesday, December 22, 2004 12:50 PM Subject: Axis 1.2RC2: multiref serialization of xsd simple types / interoperability with .NET > Hi all, > > I have a RPC web service deployed with Axis 1.2RC2. > For performance issue some of my methods are actually sending t

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 erro

Axis 1-2 RC1 and dot- NET interoperability

2004-11-26 Thread Johann.Stoebich
I have founded out that most array-datatypes (e.g. Object[] ) which worked in axis 1.1 not work in axis 1.2RC1. In my test-scenaria I used - C# from Visual-Studio 2003 (.NET framework 1.1) - tomact 4 on a Windows 2000 PC. Does this mean, that further releases of axis und .NET are not com

Re: Maximum Interoperability with "Map" objects

2004-11-02 Thread Dennis Sosnoski
Dennis Sosnoski wrote: It's actually easy to represent this in schema, as: Whoops, this should instead be: You don't need (and can't use) an inner complexType element, but in more complex cases can just nest the sequence

Re: Maximum Interoperability with "Map" objects

2004-11-02 Thread Dennis Sosnoski
MAIL PROTECTED] Sent: Tuesday, November 02, 2004 3:34 AM To: [EMAIL PROTECTED] Subject: Re: Maximum Interoperability with "Map" objects Anne, I think you're conflating the programming model and the data model here. I know you're doing it in the interest of keeping things simple,

RE: Maximum Interoperability with "Map" objects

2004-11-02 Thread Anne Thomas Manes
D] Sent: Tuesday, November 02, 2004 3:34 AM To: [EMAIL PROTECTED] Subject: Re: Maximum Interoperability with "Map" objects Anne, I think you're conflating the programming model and the data model here. I know you're doing it in the interest of keeping things simple, but

RE: Maximum Interoperability with "Map" objects

2004-11-02 Thread Anne Thomas Manes
D] Sent: Tuesday, November 02, 2004 3:34 AM To: [EMAIL PROTECTED] Subject: Re: Maximum Interoperability with "Map" objects Anne, I think you're conflating the programming model and the data model here. I know you're doing it in the interest of keeping things simple, but

Re: Maximum Interoperability with "Map" objects

2004-11-02 Thread Vinay Punnoose
x27;m writing a SOAP service where interoperability is of utmost > importance. I've read a few of the other posts on this, and people seem > to be saying that Hashtables and the like are not interoperable. The > best strategy seems to be writing a basic "Entry" bean with key

Re: Maximum Interoperability with "Map" objects

2004-11-02 Thread Dennis Sosnoski
k Chaimungkalanont [mailto:[EMAIL PROTECTED] Sent: Sunday, October 31, 2004 5:44 PM To: [EMAIL PROTECTED] Subject: Re: Maximum Interoperability with "Map" objects I'm quite new to SOAP so I'm not entirely sure what "design WSDL contract" actually entails. Are there an

RE: Maximum Interoperability with "Map" objects

2004-10-31 Thread Anne Thomas Manes
l map to JavaBeans. They will map to comparable components in other languages. Anne -Original Message- From: Mark Chaimungkalanont [mailto:[EMAIL PROTECTED] Sent: Sunday, October 31, 2004 5:44 PM To: [EMAIL PROTECTED] Subject: Re: Maximum Interoperability with "Map" objects I

RE: Maximum Interoperability with "Map" objects

2004-10-31 Thread Anne Thomas Manes
l map to JavaBeans. They will map to comparable components in other languages. Anne -Original Message- From: Mark Chaimungkalanont [mailto:[EMAIL PROTECTED] Sent: Sunday, October 31, 2004 5:44 PM To: [EMAIL PROTECTED] Subject: Re: Maximum Interoperability with "Map" objects I

Re: Maximum Interoperability with "Map" objects

2004-10-31 Thread Mark Chaimungkalanont
ces. Is there a collection of such resources somewhare? Cheers Mark C Egor Pervuninski wrote: Hello, ## Mark Chaimungkalanont : Fri, 29 Oct 2004 17:07:25 +1000 MC> Hi there, I'm writing a SOAP service where interoperability is of MC> utmost importance. I've read a few of the other p

Re: Maximum Interoperability with "Map" objects

2004-10-29 Thread Egor Pervuninski
Hello, ## Mark Chaimungkalanont : Fri, 29 Oct 2004 17:07:25 +1000 MC> Hi there, I'm writing a SOAP service where interoperability is of MC> utmost importance. I've read a few of the other posts on this, and MC> people seem to be saying that Hashtables and the like are not MC&

Maximum Interoperability with "Map" objects

2004-10-29 Thread Mark Chaimungkalanont
Hi there, I'm writing a SOAP service where interoperability is of utmost importance. I've read a few of the other posts on this, and people seem to be saying that Hashtables and the like are not interoperable. The best strategy seems to be writing a basic "Entry" bean w

Re: Interoperability

2004-09-28 Thread Jim Murphy
Bouche Paul wrote: ...portions elided... I personally think, ... that when we have to "hack" WSDL in order to get interoperability then something is wrong I understand this point of view and how you feel that the suggested method of generating a WSDL with a tool and then manually

Interoperability

2004-09-28 Thread Bouche Paul
I have been reading the recent discussions about interoperability esp. with .NET sending arrays, using WSDL and so forth and the suggested method was to write interfaces use java2wsdl to get a starting wsdl then edit it and generate the actually service stubs and skeletons with wsdl2java. Now

RE: Axis and .NET interoperability - Arrays

2004-09-24 Thread Anne Thomas Manes
Eric, Please post this description with your bug in JIRA. Thanks -Original Message- From: Eric Chijioke [mailto:[EMAIL PROTECTED] Sent: Friday, September 24, 2004 10:46 AM To: [EMAIL PROTECTED]; Ellecer Valencia Subject: RE: Axis and .NET interoperability - Arrays Ellecer, The

RE: Axis and .NET interoperability - Arrays

2004-09-24 Thread Anne Thomas Manes
Eric, Please post this description with your bug in JIRA. Thanks -Original Message- From: Eric Chijioke [mailto:[EMAIL PROTECTED] Sent: Friday, September 24, 2004 10:46 AM To: [EMAIL PROTECTED]; Ellecer Valencia Subject: RE: Axis and .NET interoperability - Arrays Ellecer, The

RE: Axis and .NET interoperability - Arrays

2004-09-24 Thread mmosttler
I believe this shows that it is possible for Axis to generate the appropriate response for an Axis and .NET client. Now the problem is the Axis serialization doesn't work this way. I believe it is a Major bug that needs to be looked at. Unless of course, someone has been succes

RE: Axis and .NET interoperability - Arrays

2004-09-24 Thread Eric Chijioke
xis code to make it work. I have filed a bug with JIRA (Issue# AXIS-1547) which I think I need to updated. - eric -Original Message- From: Ellecer Valencia [mailto:[EMAIL PROTECTED] Sent: Thursday, September 23, 2004 10:32 PM To: [EMAIL PROTECTED] Subject: Re: Axis and .NET interoperab

RE: Axis and .NET interoperability - Arrays

2004-09-24 Thread Anne Thomas Manes
build tightly coupled systems that will invariably encounter interoperability issues. If you want to build loosely coupled systems, then you should start your development effort by defining the format of the messages you will exchange -- XML schema. The reason we have java2wsdl is that lots of

RE: Axis and .NET interoperability - Arrays

2004-09-24 Thread Anne Thomas Manes
build tightly coupled systems that will invariably encounter interoperability issues. If you want to build loosely coupled systems, then you should start your development effort by defining the format of the messages you will exchange -- XML schema. The reason we have java2wsdl is that lots of

Re: Axis and .NET interoperability - Arrays

2004-09-24 Thread WAJSBERG Julien RD-BIZZ
Ellecer Valencia a écrit : (i'll probably be told to create WSDL first... but if so, why then do we have java2wsdl?) You can generate a first draft with java2wsdl, modify it according to your needs, and use wsdl2java afterwards :) -- Julien

Re: Axis and .NET interoperability - Arrays

2004-09-23 Thread Ellecer Valencia
apper > element with sub elements all named "item" this matches what happens during > the rpc/encoded processing but I don't believe it is valid for the > wrapped/literal processing. > > marcus > > > > -Original Message- > From: Eric Ch

RE: Axis and .NET interoperability - Arrays

2004-09-23 Thread Anne Thomas Manes
ied, so there is no definitive answer. - Anne -Original Message- From: WAJSBERG Julien RD-BIZZ [mailto:[EMAIL PROTECTED] Sent: Thursday, September 23, 2004 5:37 AM To: [EMAIL PROTECTED] Subject: Re: Axis and .NET interoperability - Arrays I have a similar question, but using RPC/Encoded

RE: Axis and .NET interoperability - Arrays

2004-09-23 Thread Anne Thomas Manes
ied, so there is no definitive answer. - Anne -Original Message- From: WAJSBERG Julien RD-BIZZ [mailto:[EMAIL PROTECTED] Sent: Thursday, September 23, 2004 5:37 AM To: [EMAIL PROTECTED] Subject: Re: Axis and .NET interoperability - Arrays I have a similar question, but using RPC/Encoded

Re: Axis and .NET interoperability - Arrays

2004-09-23 Thread WAJSBERG Julien RD-BIZZ
I have a similar question, but using RPC/Encoded: Weblogic and Axis serialize nested arrays in different ways. With the same service (weblogic server): The (Weblogic) WSDL describes this element like this : Axis soap envelope : http://schemas.xmlsoap.org/soap/encoding/

RE: Axis and .NET interoperability - Arrays

2004-09-22 Thread mmosttler
d processing but I don't believe it is valid for the wrapped/literal processing. marcus -Original Message- From: Eric Chijioke [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 11:46 AM To: [EMAIL PROTECTED] Subject: RE: Axis and .NET interoperability - Arrays My WSD

RE: Axis and .NET interoperability - Arrays

2004-09-22 Thread Eric Chijioke
Thanks, Eric -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 1:06 PM To: [EMAIL PROTECTED] Subject: RE: Axis

RE: Axis and .NET interoperability - Arrays

2004-09-22 Thread Anne Thomas Manes
ECTED]; [EMAIL PROTECTED] Subject: RE: Axis and .NET interoperability - Arrays I hesitate to file a bug, because I'm still not sure which array serialization scheme is correct (.NET or Axis). .NET wrappers the array elements in a container element, whereas Axis places them directly within the

RE: Axis and .NET interoperability - Arrays

2004-09-22 Thread Anne Thomas Manes
ECTED]; [EMAIL PROTECTED] Subject: RE: Axis and .NET interoperability - Arrays I hesitate to file a bug, because I'm still not sure which array serialization scheme is correct (.NET or Axis). .NET wrappers the array elements in a container element, whereas Axis places them directly within the

RE: Axis and .NET interoperability - Arrays

2004-09-22 Thread Eric Chijioke
e- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 14, 2004 2:52 PM To: [EMAIL PROTECTED] Cc: Thiele, Michael (LDS) Subject: Re: Axis and .NET interoperability - Arrays Guys, unless there is a bug report with a reproducible test casewe can't help you. -- dims

Re: Axis and .NET interoperability - Arrays

2004-09-14 Thread Davanum Srinivas
ber 14, 2004 3:33 AM > To: [EMAIL PROTECTED] > Cc: Eric Chijioke > Subject: AW: Axis and .NET interoperability - Arrays > > Eric, > > we could not find sufficient information about interoperability in > detail and checked out those issues with Axis and .NET on our own.

RE: Axis and .NET interoperability - Arrays

2004-09-14 Thread Eric Chijioke
t: Tuesday, September 14, 2004 3:33 AM To: [EMAIL PROTECTED] Cc: Eric Chijioke Subject: AW: Axis and .NET interoperability - Arrays Eric, we could not find sufficient information about interoperability in detail and checked out those issues with Axis and .NET on our own. Here is a list of out _

AW: Axis and .NET interoperability - Arrays

2004-09-14 Thread Thiele, Michael \(LDS\)
Eric, we could not find sufficient information about interoperability in detail and checked out those issues with Axis and .NET on our own. Here is a list of out _primarily_ results. If we have some more time we will publish testcases and bugreports... HTH. Please use a monospaced font to view

Axis and .NET interoperability - Arrays

2004-09-09 Thread Eric Chijioke
I have read a LOT of discussions concerning problems serializing and deserializing arrays between an Axis server and a .NET client but can't seem to find any definitive discussion/document. Is there one? Secondly, I have a .NET client that is attempting to deserialize an array of custom types th

AW: Interoperability problem wit Attachments ?

2004-08-12 Thread Dorner Thomas
27;Betreff: Interoperability problem wit Attachments ? Hi all, hi Dhanush,   Thank you Dhanush for you reply.   After a few days of testing to send a attachment with DIME from AXIS-Service to gsoap-client, we are really down. SO I hope someone can give us a hint.   Fi

Interoperability problem wit Attachments ?

2004-08-12 Thread Dorner Thomas
Hi all, hi Dhanush,   Thank you Dhanush for you reply.   After a few days of testing to send a attachment with DIME from AXIS-Service to gsoap-client, we are really down. SO I hope someone can give us a hint.   First of all, we send from the Service:   Message rspmsg = AxisEngine.getCurren

RE: M$ interoperability and Arrays

2004-08-05 Thread Thomas Börkel
HI! Maybe this is related to your problem: http://nagoya.apache.org/jira/browse/AXIS-1308 Thomas > -Original Message- > From: John D'Ausilio [mailto:[EMAIL PROTECTED] > Sent: Montag, 2. August 2004 15:20 > To: [EMAIL PROTECTED] > Subject: M$ interoperability and

RE: M$ interoperability and Arrays

2004-08-04 Thread John D'Ausilio
No change when removing the encoding line from the typemapping :( Bug report filed jd -Original Message- From: John D'Ausilio Sent: Wednesday, August 04, 2004 8:38 AM To: [EMAIL PROTECTED] Subject: RE: M$ interoperability and Arrays I noticed that but wasn't sure .. this wou

RE: M$ interoperability and Arrays

2004-08-04 Thread John D'Ausilio
-Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 03, 2004 7:21 PM To: [EMAIL PROTECTED] Subject: RE: M$ interoperability and Arrays John, I see an error in your typeMapping: >> http://schemas.xmlsoap.org/soap/encoding/"/> Since

RE: M$ interoperability and Arrays

2004-08-03 Thread Anne Thomas Manes
ing "ArrayOf" convention. It's definitely a bug, though, that Axis generated an invalid WSDL, so please file a bug report. Anne -Original Message- From: John D'Ausilio [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 03, 2004 3:26 PM To: [EMAIL PROTECTED] Subject: Re:

Re: M$ interoperability and Arrays

2004-08-03 Thread John D'Ausilio
So, at this point I have a number of remaining issues .. 1. WSDL below references tns5 namespace, which is not defined anywhere 2. Accessing any service which references "User" object throws serializer not found in registry exceptions Any clues/hints/directions greatly appreciated .. at least now

RE: M$ interoperability and Arrays

2004-08-02 Thread Anne Thomas Manes
Title: RE: M$ interoperability and Arrays John,   I can’t access that URL. Can you send it to us?   I’m very confused by your cohort’s request that you use rpc/encoded. .NET supports rpc/encoded, so it should work, but you should expect to experience interop issues when using anything

RE: M$ interoperability and Arrays

2004-08-02 Thread John D'Ausilio
Title: RE: M$ interoperability and Arrays http://66.160.36.85:8081/jboss-net/services/userService?wsdl   incidentally, M$ response is: 1. Customer has not defined arrays properly. 2. AttributeType is not correctly defined, you need either a restriction/extension on that or have elements

RE: M$ interoperability and Arrays

2004-08-02 Thread Callahan, Paul
Title: RE: M$ interoperability and Arrays hi john-- can you publish a link to the WSDL? -pc -Original Message- From: John D'Ausilio [mailto:[EMAIL PROTECTED]] Sent: Monday, August 02, 2004 9:20 AM To: [EMAIL PROTECTED] Subject: M$ interoperability and Arrays I've be

M$ interoperability and Arrays

2004-08-02 Thread John D'Ausilio
I've been pulling my hair out for a couple weeks trying to get an Axis-published web service to be consumed by a VB.NET client. I'm writing the Axis side, a different company the VB side. I'm using Jboss' Mbean implementation (1.1). Initially, I read everything I could find and concluded that wrap

Re: Complex Types and Interoperability

2004-06-16 Thread James Black
Zedler, Michel wrote: Hi all, Axis comes with a build-in BeanSerializer but the Axis User Guide says that there is nothing in the SOAP specification which covers complex objects. So do I leave the promised path of interoperability and force my clients to use JAVA when I use Bean(De)Serialization

Complex Types and Interoperability

2004-06-16 Thread Zedler, Michel
Hi all, Axis comes with a build-in BeanSerializer but the Axis User Guide says that there is nothing in the SOAP specification which covers complex objects. So do I leave the promised path of interoperability and force my clients to use JAVA when I use Bean(De)Serialization or not? Same

RE: Axis Interoperability with .NET

2004-06-16 Thread Seref Arikan
quirements i'll try to help you. If you want,  i can send you my client code too, in case you want to see how i made it work. Best Regards -Original Message-From: Ciaran Hanley [mailto:[EMAIL PROTECTED]Sent: Tuesday, June 15, 2004 8:48 PMTo: [EMAIL PROTECTED]Subject: Axis I

Re: Axis Interoperability with .NET

2004-06-16 Thread NITESH GUPTA
Hi Ciaran, I am a newbie too in this area with very little experience on Axis Interoperability with .NET. But I have been able to make some test services and run them successfuly. You can find all the details along with the relevant links at http://blogs.epfl.ch/shoutspace Hope this helps

Axis Interoperability with .NET

2004-06-15 Thread Ciaran Hanley
Hi,   I am new to Axis and web services, the application I am developing has a new requirement to supply and retrieve information from a .NET application written in C Sharp. I am trying to find out how interoperable Axis is with .NET. Are there better alternatives for communicating with .

RE: .NET Interoperability

2004-05-13 Thread Thomas Börkel
TECTED] > Sent: Donnerstag, 13. Mai 2004 15:54 > To: [EMAIL PROTECTED] > Subject: RE: .NET Interoperability > > > Hi, > > I am having major trouble at the moment trying to get my .NET > client to > communicate with my Java Axis server. I am able to send a > reque

RE: .NET Interoperability

2004-05-13 Thread [EMAIL PROTECTED]
Hi, I am having major trouble at the moment trying to get my .NET client to communicate with my Java Axis server. I am able to send a request to the server, but when a response is sent back to the client the response Array just has null in it. I had a look at what was being passed and the SOAP me

Re: Serializing dates using the local timezone to improve interoperability

2004-05-10 Thread Niall . Smart
Dennis, Thanks for your reply (and sorry for the cruft our outbound mail server attaches to my mails, just noticed it reading the mailing list archives). That all makes sense, so I started looking into java.sql.Date (I don't actually need the time portion). However at the moment Axis doesn't se

Re: Serializing dates using the local timezone to improve interoperability

2004-05-07 Thread Dennis Sosnoski
[EMAIL PROTECTED] wrote: At the moment Axis canonicalises all dates to the UTC timezone in SOAP messages. In and of itself this is of course perfectly correct, and you would expect it to simplify things. However for us it is having the inverse effect -- you see for the years 1969 to 1972 both Ir

Serializing dates using the local timezone to improve interoperability

2004-05-07 Thread Niall . Smart
Hi, At the moment Axis canonicalises all dates to the UTC timezone in SOAP messages. In and of itself this is of course perfectly correct, and you would expect it to simplify things. However for us it is having the inverse effect -- you see for the years 1969 to 1972 both Ireland and Britain (an

Interoperability

2004-04-28 Thread Sébastien Blanchard
Hi, Does someone successfully create a WS in Axis wich returns complex types (like a list of Hashtable) and consume it in Visual Studio .NET 2003 ? Thanxs for your help S.BLANCHARD Directeur Technique Alpha System 4 Villa Carnot 94160 St Mandé France Tel : +33 1 53 66 17 44 Fax : +33 1 43 74 00

AXIS Interoperability with WebMethods GLUE

2004-04-23 Thread Wei Hsu
Hi all,   I was wondering if anyone here has had any problem integrating a webMethods GLUE client with an AXIS server.  That's what I'm currently looking to do, so I was hoping I can take some steps to avoid any well known interoperability issues (if they exist).  I'l

re: need help with interoperability

2004-04-13 Thread James Black
unit tests pass, so this appears to be an interoperability issue. Most of my NUnit unit tests pass also, which really confuses me, as it may mean there is a problem with my tests, but I don't know. Thanx for any suggestions as to where I can go to get some help. -- "Love is mutual s

Interoperability issues with .NET

2004-03-19 Thread Alok Pandey, Noida
> Hi, > I am facing an issue in calling my .NET service from an axis soap client. I have tried both RPC and document techniques available with AXIS. With RPC technique I am bound to use primitive datatypes which though is working fine, But my requirement is to support complex datatypes and Objec

Re: Interoperability with .NET compact framework

2004-03-11 Thread James Black
Stefano Sambi wrote: Hi, I'm writing a C# client based on .NET compact framework and I have noticed that my client can't decode a string that my axis web service return. I'm using Axis 1.2 alpha. Here is the error: I believe there is a problem with Axis 1.2alpha on this issue. You may want to us

Interoperability with .NET compact framework

2004-03-11 Thread Stefano Sambi
Hi, I'm writing a C# client based on .NET compact framework and I have noticed that my client can't decode a string that my axis web service return. I'm using Axis 1.2 alpha. Here is the error: "Cannot find type for http://schemas.xmlsoap.org/soap/encoding/:string."; This is because axis encode t

RE: Interoperability/.NET/Arrays ... and more [long]

2004-03-02 Thread Magnus Sandberg
> > there is no compatible XML datatype for Axis that would be understood by a > > .NET client? > > > > Thanks, > > Vivek > > > > >From: Magnus Sandberg <[EMAIL PROTECTED]> > > >Reply-To: [EMAIL PROTECTED] > > >To: [EMAIL PROTE

Re: Interoperability/.NET/Arrays ... and more [long]

2004-03-02 Thread Magnus Sandberg
wrong here and that it actual is better to use the original WSDL. > Axis' support for Doc/Literal is getting better all the time - what > version were/are you working with? Axis 1.1 /Magnus > -danch > > > Magnus Sandberg wrote: > > I have seen quite a bit of pos

RE: Interoperability/.NET/Arrays ... and more [long]

2004-03-01 Thread Davanum Srinivas
ou say that Axis does not support Doc/Lit, do you mean to say that > there is no compatible XML datatype for Axis that would be understood by a > .NET client? > > Thanks, > Vivek > > >From: Magnus Sandberg <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED] >

Re: Interoperability/.NET/Arrays ... and more [long]

2004-03-01 Thread Dan Christopherson
ve back the original WSDL in all cases. Axis' support for Doc/Literal is getting better all the time - what version were/are you working with? -danch Magnus Sandberg wrote: I have seen quite a bit of post here on interoperability and problems with Axis not generation WSDL as expected. I

RE: Interoperability/.NET/Arrays ... and more [long]

2004-03-01 Thread Vivek Nagulapati
you mean to say that there is no compatible XML datatype for Axis that would be understood by a .NET client? Thanks, Vivek From: Magnus Sandberg <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Interoperability/.NET/Arrays ... and more [long] Date: Mon, 01 Mar 2

RE: Interoperability/.NET/Arrays ... and more [long]

2004-03-01 Thread Abhinav Maheshwari
: [EMAIL PROTECTED] Subject: Interoperability/.NET/Arrays ... and more [long] I have seen quite a bit of post here on interoperability and problems with Axis not generation WSDL as expected. I have been trying for some time to deploy a quite large service, using Axis 1.1, with about a hundred

Interoperability/.NET/Arrays ... and more [long]

2004-03-01 Thread Magnus Sandberg
I have seen quite a bit of post here on interoperability and problems with Axis not generation WSDL as expected. I have been trying for some time to deploy a quite large service, using Axis 1.1, with about a hundred functions and very deep complex data structures, including Arrays. Just want to

Session management and interoperability

2004-02-29 Thread Kartik
Hi Folks. When I deploy my Axis webservice with a session scope, is the session management a part of a standard? In other words, I was reading some article on standardization of a web-context - where async operation invocations are a part of a single context and then my xyz client (let's say a C+

Re: AXIS "interoperability" question

2004-02-27 Thread Dan Christopherson
and I really appreciate your help Vivek From: Dan Christopherson <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: AXIS "interoperability" question [It is indeed questionable] Date: Fri, 27 Feb 2004 20:03:28 -0600 I'm not going to tell you t

Re: AXIS "interoperability" question

2004-02-27 Thread Vivek Nagulapati
IL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: AXIS "interoperability" question [It is indeed questionable] Date: Fri, 27 Feb 2004 20:03:28 -0600 I'm not going to tell you that WS Interoperability is a mature feature of any web service toolkit; rather, they all have problems r

Re: AXIS "interoperability" question [It is indeed questionable....]

2004-02-27 Thread Dan Christopherson
I'm not going to tell you that WS Interoperability is a mature feature of any web service toolkit; rather, they all have problems rising from their varying level of XML conformance. Axis is, however, the only toolkit that I have confidence that I can make generate valid SOAP messages fo

Re: AXIS "interoperability" question [It is indeed questionable....]

2004-02-27 Thread Vivek Nagulapati
Hi Hari, I strongly feel that Axis interoperability solutions are still in their nascent stages. My ratiocination for this statement: I have been trying to communicate with a web service developed on Axis from a .NET client. Web service is supposed to return a "Document" object a

Re: AXIS interoperability question

2004-02-27 Thread ian_d_stewart
AIL PROTECTED]> <[EMAIL PROTECTED] cc: .com>Subject: AXIS int

AXIS interoperability question

2004-02-27 Thread Hari Lakshmanan
Title: Message Hi, If I have implemented web service provider  using AXIS and also used custom serialization / deserialization (based on AXIS specific serialization) does the client always needs AXIS specific serialization / deserialization? How does this work with a .NET client or client us

interoperability problem .NET - Axis 1.1

2004-01-22 Thread bert . vanhalst
hi, Could anyone point me to a solution for the following problem: A .NET client (C#) returns the following exception while calling an Axis web service: An unhandled exception of type 'System.InvalidOperationException' occurred in System.Web.Services.dll Additional information: Cannot f

Re: Perl Interoperability

2004-01-08 Thread Joshua Moore
[EMAIL PROTECTED] wrote: >> I'm trying to create a simple web service to handle attachments between a >> Perl SOAP:LITE implementation and Axis (latest version). >> I managed to send attachment to the Perl web service, but I have the >> following problem when I invoke >> a method on the Perl webs

Re: Interoperability troubles: Axis sending text/plain

2003-12-21 Thread Arcadius A.
Arcadius A. wrote: So, it seems that my problem is the serializer/deserializer on the server :-( Here is my deploy.wsdd file : xmlns="http://xml.apache.org/axis/wsdd/"; xmlns:ns="http://www.openuri.org"; xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>

Re: Interoperability troubles: Axis sending text/plain

2003-12-20 Thread Arcadius A.
Arcadius A. wrote: Hello! I'm doing some experiments about webservices interoperability using Axis, Weblogic and .NET. Some more information about my previous post: Now, I'm calling a method that takes two inputs strings and returns a boolean type. The request is: Host: local

Interoperability troubles: Axis sending text/plain

2003-12-20 Thread Arcadius A.
Hello! I'm doing some experiments about webservices interoperability using Axis, Weblogic and .NET. I'm building a relatively simple webservice. It's a service that provides informations about registered users in a database. I have several implementation of the service. For the webs

Re: Perl Interoperability

2003-10-22 Thread Edwin Litterst
[EMAIL PROTECTED] wrote: I'm trying to create a simple web service to handle attachments between a Perl SOAP:LITE implementation and Axis (latest version). I managed to send attachment to the Perl web service, but I have the following problem when I invoke a method on the Perl webservice that ret

Perl Interoperability

2003-10-22 Thread luciano.fiandesio
I'm trying to create a simple web service to handle attachments between a Perl SOAP:LITE implementation and Axis (latest version). I managed to send attachment to the Perl web service, but I have the following problem when I invoke a method on the Perl webservice that returns a Base64 attachment.

Axis and .Net interoperability

2003-10-22 Thread Venu Kanaparthy
Hi folks,   I have a webservice (created in java and deploy with apache axis) that returns custom data types to the client. VB.NET is the client.   I am importing schema into my wsdl file from a different namespace and created a valid WSDL. I tested the web service with XML spy soap request and

Re: More on document/literal and interoperability (WASP/GLUE)

2003-06-24 Thread Tamas Hauer
Anne, Anne Thomas Manes wrote: WSDL is such fun! Your errors are caused by WSDL errors in the Axis and GLUE generated WSDL files. Fortunately, your error messages tell you where to find the problems. Thanks a lot for the pointers! I understand the errors and it is much more clear now. My hop

Re: More on document/literal and interoperability (WASP/GLUE)

2003-06-24 Thread Anne Thomas Manes
Title: GLUE-AXIS Interoperability (Sorry for the rich text -- but it makes it easier to show the errors/corrections)   Tamas,   WSDL is such fun! Your errors are caused by WSDL errors in the Axis and GLUE generated WSDL files. Fortunately, your error messages tell you where to find the

More on document/literal and interoperability (WASP/GLUE)

2003-06-24 Thread Tamas Hauer
explanation and the wsdl documents to this email, Tamas -- --- -- Tamas Hauer ETT Division, CERN [EMAIL PROTECTED] Geneve 23 Switzerland 1211 http://cern.ch/Tamas.Hauer Tel:(41)-227672342 Fax:(41)-227678930 Ti

ArrayList and Interoperability

2003-06-09 Thread K P
Are ArrayLists, HashMaps interoperable with other languages? How would the web service client aware of all the object types being returned in a list or a map prior to making the call? Consider the following: 1. A web service operation (getList)returns a list 2. When the call is made the tist con

RE: Axis 1.1 and WS-Interoperability

2003-03-26 Thread Vincent Carpentier (LMC)
Thanks for the info :-) //Vince -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 12:38 PM To: [EMAIL PROTECTED] Subject: Re: Axis 1.1 and WS-Interoperability Vincent Carpentier (LMC) wrote: > Axis 1.1 and WS-Interoperability >

Re: Axis 1.1 and WS-Interoperability

2003-03-26 Thread Steve Loughran
Vincent Carpentier (LMC) wrote: Axis 1.1 and WS-Interoperability Hi everybody, Just had a quick question. Will Axis 1.1 respect WS-I basic profile? only if it respects us :) Axis 1.1 will *not* respect the profile, and you cannot expect it to as it is (a) a draft and (b) not an official

Axis 1.1 and WS-Interoperability

2003-03-25 Thread Vincent Carpentier (LMC)
Title: Axis 1.1 and WS-Interoperability Hi everybody, Just had a quick question. Will Axis 1.1 respect WS-I basic profile? Thanks for the help :-) Vince

interoperability

2003-03-10 Thread Ghershony, Arie
I am running Sproxy to read WSDL and received an error. How showld I handle it?? here is the Service signature I am using: public SOAPBodyElement[] retbattle(SOAPBodyElement[] elems) Does any one have a better way of generating .Net C++ header files? The Error: C:\UIX\UIXClient\UIXClient>spr

Interoperability between Java client and .NET remoting service

2003-03-08 Thread Sateesh Ayyagari
If HTTP channel was used in .NET remoting, then SOAP messages can be exchanged between an AXIS client and .NET remoting service.  Are there any useful links or books on such an interop?  Sateesh.Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, and more

  1   2   >