You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ode.apache.org by nileshlr <ni...@rediff.com> on 2007/09/09 11:47:42 UTC

Invoking InstanceManagemen() in PMAPI gives me error

Hi,

I wanted to use InstanceManagement API from PMAPI.But it is giving me
following error.
Can anybody help me finding out whats wrong??


14:15:57,843 ERROR [Call] Exception:
org.xml.sax.SAXException: Invalid element in
org.apache.www.ode.pmapi.types._2006._08._02.TInstanceInfo - dt-failure
	at
org.apache.axis.encoding.ser.BeanDeserializer.onStartChild(BeanDeserializer.java:258)
	at
org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:1035)
	at
org.apache.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java:165)
	at
org.apache.axis.message.MessageElement.publishToHandler(MessageElement.java:1141)
	at org.apache.axis.message.RPCElement.deserialize(RPCElement.java:236)
	at org.apache.axis.message.RPCElement.getParams(RPCElement.java:384)
	at org.apache.axis.client.Call.invoke(Call.java:2467)
	at org.apache.axis.client.Call.invoke(Call.java:2366)
	at org.apache.axis.client.Call.invoke(Call.java:1812)
	at
org.apache.www.ode.pmapi.InstanceManagementBindingStub.listAllInstances(InstanceManagementBindingStub.java:732)
	at com.matrixone.apps.epm.client.OurClient.main(OurClient.java:102)

-- 
View this message in context: http://www.nabble.com/Invoking-InstanceManagemen%28%29-in-PMAPI-gives-me-error-tf4408635.html#a12577361
Sent from the Apache Ode User mailing list archive at Nabble.com.


Re: Invoking InstanceManagemen() in PMAPI gives me error

Posted by nileshlr <ni...@rediff.com>.
Hi Alex,

It works for me.Thanks for your help.

From
Nilesh



nileshlr wrote:
> 
> Hi Alex,
> 
> Thanks for your help.I tried as per your instruction but still I am
> getting same error.
> Can you give me the correct path from where I suppose to download latest
> version...
> 
> thanks 
> Nilesh
> 
> Alex Boisvert wrote:
>> 
>> I fixed a bug related to the output/response schema of the PMAPI on
>> Friday.
>> If you can, update Ode from the 1.1 branch and try again.
>> 
>> thanks,
>> alex
>> 
>> 
>> On 9/9/07, nileshlr <ni...@rediff.com> wrote:
>>>
>>>
>>> Hi,
>>>
>>> I wanted to use InstanceManagement API from PMAPI.But it is giving me
>>> following error.
>>> Can anybody help me finding out whats wrong??
>>>
>>>
>>> 14:15:57,843 ERROR [Call] Exception:
>>> org.xml.sax.SAXException: Invalid element in
>>> org.apache.www.ode.pmapi.types._2006._08._02.TInstanceInfo - dt-failure
>>>         at
>>> org.apache.axis.encoding.ser.BeanDeserializer.onStartChild(
>>> BeanDeserializer.java:258)
>>>         at
>>> org.apache.axis.encoding.DeserializationContext.startElement(
>>> DeserializationContext.java:1035)
>>>         at
>>> org.apache.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java
>>> :165)
>>>         at
>>> org.apache.axis.message.MessageElement.publishToHandler(
>>> MessageElement.java:1141)
>>>         at
>>> org.apache.axis.message.RPCElement.deserialize(RPCElement.java
>>> :236)
>>>         at org.apache.axis.message.RPCElement.getParams(RPCElement.java
>>> :384)
>>>         at org.apache.axis.client.Call.invoke(Call.java:2467)
>>>         at org.apache.axis.client.Call.invoke(Call.java:2366)
>>>         at org.apache.axis.client.Call.invoke(Call.java:1812)
>>>         at
>>> org.apache.www.ode.pmapi.InstanceManagementBindingStub.listAllInstances(
>>> InstanceManagementBindingStub.java:732)
>>>         at com.matrixone.apps.epm.client.OurClient.main(OurClient.java
>>> :102)
>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/Invoking-InstanceManagemen%28%29-in-PMAPI-gives-me-error-tf4408635.html#a12577361
>>> Sent from the Apache Ode User mailing list archive at Nabble.com.
>>>
>>>
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Invoking-InstanceManagemen%28%29-in-PMAPI-gives-me-error-tf4408635.html#a12652050
Sent from the Apache Ode User mailing list archive at Nabble.com.


