Re: Sharepoint Web services

2007-11-05 Thread Paul Fremantle
When Axis2 creates a stub, it hard codes the URL that is in the WSDL into the stub as the default, but you can modify this at runtime. It seems like the URL contained in the WSDL for the server is not valid so the hard-coded service URL won't work. So you need to pass the real service URL to

RE: Sharepoint Web services

2007-11-05 Thread Das, Amar
(WebsStub .java:1337) at ftg.ops.eas.ps.TestShare.main(TestShare.java:44) _ From: Paul Fremantle [mailto:[EMAIL PROTECTED] Sent: Monday, November 05, 2007 10:37 AM To: axis-user@ws.apache.org Subject: Re: Sharepoint Web services When

Re: Sharepoint Web services

2007-11-05 Thread Paul Fremantle
*) -- *From:* Paul Fremantle [mailto:[EMAIL PROTECTED] *Sent:* Monday, November 05, 2007 10:37 AM *To:* axis-user@ws.apache.org *Subject:* Re: Sharepoint Web services When Axis2 creates a stub, it hard codes the URL that is in the WSDL into the stub as the default, but you can modify

RE: Sharepoint Web services

2007-11-05 Thread Das, Amar
, November 05, 2007 11:07 AM To: axis-user@ws.apache.org Subject: Re: Sharepoint Web services This looks like you are now getting an error from the server. I assume that the server is expecting a username/password to be set. Paul

Re: Sharepoint Web services

2007-11-05 Thread Paul Fremantle
serviceClient = stub._getServiceClient(); serviceClient.setOptions(options); -- *From:* Paul Fremantle [mailto:[EMAIL PROTECTED] *Sent:* Monday, November 05, 2007 11:07 AM *To:* axis-user@ws.apache.org *Subject:* Re: Sharepoint Web services This looks like you

RE: Sharepoint Web services

2007-11-05 Thread Das, Amar
); _ From: Paul Fremantle [mailto:[EMAIL PROTECTED] Sent: Monday, November 05, 2007 11:07 AM To: axis-user@ws.apache.org Subject: Re: Sharepoint Web services

RE: Sharepoint Web services

2007-11-05 Thread Das, Amar
Could not quite follow the question. OperationClient is part of the axis2 library. _ From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Monday, November 05, 2007 11:43 AM To: axis-user@ws.apache.org Subject: RE: Sharepoint Web services

Re: Sharepoint Web services

2007-11-05 Thread Martin Gainty
/library/aa494918.aspx Martin-- - Original Message - From: Das, Amar To: axis-user@ws.apache.org Sent: Monday, November 05, 2007 11:58 AM Subject: RE: Sharepoint Web services Could not quite follow the question. OperationClient is part of the axis2 library