RE: WRAPPED services without wsdl

2003-08-07 Thread Manchaiah, Girish (LNG-DAY)
+1 -girish -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 10:57 AM To: [EMAIL PROTECTED] Subject: Re: WRAPPED services without wsdl Agreed. Any volunteers? (I wish I could, but I can't. It may not be apparent from my messages, but I

Re: Is this a bug?

2003-08-07 Thread Jeff Greif
I think that when you use doc/lit operations, you must provide a each with a distinct SoapAction in the bindings, e.g. wsdlsoap:soapAction="http://mycompany.com/mySubtract"; . This might not be necessary if the Wrapped style is used, but better to be safe. Jeff - Original Message - From:

Re: WRAPPED services without wsdl

2003-08-07 Thread Anne Thomas Manes
Agreed. Any volunteers? (I wish I could, but I can't. It may not be apparent from my messages, but I'm not a Java developer. I'm pretty knowledgeable about XML, SOAP, and WSDL, so I support this effort by answering questions.) Anne - Original Message - From: "Manchaiah, Girish (LNG-DAY)"

Is this a bug?

2003-08-07 Thread Yakulis, Ross (Ross)
Given below ( the interface, the client, the generated WSDL and the SOAP messages generated). When I use the generated stubs, methods with the same signature ( int add( int ) and int subtract( int ) ) are not distinguished on the server side. What happens is that add gets called when subtract

RE: WRAPPED services without wsdl

2003-08-07 Thread George Jagodzinski
Anne, Your answers are VERY much appreciated. I may stay quiet most of the time, but your answers have really helped me out. -- George Jagodzinski -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 10:57 AM To: [EMAIL PROTECTED] Subject

RE: WRAPPED services without wsdl

2003-08-07 Thread Hansen, Richard
Here are my steps. 1. Create WSDL 2. Run WSDL2Java to generate client and server classes. 3. Implement service using generated server skeleton. I am convinced that starting with WSDL is best. WSDL is the public interface for you service. Starting with a WSDL file as the definition avoids problems

Using interfaces in Type Mappings

2003-08-07 Thread Rodrigo Ruiz
Hi all,   I have created a custom Provider that performs some type mappings of interfaces. The project I am working in have some versioning requirements that forced me to implement multiple versions for each of my beans (mainly, to support older versions of the product).   This means that fo

Re: Is this a bug?

2003-08-07 Thread Sanjay Krishnamurthi
The issue here is that DOC/Lit does not carry method name in the SOAP body whereas SOAP/RPC does. As a result AXIS doesn't know how to dispatch the method and my guess is that it will work correctly as long as you don't have two methods that take the same parameters. You could get AXIS to use SOA

MS and named types

2003-08-07 Thread Charles Simon
I have been using Axis 1.0 for quite a while and my WSDL documents contain complexType and simpleType declarations that are named. Not a problem so far. (NOTE: The WSDL is not generated by Axis.) I just started using Visual Studio .NET to build C# equivalents to my Java test programs that act

Problem with Axis and generated WSDLs

2003-08-07 Thread BRICKER_JONATHAN_E
We are having a problem with axis generating WSDL files.  When a .Net service calls our web service it puts ?wsdl in the URL.  If we have not provided a wsdl axis will generate one.  None of this is a problem but we are getting permission problems because the web server is trying to write the file

style=document and XML schema...

2003-08-07 Thread Roger May
Hopefully someone on this list can help me solve a problem I'm having with Axis 1.1 I have created a simple web service using style=document and have generated a WSDL file, serialize/deserialized etc. I can call it from C# and also from Java (stubs from WSDL2Java)... so the basic stuff is work

Re: MS and named types

2003-08-07 Thread Anne Thomas Manes
Jeff's right. The .NET error is valid, and Axis is just being nice. So to elaborate, a proper definition would be: (using anonomous type definitions -- you can't refer to the anonomous types)

AW: xsi-type - Desperate to get rid of it.

2003-08-07 Thread Haug Thomas
Hi Ian, did you manage to get rid of the xsi-type entries in the soap envelope ? I am still looking for an answer how to remove the xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; attributes from the envelope. Thanks, Thomas > -Ur

RE: Error returning a boolean primitive type from a webservice..

2003-08-07 Thread Arijith Roy
I am not sure I follow you.   Are you saying that http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://membership.webservices.sae">  97405587  should not be part of the ?   Mike Perham <[EMAIL PROTECTED]> wrote: Your SOAP body has two child elements.  I don't know what you are

[proposal]using proxy API invoke webserivice...

2003-08-07 Thread soap
using jdk1.4 proxy api or cglib proxy api invoke webservice like this: WebServiceA a = Proxy.create(WebServiceA.class.getName()); cglib : http://www.sf.net/projects/cglib

RE: style=document and XML schema...

2003-08-07 Thread George Jagodzinski
I somewhat agree with you that the lower level document definitions should not be in the wsdl. I have been using a webservice that accomplishes document based transactions via attachments. What this forced me to do (because of attachment issues) was to create beans for all of my attachments using C

configuration problem

2003-08-07 Thread Haug Thomas
Hi everybody, if have a problem with the configuration of Axis 1.0: I want the client to send a SOAP message like this: http://schemas.xmlsoap.org/soap/envelope/"; > ... But my Axis client always send the following: http://schemas.xmlsoap.org/soap/env

Deserialization problems with document/literal Web service

2003-08-07 Thread Brit Ziemendorf
Hi all, I implemented a small document /literal Web service sending and receiving complex objects. The XML Schema looks like listed below. As can be seen a "UserGroup" consists of some String elements and a Hashtable that itself contains "User" objects. The Problem: When the client sends a User

Re: Deserialization problems with document/literal Web service

2003-08-07 Thread Stuart Barlow
Hi Anne. It is Brit that is having the problem. :-) I was just trying to help (and learn). Anne Thomas Manes wrote: Stuart, Since you haven't defined global elements in your schema, I suspect there's an error in your WSDL: When using document style, your definitions must use an element= attribute

RE: cannot persist server-config.wsdd file in a war

2003-08-07 Thread Jim Harris
> IMHO, I still think that Axis should provide this facility in a future > release. Good stuff! Why not submit your code to the axis folks for consideration? Jim

Re: Can't list services after deploying test class

2003-08-07 Thread Jeyakumaran.C
hi, i think u shoyuld restart the tomcat after u did some alterartions in yr wsdd file. check it regards jeyakumaran.C - Original Message - From: "Adhamh Findlay" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 06, 2003 1:02 AM Subject: Can't list services after deployi

combining BeanSerializer with custom serializer gives redundant elements

2003-08-07 Thread Steve Maring
I'm having an interesting problem whereby I get redundant elements in my soap body.  Let me try to explain ...   I have written a CastorSerializer to load my mapping.xml file and handle the (un)marshalling of my data types.  Suppose my data type is this:                     I import t

?wsdl question

2003-08-07 Thread Xavier . Fabre
hi, I am using axis 1.1 and have deployed a service from a wsdl file which uses schema constructs comming from my namespace. The service seems to work fine but when I try to access the ?wsdl url I get: Axis Error Sorry, something seems to have gone wrong... here are the details: Fault - makeTypeE