Axis strain behavior

2005-05-12 Thread angeloimm
Hi all; i have a strain behavior in Axis; i have a simple web service that calls a PL/SQL store procedure; well if i try it in local on my pc (Win XP SP2 JVM 1.4.2_07 JBoss-3.2.6) all works fine i send this message: POST /anagrafe/services/UserData HTTP/1.0 Content-Type: text/xml; charset=utf-8

Re:R: HashMap of HashMaps

2005-05-05 Thread angeloimm
Hi; why don't you use document instead of Hashmaps? In this way you can pass an XML rapresentation of your "dati" and then from the XML you can create your Java-structure. -- Initial Header --- From : "Claudia Mavilio" [EMAIL PROTECTED] To : axis-user@ws.apache.org

Question about Axis1.2RC3

2005-04-28 Thread angeloimm
Hi all; first of all i want to thank Anne Thomas Manes for her tips. I want to ask a thing i have a web service built in java; it is a java class that has several methods. Now in my axis.wsdd i have added a service like this one: http://javabean.websrv.napsi

Re: Axis1.2 RC3 Couldn

2005-04-27 Thread angeloimm
d="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> soapenv:Server.generalException Couldn't find an appropriate operation for XML QName {http://javabean.websrv.napsi.eng.it}doc

Axis1.2 RC3 Couldn't find an appropriate operation for XML QName

2005-04-27 Thread angeloimm
Hi all... sorry for the disturb but i don't understand :-) ; i have this client: import org.apache.axis.client.Call; import org.apache.axis.client.Service; import org.apache.axis.message.SOAPBodyElement; import org.apache.axis.message.SOAPBody; import org.apache.axis.utils.XMLUtils; import javax.xm

Re:faultString: No such operation

2005-04-21 Thread angeloimm
A question does the ejb provider extend the RPC provider? That is is the call done always in RPC style? -- Initial Header --- >From : "angeloimm" [EMAIL PROTECTED] To : "Axis Axis" axis-user@ws.apache.org Cc : Date : Th

faultString: No such operation

2005-04-21 Thread angeloimm
Hi all; i have a session bean as a web service. This is the wsdl file: http://ejbs.websrv.napsi.eng.it"; xmlns:apachesoap="http://xml.apache.org/xml-soap"; xmlns:impl="http://ejbs.websrv.napsi.eng.it"; xmlns:intf="http://ejbs.websrv.napsi.eng.it"; xmlns:soapenc="http://schemas.xmlsoap.org/soa

Axis call strange behavior

2005-04-19 Thread angeloimm
Hi all; i have a strain behavior in Axis Call; well if i use this client: import org.apache.axis.client.Call; import org.apache.axis.client.Service; import org.apache.axis.message.SOAPBodyElement; import org.apache.axis.message.SOAPBody; import org.apache.axis.utils.XMLUtils; import javax.xml.rpc.

Error in simple application

2005-04-13 Thread angeloimm
Hi all; i'm working by using Axis1.2 RC3, JBuilder 2005, JSDK1.4.2_07, windows xp Home Edition. I have this simple web service: package it.eng.test; import org.w3c.dom.Document; public class Server { public Document echo(Document doc) { return doc; } } I have this WSDL (gener

WSDL2Java error.

2005-04-11 Thread angeloimm
Hi all; i must use a web service; this is a document style service. I know only the wsdl that is: http://ejbs.websrv.napsi.eng.it"; name="" xmlns:apachesoap="http://xml.apache.org/xml-soap"; xmlns:impl="http://ejbs.websrv.napsi.eng.it"; xmlns:intf="http://ejbs.websrv.napsi.eng.it"; xmlns:soap

Some question about wsdl and Axis

2005-04-10 Thread angeloimm
Hi all. I have an application that must intaract with some web services. I know only that these web services are document style web services and i know their WSDL in which there are the schema reference; this schema desribes how is the XML structure of the Document that is passed in input to the

Re:Please Help Me! java.lang.IllegalArgumentException: localPart cannot be null

2005-04-02 Thread angeloimm
Any ideas? I'm still blocked to this point and i'm not able to go on.. Please any suggestion will be welcome. Thanks -- Initial Header --- >From : "angeloimm" [EMAIL PROTECTED] To : "Axis Axis" axis-user@ws.apache.org Cc

Re:Please Help Me! java.lang.IllegalArgumentException: localPart cannot be null

2005-04-02 Thread angeloimm
-- Initial Header --- >From : "angeloimm" [EMAIL PROTECTED] To : "Axis Axis" axis-user@ws.apache.org Cc : Date : Thu, 31 Mar 2005 23:58:02 +0200 Subject : Please Help Me! java.lang.IllegalArgumentException: localPart cannot

Please Help Me! java.lang.IllegalArgumentException: localPart cannot be null

2005-03-31 Thread angeloimm
Hi all. I'm using Axis RC1.2 under JBoss 3.2.6, JDK 1.4.2_07 and Windows XP Home edition. Well... i have this simple client: package it.eng.test.client.util; import org.apache.axis.client.Call; import org.apache.axis.client.Service; import org.apache.axis.message.SOAPBodyElement; import org.apac

Newbie: java.lang.IllegalArgumentException: localPart cannot be null

2005-02-21 Thread angeloimm
Hi all.I'm newbie to web service and Axis; i have a problem i have written a very simple Web Service; it's code is: import java.io.Serializable; import org.w3c.dom.Document; public class PersonHandler implements Serializable { /** * Web service esposto. Invocato esso accetta un doc