Re: No such operation 'in0'

2005-05-12 Thread Anne Thomas Manes
rpc/literal and wrapped document/literal may look identical on the wire if you define your doc/literal schema as elementFormDefault="unqualified". If you define the schema as elementFormDefault="qualified", then the parameter elements will be namespace qualified, and the messages won't be quite the

DocumentBuilder from byte/packet

2005-05-12 Thread Frank
Was tring to figure out the best way to take an XML document that I have read in from a datagram socket stored in a DatagramPacket(can convert to byte or String etc) to be able to parse it using DocumentBuilder using a DOM parse. All the methods seem to work off of a file or a steam. any thoug

RE: problem integrating the client in another web application: AxisServlet threw exception

2005-05-12 Thread Michael Oliver
Sri, Its hard to tell what you are doing because we don't see any of the source, but I can tell you that I use commons HttpClient to access one servlet from another servlet all day long with no problems so you can at least know that should work. Michael Oliver CTO Alarius Systems LLC 6800 E. Lake

problem integrating the client in another web application: AxisServlet threw exception

2005-05-12 Thread Srinadh Karumuri
Well, Now it's scary. I wrote test client code and my services work quite well. Now I am trying to call these services from my web application which is residing on the same Tomcat and getting the following exception. Can anyone direct/guide me? If this doesn't work then I will have to dump the

RE: Problem calling Axis WS from .Net

2005-05-12 Thread Eugene Shershnev
Title: RE: Problem calling Axis WS from .Net OK, I found a way to make .Net to understand the response. If I put all type definitions under one schema everything works. Does anybody have a clue what's wrong with multiple schema definitions? Thanks, Eugene _

WSDL2Java and javadoc

2005-05-12 Thread Lorenzo Dalla Vecchia
WSDL2Java automatically turns the text inside nodes into comments before the generated methods declaration, however it generates normal // comments. Is it possible to have it generate JavaDoc style comments?   Thanks.   -- Lorenzo

Re: AXIS 1.2 : java2wsdl in document/literal - arrays of complex types

2005-05-12 Thread Davanum Srinivas
Looping Guillaume for jonas. -- dims On 5/12/05, Ephemeris Lappis <[EMAIL PROTECTED]> wrote: > Before i open a new report, i will test it again with a more simple case. > Indeed, i'm using axis with jonas, and as i'm not sure this last doesn't > interfere during the service endpoint generation, i

RE: AXIS 1.2 : java2wsdl in document/literal - arrays of complex types

2005-05-12 Thread Ephemeris Lappis
Before i open a new report, i will test it again with a more simple case. Indeed, i'm using axis with jonas, and as i'm not sure this last doesn't interfere during the service endpoint generation, i will test it again. I've already build a simple case with a similar construction, and it seems the l

SAXException - Invalid element error

2005-05-12 Thread Bala Ramakrishnan \(balar\)
This topic seems to have been discussed before, but I could not get a clear picture.   I am getting the error below:  org.xml.sax.SAXException: Invalid element in com.cisco.nm.wlse.xmlapi.inventory.gencode.DeviceDetail - deviceType2005-04-28 10:33:19,828 [_WlseProcessors:Pooled Thread:2] E

Re: Locating file from Axis Environment..

2005-05-12 Thread Travis Reeder
Use this.getClass().getResource("/myfile"); and put your file in /WEB-INF/classes Travis [EMAIL PROTECTED] wrote: Looking for suggestion. I'm running Axis 1.2 Final. I have a Service that needs to locate a configuration file that is special to itself. Think of it as the equivalent of

Re: No such operation 'in0'

2005-05-12 Thread Mike Haller
Thanks Anne! I changed operation style to "wrapped" in the server-config.wsdd It added an additional element between the parameter and the soap body element. It's working fine now! :-) @All But - what's the difference to RPC-style then? However, the I kept struggling with Axis+Castor+Serializer t

Setting deployed services programatically

2005-05-12 Thread Travis Reeder
I am looking to embed Axis inside a small application and use SimpleAxisServer to run it, but I don't want to use the server-config.wsdd to setup the services. How can I setup the services programatically? -- Travis Reeder Ecommstats Web Analytics www.ecommstats.com

Document Vs RPC

2005-05-12 Thread Sagar Pidaparthi
Hi, I know that the world is moving towards Document style. However, does anybody have any idea of what percentage of web services currently available are in each style? (Any informed guesses would be fine) Is there any use of for RPC at all given this general trend towards Doc Literal? What w

Re: No such operation 'in0'

2005-05-12 Thread Anne Thomas Manes
If you're using document/literal, then you won't get an operation name unless you define one. I sugesst you use the document/literal wrapped convention, in which you wrap your input parameter with an element that has the same name as your operation. Anne On 5/12/05, Mike Haller <[EMAIL PROTECTED]

