Re: Illegal XML character

2005-11-15 Thread Pobzeb Armerding
Sorry about that, I guess I should not assume that because you are using axis, you are also using Java. Unfortunately, my C++ skills are far inferior to my Java skills and I will not be able to offer any suggestions. Pobzeb Armerding Vann's Inc. Software Engineer On Tue, 15 Nov 2005 11:

Re: Illegal XML character

2005-11-15 Thread Pobzeb Armerding
et.URLEncoder.encode(xmlMessage), "UTF-8"); or something similar. I hope this helps. Pobzeb Armerding Vann's Inc. Software Engineer On Tue, 15 Nov 2005 10:50:46 -0600, Michael Rudolf wrote: | Hi, | i would like to know how i can find out which characters are | illegal for WS tra

Re: Mappoint 401 unauthorised with CommonsHTTPSender (was : Axis and Mappoint.NET problem - "(405)Me

2005-11-14 Thread Pobzeb Armerding
The way that I did it was using the default HTTP Sender to make the call. I suppose that you could use an HTTP Sender to handle the authentication, but this method worked for my purpose and it was very easy to implement. Pobzeb Armerding Vann's Inc. Software Engineer On Mon, 14 Nov 2005

Re: converting stubs to XML

2005-11-11 Thread Pobzeb Armerding
t worked for me), but then again... Pobzeb Armerding Vann's Inc. Software Engineer On Fri, 11 Nov 2005 17:19:26 -0700, Pobzeb Armerding wrote: | ((SOAPInterfaceStub)service)._getCall().getMessageContext().getMessage | ().writeTo(baos); String XMLContents = new | String(baos.toByteArray(), "UTF-8");

Re: converting stubs to XML

2005-11-11 Thread Pobzeb Armerding
ng XMLContents = new String(baos.toByteArray(), "UTF-8"); I hope that this help at least a little. Pobzeb Armerding Vann's Inc. Software Engineer On Fri, 11 Nov 2005 18:10:38 -0500, Andy Foster wrote: | Hi all, | | I'm at my last chance now, so if someone can help that would b

Re: View the Request SOAP XML String

2005-11-08 Thread Pobzeb Armerding
difficult to write one? And where would I go for examples of how to write one? Thanks, Pobzeb Armerding Vann's Inc. Software Engineer On Tue, 8 Nov 2005 14:40:32 -0500, Anne Thomas Manes wrote: | Do you want to view it interactively, or do you want to intercept | it and validate it? | | In

View the Request SOAP XML String

2005-11-08 Thread Pobzeb Armerding
(ie: see the request string in order that I might validate it against the XSD files.). Is there some way to do this? Thanks, Pobzeb Armerding Vann's Inc. Software Engineer

Re: Problems with serializer

2005-11-03 Thread Pobzeb Armerding
Can we see some code? On Thu, 3 Nov 2005 19:02:17 +0100, Dorner, Thomas wrote: | Hello, | | I have a problem when serializing an Object which holds an | Objects[] of Classes extending Object. | Okay, its a little bit complicated but I will explain - this is my | inheritance hierarchy: | | Father <

Re: call.setUserName and call.setPassword

2005-11-02 Thread Pobzeb Armerding
make. I don't know if that makes any sense or if it would even work, but that is where I would start. If it does work, you could even substitute a http session object for the cookie. Pobzeb Armerding Vann's Inc. Software Engineer On Wed, 02 Nov 2005 12:48:46 -0800, Ravi Krishnamu

Re: Mappoint 401 unauthorised with CommonsHTTPSender (was : Axis and Mappoint.NET problem - "(405)Method Not Allowed")

2005-11-01 Thread Pobzeb Armerding
sword, I received a 401 Authentication error. I hope this helps you to at least get started. Pobzeb Armerding Vann's Inc. Software Engineer On Mon, 24 Oct 2005 14:13:29 +0100 (BST), Bob wrote: | Recap : I'm trying to get Axis to talk to | Mappoint.NET's RenderService from inside a

Re: call.setUserName and call.setPassword

2005-11-01 Thread Pobzeb Armerding
a 401 Authentication error. I hope this helps you to at least get started. Pobzeb Armerding Vann's Inc. Software Engineer On Mon, 31 Oct 2005 15:42:34 -0800, Ravi Krishnamurthy wrote: | Hello: | I see the call interface has setUserName and setPassword. Wondering | if there is any example on h

Re: Mappoint 401 unauthorised with CommonsHTTPSender (was : Axis and Mappoint.NET problem - "(405)Method Not Allowed")

2005-10-24 Thread Pobzeb Armerding
I am actually having the exact same problem when trying to connect to a secure Amazon web service. I created my client using the WSDL2Java command and I have been working at it for over a week. Please let me know if you have any success at this. Thanks, Pobzeb Armerding Vann's Inc. Sof