[MOBY-dev] SOAPException while calling a service

Paul Gordon gordonp at ucalgary.ca
Tue Jul 17 16:09:25 UTC 2007


Hi Andreas,

The error seems to be in Axis parsing the XML message returned by the 
service. 
How is this service being provided?
> hi,
>
> I try to call the SUBA_AGI2Publications webservice, which works fine via the 
> dashboard, with the basic Java client
>
> MobyRequest request = new MobyRequest( central );
> request.setService( service );
> request.setInput( new MobyDataObject( "AGI_LocusCode", "At1g01040" ) );
> MobyContentInstance contents = request.invokeService();
> // ....
>
> in the last line i get an exception:
>
> Exception in thread "main" org.biomoby.shared.SOAPException: While invoking 
> SOAP Call: Call to a member function attributes() on a non-object
> 	at org.biomoby.client.MobyRequest.performSOAPRequest(MobyRequest.java:532)
>
> what exactly does it mean and what do I do wrong ?
>
> Thanks
> Andreas
>
>   




More information about the MOBY-dev mailing list