Re: no deserializer for dateTime

2003-12-29 Thread Chuck Musser
I did a little more fiddling around and found that a client built with the code generated by wsdl2java works. The client I'm working on (using Mozilla) is the one that generates the error. Anyone up for a little SOAP message analysis? Here's the message from Mozilla that elicits the failure: h

configuring a client to send request via a proxy server

2003-12-29 Thread Dharmendra Kumar
hi all: 0. i was able to go past a proxy server but not an authenticated proxy by using the snippet listed in 1. 1. i read the solutions posted on the mailing list about sending a request via a proxy server..the generic solution seems to me as: System.setProperty( "proxySet", "true" );

Re: no deserializer for dateTime

2003-12-29 Thread Steffen Mayer
Hi, i use only 1.1, i've never tested 1.2. i have this problem only with a Delphi Client, when I have a dateTime packed in a complex object. In all other cases it works fine. so, this should be not a bug... in my point of view Steffen Am Sun, 28 Dec 2003 22:56:28 -0800 "Chuck Musser" <[EMAIL

Serialize objets with BeanSerializer after the invokation.

2003-12-29 Thread Dario Bahena
Hi folks ... I've playing with the samples, and I found something I needed: the dynamic invoker, but I need to support complex types, at least for the returning values. I've a web service that returns an object, and in my own version of the dynamic invoker, I've registered the serializer/deser

RE: serialize a Bean with Axis

2003-12-29 Thread Vinod Menon
Deigo, Appreciate your response. Here is the detail problem description. My web service uses complex types and the Bean Serializer provided by AXIS works fine. However on the server side I would like to convert the object representation of the complex type to XML (ie serialize) for application

RE: NullPointerException in tcpmon

2003-12-29 Thread Marc Logemann
Hi, the problem was, i used accidently the 1.5 alpha JDK/Runtime. With this JVM i got the NPE. > try another port, 1234 might be unusable in your environment.. usually a > port number 8000+ is a better guess. > Hi, > after running tcpmon without any problems for some weeks now, i am getting >

RE: serialize a Bean with Axis

2003-12-29 Thread FONTDEVILA Diego
Title: RE: serialize a Bean with Axis You should first try the Bean serialization classes, which require your bean class to have getters and setters (as any bean should) or public fields. Your elements should have the same name as the fields, otherwise you'd need to provide a mapping through s

RE: NullPointerException in tcpmon

2003-12-29 Thread Samir Shaikh
try another port, 1234 might be unusable in your environment.. usually a port number 8000+ is a better guess. -- Systems Development WorldRes, Inc. PlacesToStay.com "Online hotel reservations worldwide." -Original Message- From: Marc Logemann [mailto:[EMAIL PROTECTED] Sent: Monday, Decem

NullPointerException in tcpmon

2003-12-29 Thread Marc Logemann
Hi, after running tcpmon without any problems for some weeks now, i am getting this weird NPE. Can anyone help me tracing this? I dont know where to look for. This NPE is triggered after i say "add" in the first dialog. I defined port 1234 as "Listen Port#" and 127.0.0.1 and 8080 has Target. I a

Re: Holder Classes problem

2003-12-29 Thread Albert Lin
I believe that WSDL2Java only generates Holder classes if there are multiple output parameters. For example, if a service method only has one output parameter, then WSDL2Java will generate a Java method with the output parameter as its return type. (That's probably why you don't have any Holder

Controlling Content-ID when using Soap with Attachments

2003-12-29 Thread Mark Mascolino
I'm using Axis to communicate with a web service that uses Soap with Attachments. The only wrinkle is that the web service provider is expecting the MIME Content-IDs for the attachment parts be set to specific values. Using the Call object's addAttachmentPart() method and DataHandler object I

Message Style method signature.

2003-12-29 Thread Richard Martin
Hi everyone, The java:msg provider specifies that the service class contains the following method signature: public Element[] nameOfMethod(MessageContext context, Vector soapBodyElements) throws Exception { ... } The vector in the above snippet contains org.w3c.dom.Elements and the array return

Re: circular references

2003-12-29 Thread Dennis Sosnoski
I don't know of any prohibition against circular references in the SOAP encoding specification. AFAIKS this is an Axis bug (unfortunately one that's likely to be nasty to fix, given the assumptions made by the current architecture). - Dennis Robert van Engelen wrote: Hi, There are SOAP tool

serialize a Bean with Axis

2003-12-29 Thread Vinod Menon
How can I get axis to serialize a complex type. Any help is appreciated. Thx -Vinod _ Tired of slow downloads? Compare online deals from your local high-speed providers now. https://broadband.msn.com

RE: Problem with the sample Attachment (Axis Java)

2003-12-29 Thread Rick Kellogg
Cedric, According to the following article, WSDL does not support the use of attachments. That feature will be adding in the WS-I Basic Profile 1.1 which is still under development. http://webservices.xml.com/pub/a/ws/2003/09/16/wsbp.html I am not sure as to the current status of attachments as

RE: Problem with the sample Attachment (Axis Java)

2003-12-29 Thread Rick Kellogg
Cedric, According to the following article, WSDL does not support the use of attachments. That feature will be adding in the WS-I Basic Profile 1.1 which is still under development. http://webservices.xml.com/pub/a/ws/2003/09/16/wsbp.html I am not sure as to the current status of attachments as

Problem with the sample Attachment (Axis Java)

2003-12-29 Thread Carbone Cedric
Hi all, I have problems with Attachment sample in Axis 1.1 (Java). For 3 days I have spent with the Attachment sample, I don't arrive to run it :(( I need your help. I saw on the mailling list the problem about namespace. According to an message of november on your mailinglist, I have deleted the

Holder Classes problem

2003-12-29 Thread Massimo Barabino
Hi all, when are Holder Classes generated by WSDL2Java? Reading the user guide, it says that they are generated if a type is used as an input or uotput parameter. In my own service I use a complex type (JavaBean) as input (and output) parameter of one of my service' s methods. The problem is that I

re: WSDL error when retrieving WSDL definition of an Axis service

2003-12-29 Thread James Black
I am trying to understand what is going on now. I can't get my webservice to work properly at all, now. I get the following error: WSDLException: faultCode=OTHER_ERROR: Can't find prefix for 'http://www.w3.org/2003/05/soap-encoding'. Namespace prefixes must be set on the Definition objec

Re: Java2WSDL - why?

2003-12-29 Thread Ed Pond
If I'm using the WSDD to set web service properties (eg. to use a document service style) then these properties have no way of appearing in the WSDL generated by Java2WSDL, since Java2WSDL itself generates the WSDD. Since the WSDL dynamically generated by axis (eg. http://localhost:8080/axi