RE: Beginners help

2004-04-18 Thread Mark Leone
.item(i); if (mimeNode.hasAttributes()){ if (mimeNode.getAttributes().getNamedItem("type").getNodeValue().equals("application/binary")){ mimeNode.getAttributes().getNamedItem("type").setNodeValue("application/octetstream");

RE: Beginners help

2004-04-16 Thread Mark Leone
g/soap/encoding/"; namespace="urn:XMLWSIntf-IXMLWS"/> http://schemas.xmlsoap.org/soap/encoding/"; namespace="urn:XMLWSIntf-IXMLWS"/> http://schemas.xmlsoap.org/soap/encoding/"; namespace="u

RE: Beginners help

2004-04-16 Thread Steffen Heil
Hi > The good news is that I discovered the real problem in the wsdl you're trying to use. It is definitely non-compliant, both with the W3C note for WSDL 1.1 and the MIME standard (RFC 1521, find it here: http://www.faqs.org/rfcs/rfc1521.html) I will contact that service provider, as soon as I u

RE: Beginners help

2004-04-15 Thread Mark Leone
the service behavior associated with this change. http://schemas.xmlsoap.org/soap/encoding/"; namespace="urn:XMLWSIntf-IXMLWS"/>

RE: Beginners help

2004-04-15 Thread Mark Leone
http://schemas.xmlsoap.org/soap/encoding/"; namespace="urn:XMLWSIntf-IXMLWS"/> http://schemas.xmlsoap.org/soap/encoding/"; namespace="urn:XMLWSIntf-IXMLWS"/> http://schemas.xmlsoap.org/soap/encoding/&quo

RE: Beginners help

2004-04-15 Thread Steffen Heil
Mark, Once again, thank you so much. I am far from understanding, what's going on behind the scenes. > If you want me to send you the modified wsdl that worked for me, let me know. It would be very grateful, if you could send it to me. As I am usure, can you tell me, wether these changes will o

RE: Beginners help

2004-04-15 Thread Davanum Srinivas
factor at work that I'm missing. Hope this > helps. (If you want me to send you the modified wsdl that worked for me, let > me know.) > > -Mark > > > >From: "Mark Leone" <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED] > >To: [EMAIL PROTECTED

RE: Beginners help

2004-04-15 Thread Mark Leone
e this helps. (If you want me to send you the modified wsdl that worked for me, let me know.) -Mark From: "Mark Leone" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Beginners help Date: Wed, 14 Apr 2004 02:24:38 -04

Re: Beginners help

2004-04-14 Thread Aleksander Slominski
hi, you did not WSDL file but i would guess that binding is referencing incorrect (namespace) port type. if you use WSDL4J make sure that |*isUndefined *()| is not true ... HTH, alek Mark Le

RE: Beginners help

2004-04-14 Thread Davanum Srinivas
plz create a bug report anyways :) --- Mark Leone <[EMAIL PROTECTED]> wrote: > I put some debug statements into the class that's throwing this Exception > (org.apache.axis.wsdl.symbolTable.SymbolTable). I found something > interesting. > > It looks like there is no problem with the operations i

RE: Beginners help

2004-04-13 Thread Mark Leone
I put some debug statements into the class that's throwing this Exception (org.apache.axis.wsdl.symbolTable.SymbolTable). I found something interesting. It looks like there is no problem with the operations in the binding. The Exception is thrown when the code is checking that each binding oper

RE: Beginners help

2004-04-13 Thread Steffen Heil
Hi > I spent a couple of hours yesterday looking into this. I didn't have a definitive solution, But, I realize this. For your operation in the binding section, if you have mime specification, it does not go well with or . Once I change the to and to . Axis generated the classes. I started loo

RE: Beginners help

2004-04-12 Thread Steffen Heil
Hi > Creating a SOAP Client in Java is not a simple task and in today's pressure driven get it out the door as soon as possible most professionals don't bother. Instead using a library or professional product. Okay, there is a misunderstanding right at top. I *DO NOT* want to write it completely

RE: Beginners help

2004-04-12 Thread Mark Leone
nding operation has no corrsponding portType operation. Anybody have any idea what's going wrong? (see Steffen's link below for the full wsdl). From: "Steffen Heil" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: RE: Beginners help Da

Re: Beginners help

2004-04-12 Thread John R Meloro
Creating a SOAP Client in Java is not a simple task and in today's pressuredriven get it out the door as soon as possible most professionals don'tbother.  Instead using a library or professional product.However, if you are really serious about working up "completely" fromscratch the book list

RE: Beginners help

2004-04-12 Thread Steffen Heil
Sorry for reposting, but is there really nobody, who can give ma a hint? I am willing to learn a lot, but I cannot find any hint where to start. The W3C WSDL specification seems to do the same that is seen as error here. --- Hi I am very new to this, and I need to implement a SOAP client in Jav