[MOBY-dev] SOAPException while calling a service

Paul Gordon gordonp at ucalgary.ca
Thu Jul 19 12:58:52 UTC 2007


Hi Andreas,

What I mean it, is it a MoSeS service?  A MobyServlet?  A straight Perl 
MOBY Service?
The error is happening when Axis parses the response message from the 
service.  This is strange
that it works in Dashboard, since it uses Axis too I thought (though 
maybe it uses a different version??)
> 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
>>
>>     
>
>
> _______________________________________________
> MOBY-dev mailing list
> MOBY-dev at lists.open-bio.org
> http://lists.open-bio.org/mailman/listinfo/moby-dev
>
> !DSPAM:60005,469f15368021626625063!
>
>
>
>   




More information about the MOBY-dev mailing list