Re: Invoking InstanceManagemen() in PMAPI gives me error

Posted by Alex Boisvert <bo...@intalio.com>.
Oooops.  My bad.  Forgot to set the appropriate permissions on the file.
Fixed now.

alex


On 9/10/07, Anup Chandran <an...@3ds.com> wrote:
>
>
> Hi Alex,
>
> Saw this thread which is related to my issue. Although i still have some
> issues with latest code which i downloaded using subversion and rebuilt
> it.....
>
> i was curious to try this link... but i guess this link is not available
> to
> public. It throws 403 Forbidden error.
>
> Anup
>
>
>
> Alex Boisvert wrote:
> >
> > Try this one:
> >
> http://www.intalio.org/public/maven2/org/apache/ode/distro-axis2/1.1-SNAPSHOT/apache-ode-war-1.1-SNAPSHOT-2007-09-10.zip
> >
> > On 9/10/07, nileshlr <ni...@rediff.com> wrote:
> >>
> >>
> >> Hi Alex,
> >>
> >> Thanks for your help.I tried as per your instruction but still I am
> >> getting
> >> same error.
> >> Can you give me the correct path from where I suppose to download
> latest
> >> version...
> >>
> >> thanks
> >> Nilesh
> >>
> >> Alex Boisvert wrote:
> >> >
> >> > I fixed a bug related to the output/response schema of the PMAPI on
> >> > Friday.
> >> > If you can, update Ode from the 1.1 branch and try again.
> >> >
> >> > thanks,
> >> > alex
> >> >
> >> >
> >> > On 9/9/07, nileshlr <ni...@rediff.com> wrote:
> >> >>
> >> >>
> >> >> Hi,
> >> >>
> >> >> I wanted to use InstanceManagement API from PMAPI.But it is giving
> me
> >> >> following error.
> >> >> Can anybody help me finding out whats wrong??
> >> >>
> >> >>
> >> >> 14:15:57,843 ERROR [Call] Exception:
> >> >> org.xml.sax.SAXException: Invalid element in
> >> >> org.apache.www.ode.pmapi.types._2006._08._02.TInstanceInfo -
> >> dt-failure
> >> >>         at
> >> >> org.apache.axis.encoding.ser.BeanDeserializer.onStartChild(
> >> >> BeanDeserializer.java:258)
> >> >>         at
> >> >> org.apache.axis.encoding.DeserializationContext.startElement(
> >> >> DeserializationContext.java:1035)
> >> >>         at
> >> >>
> >> org.apache.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java
> >> >> :165)
> >> >>         at
> >> >> org.apache.axis.message.MessageElement.publishToHandler(
> >> >> MessageElement.java:1141)
> >> >>         at org.apache.axis.message.RPCElement.deserialize(
> >> RPCElement.java
> >> >> :236)
> >> >>         at
> >> org.apache.axis.message.RPCElement.getParams(RPCElement.java
> >> >> :384)
> >> >>         at org.apache.axis.client.Call.invoke(Call.java:2467)
> >> >>         at org.apache.axis.client.Call.invoke(Call.java:2366)
> >> >>         at org.apache.axis.client.Call.invoke(Call.java:1812)
> >> >>         at
> >> >>
> >> org.apache.www.ode.pmapi.InstanceManagementBindingStub.listAllInstances
> >> (
> >> >> InstanceManagementBindingStub.java:732)
> >> >>         at com.matrixone.apps.epm.client.OurClient.main(
> OurClient.java
> >> >> :102)
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Invoking-InstanceManagemen%28%29-in-PMAPI-gives-me-error-tf4408635.html#a12594381
> Sent from the Apache Ode User mailing list archive at Nabble.com.
>
>

Re: Invoking InstanceManagemen() in PMAPI gives me error

Posted by Anup Chandran <an...@3ds.com>.
Hi Alex,

Saw this thread which is related to my issue. Although i still have some
issues with latest code which i downloaded using subversion and rebuilt
it.....

i was curious to try this link... but i guess this link is not available to
public. It throws 403 Forbidden error.

