Thank you Martin
I am not having a WSDL;
By default an Axis2-1.2-server when set with the service.xml as shown below,
without an defined returns for an
urn:login urn:login in the soap response header.
But an Axis2-1.6.1-server returns by default urn:loginResponse in its soap
response
I want to generate a web service. What I have at the moment is an XML Schema
(Person.xsd).
Using the web service user should able to upload their information as described
in XML Schema to the Server.
I want to take your advice how can I develop such a web service using Axis2.
I have followi
Josef.wsdl:
ändern
Sie zu
Mit Freuendlichen Gruben
Martin
__
Verzicht und Vertraulichkeitanmerkung
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger
sein, so b
Hi Pushpalanka,
Thank you for your reply, it is working now. The problem was that when I
wrote 'TemperatureConvertorServiceClient.java
I misspelled the service which I have deployed in Tomcat.
Now, I can see the console output as expected.
Thanks again, S
On Thu, Nov 10, 2011 at 5:59 AM, Push
I migrated my web service from axis2-1.2 to axis2-1.6.1 and have the
following anomalie now:
There are 3 methodes
Login
Fktmap
Logout
Resulting in a
Action urn:login, urn:fktmap urn:logout
As a response from axis2-1.2I got always urn:login
urn:fktmap urn:logout
A
yes, sure that's right, its "axis2/WEB-INF/services/" where you have to put the
*aar, sorry.
-Original message-
To:[email protected];
CC:Schlarb Sven ;
From:Dipesh Garg
Sent:Tue 08-11-2011 08:58
Subject:RE: Axis2: How can I put/use .aar file in Tomcat?
I think we need to put
Hi,
invalid type (xsi:type) is set when XML request is generated from web
service client.
I've used Axis2 Wizard Code Generator Plugins for eclipse with default
options for generating java code from wsdl.
I have tryed to set 'false' the following tag in server-config.wsdd:
I have tryed