WS-I compliance, ">" prepended to element datatypes in deploy.wsdd

2005-02-18 Thread Dan Hobbs
ot; before each element data type. I have searched around but I can't find the reason for this. Can anyone shed any light?   Regards,   Dan  

rpc/literal vs document/literal, and returning a list of objects

2005-02-15 Thread Dan Hobbs
aged to stop the thing working altogether! Many thanks, Dan - Deploy.wsdd: http://xml.apache.org/axis/wsdd/"; xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";> style="rpc" use="literal&qu

RE: Newbie with EJB/web service problem

2005-02-09 Thread Dan Hobbs
I want to expose. Please forgive me if I'm being thick here. :-) Regards, Dan --- response from Java2WSDL -- C:\work\ws>java org.apache.axis.wsdl.Java2WSDL -o sch.wsdl -l"http://localhost:8080/axis/services/sch"; -

Newbie with EJB/web service problem

2005-02-08 Thread Dan Hobbs
ne has any advice on whether this is possible, and what I should be doing, then it would be greatly appreciated. Regards, Dan

Re: Possible Problem with Calendar Serializer / Deserializer

2004-11-09 Thread Dan Ciarniello
begin:vcard fn:Dan Ciarniello n:Ciarniello;Dan org:CityXpress Corp adr;dom:;;200 - 1727 West Broadway;Vancouver;BC;V6J 4W5 email;internet:[EMAIL PROTECTED] title:Software Developer tel;work:604-638-3800 ext. 322 x-mozilla-html:TRUE url:http://www.cityxpress.com version:2.1 end:vcard

Re: WSDL2Java server side classes

2004-11-09 Thread Dan Ciarniello
the client side, you can throw away the other 3 classes. Rather than "throwing away" code, I would prefer to be able to tell WSDL2Java to not generate the client-side code if it's not required. Dan. begin:vcard fn:Dan Ciarniello n:Ciarniello;Dan org:CityXpress Corp adr;dom:;;

Turning off stacktrace problem (and solution)

2004-11-03 Thread Dan Ciarniello
essage().getSOAPPart()).getCurrentMessage(); which does not change the response message. I now simply check whether fault_obj is an AxisFault or a SOAPFault and act accordingly. Hope this helps others who have run into this problem. Dan. begin:vcard fn:Dan Ciarniello n:Ciarniello;Dan org:CityXpress Corp adr;d

Re: BUG: MessageElement should implement NodeList

2004-10-29 Thread Dan Ciarniello
. It still looks like a bug. Dan. begin:vcard fn:Dan Ciarniello n:Ciarniello;Dan org:CityXpress Corp adr;dom:;;200 - 1727 West Broadway;Vancouver;BC;V6J 4W5 email;internet:[EMAIL PROTECTED] title:Software Developer tel;work:604-638-3800 ext. 322 x-mozilla-html:TRUE url:http://www.cityxpress.com

Re: Does Calendar Serializer work ?

2004-10-26 Thread Dan Ciarniello
ankx in advance - Ivan de Aguirre It's using CalendarSerializer - this according to the API docs for CalendarSerializer. Dan. begin:vcard fn:Dan Ciarniello n:Ciarniello;Dan org:CityXpress Corp adr;dom:;;200 - 1727 West Broadway;Vancouver;BC;V6J 4W5 email;inter

Re: having problems with SOAP attachments

2004-10-22 Thread Dan Ciarniello
ment() on the client and make sure that you can send the attachment to the server without error. On the server, follow the instructions in the article to extract the attachment. Once that's working, you can build up the WSDL to add the other information that you need to send/return. Da

Re: How does WSDL2Java know the filename for the bindings?