Anup



Alex Boisvert wrote:
> 
> Try this one:
> http://www.intalio.org/public/maven2/org/apache/ode/distro-axis2/1.1-SNAPSHOT/apache-ode-war-1.1-SNAPSHOT-2007-09-10.zip
> 
> On 9/10/07, nileshlr <ni...@rediff.com> wrote:
>>
>>
>> Hi Alex,
>>
>> Thanks for your help.I tried as per your instruction but still I am
>> getting
>> same error.
>> Can you give me the correct path from where I suppose to download latest
>> version...
>>
>> thanks
>> Nilesh
>>
>> Alex Boisvert wrote:
>> >
>> > I fixed a bug related to the output/response schema of the PMAPI on
>> > Friday.
>> > If you can, update Ode from the 1.1 branch and try again.
>> >
>> > thanks,
>> > alex
>> >
>> >
>> > On 9/9/07, nileshlr <ni...@rediff.com> wrote:
>> >>
>> >>
>> >> Hi,
>> >>
>> >> I wanted to use InstanceManagement API from PMAPI.But it is giving me
>> >> following error.
>> >> Can anybody help me finding out whats wrong??
>> >>
>> >>
>> >> 14:15:57,843 ERROR [Call] Exception:
>> >> org.xml.sax.SAXException: Invalid element in
>> >> org.apache.www.ode.pmapi.types._2006._08._02.TInstanceInfo -
>> dt-failure
>> >>         at
>> >> org.apache.axis.encoding.ser.BeanDeserializer.onStartChild(
>> >> BeanDeserializer.java:258)
>> >>         at
>> >> org.apache.axis.encoding.DeserializationContext.startElement(
>> >> DeserializationContext.java:1035)
>> >>         at
>> >>
>> org.apache.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java
>> >> :165)
>> >>         at
>> >> org.apache.axis.message.MessageElement.publishToHandler(
>> >> MessageElement.java:1141)
>> >>         at org.apache.axis.message.RPCElement.deserialize(
>> RPCElement.java
>> >> :236)
>> >>         at
>> org.apache.axis.message.RPCElement.getParams(RPCElement.java
>> >> :384)
>> >>         at org.apache.axis.client.Call.invoke(Call.java:2467)
>> >>         at org.apache.axis.client.Call.invoke(Call.java:2366)
>> >>         at org.apache.axis.client.Call.invoke(Call.java:1812)
>> >>         at
>> >>
>> org.apache.www.ode.pmapi.InstanceManagementBindingStub.listAllInstances
>> (
>> >> InstanceManagementBindingStub.java:732)
>> >>         at com.matrixone.apps.epm.client.OurClient.main(OurClient.java
>> >> :102)
>>
> 
> 

-- 
View this message in context: http://www.nabble.com/Invoking-InstanceManagemen%28%29-in-PMAPI-gives-me-error-tf4408635.html#a12594381
Sent from the Apache Ode User mailing list archive at Nabble.com.


Re: Invoking InstanceManagemen() in PMAPI gives me error

Posted by Matthieu Riou <ma...@offthelip.org>.
On 9/10/07, Anup Chandran <an...@3ds.com> wrote:
>
>
> This version worked for me...


Just FYI, you should avoid the trunk for a little while. We're doing some
bigger changes there and it's unstable. The stable branch in SVN is
the 1.1branch [1] and we'll probably have a
1.1.1 at some point to include the small bug fixes that we've made since 1.1
.

Matthieu

[1] http://svn.apache.org/repos/asf/ode/branches/APACHE_ODE_1.1/

