Re: Getting Processing Failure While accessing python webservice

2006-03-09 Thread Anne Thomas Manes
Yes. When using document style, the part elements must reference elements rather than types, and each message may have at most one body part. An alternative way to fix the WSDL is to define elements in the section and reference those elements from the parts. AnneOn 3/8/06, Dies Koper <[EMAIL PROTE

Re: Getting Processing Failure While accessing python webservice

2006-03-08 Thread Dies Koper
Hello Anne, Why must it be "rpc"? Because the part element uses the type attribute instead of element? In that case, it could also be fixed by adding a types section with a xsd:string-type element and replacing the part's type attribute with an element attribute that refers to the new element

Re: Getting Processing Failure While accessing python webservice

2006-03-08 Thread Anne Thomas Manes
You need to change your binding to this:                    transport=" http://schemas.xmlsoap.org/soap/http"/>        Validates a sbml model                  soapAction="capeconnect:sbml:sbmlPortType#validate"/>            namespace=" ht

RE: Getting Processing Failure While accessing python webservice

2006-03-08 Thread Kashif Saleem
@ws.apache.org Subject: Re: Getting Processing Failure While accessing python webservice I don't know if this is the cause of your problem, but your WSDL has an error. The style must be "rpc". Anne On 3/8/06, Kashif Saleem <[EMAIL PROTECTED]> wrote: > > > Hi all, >

Re: Getting Processing Failure While accessing python webservice

2006-03-08 Thread Anne Thomas Manes
I don't know if this is the cause of your problem, but your WSDL has an error.  The style must be "rpc".AnneOn 3/8/06, Kashif Saleem < [EMAIL PROTECTED]> wrote: Hi all,   I have  bit of a problem in accessing python webservice :I created  the stubs successfully  by  executing the following stat

Getting Processing Failure While accessing python webservice

2006-03-08 Thread Kashif Saleem
Hi all, I have bit of a problem in accessing python webservice : I created the stubs successfully by executing the following statement: java -classpath $CLASSPATH org.apache.axis.wsdl.WSDL2Java http://www.basis.ncl.ac.uk/sbml.wsdl Then I compiled all the stubs successfully by executi