[jira] Commented: (AXIS2-2274) Axis 2 as a client, access https:// doesn't work

2007-03-02 Thread jeff ling (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477376 ] jeff ling commented on AXIS2-2274: -- So you are working on httpclient, not Axis2? Then I guess this should be

[jira] Commented: (AXIS2-2274) Axis 2 as a client, access https:// doesn't work

2007-03-02 Thread jeff ling (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477353 ] jeff ling commented on AXIS2-2274: -- Hi Oleg, Let me try to clarify it: 1. Https: In AbstractHttpSender

[jira] Created: (AXIS2-2274) Axis 2 as a client, access https:// doesn't work

2007-02-28 Thread jeff ling (JIRA)
nents: transports Affects Versions: 1.1 Reporter: jeff ling Priority: Critical When the server is IIS, https doesn't work. https itself is supported through Httpclient. The credential is put in to "state" as: agent.getSt

[jira] Created: (AXIS2-1082) digest authentication is not working

2006-08-25 Thread jeff ling (JIRA)
Environment: Windows XP, using Axis 2 nightly build Reporter: jeff ling Digest Auth should work, httpclient supports it. It's a matter of how to use httpclient from axis2. Another problem is, currently client has to specify whether to use basic, ntlm, but that's not right

[jira] Created: (AXIS2-1081) Basic Authentication should not be tried before NTLM authentication

2006-08-25 Thread jeff ling (JIRA)
) Issue Type: Bug Components: transports Environment: Windows XP (client), Windows 2003 server. Axis 2 as the client using httpclient 3.0.1. Reporter: jeff ling I turned on httpclient wire as well as debug message log. And I configured Axis 2 to use NTLM authentication

[jira] Created: (AXIS2-1040) Basic Authentication lock up

2006-08-16 Thread jeff ling (JIRA)
with Sharepoint Portal Server, configured to use IIS basic authentication. Reporter: jeff ling First, I can use browser (Firefox) connect and login to the site, so authentication on the server side doesn't have issue. But when I use Axis to do the same, I got into an infinite

Re: nightly build (8/9) wsdl2java exception