Alex Boisvert wrote:
> >
> > Try this one:
> >
> http://www.intalio.org/public/maven2/org/apache/ode/distro-axis2/1.1-SNAPSHOT/apache-ode-war-1.1-SNAPSHOT-2007-09-10.zip
> >
> > On 9/10/07, nileshlr <ni...@rediff.com> wrote:
> >>
> >>
> >> Hi Alex,
> >>
> >> Thanks for your help.I tried as per your instruction but still I am
> >> getting
> >> same error.
> >> Can you give me the correct path from where I suppose to download
> latest
> >> version...
> >>
> >> thanks
> >> Nilesh
> >>
> >> Alex Boisvert wrote:
> >> >
> >> > I fixed a bug related to the output/response schema of the PMAPI on
> >> > Friday.
> >> > If you can, update Ode from the 1.1 branch and try again.
> >> >
> >> > thanks,
> >> > alex
> >> >
> >> >
> >> > On 9/9/07, nileshlr <ni...@rediff.com> wrote:
> >> >>
> >> >>
> >> >> Hi,
> >> >>
> >> >> I wanted to use InstanceManagement API from PMAPI.But it is giving
> me
> >> >> following error.
> >> >> Can anybody help me finding out whats wrong??
> >> >>
> >> >>
> >> >> 14:15:57,843 ERROR [Call] Exception:
> >> >> org.xml.sax.SAXException: Invalid element in
> >> >> org.apache.www.ode.pmapi.types._2006._08._02.TInstanceInfo -
> >> dt-failure
> >> >>         at
> >> >> org.apache.axis.encoding.ser.BeanDeserializer.onStartChild(
> >> >> BeanDeserializer.java:258)
> >> >>         at
> >> >> org.apache.axis.encoding.DeserializationContext.startElement(
> >> >> DeserializationContext.java:1035)
> >> >>         at
> >> >>
> >> org.apache.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java
> >> >> :165)
> >> >>         at
> >> >> org.apache.axis.message.MessageElement.publishToHandler(
> >> >> MessageElement.java:1141)
> >> >>         at org.apache.axis.message.RPCElement.deserialize(
> >> RPCElement.java
> >> >> :236)
> >> >>         at
> >> org.apache.axis.message.RPCElement.getParams(RPCElement.java
> >> >> :384)
> >> >>         at org.apache.axis.client.Call.invoke(Call.java:2467)
> >> >>         at org.apache.axis.client.Call.invoke(Call.java:2366)
> >> >>         at org.apache.axis.client.Call.invoke(Call.java:1812)
> >> >>         at
> >> >>
> >> org.apache.www.ode.pmapi.InstanceManagementBindingStub.listAllInstances
> >> (
> >> >> InstanceManagementBindingStub.java:732)
> >> >>         at com.matrixone.apps.epm.client.OurClient.main(
> OurClient.java
> >> >> :102)
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Invoking-InstanceManagemen%28%29-in-PMAPI-gives-me-error-tf4408635.html#a12597775
> Sent from the Apache Ode User mailing list archive at Nabble.com.
>
>

Re: Invoking InstanceManagemen() in PMAPI gives me error

Posted by Anup Chandran <an...@3ds.com>.
This version worked for me... 



Alex Boisvert wrote:
> 
> Try this one:
> http://www.intalio.org/public/maven2/org/apache/ode/distro-axis2/1.1-SNAPSHOT/apache-ode-war-1.1-SNAPSHOT-2007-09-10.zip
> 
> On 9/10/07, nileshlr <ni...@rediff.com> wrote:
>>
>>
>> Hi Alex,
>>
>> Thanks for your help.I tried as per your instruction but still I am
>> getting
>> same error.
>> Can you give me the correct path from where I suppose to download latest
>> version...
>>
>> thanks
>> Nilesh
>>
>> Alex Boisvert wrote:
>> >
>> > I fixed a bug related to the output/response schema of the PMAPI on
>> > Friday.
>> > If you can, update Ode from the 1.1 branch and try again.
>> >
>> > thanks,
>> > alex
>> >
>> >
>> > On 9/9/07, nileshlr <ni...@rediff.com> wrote:
>> >>
>> >>
>> >> Hi,
>> >>
>> >> I wanted to use InstanceManagement API from PMAPI.But it is giving me
>> >> following error.
>> >> Can anybody help me finding out whats wrong??
>> >>
>> >>
>> >> 14:15:57,843 ERROR [Call] Exception:
>> >> org.xml.sax.SAXException: Invalid element in
>> >> org.apache.www.ode.pmapi.types._2006._08._02.TInstanceInfo -
>> dt-failure
>> >>         at
>> >> org.apache.axis.encoding.ser.BeanDeserializer.onStartChild(
>> >> BeanDeserializer.java:258)
>> >>         at
>> >> org.apache.axis.encoding.DeserializationContext.startElement(
>> >> DeserializationContext.java:1035)
>> >>         at
>> >>
>> org.apache.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java
>> >> :165)
>> >>         at
>> >> org.apache.axis.message.MessageElement.publishToHandler(
>> >> MessageElement.java:1141)
>> >>         at org.apache.axis.message.RPCElement.deserialize(
>> RPCElement.java
>> >> :236)
>> >>         at
>> org.apache.axis.message.RPCElement.getParams(RPCElement.java
>> >> :384)
>> >>         at org.apache.axis.client.Call.invoke(Call.java:2467)
>> >>         at org.apache.axis.client.Call.invoke(Call.java:2366)
>> >>         at org.apache.axis.client.Call.invoke(Call.java:1812)
>> >>         at
>> >>
>> org.apache.www.ode.pmapi.InstanceManagementBindingStub.listAllInstances
>> (
>> >> InstanceManagementBindingStub.java:732)
>> >>         at com.matrixone.apps.epm.client.OurClient.main(OurClient.java
>> >> :102)
>>
> 
> 

