Re: [Axis] Problems with WSDL2Java creation process

2006-11-07 Thread Marco Schimmelpfennig
Deepal Jayasinghe wrote: > Can you please create JIRA attaching the wsdl. Hi again, I just found the reason. I had to set the timeout of the WSDL2Java process with the parameter --timeout to "-1" because of the length of the wsdl file. Thanks for looking at my problem, Marco -

[Axis] Problems with WSDL2Java creation process

2006-11-07 Thread Marco Schimmelpfennig
"; targetNamespace="http://schemas.microsoft.com/crm/2006/WebServices"; xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";> If you need more of the wsdl file to tell if there could be incompatibilities with Axis 1.4 please tell me. If there

Re: [Axis] Modified some things and I'm not sure if I broke Axis

2006-10-17 Thread Marco Schimmelpfennig
Marco Schimmelpfennig wrote: > [My Problem] Hi again, so please just tell me, are my question or problem to dumb, or couldn't you understand it? What can I do to make it easier to help? I just debugged a bit and noticed that something with the generated SOAP seems to be wrong, but I c

[Axis] Modified some things and I'm not sure if I broke Axis

2006-10-16 Thread Marco Schimmelpfennig
Hi there, at the moment I'm using Axis 1.4 trying to connect and consume a web service of a Microsoft CRM. WSDL2Java worked flawlessly and I only did some modifications to get the NTLM authentication for the Microsoft CRM to work. I edited the "clientconfig.wsdd" to use CommonsHTTPSender instead

[Axis] Question about continous NTLM Authentication

2006-10-16 Thread Marco Schimmelpfennig
Hi there, I'm not sure if I'm entirely right but it seems that I'm not able to get Axis1 to authenticate itself on each request through NTLM at a webservice I'm working on. Am I right about this? Isn't it possible to somehow give Axis1 the credentials so that CommonsHTTPSender uses them each time