+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
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:
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)"
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
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
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
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
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
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
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
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
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)
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
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
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
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
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
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
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
> 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
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
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
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
23 matches
Mail list logo