Annotations example in Presto

jzimmer
User offline. Last seen 1 year 17 weeks ago. Offline
Joined: 05/22/2009
Points: 20

I am trying to use a SOAP request to get data back from the Annotation mashup in Presto.  I have used both soapUI and Rest firefox plugin and I get the same error.  I have included stack trace documents as attachments.  I have included the wsdl generated by Presto, the SOAP Request, and the error message generated.  Let me know if anything else would be helpful.  

Thank you.

<!--StartFragment--> <!--EndFragment-->

0
Your rating: None
Deepak Alur
Deepak Alur's picture
User offline. Last seen 1 week 3 days ago. Offline
Joined: 09/09/2008
Points: 565

 Thanks for the information, we are looking into it. 

Mash On!
- deepak alur | vp product + engineering at jackbe  | follow me

ivan_mejia
ivan_mejia's picture
User offline. Last seen 23 weeks 2 days ago. Offline
Joined: 09/22/2008
Points: 0

 Hi I am looking at this problem but currently I cannot reproducing it, can you attach your mashup's source code?

Thanks!

Mike Bennett
User offline. Last seen 3 weeks 4 days ago. Offline
Joined: 12/09/2009
Points: 53

 The WSDL attached does not have a server name set:

 

 <wsdl:service name="Annotation">
    <wsdl:port binding="tns:AnnotationSoap12" name="AnnotationSoap12">
      <soap12:address location="http://:8080/presto/edge/api/mashsoap/Annotation"/>
    </wsdl:port>
    <wsdl:port binding="tns:AnnotationSoap" name="AnnotationSoap">
      <soap:address location="http://:8080/presto/edge/api/mashsoap/Annotation"/>
    </wsdl:port>
  </wsdl:service>

Make sure you have set the server and port appropriately in your Manage -> Config page.

 

jzimmer
User offline. Last seen 1 year 17 weeks ago. Offline
Joined: 05/22/2009
Points: 20

 Thank you for the help on my oversight.