[MOBY-dev] SOAPException while calling a service

groscurt at mpiz-koeln.mpg.de groscurt at mpiz-koeln.mpg.de
Thu Jul 19 07:07:09 UTC 2007


Hi Paul,

what exactly you mean with 'how is this service being provided' ?

As far as I know its a PHP Webservice normally registered at the
production central. As I mentioned, calling in dashboard it works,
strangely not in the basic Java client....

Thanks
Andreas


> 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
>>
>>
>
> _______________________________________________
> MOBY-dev mailing list
> MOBY-dev at lists.open-bio.org
> http://lists.open-bio.org/mailman/listinfo/moby-dev
>





More information about the MOBY-dev mailing list