Google Mail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Where shall I put my XSDs on a SCA service?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Follow-up To:
Add Cc | Add Follow-up to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers that you hear
 
Bruno Reis  
View profile   Translate to Translated (View Original)
 More options 19 Nov 2008, 14:18
From: "Bruno Reis" <bruno.p.r...@gmail.com>
Date: Wed, 19 Nov 2008 12:18:17 -0200
Local: Wed 19 Nov 2008 14:18
Subject: Where shall I put my XSDs on a SCA service?

Hi there, I followed the IBM tutotial on:

http://www.ibm.com/developerworks/web/library/ws-soa-scasdo/index.html

I downloaded the sources and it run ok, but on my wsdl I do not get the
param and return types as shown on the tutorial.

on the tutorial:

<binding name="WeatherServiceBinding"
           type="tns2:WeatherServicePortType">
    <operation name="getTemperature">
      <input>
        *<tns3:body xsi:type="tns3:tBody" use="literal"/>*
      </input>
      <output>
        *<tns3:body xsi:type="tns3:tBody" use="literal"/>*
      </output>
      <tns3:operation xsi:type="tns3:tOperation" soapAction=""/>
    </operation>
    <tns3:binding xsi:type="tns3:tBinding"
                  transport="http://schemas.xmlsoap.org/soap/http"
                  style="document"/>
  </binding>

I get:

<wsdl:binding name="WeatherServiceBinding"
type="tns2:WeatherServicePortType">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http"
style="document"/>

<wsdl:operation name="getTemperature">
<soap:operation soapAction=""/>

*<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>

<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>*
</wsdl:operation>
</wsdl:binding>

What is wrong with this?
Shall I define another namespace or put the xsd on another place?

Thanks,
Bruno


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Graham Charters  
View profile   Translate to Translated (View Original)
 More options 19 Nov 2008, 15:08
From: Graham Charters <gchart...@googlemail.com>
Date: Wed, 19 Nov 2008 07:08:09 -0800 (PST)
Local: Wed 19 Nov 2008 15:08
Subject: Re: Where shall I put my XSDs on a SCA service?
Hi Bruno, so far as I can tell, the types are soap types, not the
types on your service portType (interface).  We have gone through many
iterations of WSDL generation (sometimes with xsi:type, sometimes
without :-S ) to try to get interop sorted out.  What you show many
not actually be wrong.  Does the service actually fail?  If so, can
you include the entire WSDL and a description of the failure?

Regards, Graham.

On 19 Nov, 14:18, "Bruno Reis" <bruno.p.r...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bruno Reis  
View profile   Translate to Translated (View Original)
 More options 19 Nov 2008, 17:00
From: "Bruno Reis" <bruno.p.r...@gmail.com>
Date: Wed, 19 Nov 2008 15:00:39 -0200
Local: Wed 19 Nov 2008 17:00
Subject: Re: [phpsoa] Re: Where shall I put my XSDs on a SCA service?

Thanks Graham,

the service works just fine, then I guess its just a diferent version of the
tutorial's wsdl example. I will study some more wsdl and sdo to undrstand it
better.

Bruno

2008/11/19 Graham Charters <gchart...@googlemail.com>


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google