Hi ,
I'm using Xfire Dynamic client to access Ms Sharepoint web services..
I get this following error with the below code.
org.codehaus.xfire.fault.XFireFault: Exception of type
Microsoft.SharePoint.SoapServer.SoapServerException was thrown.
I request you all to please provide me with some piece of code to access the
'getList' service.
Below is the piece of code I used
-----------my code----------------
Client client = new Client(new
URL("http://my.sharepoint.service/_vti_bin/Lists.asmx?WSDL"));
client.setProperty(Channel.USERNAME, "user");
client.setProperty(Channel.PASSWORD, "pwd");
Object[] results = client.invoke("GetList", new Object[]
{"Docs"});
Thanks in Advance
--
View this message in context:
http://www.nabble.com/Xfire-dyn-client-MS-Sharepoint-server-tf4756532.html#a13602028
Sent from the XFire - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email