A second chance for anyone with bad credit; 
If you have a low credit score, and some 
marks against you, it isn't going fix itself. 

DSI Credit Repair Service can legally repair 
your credit, and raise your credit score. 

Results are guaranteed. With over 30,000 
satisfied clients, proven results, and 7+ years
 of experience, they are one of the most powerful
 and affordable solutions online to date—period. 

Everything is taken care of for you. 

They do all the work, so you don't have to. 
Thousands have counted on their team to repair
their credit, and every one of their clients receives 
the personal attention they deserve.

With better credit, and a higher score you will 
qualify for better rates—on everything you purchase—
and you'll save more money.
It just makes sense. 

You owe it to yourself to find out more.

Visit their website ...You'll be glad you did.
http://www.restoremycredittoday.com



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Professional Recruiters" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://rb.lite.ws.daisy.marbes.cz";)
> public class Rb_stat {
> ...
> }
> @WebService(name="wsrbadresa",serviceName="wsrbadresa",targetNamespace="http://rb.ws.daisy.marbes.cz";)
> public class WSGetRBAdresa
>  1.
>  @WebMethod
>  public List<Rb_stat> getStatList(Rb_stat inputObject) {
>  ...
>  }
>  2.
>  @WebMethod
>  public List<Rb_stat> getStatList(@WebParam(name="inputObject") Rb_stat 
> inputObject) {
>  ...
>  }
>  3.
>  @WebMethod
>  public List<Rb_stat> getStatList(@WebParam(name = "inputObject", 
> targetNamespace = "http://rb.lite.ws.daisy.marbes.cz";)  @XmlParamType(name = 
> "DOlrb_stat") Rb_stat inputObject {
>  ...
>  }
> }
> First method working as expected. Parameter name is arg0 and parameter type 
> is based on annotations on class Rb_stat.
> <xsd:element minOccurs="0" name="arg0" nillable="true" type="ns0:DOlrb_stat" 
> />
> - <xsd:complexType name="DOlrb_stat">
> - <xsd:sequence>
>   <xsd:element minOccurs="0" name="id_stat" nillable="true" type="xsd:int" /> 
>   <xsd:element minOccurs="0" name="nazev_stat" nillable="true" 
> type="xsd:string" /> 
>   </xsd:sequence>
>   </xsd:complexType>
> With second method I want only change parameter name to "inputObject". But 
> strange things happend. WSDL schema is completly defferent.
> <xsd:element minOccurs="0" name="inputObject" nillable="true" 
> type="ns0:inputObject" />
> - <xsd:complexType name="inputObject">
> - <xsd:sequence>
>   <xsd:element minOccurs="0" name="ns1:id_stat" nillable="true" 
> type="xsd:int" /> 
>   <xsd:element minOccurs="0" name="ns1:nazev_stat" nillable="true" 
> type="xsd:string" /> 
>   </xsd:sequence>
>   </xsd:complexType>
> Third method generates right WSDL schema I expected from second method. Only 
> parameter name has chnged from first method.
> This is dependent on result type. Must be List<> of parameter type.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to