-- 
View this message in context: http://www.nabble.com/Invoking-InstanceManagemen%28%29-in-PMAPI-gives-me-error-tf4408635.html#a12597775
Sent from the Apache Ode User mailing list archive at Nabble.com.


Re: Invoking InstanceManagemen() in PMAPI gives me error

Posted by Alex Boisvert <bo...@intalio.com>.
Try this one:
http://www.intalio.org/public/maven2/org/apache/ode/distro-axis2/1.1-SNAPSHOT/apache-ode-war-1.1-SNAPSHOT-2007-09-10.zip

On 9/10/07, nileshlr <ni...@rediff.com> wrote:
>
>
> Hi Alex,
>
> Thanks for your help.I tried as per your instruction but still I am
> getting
> same error.
> Can you give me the correct path from where I suppose to download latest
> version...
>
> thanks
> Nilesh
>
> Alex Boisvert wrote:
> >
> > I fixed a bug related to the output/response schema of the PMAPI on
> > Friday.
> > If you can, update Ode from the 1.1 branch and try again.
> >
> > thanks,
> > alex
> >
> >
> > On 9/9/07, nileshlr <ni...@rediff.com> wrote:
> >>
> >>
> >> Hi,
> >>
> >> I wanted to use InstanceManagement API from PMAPI.But it is giving me
> >> following error.
> >> Can anybody help me finding out whats wrong??
> >>
> >>
> >> 14:15:57,843 ERROR [Call] Exception:
> >> org.xml.sax.SAXException: Invalid element in
> >> org.apache.www.ode.pmapi.types._2006._08._02.TInstanceInfo - dt-failure
> >>         at
> >> org.apache.axis.encoding.ser.BeanDeserializer.onStartChild(
> >> BeanDeserializer.java:258)
> >>         at
> >> org.apache.axis.encoding.DeserializationContext.startElement(
> >> DeserializationContext.java:1035)
> >>         at
> >> org.apache.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java
> >> :165)
> >>         at
> >> org.apache.axis.message.MessageElement.publishToHandler(
> >> MessageElement.java:1141)
> >>         at org.apache.axis.message.RPCElement.deserialize(
> RPCElement.java
> >> :236)
> >>         at org.apache.axis.message.RPCElement.getParams(RPCElement.java
> >> :384)
> >>         at org.apache.axis.client.Call.invoke(Call.java:2467)
> >>         at org.apache.axis.client.Call.invoke(Call.java:2366)
> >>         at org.apache.axis.client.Call.invoke(Call.java:1812)
> >>         at
> >> org.apache.www.ode.pmapi.InstanceManagementBindingStub.listAllInstances
> (
> >> InstanceManagementBindingStub.java:732)
> >>         at com.matrixone.apps.epm.client.OurClient.main(OurClient.java
> >> :102)
>

Re: Invoking InstanceManagemen() in PMAPI gives me error

Posted by nileshlr <ni...@rediff.com>.
Hi Alex,

Thanks for your help.I tried as per your instruction but still I am getting
same error.
Can you give me the correct path from where I suppose to download latest
version...

thanks 
Nilesh

