[jboss-user] [JBossWS] - Re: trying to access a webservice - not working from either

rodgerca do-not-reply at jboss.com
Wed Jul 25 04:26:41 EDT 2007


- <definitions name="POAddressManagerBeanService" targetNamespace="http://session.address.cmmgroup.com/" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://session.address.cmmgroup.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  | - <types>
  | - <xs:schema targetNamespace="http://session.address.cmmgroup.com/" version="1.0" xmlns:tns="http://session.address.cmmgroup.com/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  |   <xs:element name="getAddressByPostCode" type="tns:getAddressByPostCode" /> 
  |   <xs:element name="getAddressByPostCodeResponse" type="tns:getAddressByPostCodeResponse" /> 
  |   <xs:element name="getAddressByText" type="tns:getAddressByText" /> 
  |   <xs:element name="getAddressByTextResponse" type="tns:getAddressByTextResponse" /> 
  | - <xs:complexType name="getAddressByPostCode">
  | - <xs:sequence>
  |   <xs:element minOccurs="0" name="arg0" type="xs:string" /> 
  |   </xs:sequence>
  |   </xs:complexType>
  | - <xs:complexType name="getAddressByPostCodeResponse">
  | - <xs:sequence>
  |   <xs:element maxOccurs="unbounded" minOccurs="0" name="return" type="tns:poAddress" /> 
  |   </xs:sequence>
  |   </xs:complexType>
  | - <xs:complexType name="poAddress">
  | - <xs:sequence>
  |   <xs:element minOccurs="0" name="county" type="xs:string" /> 
  |   <xs:element name="id" type="xs:long" /> 
  |   <xs:element minOccurs="0" name="locality1" type="xs:string" /> 
  |   <xs:element minOccurs="0" name="locality2" type="xs:string" /> 
  |   <xs:element minOccurs="0" name="postCode" type="xs:string" /> 
  |   <xs:element minOccurs="0" name="postTown" type="xs:string" /> 
  |   <xs:element minOccurs="0" name="post_Town" type="xs:string" /> 
  |   <xs:element minOccurs="0" name="thoroughFare1" type="xs:string" /> 
  |   <xs:element minOccurs="0" name="thoroughFare2" type="xs:string" /> 
  |   </xs:sequence>
  |   </xs:complexType>
  | - <xs:complexType name="getAddressByText">
  | - <xs:sequence>
  |   <xs:element minOccurs="0" name="arg0" type="xs:string" /> 
  |   </xs:sequence>
  |   </xs:complexType>
  | - <xs:complexType name="getAddressByTextResponse">
  | - <xs:sequence>
  |   <xs:element maxOccurs="unbounded" minOccurs="0" name="return" type="tns:poAddress" /> 
  |   </xs:sequence>
  |   </xs:complexType>
  |   </xs:schema>
  |   </types>
  | - <message name="POAddressManagerWS_getAddressByPostCode">
  |   <part element="tns:getAddressByPostCode" name="getAddressByPostCode" /> 
  |   </message>
  | - <message name="POAddressManagerWS_getAddressByText">
  |   <part element="tns:getAddressByText" name="getAddressByText" /> 
  |   </message>
  | - <message name="POAddressManagerWS_getAddressByPostCodeResponse">
  |   <part element="tns:getAddressByPostCodeResponse" name="getAddressByPostCodeResponse" /> 
  |   </message>
  | - <message name="POAddressManagerWS_getAddressByTextResponse">
  |   <part element="tns:getAddressByTextResponse" name="getAddressByTextResponse" /> 
  |   </message>
  | - <portType name="POAddressManagerWS">
  | - <operation name="getAddressByPostCode" parameterOrder="getAddressByPostCode">
  |   <input message="tns:POAddressManagerWS_getAddressByPostCode" /> 
  |   <output message="tns:POAddressManagerWS_getAddressByPostCodeResponse" /> 
  |   </operation>
  | - <operation name="getAddressByText" parameterOrder="getAddressByText">
  |   <input message="tns:POAddressManagerWS_getAddressByText" /> 
  |   <output message="tns:POAddressManagerWS_getAddressByTextResponse" /> 
  |   </operation>
  |   </portType>
  | - <binding name="POAddressManagerWSBinding" type="tns:POAddressManagerWS">
  |   <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" /> 
  | - <operation name="getAddressByPostCode">
  |   <soap:operation soapAction="" /> 
  | - <input>
  |   <soap:body use="literal" /> 
  |   </input>
  | - <output>
  |   <soap:body use="literal" /> 
  |   </output>
  |   </operation>
  | - <operation name="getAddressByText">
  |   <soap:operation soapAction="" /> 
  | - <input>
  |   <soap:body use="literal" /> 
  |   </input>
  | - <output>
  |   <soap:body use="literal" /> 
  |   </output>
  |   </operation>
  |   </binding>
  | - <service name="POAddressManagerBeanService">
  | - <port binding="tns:POAddressManagerWSBinding" name="POAddressManagerBeanPort">
  |   <soap:address location="http://127.0.0.1:8080/POAddressManagerBeanService/POAddressManagerBean" /> 
  |   </port>
  |   </service>
  |   </definitions>

Hope this is ok....

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067327#4067327

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067327



More information about the jboss-user mailing list