Re: [Montag-users] how to access montag services from a java client
Status: Beta
Brought to you by:
sbtourist
|
From: DL <dl....@nt...> - 2006-01-15 13:07:24
|
On 14 Jan 2006 at 3:45, Mart=EDnez wrote: > I am new to webservices and montag, and despite my efforts > reading soap and wsdl tutorials, I am not able to interact > successfully with Montag :( > I coded up a simple java client program to access one of > the montag methods (e.g., createCollection), but I keep > getting this error: > > Error encountered: > montag.core.MontagSOAPFault I can't help with reviewing your java client (I prefer to use PHP as the client) .. but when first trying to understand how to interact with montag and webservices in general, I found the evaluation version of SOAPscope at http://www.mindreef.com to be useful (you get about three weeks free evaluation). Another useful tool to add is Microsoft Fiddler http://www.fiddlertool.com/fiddler/ This is an HTTP proxy tool which allows the data flow between browser and webservices to be inspected. It can run on IE and Firefox 1.5 (proxy port= 8888). DL |