2004-10-22 Thread Dan Ciarniello
According to the WSDL2Java reference in the documentation, you can use the -c argument to tell WSDL2Java what the implementation class is called. Dan. begin:vcard fn:Dan Ciarniello n:Ciarniello;Dan org:CityXpress Corp adr;dom:;;200 - 1727 West Broadway;Vancouver;BC;V6J 4W5 email;internet:[EMAIL

Re: having problems with SOAP attachments

2004-10-22 Thread Dan Ciarniello
sues (with .NET). Dan. begin:vcard fn:Dan Ciarniello n:Ciarniello;Dan org:CityXpress Corp adr;dom:;;200 - 1727 West Broadway;Vancouver;BC;V6J 4W5 email;internet:[EMAIL PROTECTED] title:Software Developer tel;work:604-638-3800 ext. 322 x-mozilla-html:TRUE url:http://www.cityxpress.com version:2.1 end:vcard

Re: How to change the port where AdminClient runs?

2004-10-20 Thread Dan Ciarniello
/axis/servlet/AxisServlet Dan begin:vcard fn:Dan Ciarniello n:Ciarniello;Dan org:CityXpress Corp adr;dom:;;200 - 1727 West Broadway;Vancouver;BC;V6J 4W5 email;internet:[EMAIL PROTECTED] title:Software Developer tel;work:604-638-3800 ext. 322 x-mozilla-html:TRUE url:http://www.cityxpress.com versio

Re: How to change the port where AdminClient runs?

2004-10-20 Thread Dan Ciarniello
You can then tell AdminClient to connect to port 8082 which is TCPMon's default listening port. TCPMon will display the request and forward it to port 8080. Dan. begin:vcard fn:Dan Ciarniello n:Ciarniello;Dan org:CityXpress Corp adr;dom:;;200 - 1727 West Broadway;Vancouver;BC;V6J 4W5 emai

Re: WSDL2Java and deploy.wsdd

2004-10-19 Thread Dan Ciarniello
Nathan Wardle wrote: Here's the template I'm using and ant target. Thanks, Nathan. I've never used XDoclet, though I had heard of it, and so wasn't sure how it worked. Your template gives me a much better idea of how to use it. Thanks again, Dan. begin:vcard fn:Dan Cia

Re: WSDL2Java and deploy.wsdd

2004-10-18 Thread Dan Ciarniello
Nathan Wardle wrote: Hi Dan, I had similar problems because I wanted to use a custom provider. My solution was to not use WSDL2Java for the generation of server side code. Instead, I used XDoclet to generate the deploy.wsdd (well actually I just generated the server-config.wsdd for all services

WSDL2Java and deploy.wsdd

2004-10-18 Thread Dan Ciarniello
ad because any handlers that have been added to the wsdd are overwritten. Is there any way to setup handlers and request/response flows so that they are automatically added to the wsdd when it's generated? Thanks, Dan. begin:vcard fn:Dan Ciarniello n:Ciarniello;Dan org:CityXpress Corp adr;d

Re: wsdl autogeneration

2004-10-15 Thread Dan Ciarniello
reated (or modified) in WEB-INF. That file contains the description of your service that AxisServlet uses to process requests (including auto-generating the WSDL). Check the User Guide and reference docs for information on using the AdminClient and WSDD. Hope this helps, Dan. begin:vcard fn:Dan

Re: WSDL2Java and Basic Profile

2004-10-14 Thread Dan Ciarniello
Anne Thomas Manes wrote: Dan, The child elements (, , and ) are defined as local elements (defined inside a complex type), and therefore must be unqualified. Therefore the elements must include the "no default" namespace definitions (xmlns=""). If you prefer to make these el

WSDL2Java question

2004-10-14 Thread Dan Ciarniello
hing but I don't see a switch that stops them from being generated. Thanks, Dan. begin:vcard fn:Dan Ciarniello n:Ciarniello;Dan org:CityXpress Corp adr;dom:;;200 - 1727 West Broadway;Vancouver;BC;V6J 4W5 email;internet:[EMAIL PROTECTED] title:Software Developer tel;work:604-638-3800 ext

Performance of 1.2 vs 1.1

2004-10-13 Thread Dan Ciarniello
ncern. All the other advantages of 1.2 aside, this sort of performance hit would prevent my company from moving to 1.2. Is there any work going on to deal with this issue? Is it even possible to get 1.2 to approach 1.1's performance? Thanks, Dan. begin:vcard fn:Dan Ciarniello n:Ciar

Re: WSDL2Java and Basic Profile

2004-10-13 Thread Dan Ciarniello
/XMLSchema-instance";> http://cityxpress.com/external";> 2004-10-13T16:30:38.953Z 0 I'm wondering if the xmlns="" in response values are the problem. Should the xmlns attribute even be there? If so, shouldn't it be http://cityxpress.com/

Re: Yet another .NET problem

2004-10-12 Thread Dan Ciarniello
2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> http://cityxpress.com/external";> Today 4 I think that the problem is the empty namespace declarations (xmlns="") on "thedate" and "avalue

Re: WSDL2Java and Basic Profile

2004-10-12 Thread Dan Ciarniello
as in the input and output subelements of the binding which do not have "message" as an attribute. Changing the "message" attribute to "name" helped. Dan. begin:vcard fn:Dan Ciarniello n:Ciarniello;Dan org:CityXpress Corp adr;dom:;;200 - 1727 West Broadway;Van

Yet another .NET problem

2004-10-08 Thread Dan Ciarniello
is the user object data from the SOAP response (stripped of XML) but the data isn't being written to the oUser object. Does anyone have any idea what the problem might be? Thanks, Dan. begin:vcard fn:Dan Ciarniello n:Ciarniello;Dan org:CityXpress Corp adr;dom:;;200 - 1727 West Broadway;

WSDL2Java and Basic Profile

2004-10-08 Thread Dan Ciarniello
ityxpress.com/external"; use="literal"/> http://localhost:8080/v01/XMTest"/> If anyone can point out the problem, it would be greatly appreciated. Thanks, Dan. begin:vcard fn:Dan Ciarniello n:Ciarniello;Dan org:CityXpress Corp adr;do

Re: Odd numbers in Axis 1.1 response

2004-10-08 Thread Dan Ciarniello
reason for the trouble with .NET? Dunno. You'd hope not! Chunked encoding works fine with .NET Cheers Simon OK. Thanks for the info. Dan. begin:vcard fn:Dan Ciarniello n:Ciarniello;Dan org:CityXpress Corp adr;dom:;;200 - 1727 West Broadway;Vancouver;BC;V6J 4W5 email;inter

Odd numbers in Axis 1.1 response

2004-10-08 Thread Dan Ciarniello
there when accessed with the generated code? Could these be a reason for the trouble with .NET? Thanks, Dan. begin:vcard fn:Dan Ciarniello n:Ciarniello;Dan org:CityXpress Corp adr;dom:;;200 - 1727 West Broadway;Vancouver;BC;V6J 4W5 email;internet:[EMAIL PROTECTED] title:Software Developer tel;work:60

Re: Removing WS Classes From Cache

2004-08-26 Thread Dan Ciarniello
he manager app to reload the axis app. This will unload the old class files and load the new ones. Dan. begin:vcard fn:Dan Ciarniello n:Ciarniello;Dan org:CityXpress Corp adr;dom:;;200 - 1727 West Broadway;Vancouver;BC;V6J 4W5 email;internet:[EMAIL PROTECTED] title:Software Developer tel;work:60

SOAP Header in WSDL questions

2004-08-20 Thread Dan Ciarniello
uld I be modifying the WSDL in any other way, in particular to specify that the header elements are mandatory? Thanks, Dan. begin:vcard fn:Dan Ciarniello n:Ciarniello;Dan org:CityXpress Corp adr;dom:;;200 - 1727 West Broadway;Vancouver;BC;V6J 4W5 email;internet:[EMAIL PROTECTED] title:Softwar

admin commands

2004-06-24 Thread Dan
It's been a while since I worked with Axis, but wasn't there a way to start/stop/redeploy specified services via a GET command in a browser? I've searched high and low but can't find hardly any mention of it, something like: http://127.0.0.1:8080/axis/AdminServlet?cmd=redeploy&service=test The

Axis over HTTPS - extra characters at end of message

2004-03-25 Thread Dan . B . Tanner
rtAsString() looks fine...but when I turn on javax.net.debug=all and view the unencrypted message, it appears to have some extra characters at the end of the message, which definitely cause it to be not well-formed. Any ideas? Thanks for any help. Dan

Re: Interoperability/.NET/Arrays ... and more [long]

2004-03-01 Thread Dan Christopherson
If you had WSDL that you hand-built in XML-Spy (which is the right way to go, IMHO), why were you trying to use the generated WSDL? I wouldn't do that if I were you - I wouldn't really expect it to work. I'm not confident that the WSDL->Java->WSDL conversion process will give back the original

Re: AXIS "interoperability" question

2004-02-27 Thread Dan Christopherson
Glad that I could be of some help, even if it wasn't more timely. -danch Vivek Nagulapati wrote: Hello Dan, I deeply apologize, if my controversial posting ;) has inflicted anyone (esp.. Axis developers) who have been working real hard to improve the Axis framework. I cannot simply disre

Re: AXIS "interoperability" question [It is indeed questionable....]

2004-02-27 Thread Dan Christopherson
I'm not going to tell you that WS Interoperability is a mature feature of any web service toolkit; rather, they all have problems rising from their varying level of XML conformance. Axis is, however, the only toolkit that I have confidence that I can make generate valid SOAP messages for any va

Re: Another BEA Logic Web Server Question

2004-01-28 Thread Dan Christopherson
Workshop is their GUI, which is not required to build web services. They also have a JAX-RPC implementation in 8.1, but I haven't used it at all. Alexander Berry,Jr. wrote: Yes, BEA has a product which is BEA Weblogic Workshop. Which allows you to build webservices. You can make your own decisio

Re: BEA Web Logic & Axis

2004-01-28 Thread Dan Christopherson
Works fine under 8.1 and 6.1 Hainer Neil wrote: Hi, Are there Axis users using BEA Web Logic as your web server instead of Tomcat? If so, have you encountered any issues? TIA, Neil smime.p7s Description: S/MIME Cryptographic Signature

Re: .NET compat issue...

2004-01-22 Thread Dan Christopherson
I don't see it setting the default namespace to 'http://ar.masstech-pts.org/' for the body anywhere in the Axis snip you sent. Thomas Bolioli wrote: http://schemas.xmlsoap.org/soap/encoding/";> String Here... smime.p7s Description: S/MIME Cryptographic Signature

Custom FaultCode (what is the spec saying?)

2004-01-17 Thread Dan Diephouse
stom faultcodes? i.e. ones that aren't Server or User or VersionMismatch... For example, NoSuchStock for the stock lookup example. And, if I can definte my own faultcodes, is that recommended? Or would I be much better off using the element. Thanks, Dan Diephouse http://envoisolutions.com/people/dan

Re: WSDL2Java does not create any output on complex XSD imports

2003-12-19 Thread Dan Christopherson
What version of Axis were you using? Was the import in the wsdl a wsdl:import or an xsd:import? I've done some experimentation with a wsdl importing an xsd that imports xsds that import xsds (although not as many). The 1.2 alpha was pretty close to working, except for the mixed="true" problem on

Re: Anonymous Complex Types

2003-12-15 Thread Dan Christopherson
chrapchp wrote: If I include the wsdlFile tag I get this error when I invoke the method that has anon complex type based arg from a non-java client. BTW, it should generate the WSDL without fuss even if I don't have to create the WSDL. The WSDL tools should be bi-directional. How? Things can be exp

Re: Anonymous Complex Types

2003-12-15 Thread Dan Christopherson
with a huge WSDL doc, I went back to basics and trying to resolve the problem. I suspect they all have the same root cause. pjc -Original Message- From: Dan Christopherson [mailto:[EMAIL PROTECTED] Sent: Monday, December 15, 2003 9:16 AM To: [EMAIL PROTECTED] Subject: Re: Anonymous Complex

Re: Anonymous Complex Types

2003-12-15 Thread Dan Christopherson
If you're implementing a third party WSDL why are you generating WSDL? chrapchp wrote: Hello, I cannot get a successful WSDL doc generation from ?WSDL or Java2WSDL when I include complex anonymous types. I cannot modify the WSDL doc since it is driven by a third party spec. What I did was create

Re: next issue: mixed content type (was: Re: wsdl2java returns in valid characters in

2003-11-17 Thread Dan Christopherson
Hope this helps. AJ -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2003 9:33 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: next issue: mixed content type

Re: wsdl2java returns invalid characters in wsdd and .java

2003-11-16 Thread Dan Christopherson
.ciq.cil._Amount_Amount" serializer="org.apache.axis.encoding.ser.BeanSerializerFactory" deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory" encodingStyle="" /> ------ in deploy.wsdd. Not

next issue: mixed content type (was: Re: wsdl2java returns invalid characters in wsdd and .java)

2003-11-16 Thread Dan Christopherson
confess that I think the Bugzilla search is about the worst UI i've ever seen. Should I work up a simple reproduction and submit this as a bug? thanks again, danch Dan Christopherson wrote: That generates code that compiles at least - right now I'm building some tests to see if it a

Re: wsdl2java returns invalid characters in wsdd and .java

2003-11-16 Thread Dan Christopherson
name collisions, ala JAXB or Castor? Possibly introducing a feature so that JAXB or Castor source generators could be delegated to? There is already the capability of using Castor as a binding framework, isn't there? thanks for all your work, danch Davanum Srinivas wrote: Dan, Can you check if the

Re: wsdl2java returns invalid characters in wsdd and .java

2003-11-15 Thread Dan Christopherson
DL. So that we can fix the problem with complex schema definitions. (http://ws.apache.org/axis/bugs.html) Thanks, dims --- Dan Christopherson <[EMAIL PROTECTED]> wrote: wsdl2java doesn't seem to work very well with more complex schema definitions (like xCIL from oasis.org). You might a

Re: wsdl2java returns invalid characters in wsdd and .java

2003-11-14 Thread Dan Christopherson
I'll work something up this weekend. Davanum Srinivas wrote: Danch, We'd REALLY appreciate a bug report with a complete WSDL. So that we can fix the problem with complex schema definitions. (http://ws.apache.org/axis/bugs.html) Thanks, dims --- Dan Christopherson <[EMAIL PROT

Re: wsdl2java returns invalid characters in wsdd and .java

2003-11-14 Thread Dan Christopherson
wsdl2java doesn't seem to work very well with more complex schema definitions (like xCIL from oasis.org). You might also want to take a look at recent threads regarding doc/literal - people are working on making this work better, but there is a way to go yet. This isn't necesarily a weakness spe

Re: CommonsHTTPSender

2003-11-14 Thread Dan Christopherson
in client-config.wsdd You may have to rebuild axis with CommonsHTTPClient in order for CommonsHTTPSender to be built - I had to, anyway. Make sure you use the lates release of CommonsHTTPClient -danch [EMAIL PROTECTED] wrote: I was wonder how to configure Axis to use CommonsHTTPSender, and

RE: NullPointerException in ServiceDesc

2003-11-11 Thread Dan Gravell
thought this'd be ok). Thanks, Dan This email is confidential and may be protected by legal privilege. If you are not the intended recipient, please do not copy or disclose its content but delete the email and contact the sender immediately. Whilst we run antivirus software on all int

NullPointerException in ServiceDesc

2003-11-10 Thread Dan Gravell
putting them one by one shows no difference between invocations (at least through toString()). I noted both when it worked and when it didn't, method was "null". I realise this is probably quite vague, so any kind of pointer would be helpful! Many thanks, Dan

Re: JAX-RPC Handlers on server side

2003-10-16 Thread Dan Christopherson
Aha! thank you very much! -danch Vladimir Umansky wrote: c:\axis-1_1\samples\jaxrpc\ Or whatever the directory where you unzipped axis. --- Dan Christopherson <[EMAIL PROTECTED]> wrote: I'm trying to figure out if Axis supports JAX-RPC style handlers on the server side. Looking t

JAX-RPC Handlers on server side

2003-10-16 Thread Dan Christopherson
I'm trying to figure out if Axis supports JAX-RPC style handlers on the server side. Looking through the code, I don't see anywhere where they'd be executed. Am I missing something, or are JAX-RPC handlers only supported on the client? thanks, danch

Re: WSDL to HTML documentation generator

2003-09-19 Thread Dan Christopherson
Alternatively, you could just write an XSLT stylesheet to generate it, possibly, depending on what your expectations are. -danch Srinath Perera wrote: Hi Pablo it is possible. (answer depend on what type of doc u r expecting .. yet theoritically if you can exact the information from the wsdl u

Re: wsdl2java - shortcomings?

2003-09-18 Thread Dan Christopherson
Thank you very much. I was surprised when I didn't find anything, but once I'd figured out what was going on, I kinda stopped looking, too. James Black wrote: Dan Christopherson wrote: Now if there were (or is) a way to tell wsdl2java to use a different name for the 'Impl

Re: wsdl2java - shortcomings?

2003-09-18 Thread Dan Christopherson
Josh Rehman wrote: Hi, Still new to all this, so I'm not sure if this observation is accurate. It seems to be that wsdl2java could vastly improved if all of it's concrete classes were generated with delegate code pointing to some user specified implimentation. As it stands, I am forced to gener

Re: disabling xml decoding.

2003-07-15 Thread Dan Kamins
alent) - See: http://www.w3.org/TR/xmlschema-0/#anyType - And "Mixed Content" which includes HTML-ish marked up text. Schema looks like: ... See: http://www.w3.org/TR/xmlschema-0/#mixedContent -- Dan Kamins On Tue, 15 Jul 2003 19:33:27 -0700, Suresh Avadhanula wrote

Re: Problem with custom exceptions not getting deserialized

2003-07-15 Thread Dan Kamins
his highlights the importance of a CHANGES.txt file or something similar with each release, as well as more coherent documentation (written by whomever does know how things work, before they move on from the project). -- Dan Kamins On Tue, 15 Jul 2003 04:43:54 -0700 (PDT), Davanum Srinivas wrote: &

Re: Problem with custom exceptions not getting deserialized

2003-07-15 Thread Dan Kamins
is one of the reasons people choose open source to begin with. -- Dan Kamins On Tue, 15 Jul 2003 10:15:28 +0200, Peter Landmann wrote: >Hi, > >Once again, as no one replied: Did really no one else face this >problem up >to now? Don't you use exceptions in your service inter

Re: Problem with custom exceptions not getting deserialized

2003-07-15 Thread Dan Kamins
is one of the reasons people choose open source to begin with. -- Dan Kamins On Tue, 15 Jul 2003 10:15:28 +0200, Peter Landmann wrote: >Hi, > >Once again, as no one replied: Did really no one else face this >problem up >to now? Don't you use exceptions in your service inter

Re: Problem with custom exceptions not getting deserialized

2003-07-15 Thread Dan Kamins
is one of the reasons people choose open source to begin with. -- Dan Kamins On Tue, 15 Jul 2003 10:15:28 +0200, Peter Landmann wrote: >Hi, > >Once again, as no one replied: Did really no one else face this >problem up >to now? Don't you use exceptions in your service inter

Re: Problem with custom exceptions not getting deserialized

2003-07-15 Thread Dan Kamins
is one of the reasons people choose open source to begin with. -- Dan Kamins On Tue, 15 Jul 2003 10:15:28 +0200, Peter Landmann wrote: >Hi, > >Once again, as no one replied: Did really no one else face this >problem up >to now? Don't you use exceptions in your service inter

RE: another doc/literal issue -- more info

2003-07-14 Thread Dan Kamins
this is discouraged (by ws-i among others). True or not true? Can somebody post and example or a link to a page that shows what the SOAP message should look like and how to get this type of service working? -- Dan Kamins On Fri, 11 Jul 2003 09:46:19 -0700 (PDT), Davanum Srinivas wrote: >Th

Re: redeployment of web-service class files problem.

2003-07-10 Thread Dan Kamins
k something has changed) the web.xml file in the webapps/axis/WEB-INF directory. I have this as part of my ant deployment script: -- Dan Kamins On Thu, 10 Jul 2003 13:56:51 +0200, Peter Ross wrote: >Hi, > >I seem to be having a problem where if I redeploy a service

RE: Reading material on AXIS

2003-07-09 Thread Dan Kamins
) on the cover. He looks very pleased and satisfied with his work, and has a certain calmness about him that inspires you to understand what he's saying, which is an interesting juxtaposition with the hot red hue of the cover. -- Dan Kamins On Wed, 9 Jul 2003 23:39:28 +0200, Mailindra wrot

Re: getOption in handler returns Null !!

2003-07-08 Thread Dan Kamins
see "More deployment - Handlers and Chains"): http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/docs/user-guide.html#PublishingServices -- Dan Kamins On Tue, 8 Jul 2003 20:59:29 -0500 (CDT), [EMAIL PROTECTED] wrote: >Hi, > >I encountered a strange problem. I am not able to

Bug in org.apache.axis.handlers.LogHandler ?

2003-07-08 Thread Dan Kamins
I'm planning to file a bug report, but I wanted to make sure I'm sane first and that the bug is what I think it is. The handler defined in org.apache.axis.handlers.LogHandler attempts to log the elapsed time of processing. To do so, it stores the start time in a class field called "long start"

Re: confusion: are embedded complex types possible with axis or not?

2003-07-08 Thread Dan Kamins
. [1] Bugzilla bug report: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21389 [2] Another thread regarding this issue: http://marc.theaimsgroup.com/?l=axis-user&m=105762712913743&w=2 -- Dan Kamins On Tue, 8 Jul 2003 10:27:48 +0200, Andreas Bohnert wrote: >Hi, > >there ar

Re: Is this a known bug with WSDL2Java and Arrays?

2003-07-07 Thread Dan Kamins
?id=21389 This essentially slammed our project to a halt, as we have WSDL2Java in the build process, and our application no longer works, so we're considering downgrading back to 1.0... Ack. -- Dan Kamins > Attached is the java file generated by WSDL2Java. > > Notice the private m

[Announce] Ivory 1.0 Alpha 4

2003-07-03 Thread Dan Diephouse
://ivory.codehaus.org/ivory-1.0-alpha-4-src.tar.gz Cheers, Dan Diephouse

No data being returned

2003-04-05 Thread Dan
Our small user group is trying to learn how to use web services and we picked a small project to start with. We want to write a client that gets data from an existing web service and then write our own server that mimics the existing service. I'm trying to write client code to use the GetWeatherR

Re: Doc/Lit webservice generating wrong SOAP response

2003-03-25 Thread Dan Weston
Chunked encoding of the response, very common, and shouldn't be a problem unless the toolkit receiving the response is really dumb. On Monday, March 24, 2003, at 10:42 PM, Davinder Singh wrote: Hi, I have developed a document/literal webservice which generates the following response when call

EJB Consuming a Web Service

2003-03-18 Thread Dan Cieslak
b/axis.jar" { permission java.security.AllPermission; }; For each of the jars listed in #1 Thanks in advance. -Dan Cieslak _ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail

EJB Consuming a Web Service

2003-03-14 Thread Dan Cieslak
rmission; }; For each of the jars listed in #1 Thanks in advance. -Dan Cieslak _ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus

Re: Standalone server questions

2003-03-12 Thread Dan Diephouse
ng working. Cheers, Dan Diephouse Sean Leblanc wrote: Okay, thanks. Maybe I'm being dense, but how can I have the Axis that is deployed in the servlet engine communicate with my app? Or do I place my whole app into Tomcat's servlet engine. I'm familiar with Tomcat, but just trying

Re: Embedding Axis

2003-03-11 Thread Dan Diephouse
xisServlet - so when one lists the available services, the JWS services won't show up. I'll have to look at this more thoroughly next. Cheers, Dan Diephouse Dan Diephouse wrote: I have been working on creating an Avalon service that uses Axis. What I am trying to do is allow aval

Embedding Axis

2003-03-10 Thread Dan Diephouse
ke care of it when I deploy my service? 3) When I query the service from the Axis Servlet in my unit tests I get this: And now... Some Services null http://localhost:0/services/null?wsdl";>(wsdl) Obviously, I haven't registered my class correctly. What might I be doing wrong? Tha

RE: AxisClient uses?

2003-03-07 Thread Dan Weston
features to be added to the outgoing message without having to change the originally generated stubs. Sample code in the IBM web services toolkit, which is built on top of Axis, uses client-side handlers for just this sort of thing. .   Dan Weston -Original Message-From: Volkmann

RE: Interoperative attachments

2003-01-28 Thread Dan Allen
more efficient than MIME. Why would a MIME attachement need to be Base-64 encoded? Dan

RE: tcp and SOAP monitor

2003-01-16 Thread Dan Weston
chain and send them over to the SOAPMonitor applet for display. It is a neat trick, and it makes me think of lots of other things I could do with my own handlers. Dan -Original Message- From: Zhaohua Meng [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 12:04 PM To: [EMAIL

RE: tcp and SOAP monitor

2003-01-16 Thread Dan Weston
nitor is also really nice if you have someone else connecting to your service and want to watch the messages, but the guy at the client end doesn't have to change anything. My two cents. Dan Weston -Original Message- From: Zhaohua Meng [mailto:[EMAIL PROTECTED]] Sent: Thursday, Januar

RE: class Service not working in tomcat 4.1.18

2003-01-14 Thread Dan
What is on line 64 of the compiled JSP page: org.apache.jsp.test_jsp._jspService(test_jsp.java:64) At 07:37 PM 1/14/2003 -, [EMAIL PROTECTED] wrote: >Hi Dan, > >Just tried that, but to no avail - however I do have a new error message >

Re: class Service not working in tomcat 4.1.18

2003-01-14 Thread Dan
You probably need to use explicit naming for the Service class. There is a org.apache.service.Service class in the catalina.jar file. When dealing with application servers or large application bases, I find it becomes necessary, good practice to use explicit naming, to avoid these types of errors

newbie books

2003-01-13 Thread Dan
Any suggestions for a good read on XML,SOAP and web services for Java developers, especially for those of us with no practical experience with XML?

first Document Style client

2003-01-13 Thread Dan
I'm just getting started with XML, SOAP, and Axis. I'm in the early "figuring it out" stages. For experience, I'd like to try writing a bare bones client to get the service at: http://www.webservicex.net/uszip.asmx using the GetInfoByZipCode function. I've written an RPC client that ca

RE: qualified names vs. multiRefs

2003-01-09 Thread Dan Stone
, any hints or message-examples are appreciated! Thanks, Dan -Original Message- From: Chris Forbis [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 10:14 AM To: '[EMAIL PROTECTED]' Subject: RE: qualified names vs. multiRefs Why it does this I am not sute. (I am far fr

qualified names vs. multiRefs

2003-01-08 Thread Dan Stone
ter the 'multiRef' name of the bean that CONTAINS this array and the service recognizes ITS correct type! I have tried with multiRefs 'off' on the client, and the service still can't seem to recognize the beans... Is there a way to define the qualified name for the array elements? Thanks, Dan Stone

RE: .NET client and nested arrays

2003-01-07 Thread Dan Stone
I have noticed that a c# .net client does not handle the deserialization of empty arrays very well. You may be able to 'sidestep' this issue not sending empty arrays. I have been setting the array to null within a bean instead of sending an empty array : Example: Hope this h

Re: Axis Wiki / Axis Usage Page

2003-01-06 Thread Dan Diephouse
Speaking of documentation, the axis website sucks. It would be nice if Maven or Forrest were used to generate a decent, navigable, readable site. (Not to mention maven could also clean up the build system ;) ). - Dan Diephouse Davanum Srinivas wrote: Hi all, nagoya now hosts a Wiki. We

client using multiRefs instead of qualified names?

2003-01-02 Thread Dan Stone
I've got a AXIS 1.0 RPC service that takes a Bean as an argument to its only method. .NET clients (vb and c#) can use it, no problem. AXIS client is having trouble - The difference? : AXIS client uses 'MultiRef' instead of the qualified name for the Bean argument (iQ411_3_0:TransactionRequest).

EchoAttachments example error when generating WSDL

2002-12-11 Thread Dan Schmierer
t java.lang.Thread.run(Thread.java:536) Any idea what the problem could be? Cheers Dan Schmierer

Java2WSDL mangles IN param "Long" to "long"

2002-10-07 Thread Dan Kamins
nillable. But this makes for a badly complex WSDL file, when it seems like it should just work in the first place. It seems even more like it should just work based on the behavior of this workaround. Any help appreciated. Thanks. -- Dan Kamins [EMAIL PROTECTED] -- _

TCPMon Audio Feedback Mod ("RPC-Synth") RFC

2002-09-29 Thread Dan Kamins
e (and available as JMF with earlier JDKs). AFAIK most platforms (definitely win32) support a default MIDI setup and have 16 instruments mapped, including #10 which has dozens of cool percussion noises. Comments are appreciated! Let me know what you think, i

Re: Accessing Axis Web Service from VB with MS-SOAP

2002-09-28 Thread Dan Kamins
Andrea, please try to be more explicit than "My current error comes from VB, indicating that the parameter I am passing is not correct." What is the error? You'll get better help if you're specific. Plus in the future when somebody has the same problem, they can search the mail archives to

RE: Message style services - ATTN ANY java:MSG USERS

2002-09-24 Thread Dan Kamins
Anyway, thanks for your response! And it would be great if your explanation (below) found its way into the docs as an explanation of why the method signatures changed! -- Dan Kamins - Glen Daniels <[EMAIL PROTECTED]> wrote: Hi Dan: The issue with the MessageContext API is that it

Re: Message style services - ATTN ANY java:MSG USERS

2002-09-23 Thread Dan Kamins
n your ALL CAPS RFC. The current MessageContext-containing signature is the one I am planning on using (for flexibility), so I'd hate to see it go. -- Dan Kamins - Glen Daniels <[EMAIL PROTECTED]> wrote: I'd like to make THESE THREE the accepted APIs for message-style

server-config.wsdd - won't write!

2002-09-23 Thread Dan Kamins
eople who are equally frustrated getting this seemingly simple server setup to work. -- Dan Kamins _ Chat with friends online, try MSN Messenger: http://messenger.msn.com

RE: AXIS to .NET array Interoperability issue, and work around...

2002-07-12 Thread Dan Stone
ure how to let the client know how to deserialize and deal with this. Would this problem exist if I were using AXIS on the client side?   Thanks for your time.   Dan Stone      -Original Message-From: Stickley, Jim [mailto:[EMAIL PROTECTED]]Sent: Monday, June 17, 2002 6:33 AMTo: '

  1   2   >