Re: [Axis2] WS-Policy

2007-10-03 Thread Jim Collins
if you can post the WSDL which you used to generate the stub so that we see whether we can reproduce the problem. Thanks, Sanka Jim Collins wrote: Hi Paul/Sanka, Thanks for the reply and apologies for taking so long in getting back to you. I have looked at the Rampart examples

[Axis2] SPNEGO

2007-10-03 Thread Jim Collins
Hi, Has anyone written an Axis2 client that accesses a Web Service using SPNEGO? I don't want to have the username and password of the account I want to authenticate against on the Web Service. Any help with this would be appreciated. Thanks Jim

Re: [Axis2] WS-Policy

2007-10-01 Thread Jim Collins
class. HTH, Sanka 1) First you need to instantiate the stub giving a configuration context Jim Collins wrote: Hi, I am trying to write a Web Service client that accesses a Service that uses WS-Policy. The WSDL is correctly configured with the policy and I was able to generate the client

Re: Axis2 Changing WSDL

2006-06-08 Thread Jim Collins
for that if used in the rpc style. Your WSDL would have been an rpc lit one so the reader made a new doc/lit style WSDL with it. But note that the two WSDL's result in the same wire message Ajith On 6/8/06, Jim Collins [EMAIL PROTECTED] wrote: Hi all, I have yet more problems with Axis2. I have packaged

Axis2 Changing WSDL

2006-06-07 Thread Jim Collins
Hi all, I have yet more problems with Axis2.I have packaged my Webservice as a .aar file with a WSDL in the meta-inf directory. I have noticed now that when I list the deployed services and I click on my service Axis2 has changed the WSDL file and added a new schema element in the types

Re: Axis2 .NETproblem

2006-06-06 Thread Jim Collins
xml"; content-transfer-encoding: binary content-id: 0.urn:uuid:[EMAIL PROTECTED] ?xml version='1.0' encoding='UTF-8'?soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"soapenv:Header /soapenv:Bodyns:response xmlns:ns="urn://nomura.uk.com/dctmService&q

Re: Axis2 .NETproblem

2006-06-06 Thread Jim Collins
the SvcConfigEditor to turn on client-side diagnostics. This may help see what's going on under the hood. regards, bob From: Jim Collins [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 06, 2006 1:00 AMTo: axis-user@ws.apache.orgSubject: Re: Axis2 .NETproblem

Axis2 .NETproblem

2006-06-05 Thread Jim Collins
Hi all, I have a simple web service for uploading and downloading files that is MTOM enabled. I have used it with no problems from a Java client but there are problems with a .NET client. I have the TCP monitor and the .NET client calls a connection operation that returns a simple string.

Re: Axis2 .NETproblem

2006-06-05 Thread Jim Collins
To: axis-user@ws.apache.org Sent: Tuesday, June 06, 2006 3:15 AM Subject: Re: Axis2 .NETproblem Can you post the message snaphots from TCPMON and the exact stack trace .net gave... Thanks, ~Thilina On 6/6/06, Jim Collins [EMAIL PROTECTED] wrote: Hi all

Fw: MTOM Example

2006-05-30 Thread Jim Collins
Hi, Can anyone else help with this? Thanks Jim - Original Message - From: Jim Collins To: [EMAIL PROTECTED] Sent: Monday, May 29, 2006 7:53 PM Subject: MTOM Example Hi Anne, I have been trying to use MTOM with generated code but I am having no luck. I can send adocument using

MTOM Problem With generated code

2006-05-27 Thread Jim Collins
Hi, I used WSDL2Java to generate server and client code and deployed the server. I have sent an attachment to the server using the AXIS2 APIs but when I try and send one using the generated Stub I get a Data Binding error. I looked at what was being sent using TCP monitior and with the AXIS2

SWA Interoperability problem

2006-05-21 Thread Jim Collins
Hi All, I am hoping someone can help me with a problem that is driving me mad. I wrote a simple Webservice for uploading and retrieving files from a content management system. This worked fine with Java clients but when .NET users tried to use it they had problems generating a proxy from

Re: Is AXIS compliant with WSDL 2.0

2006-05-02 Thread Jim Collins
). On 5/1/06, Jim Collins [EMAIL PROTECTED] wrote: Hi all,Does anyone know if AXIS is compliant with WSDL 2.0. I tried using the WSDL to Java Ant task on a WSDL 2.0 file and got exceptions. It did not recognisethe description tag.RegardsJim

Is AXIS compliant with WSDL 2.0

2006-05-01 Thread Jim Collins
Hi all, Does anyone know if AXIS is compliant with WSDL 2.0. I tried using the WSDL to Java Ant task on a WSDL 2.0 file and got exceptions. It did not recognise the description tag. Regards Jim