Re: No such operation 'in0'

2005-05-12 Thread Mike Haller
I changed a lot of WSDL and WSDD stuff, so now I get still missing the operation name itself. The client send the wrong SOAP request. Where do I have to tell the client (generated with wsdl2java) that he needs to include the operation name? I think it should be something like this:

Problem calling Axis WS from .Net

2005-05-12 Thread Eugene Shershnev
Title: Problem calling Axis WS from .Net Hi All, We're having problem between .Net client (C#) and Axis service. Axis version is 1.2 The WSDL defined 2 operations: login and logout. Login returns LoginResult object that contains 3 strings - that simple. The WSDL is attached. <<...>

axis installation question

2005-05-12 Thread Amit Upadhyay
Hi list, I am trying to get started with axis, and have tomcat running on my setup. I copied axis from xml-axis/webapp/ to my webapps folder, happyaxis.jsp says all the needed components were found. I have pasted the rest of the mesage at the bottom. The problem is when I copy Calculator.java as

Re: no Deserilizer found for anySimpaleType

2005-05-12 Thread YIXING MA
Thanks Ann, Here's the WSDL. --- http://66.14.138.*:8081/eTranscriptService/services/ETranscriptService";> - - - - - - - - http://schemas.xmlsoap.org/soap/http"/> - - http://s

Shared Session Attributes

2005-05-12 Thread Michael Oliver
I have a Java class I want to generate a web service implementation for. Java2WSDL works, but this class is a client intoa content server and I need to intanciate the class and connect and preserve it in the session for all methods accept the first connect.   Does anyone have a similar e

Need help with AxisClient AxisFault error...

2005-05-12 Thread Mark A Bradbury
Help... I am a newbie to Axis, have successfully deployed the Axis war, the happiness page shows no errors, and I can view the list of deployed services and their wsdls. When I try to use the AdminClient to either list the deployed services or deploy a new service I get the following error:

No such operation 'in0'

2005-05-12 Thread Mike Haller
Hi, i've got the following exception: AxisFault faultCode: {http://xml.apache.org/axis/}Client faultSubcode: faultString: No such operation 'in0' faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}stackTrace:No such operation 'in0' at org.apac

Locating file from Axis Environment..

2005-05-12 Thread Grimm_Clifford
Looking for suggestion. I'm running Axis 1.2 Final. I have a Service that needs to locate a configuration file that is special to itself. Think of it as the equivalent of server.xml for Tomcat. I need to put this file someplace, but obviously I don't want to hard code it in the code. I would

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

passing certificate information to axis

2005-05-12 Thread csj
All - Currently I have a service that requires ssl mutual authentication by the client to connect. For testing I had been using System.setProperty settings to give the JVM and Axis knowledge of client certificate this works great for basic testing but is not suitable for real world applications i

Re: AXIS 1.2 : java2wsdl in document/literal - arrays of complex types

2005-05-12 Thread Davanum Srinivas
Please create a bug report...my suggestion for a work around is to get a initial wsdl from java2wsdl and tweak it to your hearts content (and follow WS-I recommendations if you wan t to). thanks, dims On 5/12/05, Ephemeris Lappis <[EMAIL PROTECTED]> wrote: > Hello. > > I know this subject has a

Axis 2.0 CheckOut Path

2005-05-12 Thread Marko Moody
Hi All   I would like to contribute to Axis 2.0. But when I tried the following command to get an checkout It failed. Can any body let me the exact path. I installed svn and Maven.   svn co  http://svn.apache.org/repos/asf/webservices/axis/trunk/   Regads Marko Yahoo! Mail Mobile Take Yahoo!

envelope.addChild()

2005-05-12 Thread Plorks mail
Hello All I'm trying to add a request header to the response header but not sure how to do it. Please can someone help? I'm exposing a web service method that a 'client' calls which adds a custom header. Then every call the 'client' makes i have to check the value within that header I've go

AXIS 1.2 : java2wsdl in document/literal - arrays of complex types

2005-05-12 Thread Ephemeris Lappis
Hello. I know this subject has already been discussed many times. I've been searching for similar information, but it seems that all the reported problems or questions only apply to rpc style services with soap arrays... If it's not the case, sincerly sorry... First, is it legal, according to WS-

Mime attachments referenced in SOAP envelope

2005-05-12 Thread Marko Käis
Hi.   My web-service needs to receive an array of documents (document contains name and content): ArrayOfDocuments –> Document –> (name:string; content:base64Binary)   Client demands that document content is sent as an mime attachment and SOAP envelope contains a reference to each at