2006-08-09 Thread Jeff Ling
Sorry, my mistake.However, I got a different error when running against SP the same wsdl file that I attached.??: Type {http://microsoft.com/webservices/SharePointPortalServer/UserProfileSer vice}Value missing!

nightly build (8/9) wsdl2java exception

2006-08-09 Thread Jeff Ling
I ran the following script, and got he exception. Any ideas?Wsdl2java.bat -uri c:\projects\gsc\src\wsdl\UserProfileService.wsdl -o c:\projects\gsc\src\gen -s -p sharepointportalserverException in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.RuntimeException: java.

[jira] Created: (AXIS2-997) WSDL2Java : org.apache.axis2.schema.SchemaCompilationException: Type Missing!

2006-08-09 Thread jeff ling (JIRA)
(Axis2) Issue Type: Bug Components: wsdl Affects Versions: 1.0 Environment: Eclipse Reporter: jeff ling Attachments: UserProfileService.wsdl I am using Sharepoint 2007 Web Services WSDL (see attachment). the Databinding = adb doesn't work

[jira] Created: (AXIS2-994) web service stub generator populateAxisService() and populateFaults() should not be called from constructor

2006-08-09 Thread jeff ling (JIRA)
/jira/browse/AXIS2-994 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Components: Tools Affects Versions: 1.0 Reporter: jeff ling These two methods initialize static variables. in a multi-threaded environment, one thread is using the variables

SSL & authentication at the same time?

2006-08-09 Thread Jeff Ling
Hi guys,When I tried to access an IIS site which has SSL enabled, neither basic or ntlm works. When I request Basic in IIS:[EMAIL PROTECTED]:48:08 DEBUG [main] (AuthChallengeProcessor.java:110) - Challenge for digest authentication scheme not available [EMAIL PROTECTED]:48:08  INFO [main] (AuthChal

Re: [Axis2] temp fix for NTML authentication & axiom serialization error

2006-06-09 Thread Jeff Ling
the om tree). This is >     good news just replacing one for the other. We'll take this account> and may be add a flag for this behavior.>> Thanks,> dims>> On 6/8/06, Jeff Ling < [EMAIL PROTECTED]> [EMAIL PROTECTED]>> wrote:> > Hi Paul,&

Re: [Axis2] temp fix for NTML authentication & axiom serialization error

2006-06-08 Thread Jeff Ling
izeAndConsume by designdoes not cache the information (does not build the om tree). This isgood news just replacing one for the other. We'll take this account and may be add a flag for this behavior.Thanks,dimsOn 6/8/06, Jeff Ling <[EMAIL PROTECTED]> wrote:> Hi

Re: [Axis2] temp fix for NTML authentication & axiom serialization error

2006-06-08 Thread Jeff Ling
Hi Paul,I assume you meant the     element.serializeAndConsume(bytesOut, format);in     public byte[] writeBytes() right? No, that didn't work. However, following your lead, I changed the same function in     private void handleOMOutput(OutputStream out, boolean doingMTOM)

Re: More information on OMStAXWrapper::builder.getParser() exception

2006-06-07 Thread Jeff Ling
to debug (not having the same infra), but thestack trace and details will help a lot.PaulOn 6/7/06, Jeff Ling < [EMAIL PROTECTED]> wrote:> Hi guys,>> I am still having problem with the latest build.>> Here is the scenario: I am trying to talk to Windows Sharepoint Web Services >

More information on OMStAXWrapper::builder.getParser() exception

2006-06-07 Thread Jeff Ling
Hi guys,I am still having problem with the latest build. Here is the scenario: I am trying to talk to Windows Sharepoint Web Services through NTLM. In the NTLM authentication, I believe there are several round-trips between the client/server. The error happens in the second trip to the server and h

Re: [Axis2] temp fix for NTML authentication & axiom serialization error

2006-06-07 Thread Jeff Ling
Hi Ajith,I still got the same error with the nightly build. Did you ever find what the problem was?Thanks,JeffERROR [main] (WSS.java:65) - problem accessing the parser. Parser already accessed!; nested exception is:     javax.xml.stream.XMLStreamException: problem accessing the parser. Parser alre

Re: patch for org.apache.axiom.om.impl.serialize.StreamingOMSerializer

2006-06-05 Thread Jeff Ling
Hi Eran,Did you look at the file? Do you think it's a problem? If so, when can it be patched?Thanks,JeffOn 6/4/06, Jeff Ling < [EMAIL PROTECTED]> wrote:Hi Eran, Here is the file again. Thanks,JeffOn 6/3/06, Eran Chinthaka <[EMAIL PROTECTED] > wrote:Hi Jeff,Thanks for reporting

patch for org.apache.axiom.om.impl.serialize.StreamingOMSerializer

2006-06-02 Thread Jeff Ling
Hi guys,I got NullpointerException with the request content: http://schemas.xmlsoap.org/soap/envelope/ "> http://schemas.microsoft.com/sharepoint/soap/">http://schemas.microsoft.com/sharepoint/soap/ ">{F8AC172B-2763-4898-B322-935BECA90900} I traced down to StreamingOMSerializer::serializeAttribute

Re: [Axis2] temp fix for NTML authentication & axiom serialization error

2006-06-02 Thread Jeff Ling
Ajith,I tried it. The NTLM seems to be working. However, OM part is still not. Has it been fixed in last night's build?My "fix" of the OMElement doesn't work for some other situations. It throw NULLPointer exception while processing some other returns. Shall I file another bug? Thanks,JeffOn 6/2/06

Re: [Axis2] temp fix for NTML authentication & axiom serialization error

2006-06-02 Thread Jeff Ling
Hi Ajith and Paul,Yes, it sounds right: Parser was accessed when not supposed to be, so a calling sequence might be the reason.Thanks for taking care of this so promptly. Let me know if there is anything else I can help with. (Such as a particular build I can test?) JeffOn 6/2/06, Ajith Ranabahu <[

[jira] Created: (AXIS2-791) NTLM client authentication

2006-06-01 Thread jeff ling (JIRA)
NTLM client authentication --- Key: AXIS2-791 URL: http://issues.apache.org/jira/browse/AXIS2-791 Project: Apache Axis 2.0 (Axis2) Type: Bug Components: client-api Environment: Windows XP Reporter: jeff ling Priority: Blocker

Re: NTML support in Axis2

2006-06-01 Thread Jeff Ling
.apache.org/jira/thanks,dimsOn 6/1/06, Jeff Ling <[EMAIL PROTECTED] > wrote:> Hello,>> I posted the message the message to user's mailing list, but haven't got any> response yet. It's kind of urgent for me, so sorry for the spam.>>> I downloaded the nightly buil

NTML support in Axis2

2006-06-01 Thread Jeff Ling
Hello,I posted the message the message to user's mailing list, but haven't got any response yet. It's kind of urgent for me, so sorry for the spam.I downloaded the nightly build with the basic auth patch. Now that's working. However, I am wondering whether NTLM is supported by Axis2? I know HttpCli