Alex Boisvert wrote:
> 
> I fixed a bug related to the output/response schema of the PMAPI on
> Friday.
> If you can, update Ode from the 1.1 branch and try again.
> 
> thanks,
> alex
> 
> 
> On 9/9/07, nileshlr <ni...@rediff.com> wrote:
>>
>>
>> Hi,
>>
>> I wanted to use InstanceManagement API from PMAPI.But it is giving me
>> following error.
>> Can anybody help me finding out whats wrong??
>>
>>
>> 14:15:57,843 ERROR [Call] Exception:
>> org.xml.sax.SAXException: Invalid element in
>> org.apache.www.ode.pmapi.types._2006._08._02.TInstanceInfo - dt-failure
>>         at
>> org.apache.axis.encoding.ser.BeanDeserializer.onStartChild(
>> BeanDeserializer.java:258)
>>         at
>> org.apache.axis.encoding.DeserializationContext.startElement(
>> DeserializationContext.java:1035)
>>         at
>> org.apache.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java
>> :165)
>>         at
>> org.apache.axis.message.MessageElement.publishToHandler(
>> MessageElement.java:1141)
>>         at org.apache.axis.message.RPCElement.deserialize(RPCElement.java
>> :236)
>>         at org.apache.axis.message.RPCElement.getParams(RPCElement.java
>> :384)
>>         at org.apache.axis.client.Call.invoke(Call.java:2467)
>>         at org.apache.axis.client.Call.invoke(Call.java:2366)
>>         at org.apache.axis.client.Call.invoke(Call.java:1812)
>>         at
>> org.apache.www.ode.pmapi.InstanceManagementBindingStub.listAllInstances(
>> InstanceManagementBindingStub.java:732)
>>         at com.matrixone.apps.epm.client.OurClient.main(OurClient.java
>> :102)
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Invoking-InstanceManagemen%28%29-in-PMAPI-gives-me-error-tf4408635.html#a12577361
>> Sent from the Apache Ode User mailing list archive at Nabble.com.
>>
>>
> 
> 

-- 
View this message in context: http://www.nabble.com/Invoking-InstanceManagemen%28%29-in-PMAPI-gives-me-error-tf4408635.html#a12591070
Sent from the Apache Ode User mailing list archive at Nabble.com.


Re: Invoking InstanceManagemen() in PMAPI gives me error

Posted by Alex Boisvert <bo...@intalio.com>.
I fixed a bug related to the output/response schema of the PMAPI on Friday.
If you can, update Ode from the 1.1 branch and try again.

thanks,
alex


On 9/9/07, nileshlr <ni...@rediff.com> wrote:
>
>
> Hi,
>
> I wanted to use InstanceManagement API from PMAPI.But it is giving me
> following error.
> Can anybody help me finding out whats wrong??
>
>
> 14:15:57,843 ERROR [Call] Exception:
> org.xml.sax.SAXException: Invalid element in
> org.apache.www.ode.pmapi.types._2006._08._02.TInstanceInfo - dt-failure
>         at
> org.apache.axis.encoding.ser.BeanDeserializer.onStartChild(
> BeanDeserializer.java:258)
>         at
> org.apache.axis.encoding.DeserializationContext.startElement(
> DeserializationContext.java:1035)
>         at
> org.apache.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java
> :165)
>         at
> org.apache.axis.message.MessageElement.publishToHandler(
> MessageElement.java:1141)
>         at org.apache.axis.message.RPCElement.deserialize(RPCElement.java
> :236)
>         at org.apache.axis.message.RPCElement.getParams(RPCElement.java
> :384)
>         at org.apache.axis.client.Call.invoke(Call.java:2467)
>         at org.apache.axis.client.Call.invoke(Call.java:2366)
>         at org.apache.axis.client.Call.invoke(Call.java:1812)
>         at
> org.apache.www.ode.pmapi.InstanceManagementBindingStub.listAllInstances(
> InstanceManagementBindingStub.java:732)
>         at com.matrixone.apps.epm.client.OurClient.main(OurClient.java
> :102)
>
> --
> View this message in context:
> http://www.nabble.com/Invoking-InstanceManagemen%28%29-in-PMAPI-gives-me-error-tf4408635.html#a12577361
> Sent from the Apache Ode User mailing list archive at Nabble.com.
>
>