<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-2627</id>
	<title>Nabble - JAX-RPC</title>
	<updated>2009-11-27T12:24:25Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/JAX-RPC-f2627.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JAX-RPC-f2627.html" />
	<subtitle type="html">Welcome to the JAX-RPC Reference Implementation Project. This is a project in the JWSDP subcommunity of the Java community on Web Services and XML at java.net. This project develops and evolves the code base for the reference implementation of the JAX-RPC specification. The current code base supports JAX-RPC 1.1 but the project will track future versions of the JAXB specifications. JAX-RPC home is &lt;a href=&quot;https://jax-rpc.dev.java.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26547382</id>
	<title>namespace help</title>
	<published>2009-11-27T12:24:25Z</published>
	<updated>2009-11-27T12:24:25Z</updated>
	<author>
		<name>Mitch Claborn</name>
	</author>
	<content type="html">I'm a novice (at best) at SOAP and Web Services in general. &amp;nbsp;I'm writing
&lt;br&gt;a simple program to consume this web service. WSDL below. &amp;nbsp;The stubs and
&lt;br&gt;stuff are generated by NetBeans 6.7.1
&lt;br&gt;&lt;br&gt;The code I am using to test:
&lt;br&gt;&amp;nbsp; &amp;nbsp; ToyboxService_Impl l_service = new ToyboxService_Impl();
&lt;br&gt;&amp;nbsp; &amp;nbsp; RTI l_rti = l_service.getRTI();
&lt;br&gt;&amp;nbsp; &amp;nbsp; ((Stub)l_rti)._setProperty(Stub.USERNAME_PROPERTY, &amp;quot;omitted&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; ((Stub)l_rti)._setProperty(Stub.PASSWORD_PROPERTY, &amp;quot;omitted&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; StringHolder l_cid = new StringHolder();
&lt;br&gt;&amp;nbsp; &amp;nbsp; StringHolder l_content = new StringHolder();
&lt;br&gt;&amp;nbsp; &amp;nbsp; StringHolder l_result = new StringHolder();
&lt;br&gt;&amp;nbsp; &amp;nbsp; l_rti.fetch_profile(&amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26547382&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;me@...&lt;/a&gt;&amp;quot;, l_cid, l_content, l_result);
&lt;br&gt;&lt;br&gt;The error I am getting:
&lt;br&gt;&lt;br&gt;unexpected element name:
&lt;br&gt;expected={&lt;a href=&quot;http://the.namespace.com/survey/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://the.namespace.com/survey/&lt;/a&gt;}fetch_profileResponse,
&lt;br&gt;actual=fetch_profileResponse
&lt;br&gt;&lt;br&gt;If I am reading that correctly, the generated code is expecting the
&lt;br&gt;namespace but the server is not responding with one. &amp;nbsp;Is that what that
&lt;br&gt;means? &amp;nbsp;Is there something I can tweak in the WSDL or the code to get
&lt;br&gt;around this problem?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;lt;wsdl:definitions
&lt;br&gt;&amp;nbsp; &amp;nbsp; targetNamespace=&amp;quot;&lt;a href=&quot;http://the.namespace.com/survey/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://the.namespace.com/survey/&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; elementFormDefault=&amp;quot;unqualified&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; attributeFormDefault=&amp;quot;unqualified&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; xmlns:wsdl=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; xmlns:soap=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/soap/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/soap/&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; xmlns:xsd=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; xmlns:tbx=&amp;quot;&lt;a href=&quot;http://abc.stuff.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://abc.stuff.com/&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; xmlns:rti=&amp;quot;&lt;a href=&quot;http://the.namespace.com/survey/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://the.namespace.com/survey/&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;wsdl:message name=&amp;quot;create_profileParameters&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:part name=&amp;quot;email&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:part name=&amp;quot;first_name&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:part name=&amp;quot;last_name&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:part name=&amp;quot;address1&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:part name=&amp;quot;address2&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:part name=&amp;quot;city&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:part name=&amp;quot;state&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:part name=&amp;quot;zip&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:part name=&amp;quot;age_range&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:part name=&amp;quot;home_phone_number&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:message&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;wsdl:message name=&amp;quot;fetch_profileParameters&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:part name=&amp;quot;email&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:message&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;wsdl:message name=&amp;quot;rtiResult&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:part name=&amp;quot;cid&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:part name=&amp;quot;content&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:part name=&amp;quot;result&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:message&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;wsdl:portType name=&amp;quot;RTI&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:operation name=&amp;quot;create_profile&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:input message=&amp;quot;rti:create_profileParameters&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:output message=&amp;quot;rti:rtiResult&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:operation&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:operation name=&amp;quot;fetch_profile&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:input message=&amp;quot;rti:fetch_profileParameters&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:output message=&amp;quot;rti:rtiResult&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:operation&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:portType&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;wsdl:binding name=&amp;quot;SOAP&amp;quot; type=&amp;quot;rti:RTI&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;soap:binding transport=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/soap/http&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/http&lt;/a&gt;&amp;quot;
&lt;br&gt;style=&amp;quot;rpc&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:operation name=&amp;quot;create_profile&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:operation soapAction=&amp;quot;#create_profile&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:input&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body namespace=&amp;quot;&lt;a href=&quot;http://the.namespace.com/survey/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://the.namespace.com/survey/&lt;/a&gt;&amp;quot;
&lt;br&gt;use=&amp;quot;literal&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:input&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:output&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body namespace=&amp;quot;&lt;a href=&quot;http://the.namespace.com/survey/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://the.namespace.com/survey/&lt;/a&gt;&amp;quot;
&lt;br&gt;use=&amp;quot;literal&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:output&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:operation&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:operation name=&amp;quot;fetch_profile&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:operation soapAction=&amp;quot;#fetch_profile&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:input&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body namespace=&amp;quot;&lt;a href=&quot;http://the.namespace.com/survey/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://the.namespace.com/survey/&lt;/a&gt;&amp;quot;
&lt;br&gt;use=&amp;quot;literal&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:input&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:output&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body namespace=&amp;quot;&lt;a href=&quot;http://the.namespace.com/survey/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://the.namespace.com/survey/&lt;/a&gt;&amp;quot;
&lt;br&gt;use=&amp;quot;literal&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:output&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:operation&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:binding&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;wsdl:service name=&amp;quot;ToyboxService&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:documentation&amp;gt;stuff&amp;lt;/wsdl:documentation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:port name=&amp;quot;RTI&amp;quot; binding=&amp;quot;rti:SOAP&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:address location=&amp;quot;&lt;a href=&quot;http://the.namespace.com/survey/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://the.namespace.com/survey/&lt;/a&gt;&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:port&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:service&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;/wsdl:definitions&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Mitch Claborn
&lt;br&gt;972-954-7341
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26547382&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mitch@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26547382&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26547382&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---User-f2630.html&quot; embed=&quot;fixTarget[2630]&quot; target=&quot;_top&quot; &gt;JAX-RPC - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/namespace-help-tp26547382p26547382.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25819124</id>
	<title>Implementing security in JAX-RPC using JDK 1.6</title>
	<published>2009-10-09T03:52:32Z</published>
	<updated>2009-10-09T03:52:32Z</updated>
	<author>
		<name>aksnsr</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;We have to develop JAX-RPC web services in Web logic 10.3 using JDK 1.6. Can you kindly provide me with any sample project / code?
&lt;br&gt;&lt;br&gt;Currently I am facing the below mentioned problem –
&lt;br&gt;&lt;br&gt;I have implemented my solution on my system, but the WSDL file published using my approach is not giving required security headers. I am only getting the body part in SOAP message. I feel the problem might be because of the annotations used to create JAX-RPC web service in JDK 1.6
&lt;br&gt;&lt;br&gt;Can you please guide me through this problem or direct me to people who can be of help.
&lt;br&gt;&lt;br&gt;Many Thanks
&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;Akshay
&lt;br&gt;Mob: +91 9962003766
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---Issues-f2631.html&quot; embed=&quot;fixTarget[2631]&quot; target=&quot;_top&quot; &gt;JAX-RPC - Issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Implementing-security-in-JAX-RPC-using-JDK-1.6-tp25819124p25819124.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25689648</id>
	<title>[Issue 45] New - SOAP12Constants has wrong namespace for soap encoding</title>
	<published>2009-09-30T14:47:45Z</published>
	<updated>2009-09-30T14:47:45Z</updated>
	<author>
		<name>dvilaverde</name>
	</author>
	<content type="html">&lt;a href=&quot;https://jax-rpc.dev.java.net/issues/show_bug.cgi?id=45&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://jax-rpc.dev.java.net/issues/show_bug.cgi?id=45&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue #|45
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary|SOAP12Constants has wrong namespace for soap encoding
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component|jax-rpc
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version|current
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform|All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version|All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status|NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status whiteboard|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Keywords|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Resolution|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue type|DEFECT
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority|P3
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Subcomponent|spec
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assigned to|issues@jax-rpc
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reported by|dvilaverde
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Additional comments from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25689648&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dvilaverde@...&lt;/a&gt; Wed Sep 30 21:47:41 +0000 2009 -------
&lt;br&gt;The namespace for soap encoding defined in class 
&lt;br&gt;com.sun.xml.rpc.wsdl.document.soap.SOAP12Constants is 
&lt;br&gt;'&lt;a href=&quot;http://www.w3.org/2002/06/soap-encoding'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2002/06/soap-encoding'&lt;/a&gt;&amp;nbsp;but the final version of the SOAP 1.2 
&lt;br&gt;spec says it is '&lt;a href=&quot;http://www.w3.org/2003/05/soap-encoding'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2003/05/soap-encoding'&lt;/a&gt;. &amp;nbsp;Not sure if there are 
&lt;br&gt;any other incorrect namespaces besides encoding, or if there are any static 
&lt;br&gt;definitions of the incorrect soap encoding namespace used.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25689648&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25689648&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---Issues-f2631.html&quot; embed=&quot;fixTarget[2631]&quot; target=&quot;_top&quot; &gt;JAX-RPC - Issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Issue-45--New---SOAP12Constants-has-wrong-namespace-for-soap-encoding-tp25689648p25689648.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24086004</id>
	<title>Re: JAX-RPC SI and server authentication</title>
	<published>2009-06-17T20:54:03Z</published>
	<updated>2009-06-17T20:54:03Z</updated>
	<author>
		<name>Harri T.</name>
	</author>
	<content type="html">Hi Jitendra! No, I can't. It's rpc/encoded: 
&lt;br&gt;&lt;a href=&quot;http://issues.liferay.com/browse/LPS-898&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://issues.liferay.com/browse/LPS-898&lt;/a&gt;&lt;br&gt;&lt;br&gt;I've found an example, how to pass the credentials: 
&lt;br&gt;&lt;a href=&quot;http://java.sun.com/j2ee/1.4/docs/tutorial/doc/Security7.html#wp129078&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/j2ee/1.4/docs/tutorial/doc/Security7.html#wp129078&lt;/a&gt;&lt;br&gt;&lt;br&gt;It works fine as does the example below. If I pass an invalid user name, 
&lt;br&gt;the service informs about a missing user, but no matter if the password 
&lt;br&gt;is right or wrong, the service always responds with the same exception. 
&lt;br&gt;So, maybe I use wrong password format.
&lt;br&gt;&lt;br&gt;I'll continue the discussion here: 
&lt;br&gt;&lt;a href=&quot;http://www.liferay.com/web/guest/community/forums/-/message_boards/message/3339947&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.liferay.com/web/guest/community/forums/-/message_boards/message/3339947&lt;/a&gt;&lt;br&gt;&lt;br&gt;-Harri
&lt;br&gt;&lt;br&gt;On 17.06.2009 21:07 Jitendra Kotamraju wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Can you not use NetBeans JAX-WS client ? or is the service 
&lt;br&gt;&amp;gt; rpc/encoded &amp;nbsp;style of service?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Jitu
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Harri T. wrote:
&lt;br&gt;&amp;gt;&amp;gt; Just forget about this post. The problem seems to be at the service end.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -Harri
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On 17.06.2009 09:45 Harri T. wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi all!
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I've created a JAX-RPC client with NetBeans JAX-RPC plugin and 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; trying to use it with Liferay tunnel-web. However, I can't find 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; information about passing authentication credentials to the client. 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I've tried to do it this way with no luck:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;GroupServiceSoap_Stub soap = (GroupServiceSoap_Stub) (new 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; GroupServiceSoapService_Impl()).getPortal_GroupService();
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;soap._setProperty(Stub.USERNAME_PROPERTY, username);
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;soap._setProperty(Stub.PASSWORD_PROPERTY, password);
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; So, how to do the trick in practice? Thanks for helping...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -Harri
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24086004&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24086004&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24086004&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24086004&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24086004&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24086004&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---User-f2630.html&quot; embed=&quot;fixTarget[2630]&quot; target=&quot;_top&quot; &gt;JAX-RPC - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JAX-RPC-SI-and-server-authentication-tp24068764p24086004.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24078974</id>
	<title>Re: JAX-RPC SI and server authentication</title>
	<published>2009-06-17T11:03:34Z</published>
	<updated>2009-06-17T11:03:34Z</updated>
	<author>
		<name>Jitendra Kotamraju</name>
	</author>
	<content type="html">Can you not use NetBeans JAX-WS client ? or is the service rpc/encoded &amp;nbsp;
&lt;br&gt;style of service?
&lt;br&gt;&lt;br&gt;Jitu
&lt;br&gt;&lt;br&gt;Harri T. wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Just forget about this post. The problem seems to be at the service end.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -Harri
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 17.06.2009 09:45 Harri T. wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi all!
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I've created a JAX-RPC client with NetBeans JAX-RPC plugin and trying 
&lt;br&gt;&amp;gt;&amp;gt; to use it with Liferay tunnel-web. However, I can't find information 
&lt;br&gt;&amp;gt;&amp;gt; about passing authentication credentials to the client. I've tried to 
&lt;br&gt;&amp;gt;&amp;gt; do it this way with no luck:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;GroupServiceSoap_Stub soap = (GroupServiceSoap_Stub) (new 
&lt;br&gt;&amp;gt;&amp;gt; GroupServiceSoapService_Impl()).getPortal_GroupService();
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;soap._setProperty(Stub.USERNAME_PROPERTY, username);
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;soap._setProperty(Stub.PASSWORD_PROPERTY, password);
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; So, how to do the trick in practice? Thanks for helping...
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -Harri
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24078974&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24078974&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24078974&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24078974&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---User-f2630.html&quot; embed=&quot;fixTarget[2630]&quot; target=&quot;_top&quot; &gt;JAX-RPC - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JAX-RPC-SI-and-server-authentication-tp24068764p24078974.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24069923</id>
	<title>Re: JAX-RPC SI and server authentication</title>
	<published>2009-06-17T02:21:47Z</published>
	<updated>2009-06-17T02:21:47Z</updated>
	<author>
		<name>Harri T.</name>
	</author>
	<content type="html">Just forget about this post. The problem seems to be at the service end.
&lt;br&gt;&lt;br&gt;-Harri
&lt;br&gt;&lt;br&gt;On 17.06.2009 09:45 Harri T. wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've created a JAX-RPC client with NetBeans JAX-RPC plugin and trying 
&lt;br&gt;&amp;gt; to use it with Liferay tunnel-web. However, I can't find information 
&lt;br&gt;&amp;gt; about passing authentication credentials to the client. I've tried to 
&lt;br&gt;&amp;gt; do it this way with no luck:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;GroupServiceSoap_Stub soap = (GroupServiceSoap_Stub) (new 
&lt;br&gt;&amp;gt; GroupServiceSoapService_Impl()).getPortal_GroupService();
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;soap._setProperty(Stub.USERNAME_PROPERTY, username);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;soap._setProperty(Stub.PASSWORD_PROPERTY, password);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; So, how to do the trick in practice? Thanks for helping...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -Harri
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24069923&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24069923&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---User-f2630.html&quot; embed=&quot;fixTarget[2630]&quot; target=&quot;_top&quot; &gt;JAX-RPC - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JAX-RPC-SI-and-server-authentication-tp24068764p24069923.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24068764</id>
	<title>JAX-RPC SI and server authentication</title>
	<published>2009-06-16T23:45:33Z</published>
	<updated>2009-06-16T23:45:33Z</updated>
	<author>
		<name>Harri T.</name>
	</author>
	<content type="html">Hi all!
&lt;br&gt;&lt;br&gt;I've created a JAX-RPC client with NetBeans JAX-RPC plugin and trying to 
&lt;br&gt;use it with Liferay tunnel-web. However, I can't find information about 
&lt;br&gt;passing authentication credentials to the client. I've tried to do it 
&lt;br&gt;this way with no luck:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; GroupServiceSoap_Stub soap = (GroupServiceSoap_Stub) (new 
&lt;br&gt;GroupServiceSoapService_Impl()).getPortal_GroupService();
&lt;br&gt;&amp;nbsp; &amp;nbsp; soap._setProperty(Stub.USERNAME_PROPERTY, username);
&lt;br&gt;&amp;nbsp; &amp;nbsp; soap._setProperty(Stub.PASSWORD_PROPERTY, password);
&lt;br&gt;&lt;br&gt;So, how to do the trick in practice? Thanks for helping...
&lt;br&gt;&lt;br&gt;-Harri
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24068764&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24068764&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---User-f2630.html&quot; embed=&quot;fixTarget[2630]&quot; target=&quot;_top&quot; &gt;JAX-RPC - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JAX-RPC-SI-and-server-authentication-tp24068764p24068764.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23957371</id>
	<title>Mindaugas Kairys is out of the office.</title>
	<published>2009-06-10T00:02:17Z</published>
	<updated>2009-06-10T00:02:17Z</updated>
	<author>
		<name>M.Kairys</name>
	</author>
	<content type="html">&lt;br&gt;I will be out of the office starting &amp;nbsp;2009.06.08 and will not return until
&lt;br&gt;2009.06.22.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23957371&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23957371&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---User-f2630.html&quot; embed=&quot;fixTarget[2630]&quot; target=&quot;_top&quot; &gt;JAX-RPC - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mindaugas-Kairys-is-out-of-the-office.-tp23957371p23957371.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23955442</id>
	<title>Generating SOAP response with Attachments?!</title>
	<published>2009-06-09T21:08:58Z</published>
	<updated>2009-06-10T07:02:18Z</updated>
	<author>
		<name>jdepaul</name>
	</author>
	<content type="html">I'm being asked to create a Service that will retrieve and send back a binary file (PDF) as an attachment back to the calling client. &amp;nbsp;
&lt;br&gt;&lt;br&gt;I'm finding plenty of examples on how to deal with attachments in a &lt;i&gt;client code&lt;/i&gt;, but can't find an example on how to generate a SOAP response with Attachments - could someone please point me to the right place/example?
&lt;br&gt;&lt;br&gt;I should mention that we are using WebSphere 6.1 with JAX-RPC as run-time.
&lt;br&gt;&lt;br&gt;Thanks much -
&lt;br&gt;James
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---User-f2630.html&quot; embed=&quot;fixTarget[2630]&quot; target=&quot;_top&quot; &gt;JAX-RPC - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Generating-SOAP-response-with-Attachments-%21-tp23955442p23955442.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23822247</id>
	<title>[Issue 44]  ComplexTypeDeserializer.java in order to return a Map for complex types</title>
	<published>2009-06-01T14:00:41Z</published>
	<updated>2009-06-01T14:00:41Z</updated>
	<author>
		<name>uygaryuzsuren-2</name>
	</author>
	<content type="html">&lt;a href=&quot;https://jax-rpc.dev.java.net/issues/show_bug.cgi?id=44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://jax-rpc.dev.java.net/issues/show_bug.cgi?id=44&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Additional comments from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23822247&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;uygaryuzsuren@...&lt;/a&gt; Mon Jun &amp;nbsp;1 21:00:41 +0000 2009 -------
&lt;br&gt;Created an attachment (id=17)
&lt;br&gt;SerializerBase.java
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23822247&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23822247&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---Issues-f2631.html&quot; embed=&quot;fixTarget[2631]&quot; target=&quot;_top&quot; &gt;JAX-RPC - Issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Issue-44--New---ComplexTypeDeserializer.java-in-order-to-return-a-Map-for-complex-types-tp23822119p23822247.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23822214</id>
	<title>[Issue 44]  ComplexTypeDeserializer.java in order to return a Map for complex types</title>
	<published>2009-06-01T13:59:06Z</published>
	<updated>2009-06-01T13:59:06Z</updated>
	<author>
		<name>uygaryuzsuren-2</name>
	</author>
	<content type="html">&lt;a href=&quot;https://jax-rpc.dev.java.net/issues/show_bug.cgi?id=44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://jax-rpc.dev.java.net/issues/show_bug.cgi?id=44&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Additional comments from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23822214&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;uygaryuzsuren@...&lt;/a&gt; Mon Jun &amp;nbsp;1 20:59:04 +0000 2009 -------
&lt;br&gt;Created an attachment (id=16)
&lt;br&gt;SchemaConstants.java
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23822214&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23822214&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---Issues-f2631.html&quot; embed=&quot;fixTarget[2631]&quot; target=&quot;_top&quot; &gt;JAX-RPC - Issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Issue-44--New---ComplexTypeDeserializer.java-in-order-to-return-a-Map-for-complex-types-tp23822119p23822214.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23822180</id>
	<title>[Issue 44]  ComplexTypeDeserializer.java in order to return a Map for complex types</title>
	<published>2009-06-01T13:56:52Z</published>
	<updated>2009-06-01T13:56:52Z</updated>
	<author>
		<name>uygaryuzsuren-2</name>
	</author>
	<content type="html">&lt;a href=&quot;https://jax-rpc.dev.java.net/issues/show_bug.cgi?id=44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://jax-rpc.dev.java.net/issues/show_bug.cgi?id=44&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Additional comments from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23822180&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;uygaryuzsuren@...&lt;/a&gt; Mon Jun &amp;nbsp;1 20:56:52 +0000 2009 -------
&lt;br&gt;Created an attachment (id=15)
&lt;br&gt;StandardSOAPTypeMappings.java
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23822180&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23822180&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---Issues-f2631.html&quot; embed=&quot;fixTarget[2631]&quot; target=&quot;_top&quot; &gt;JAX-RPC - Issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Issue-44--New---ComplexTypeDeserializer.java-in-order-to-return-a-Map-for-complex-types-tp23822119p23822180.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23822168</id>
	<title>[Issue 44]  ComplexTypeDeserializer.java in order to return a Map for complex types</title>
	<published>2009-06-01T13:55:25Z</published>
	<updated>2009-06-01T13:55:25Z</updated>
	<author>
		<name>uygaryuzsuren-2</name>
	</author>
	<content type="html">&lt;a href=&quot;https://jax-rpc.dev.java.net/issues/show_bug.cgi?id=44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://jax-rpc.dev.java.net/issues/show_bug.cgi?id=44&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Additional comments from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23822168&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;uygaryuzsuren@...&lt;/a&gt; Mon Jun &amp;nbsp;1 20:55:23 +0000 2009 -------
&lt;br&gt;Created an attachment (id=14)
&lt;br&gt;SOAPResponseSerializer.java
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23822168&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23822168&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---Issues-f2631.html&quot; embed=&quot;fixTarget[2631]&quot; target=&quot;_top&quot; &gt;JAX-RPC - Issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Issue-44--New---ComplexTypeDeserializer.java-in-order-to-return-a-Map-for-complex-types-tp23822119p23822168.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23822149</id>
	<title>[Issue 44]  ComplexTypeDeserializer.java in order to return a Map for complex types</title>
	<published>2009-06-01T13:54:02Z</published>
	<updated>2009-06-01T13:54:02Z</updated>
	<author>
		<name>uygaryuzsuren-2</name>
	</author>
	<content type="html">&lt;a href=&quot;https://jax-rpc.dev.java.net/issues/show_bug.cgi?id=44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://jax-rpc.dev.java.net/issues/show_bug.cgi?id=44&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Additional comments from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23822149&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;uygaryuzsuren@...&lt;/a&gt; Mon Jun &amp;nbsp;1 20:54:02 +0000 2009 -------
&lt;br&gt;Created an attachment (id=13)
&lt;br&gt;ComplexTypeDeserializer.java
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23822149&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23822149&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---Issues-f2631.html&quot; embed=&quot;fixTarget[2631]&quot; target=&quot;_top&quot; &gt;JAX-RPC - Issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Issue-44--New---ComplexTypeDeserializer.java-in-order-to-return-a-Map-for-complex-types-tp23822119p23822149.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23822119</id>
	<title>[Issue 44] New - ComplexTypeDeserializer.java in order to return a Map for complex types</title>
	<published>2009-06-01T13:51:54Z</published>
	<updated>2009-06-01T13:51:54Z</updated>
	<author>
		<name>uygaryuzsuren-2</name>
	</author>
	<content type="html">&lt;a href=&quot;https://jax-rpc.dev.java.net/issues/show_bug.cgi?id=44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://jax-rpc.dev.java.net/issues/show_bug.cgi?id=44&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue #|44
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary|ComplexTypeDeserializer.java in order to return a Map 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |for complex types
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component|jax-rpc
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version|current
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform|All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version|All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status|NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status whiteboard|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Keywords|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Resolution|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue type|ENHANCEMENT
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority|P3
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Subcomponent|spec
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assigned to|issues@jax-rpc
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reported by|uygaryuzsuren
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Additional comments from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23822119&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;uygaryuzsuren@...&lt;/a&gt; Mon Jun &amp;nbsp;1 20:51:54 +0000 2009 -------
&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;I added a class in order to be able to get the complex return types as a map of
&lt;br&gt;properties. This may be useful for programmers who hesitate to register custom
&lt;br&gt;deserializers for complex return types. The modifications are added as attachments.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23822119&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23822119&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---Issues-f2631.html&quot; embed=&quot;fixTarget[2631]&quot; target=&quot;_top&quot; &gt;JAX-RPC - Issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Issue-44--New---ComplexTypeDeserializer.java-in-order-to-return-a-Map-for-complex-types-tp23822119p23822119.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23771709</id>
	<title>[Issue 43] New - SOAP12Constants has wrong namespace for soap encoding</title>
	<published>2009-05-28T16:05:51Z</published>
	<updated>2009-05-28T16:05:51Z</updated>
	<author>
		<name>dvilaverde</name>
	</author>
	<content type="html">&lt;a href=&quot;https://jax-rpc.dev.java.net/issues/show_bug.cgi?id=43&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://jax-rpc.dev.java.net/issues/show_bug.cgi?id=43&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue #|43
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary|SOAP12Constants has wrong namespace for soap encoding
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component|jax-rpc
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version|current
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform|All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version|All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status|NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status whiteboard|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Keywords|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Resolution|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue type|DEFECT
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority|P3
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Subcomponent|spec
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assigned to|issues@jax-rpc
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reported by|dvilaverde
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Additional comments from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23771709&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dvilaverde@...&lt;/a&gt; Thu May 28 23:05:50 +0000 2009 -------
&lt;br&gt;The namespace for soap encoding defined in class 
&lt;br&gt;com.sun.xml.rpc.wsdl.document.soap.SOAP12Constants is 
&lt;br&gt;'&lt;a href=&quot;http://www.w3.org/2002/06/soap-encoding'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2002/06/soap-encoding'&lt;/a&gt;&amp;nbsp;but the final version of the SOAP 1.2 
&lt;br&gt;spec says it is '&lt;a href=&quot;http://www.w3.org/2003/05/soap-encoding'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2003/05/soap-encoding'&lt;/a&gt;. &amp;nbsp;Not sure if there are 
&lt;br&gt;any other incorrect namespaces besides encoding, or if there are any static 
&lt;br&gt;definitions of the incorrect soap encoding namespace used.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23771709&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23771709&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---Issues-f2631.html&quot; embed=&quot;fixTarget[2631]&quot; target=&quot;_top&quot; &gt;JAX-RPC - Issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Issue-43--New---SOAP12Constants-has-wrong-namespace-for-soap-encoding-tp23771709p23771709.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23770505</id>
	<title>[Issue 42]  SOAPDeserializationContext.verifyEncodingStyle throws exception when EncodingStyle not provided from remote service</title>
	<published>2009-05-28T14:29:50Z</published>
	<updated>2009-05-28T14:29:50Z</updated>
	<author>
		<name>uygaryuzsuren-2</name>
	</author>
	<content type="html">&lt;a href=&quot;https://jax-rpc.dev.java.net/issues/show_bug.cgi?id=42&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://jax-rpc.dev.java.net/issues/show_bug.cgi?id=42&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Additional comments from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23770505&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;uygaryuzsuren@...&lt;/a&gt; Thu May 28 21:29:50 +0000 2009 -------
&lt;br&gt;Okay, I performed a CVS checkout and found out that there is nothing wrong with
&lt;br&gt;expectedEncodingStyle as the parameter of verifyEncodingStyle function. When I
&lt;br&gt;commented out the following line at the end of the function and merely put a
&lt;br&gt;return statement instead, my web service call worked perfectly:)
&lt;br&gt;&lt;br&gt;...
&lt;br&gt;&lt;br&gt;//throw new DeserializationException(
&lt;br&gt;// &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;soap.unexpectedEncodingStyle&amp;quot;,
&lt;br&gt;// &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;new Object[] { expectedEncodingStyle, curEncodingStyle });
&lt;br&gt;&lt;br&gt;return;
&lt;br&gt;&lt;br&gt;...
&lt;br&gt;&lt;br&gt;The problem turned out to be in the following statement:
&lt;br&gt;&lt;br&gt;...
&lt;br&gt;&lt;br&gt;if (expectedEncodingStyle == soapNamespaceConstants.getEncoding()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; || expectedEncodingStyle.equals(
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; soapNamespaceConstants.getEncoding())) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (isSOAPEncodingStyle) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;...
&lt;br&gt;&lt;br&gt;Here isSOAPEncodingStyle is always false, I don't know why. I found that it is
&lt;br&gt;raised to true in &amp;quot;initEncodingStyleInfo&amp;quot; function. I also found out that in
&lt;br&gt;this function the statement
&lt;br&gt;&lt;br&gt;...
&lt;br&gt;&lt;br&gt;if (curEncodingStyle.indexOf(' ') == -1) {
&lt;br&gt;&lt;br&gt;...
&lt;br&gt;&lt;br&gt;always goes to true since curEncodingStyle is an empty string. When
&lt;br&gt;curEncodingStyle is an empty string isSOAPEncodingStyle is always false, leading
&lt;br&gt;the verifyEncodingStyle function to throw an invalid Exception...
&lt;br&gt;&lt;br&gt;&lt;br&gt;Is it because of my missing something in my client code?I am using jax-rpc
&lt;br&gt;without an application server. I provided the java code as an attachment...
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23770505&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23770505&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---Issues-f2631.html&quot; embed=&quot;fixTarget[2631]&quot; target=&quot;_top&quot; &gt;JAX-RPC - Issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Issue-42--New---SOAPDeserializationContext.verifyEncodingStyle-throws-exception-when-EncodingStyle-not-provided-from-remote-service-tp23763453p23770505.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23770471</id>
	<title>[Issue 42]  SOAPDeserializationContext.verifyEncodingStyle throws exception when EncodingStyle not provided from remote service</title>
	<published>2009-05-28T14:28:01Z</published>
	<updated>2009-05-28T14:28:01Z</updated>
	<author>
		<name>uygaryuzsuren-2</name>
	</author>
	<content type="html">&lt;a href=&quot;https://jax-rpc.dev.java.net/issues/show_bug.cgi?id=42&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://jax-rpc.dev.java.net/issues/show_bug.cgi?id=42&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Additional comments from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23770471&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;uygaryuzsuren@...&lt;/a&gt; Thu May 28 21:28:01 +0000 2009 -------
&lt;br&gt;Created an attachment (id=12)
&lt;br&gt;DummyClient.java
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23770471&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23770471&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---Issues-f2631.html&quot; embed=&quot;fixTarget[2631]&quot; target=&quot;_top&quot; &gt;JAX-RPC - Issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Issue-42--New---SOAPDeserializationContext.verifyEncodingStyle-throws-exception-when-EncodingStyle-not-provided-from-remote-service-tp23763453p23770471.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23763453</id>
	<title>[Issue 42] New - SOAPDeserializationContext.verifyEncodingStyle throws exception when EncodingStyle not provided from remote service</title>
	<published>2009-05-28T07:53:52Z</published>
	<updated>2009-05-28T07:53:52Z</updated>
	<author>
		<name>uygaryuzsuren-2</name>
	</author>
	<content type="html">&lt;a href=&quot;https://jax-rpc.dev.java.net/issues/show_bug.cgi?id=42&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://jax-rpc.dev.java.net/issues/show_bug.cgi?id=42&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue #|42
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary|SOAPDeserializationContext.verifyEncodingStyle throws 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |exception when EncodingStyle not provided from remote 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |service
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component|jax-rpc
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version|current
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform|Macintosh
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version|All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status|NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status whiteboard|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Keywords|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Resolution|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue type|DEFECT
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority|P3
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Subcomponent|spec
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assigned to|issues@jax-rpc
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reported by|uygaryuzsuren
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Additional comments from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23763453&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;uygaryuzsuren@...&lt;/a&gt; Thu May 28 14:53:51 +0000 2009 -------
&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;I'm developing some DII client implementations for a variety of web services.
&lt;br&gt;The reason why I use DII instead of stub approach is that AXIS2 client is not
&lt;br&gt;thread safe (multiple simultaneous calls fail for both single stub and multiple
&lt;br&gt;stubs). I tried jwsdp2.0, but wsimport.sh failed. I may also request an
&lt;br&gt;enhancement for wsimport, too.
&lt;br&gt;&lt;br&gt;The problem in DII client is that when I invoke a Call in a one-way fashion, it
&lt;br&gt;works properly, but when I try to invoke the Call and get the result, an
&lt;br&gt;exception occurs:
&lt;br&gt;&lt;br&gt;&amp;quot;unexpected encoding style: expected=&lt;a href=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/encoding/&lt;/a&gt;,
&lt;br&gt;actual=
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.sun.xml.rpc.encoding.SOAPDeserializationContext.verifyEncodingStyle(SOAPDeserializationContext.java:168)
&lt;br&gt;&lt;br&gt;...&amp;quot;
&lt;br&gt;&lt;br&gt;I googled the java code of SOAPDeserializationContext, and I found out that the
&lt;br&gt;verifyEncodingStyle method throws an exception when the encoding style parameter
&lt;br&gt;is not provided by the server.
&lt;br&gt;&lt;br&gt;I can see the purpose of the function verifyEncodingStyle, but in such a case
&lt;br&gt;(when web service doesn't specify the encoding style), one cannot use the web
&lt;br&gt;service in the first place.
&lt;br&gt;&lt;br&gt;I think this is a problem since the client may not be the one who had developed
&lt;br&gt;the service at the server side (just like my case).
&lt;br&gt;&lt;br&gt;So, what should be done in my opinion is either to use the expected encoding
&lt;br&gt;style (&lt;a href=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/encoding/&lt;/a&gt;) when not provided by the
&lt;br&gt;server, or to provide a means for the client developer to be able to substitute
&lt;br&gt;one (the developer may not change the service code at the server but he may ask
&lt;br&gt;the encoding style, or he may already know it).
&lt;br&gt;&lt;br&gt;My suggestion is that the corresponding class be modified in the following way:
&lt;br&gt;&lt;br&gt;SOAPDeserializationContext.java
&lt;br&gt;&lt;br&gt;...
&lt;br&gt;&lt;br&gt;public void verifyEncodingStyle(String expectedEncodingStyle) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (expectedEncodingStyle == null ||
&lt;br&gt;expectedEncodingStyle.trim().equals(&amp;quot;&amp;quot;)) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; expectedEncodingStyle = EXPECTED_ENCODING_STYLE;
&lt;br&gt;//&lt;a href=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/encoding/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;...
&lt;br&gt;&lt;br&gt;Thank you in advance
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23763453&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23763453&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---Issues-f2631.html&quot; embed=&quot;fixTarget[2631]&quot; target=&quot;_top&quot; &gt;JAX-RPC - Issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Issue-42--New---SOAPDeserializationContext.verifyEncodingStyle-throws-exception-when-EncodingStyle-not-provided-from-remote-service-tp23763453p23763453.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23281640</id>
	<title>Phillip Helm/Raleigh/IBM is out of the office.</title>
	<published>2009-04-28T09:53:38Z</published>
	<updated>2009-04-28T09:53:38Z</updated>
	<author>
		<name>Phillip Helm</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;I will be out of the office starting  04/23/2009 and will not return until 05/18/2009.&lt;br&gt;
&lt;br&gt;
I will respond to your message when I return. Pleas contact Toshi Yamamoto/Durham or Ajay Reddy/Austin for technical assistance. Please contact my manager Henry DeAngelis/Austin for emergencies.&lt;/body&gt;&lt;/html&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---User-f2630.html&quot; embed=&quot;fixTarget[2630]&quot; target=&quot;_top&quot; &gt;JAX-RPC - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Phillip-Helm-Raleigh-IBM-is-out-of-the-office.-tp23281640p23281640.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23223471</id>
	<title>JAX-RPC WS-Security Username Token</title>
	<published>2009-04-24T12:43:42Z</published>
	<updated>2009-04-24T12:43:42Z</updated>
	<author>
		<name>ericcho</name>
	</author>
	<content type="html">Using IBM's Rational Application Developer 7.5, I've been able to create a web service client using the wsdl2java wizard plugin.
&lt;br&gt;&lt;br&gt;The web service I'm trying to consume utilizes a time sensitive Username Token as per the WS-Security spec.
&lt;br&gt;&lt;br&gt;The IBM docs suggest I use the WSS API in order to create the token but that comes with the web service security feature... which I cannot install (or not allowed to).
&lt;br&gt;&lt;br&gt;So, what are the alternative ways of creating this token..... are there other APIs out there? &amp;nbsp;
&lt;br&gt;&lt;br&gt;Any help is appreciated.
&lt;br&gt;&lt;br&gt;Thanks!&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---User-f2630.html&quot; embed=&quot;fixTarget[2630]&quot; target=&quot;_top&quot; &gt;JAX-RPC - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JAX-RPC-WS-Security-Username-Token-tp23223471p23223471.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22610455</id>
	<title>Dynamic Proxy, DII problems with rpc/encoded returned arrays of Bean objects</title>
	<published>2009-03-19T15:09:01Z</published>
	<updated>2009-03-19T15:09:01Z</updated>
	<author>
		<name>emiddio</name>
	</author>
	<content type="html">my initial goal was to learn about wscompile static stub clients, Dynamic 
&lt;br&gt;Proxy clients, and DII
&lt;br&gt;&lt;br&gt;Dynamic Invocation Interface clients -- and jax-rpc custom serialization.
&lt;br&gt;&lt;br&gt;i was studying the Oreilly JavaWebServices Nutshell 2002-2003 book.
&lt;br&gt;&lt;br&gt;i then encountered some problems -- are they jax-rpc bugs or something else?
&lt;br&gt;&lt;br&gt;i am running netbeans 6.5.1 with glassfishv2ur2.
&lt;br&gt;&lt;br&gt;after lots of experiments i have reduced the problem to the following 
&lt;br&gt;example/experiments.
&lt;br&gt;&lt;br&gt;i have created 2 different jax-rpc web services.
&lt;br&gt;&lt;br&gt;each contains 3 operations/methods.
&lt;br&gt;&lt;br&gt;they are identical -- except 1 is rpc/encoded, the other is rpc/literal.
&lt;br&gt;&lt;br&gt;there is 1 Java Bean object/class with getter, setter methods named 
&lt;br&gt;BookInfo.java, which is the
&lt;br&gt;&lt;br&gt;same in both clients and was generated by wscompile -- using netbeans 6.5;
&lt;br&gt;&lt;br&gt;&lt;br&gt;the rpc/literal client wscompile also generated a BookInfoArray.java java 
&lt;br&gt;bean -- and is
&lt;br&gt;&lt;br&gt;referenced in the below rpc/literal SEI.
&lt;br&gt;&lt;br&gt;both services have the SEI
&lt;br&gt;public interface wsTestSEI extends java.rmi.Remote {
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; String rString(String s1) throws RemoteException;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; BookInfo r1BookInfo() throws RemoteException;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; BookInfo[] rBookInfos(String i1) throws RemoteException;
&lt;br&gt;&lt;br&gt;}
&lt;br&gt;&lt;br&gt;the rpc/encoded client generates the following SEI
&lt;br&gt;public interface WsTestSEI extends java.rmi.Remote {
&lt;br&gt;&amp;nbsp; &amp;nbsp; public websvc1.BookInfo r1BookInfo() throws
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;java.rmi.RemoteException;
&lt;br&gt;&lt;br&gt;// uses and array return type
&lt;br&gt;&amp;nbsp; &amp;nbsp; public websvc1.BookInfo[] rBookInfos(java.lang.String string_1) throws
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;java.rmi.RemoteException;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public java.lang.String rString(java.lang.String string_1) throws
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;java.rmi.RemoteException;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;the rpc/literal client generates the following SEI
&lt;br&gt;public interface WsTestSEI extends java.rmi.Remote {
&lt;br&gt;&amp;nbsp; &amp;nbsp; public websvc3.BookInfo r1BookInfo() throws
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;java.rmi.RemoteException;
&lt;br&gt;&lt;br&gt;// uses a java bean return type
&lt;br&gt;&amp;nbsp; &amp;nbsp; public websvc3.BookInfoArray rBookInfos(java.lang.String string_1) 
&lt;br&gt;throws
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;java.rmi.RemoteException;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public java.lang.String rString(java.lang.String string_1) throws
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;java.rmi.RemoteException;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;------------------------------------------------------------
&lt;br&gt;&lt;br&gt;all 3 methods work without problems for the rpc/literal client -- using all 
&lt;br&gt;3 invocation models
&lt;br&gt;&lt;br&gt;-- wscompile static stub, Dynamic Proxy, and DII Dynamic Invocation 
&lt;br&gt;Interface.
&lt;br&gt;&lt;br&gt;&lt;br&gt;for the rpc/encoded clients -- only the wscompiled static stub client works 
&lt;br&gt;without any
&lt;br&gt;&lt;br&gt;problems.
&lt;br&gt;&lt;br&gt;the only method that fails to work of the 3 is the rBookInfos() operation -- &amp;nbsp;
&lt;br&gt;which expects and
&lt;br&gt;array of BookInfo objects to be returned.
&lt;br&gt;&lt;br&gt;i got the DII rpc/encoded client to work by adding a custom serializer to 
&lt;br&gt;the type mapping
&lt;br&gt;&lt;br&gt;registry -- for the rBookInfos method/operation.
&lt;br&gt;&lt;br&gt;for the rpc/encoded Dynamic Proxy client -- i was unable to discover a way 
&lt;br&gt;to make the
&lt;br&gt;&lt;br&gt;rBookInfos() method/operation work at all -- i experimented with adding 
&lt;br&gt;cutom serializers but
&lt;br&gt;&lt;br&gt;never got it to work.
&lt;br&gt;&lt;br&gt;====================================================
&lt;br&gt;&lt;br&gt;is this a jax-rpc bug?
&lt;br&gt;&lt;br&gt;if not what am i doing wrong?
&lt;br&gt;&lt;br&gt;i could provide info from the stack trace, and the tcpmon monitored SOAP 
&lt;br&gt;messages if wanted.
&lt;br&gt;&lt;br&gt;thanks 
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22610455&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22610455&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---User-f2630.html&quot; embed=&quot;fixTarget[2630]&quot; target=&quot;_top&quot; &gt;JAX-RPC - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JAX-RPC-request-timeout-tp22556609p22610455.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22594721</id>
	<title>Re: java.lang.ClassCastException: com.sun.xml.internal.messaging.saaj.soap.ver1_1.Message1_1Impl cannot be cast to com.sun</title>
	<published>2009-03-19T00:07:40Z</published>
	<updated>2009-03-19T00:07:40Z</updated>
	<author>
		<name>phoneynk</name>
	</author>
	<content type="html">I faced similar problem and find the solution on 
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://blogs.sun.com/fintanr/entry/saaj_classcast_error_with_jdk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.sun.com/fintanr/entry/saaj_classcast_error_with_jdk&lt;/a&gt;&lt;br&gt;&lt;br&gt;Workarounds
&lt;br&gt;A couple of workarounds exist, namely things I really don't like as the vary from environment to environment e.g. placing endorsed libs in place. A more generic workaround is to add an extra startup option of
&lt;br&gt;&lt;br&gt;-Djavax.xml.soap.MessageFactory=com.sun.xml.messaging.saaj.soap.ver1_1.SOAPMessageFactory1_1Impl
&lt;br&gt;&lt;br&gt;which eliminates the problem, but may have implications for other aspects of your application, so use with caution. 
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;RichardCromer wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Greetings,
&lt;br&gt;&lt;br&gt;I have written a small web service client using JWSP 2.0 and am now trying to run it. &amp;nbsp;When I do I get the message:
&lt;br&gt;&lt;br&gt;java.lang.ClassCastException: com.sun.xml.internal.messaging.saaj.soap.ver1_1.Message1_1Impl cannot be cast to com.sun.xml.messaging.saaj.soap.MessageImpl
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.xml.rpc.client.StubBase._postSendingHook(StubBase.java:231)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:324)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at staticstub.ServicePortType_Stub.sayHello(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at staticstub.HelloClient.main(Unknown Source)
&lt;br&gt;&lt;br&gt;I looked on the web for this problem and it seems there is a bug in the way the JDK 1.6(which is the SDK I am using) and JAX-RPC communicate through MessageImpl. &amp;nbsp;Based on some workaround recommendation, I made sure the jaxrpc saaj-impl.jar appeared first in my classpath but that did NOT make a difference. &amp;nbsp; I also downloaded the latest saaj jar files (-impl and -api) and still nothing. 
&lt;br&gt;&lt;br&gt;I am relatively new to this and really don't know how to debug these problems. &amp;nbsp;Can anyone help me with a workaround, or better yet, a solution. &amp;nbsp;Please provide details.
&lt;br&gt;&lt;br&gt;&lt;br&gt;My Environment:
&lt;br&gt;&lt;br&gt;Windows XP, SP2
&lt;br&gt;JDK 1.6
&lt;br&gt;JWSP 2.0
&lt;br&gt;&lt;br&gt;Java IDE's installed:
&lt;br&gt;Netbeans 5.5
&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---User-f2630.html&quot; embed=&quot;fixTarget[2630]&quot; target=&quot;_top&quot; &gt;JAX-RPC - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/java.lang.ClassCastException%3A-com.sun.xml.internal.messaging.saaj.soap.ver1_1.Message1_1Impl-cannot-be-cast-to-com.sun-tp11194967p22594721.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22574694</id>
	<title>Re: JAX-RPC request timeout</title>
	<published>2009-03-18T01:41:42Z</published>
	<updated>2009-03-18T01:41:42Z</updated>
	<author>
		<name>M.Kairys</name>
	</author>
	<content type="html">Thank you very much, i have submitted an issue 
&lt;br&gt;&lt;a href=&quot;https://jax-rpc.dev.java.net/issues/show_bug.cgi?id=41&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://jax-rpc.dev.java.net/issues/show_bug.cgi?id=41&lt;/a&gt;&amp;nbsp;.
&lt;br&gt;&lt;br&gt;Mindaugas Kairys
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;quot;T. Anbu Balakumaran&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22574694&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bala.Balakumaran@...&lt;/a&gt;&amp;gt; 
&lt;br&gt;Sent by: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22574694&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bala.Balakumaran@...&lt;/a&gt;
&lt;br&gt;2009.03.17 20:35
&lt;br&gt;Please respond to
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22574694&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;
&lt;br&gt;Saugumo zyma: 
&lt;br&gt;&lt;br&gt;To
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22574694&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;
&lt;br&gt;cc
&lt;br&gt;&lt;br&gt;Subject
&lt;br&gt;Re: JAX-RPC request timeout
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;This is a &amp;nbsp;valid enhancement request. &amp;nbsp;Please submit an issue in the 
&lt;br&gt;issue tracker (&lt;a href=&quot;https://jax-rpc.dev.java.net/issues&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://jax-rpc.dev.java.net/issues&lt;/a&gt;), and we will work on 
&lt;br&gt;provide this enhancement in the next jax-rpc patch release. &amp;nbsp;Thanks.
&lt;br&gt;bala
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22574694&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;M.Kairys@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Hello,
&lt;br&gt;&amp;gt; JAX-RPC states itself as &amp;quot;Production Quality&amp;quot; service, but has no 
&lt;br&gt;&amp;gt; possibility to specify http request timeouts in web service client side. 
&lt;br&gt;&lt;br&gt;&amp;gt; We have chosen this implementation as it has good performance, and is 
&lt;br&gt;&amp;gt; supported by sun application server 8.2, but this lack of such important 
&lt;br&gt;&lt;br&gt;&amp;gt; feature is really show stopper.
&lt;br&gt;&amp;gt; If some external web service hangs or stops - our whole system also 
&lt;br&gt;hangs 
&lt;br&gt;&amp;gt; because no request timeout can occur and all threads hang trying to call 
&lt;br&gt;&lt;br&gt;&amp;gt; hanging web service.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have looked at sources and found that this functionality is 
&lt;br&gt;implemented 
&lt;br&gt;&amp;gt; in JAX-WS class 
&lt;br&gt;com.sun.xml.ws.transport.http.client.HttpClientTransport, 
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; but is missing in JAX-RPC implementations class 
&lt;br&gt;&amp;gt; com.sun.xml.rpc.client.http.HttpClientTransport.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Can we expect that this feature will be implemented some day?
&lt;br&gt;&amp;gt; If no, can we download JAX-RPC source code, add this functionality by 
&lt;br&gt;&amp;gt; ourselves and use it internally for commercial use (we have sun jes 
&lt;br&gt;&amp;gt; support license)?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; P.S. 
&lt;br&gt;&amp;gt; I have found several forum posts without an answer on the same topic:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://markmail.org/message/ajwkgpgyna34v54k&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://markmail.org/message/ajwkgpgyna34v54k&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://forums.sun.com/thread.jspa?forumID=331&amp;threadID=409549&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.sun.com/thread.jspa?forumID=331&amp;threadID=409549&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://forums.sun.com/thread.jspa?forumID=331&amp;threadID=587997&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.sun.com/thread.jspa?forumID=331&amp;threadID=587997&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;a href=&quot;http://markmail.org/message/fjklzmmuqnrvw5hh#query:jax-rpc%20timeout%20sun+page:1+mid:fjklzmmuqnrvw5hh+state:results&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://markmail.org/message/fjklzmmuqnrvw5hh#query:jax-rpc%20timeout%20sun+page:1+mid:fjklzmmuqnrvw5hh+state:results&lt;/a&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://forums.java.net/jive/message.jspa?messageID=328098&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/message.jspa?messageID=328098&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/Axis-stubs-vs-JAX-RPC-stubs-td8069451.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/Axis-stubs-vs-JAX-RPC-stubs-td8069451.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22574694&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22574694&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22574694&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22574694&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22574694&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22574694&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---User-f2630.html&quot; embed=&quot;fixTarget[2630]&quot; target=&quot;_top&quot; &gt;JAX-RPC - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JAX-RPC-request-timeout-tp22556609p22574694.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22574314</id>
	<title>[Issue 41] New - Request timeout functionality</title>
	<published>2009-03-18T01:11:08Z</published>
	<updated>2009-03-18T01:11:08Z</updated>
	<author>
		<name>mkairys</name>
	</author>
	<content type="html">&lt;a href=&quot;https://jax-rpc.dev.java.net/issues/show_bug.cgi?id=41&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://jax-rpc.dev.java.net/issues/show_bug.cgi?id=41&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue #|41
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary|Request timeout functionality
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component|jax-rpc
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version|current
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform|All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version|All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status|NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status whiteboard|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Keywords|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Resolution|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue type|ENHANCEMENT
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority|P2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Subcomponent|spec
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assigned to|issues@jax-rpc
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reported by|mkairys
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Additional comments from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22574314&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mkairys@...&lt;/a&gt; Wed Mar 18 08:11:07 +0000 2009 -------
&lt;br&gt;Hello,
&lt;br&gt;JAX-RPC states itself as &amp;quot;Production Quality&amp;quot; service, but has no possibility to
&lt;br&gt;specify http request timeouts in web service client side. 
&lt;br&gt;We have chosen this implementation as it has good performance, and is supported
&lt;br&gt;by sun application server 8.2, but this lack of such important feature is really
&lt;br&gt;show stopper.
&lt;br&gt;If some external web service hangs or stops - our whole system also hangs
&lt;br&gt;because no request timeout can occur and all threads hang trying to call hanging
&lt;br&gt;web service.
&lt;br&gt;&lt;br&gt;I have looked at sources and found that this functionality is implemented in
&lt;br&gt;JAX-WS class com.sun.xml.ws.transport.http.client.HttpClientTransport, but is
&lt;br&gt;missing in JAX-RPC implementations class
&lt;br&gt;com.sun.xml.rpc.client.http.HttpClientTransport.
&lt;br&gt;&lt;br&gt;Can we expect that this feature will be implemented some day?
&lt;br&gt;If no, can we download JAX-RPC source code, add this functionality by ourselves
&lt;br&gt;and use it internally for commercial use (we have sun jes support license)?
&lt;br&gt;&lt;br&gt;P.S. 
&lt;br&gt;I have found several forum posts without an answer on the same topic:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://markmail.org/message/ajwkgpgyna34v54k&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://markmail.org/message/ajwkgpgyna34v54k&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://forums.sun.com/thread.jspa?forumID=331&amp;threadID=409549&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.sun.com/thread.jspa?forumID=331&amp;threadID=409549&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://forums.sun.com/thread.jspa?forumID=331&amp;threadID=587997&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.sun.com/thread.jspa?forumID=331&amp;threadID=587997&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://markmail.org/message/fjklzmmuqnrvw5hh#query:jax-rpc%20timeout%20sun+page:1+mid:fjklzmmuqnrvw5hh+state:results&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://markmail.org/message/fjklzmmuqnrvw5hh#query:jax-rpc%20timeout%20sun+page:1+mid:fjklzmmuqnrvw5hh+state:results&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://forums.java.net/jive/message.jspa?messageID=328098&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/message.jspa?messageID=328098&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/Axis-stubs-vs-JAX-RPC-stubs-td8069451.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/Axis-stubs-vs-JAX-RPC-stubs-td8069451.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22574314&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22574314&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---Issues-f2631.html&quot; embed=&quot;fixTarget[2631]&quot; target=&quot;_top&quot; &gt;JAX-RPC - Issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Issue-41--New---Request-timeout-functionality-tp22574314p22574314.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22565281</id>
	<title>Re: JAX-RPC request timeout</title>
	<published>2009-03-17T11:35:46Z</published>
	<updated>2009-03-17T11:35:46Z</updated>
	<author>
		<name>T. Anbu Balakumaran</name>
	</author>
	<content type="html">This is a &amp;nbsp;valid enhancement request. &amp;nbsp;Please submit an issue in the 
&lt;br&gt;issue tracker (&lt;a href=&quot;https://jax-rpc.dev.java.net/issues&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://jax-rpc.dev.java.net/issues&lt;/a&gt;), and we will work on 
&lt;br&gt;provide this enhancement in the next jax-rpc patch release. &amp;nbsp;Thanks.
&lt;br&gt;bala
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22565281&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;M.Kairys@...&lt;/a&gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Hello,
&lt;br&gt;&amp;gt; JAX-RPC states itself as &amp;quot;Production Quality&amp;quot; service, but has no 
&lt;br&gt;&amp;gt; possibility to specify http request timeouts in web service client side. 
&lt;br&gt;&amp;gt; We have chosen this implementation as it has good performance, and is 
&lt;br&gt;&amp;gt; supported by sun application server 8.2, but this lack of such important 
&lt;br&gt;&amp;gt; feature is really show stopper.
&lt;br&gt;&amp;gt; If some external web service hangs or stops - our whole system also hangs 
&lt;br&gt;&amp;gt; because no request timeout can occur and all threads hang trying to call 
&lt;br&gt;&amp;gt; hanging web service.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have looked at sources and found that this functionality is implemented 
&lt;br&gt;&amp;gt; in JAX-WS class com.sun.xml.ws.transport.http.client.HttpClientTransport, 
&lt;br&gt;&amp;gt; but is missing in JAX-RPC implementations class 
&lt;br&gt;&amp;gt; com.sun.xml.rpc.client.http.HttpClientTransport.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Can we expect that this feature will be implemented some day?
&lt;br&gt;&amp;gt; If no, can we download JAX-RPC source code, add this functionality by 
&lt;br&gt;&amp;gt; ourselves and use it internally for commercial use (we have sun jes 
&lt;br&gt;&amp;gt; support license)?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; P.S. 
&lt;br&gt;&amp;gt; I have found several forum posts without an answer on the same topic:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://markmail.org/message/ajwkgpgyna34v54k&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://markmail.org/message/ajwkgpgyna34v54k&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://forums.sun.com/thread.jspa?forumID=331&amp;threadID=409549&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.sun.com/thread.jspa?forumID=331&amp;threadID=409549&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://forums.sun.com/thread.jspa?forumID=331&amp;threadID=587997&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.sun.com/thread.jspa?forumID=331&amp;threadID=587997&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://markmail.org/message/fjklzmmuqnrvw5hh#query:jax-rpc%20timeout%20sun+page:1+mid:fjklzmmuqnrvw5hh+state:results&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://markmail.org/message/fjklzmmuqnrvw5hh#query:jax-rpc%20timeout%20sun+page:1+mid:fjklzmmuqnrvw5hh+state:results&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://forums.java.net/jive/message.jspa?messageID=328098&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/message.jspa?messageID=328098&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/Axis-stubs-vs-JAX-RPC-stubs-td8069451.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/Axis-stubs-vs-JAX-RPC-stubs-td8069451.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22565281&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22565281&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22565281&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22565281&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---User-f2630.html&quot; embed=&quot;fixTarget[2630]&quot; target=&quot;_top&quot; &gt;JAX-RPC - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JAX-RPC-request-timeout-tp22556609p22565281.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22556609</id>
	<title>JAX-RPC request timeout</title>
	<published>2009-03-17T03:50:46Z</published>
	<updated>2009-03-17T03:50:46Z</updated>
	<author>
		<name>M.Kairys</name>
	</author>
	<content type="html">&amp;nbsp; &amp;nbsp;Hello,
&lt;br&gt;JAX-RPC states itself as &amp;quot;Production Quality&amp;quot; service, but has no 
&lt;br&gt;possibility to specify http request timeouts in web service client side. 
&lt;br&gt;We have chosen this implementation as it has good performance, and is 
&lt;br&gt;supported by sun application server 8.2, but this lack of such important 
&lt;br&gt;feature is really show stopper.
&lt;br&gt;If some external web service hangs or stops - our whole system also hangs 
&lt;br&gt;because no request timeout can occur and all threads hang trying to call 
&lt;br&gt;hanging web service.
&lt;br&gt;&lt;br&gt;I have looked at sources and found that this functionality is implemented 
&lt;br&gt;in JAX-WS class com.sun.xml.ws.transport.http.client.HttpClientTransport, 
&lt;br&gt;but is missing in JAX-RPC implementations class 
&lt;br&gt;com.sun.xml.rpc.client.http.HttpClientTransport.
&lt;br&gt;&lt;br&gt;Can we expect that this feature will be implemented some day?
&lt;br&gt;If no, can we download JAX-RPC source code, add this functionality by 
&lt;br&gt;ourselves and use it internally for commercial use (we have sun jes 
&lt;br&gt;support license)?
&lt;br&gt;&lt;br&gt;P.S. 
&lt;br&gt;I have found several forum posts without an answer on the same topic:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://markmail.org/message/ajwkgpgyna34v54k&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://markmail.org/message/ajwkgpgyna34v54k&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://forums.sun.com/thread.jspa?forumID=331&amp;threadID=409549&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.sun.com/thread.jspa?forumID=331&amp;threadID=409549&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://forums.sun.com/thread.jspa?forumID=331&amp;threadID=587997&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.sun.com/thread.jspa?forumID=331&amp;threadID=587997&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://markmail.org/message/fjklzmmuqnrvw5hh#query:jax-rpc%20timeout%20sun+page:1+mid:fjklzmmuqnrvw5hh+state:results&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://markmail.org/message/fjklzmmuqnrvw5hh#query:jax-rpc%20timeout%20sun+page:1+mid:fjklzmmuqnrvw5hh+state:results&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://forums.java.net/jive/message.jspa?messageID=328098&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/message.jspa?messageID=328098&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/Axis-stubs-vs-JAX-RPC-stubs-td8069451.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/Axis-stubs-vs-JAX-RPC-stubs-td8069451.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22556609&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22556609&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---User-f2630.html&quot; embed=&quot;fixTarget[2630]&quot; target=&quot;_top&quot; &gt;JAX-RPC - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JAX-RPC-request-timeout-tp22556609p22556609.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22088327</id>
	<title>Re: WsCompile generates Exception Class, builds faulty classes</title>
	<published>2009-02-18T13:12:06Z</published>
	<updated>2009-02-18T13:12:06Z</updated>
	<author>
		<name>Lukas Jungmann</name>
	</author>
	<content type="html">Schmidt_Schiffl wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Unfortunately, it seems I can't use JAX-WS because some of the methods use
&lt;br&gt;&amp;gt; the datatype 'soapenc:Array', which seems to be not supported by JAX-WS. I
&lt;br&gt;&amp;gt; get the following error message: 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [WARNING] src-resolve.4.2: Error resolving component 'soapenc:Array'. It was
&lt;br&gt;&amp;gt; detected that 'soapenc:Array' is in namespace
&lt;br&gt;&amp;gt; '&lt;a href=&quot;http://schemas.xmlsoap.org/soap/encoding/'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/encoding/'&lt;/a&gt;, but components from this
&lt;br&gt;&amp;gt; namespace are not referenceable from schema document
&lt;br&gt;&amp;gt; '&lt;a href=&quot;http://213.47.107.15:10889/soap#types?schema1'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://213.47.107.15:10889/soap#types?schema1'&lt;/a&gt;. If this is the incorrect
&lt;br&gt;&amp;gt; namespace, perhaps the prefix of 'soapenc:Array' needs to be changed. If
&lt;br&gt;&amp;gt; this is the correct namespace, then an appropriate 'import' tag should be
&lt;br&gt;&amp;gt; added to '&lt;a href=&quot;http://213.47.107.15:10889/soap#types?schema1'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://213.47.107.15:10889/soap#types?schema1'&lt;/a&gt;.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; And then errors saying that the soapenc:Arry type can not be resolved.
&lt;/div&gt;&lt;br&gt;because JAX-WS doesn't know where it can find definition of soapenc 
&lt;br&gt;namespace. Just tweak a WSDL a bit and you're on the way with JAX-WS.
&lt;br&gt;&lt;br&gt;You can try it ie this way (works for me with your WSDL):
&lt;br&gt;&amp;lt;definitions...&amp;gt;
&lt;br&gt;&amp;lt;types...&amp;gt;
&lt;br&gt;&amp;lt;xs:schema...&amp;gt;
&lt;br&gt;&amp;lt;xs:import namespace=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/encoding/&lt;/a&gt;&amp;quot; 
&lt;br&gt;schemaLocation=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/encoding/&lt;/a&gt;&amp;quot;/&amp;gt;
&lt;br&gt;&amp;lt;xs:complexType name=&amp;quot;jxCase&amp;quot;&amp;gt;
&lt;br&gt;...
&lt;br&gt;&lt;br&gt;--lj
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Jitendra Kotamraju wrote:
&lt;br&gt;&amp;gt;&amp;gt; There isn't much development going on JAX-RPC. I would like you to use 
&lt;br&gt;&amp;gt;&amp;gt; JAX-WS since you are using rpc/lit wsdl.
&lt;br&gt;&amp;gt;&amp;gt; The JAX-WS RI can be downloaded from &lt;a href=&quot;http://jax-ws.dev.java.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jax-ws.dev.java.net&lt;/a&gt;. Also it 
&lt;br&gt;&amp;gt;&amp;gt; is part of JDK 6.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; thanks,
&lt;br&gt;&amp;gt;&amp;gt; jitu
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Schmidt_Schiffl wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Dear members of this forum, 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I have a problem executing the Wscompile ant task. When executed against
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; wsdl file posted below, the task generates exception classes and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; serializer
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; for Exceptions which aer part of the java API: Exception, IOException and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; RemoteException. Also, the task does not let these classes inherit from
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Exception class, but it does enter them into catch phrases. since this is
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; not allowed, the generated classes can not be compiled, the task fails
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; generating the Serializer registry and thus fails overall. 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; This is the wsdl file: 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; ?&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;definitions xmlns=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; xmlns:xs=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema&lt;/a&gt;&amp;quot; name=&amp;quot;jxMobileSVCLibrary&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; targetNamespace=&amp;quot;&lt;a href=&quot;http://tempuri.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tempuri.org/&lt;/a&gt;&amp;quot; xmlns:tns=&amp;quot;&lt;a href=&quot;http://tempuri.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tempuri.org/&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; xmlns:soap=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/soap/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/soap/&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; xmlns:soapenc=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/encoding/&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; xmlns:mime=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/mime/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/mime/&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; xmlns:ro=&amp;quot;urn:jxMobileSVCLibrary&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;types&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;xs:schema targetNamespace=&amp;quot;urn:jxMobileSVCLibrary&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; xmlns=&amp;quot;urn:jxMobileSVCLibrary&amp;quot; elementFormDefault=&amp;quot;qualified&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;jxCase&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxCaseId&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxCaseNo&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxCaseDescription&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxCaseDateCreated&amp;quot; type=&amp;quot;xs:dateTime&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;jxService&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSvcType&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSvcSubType&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSvcShort&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSvcDescription&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSvcUserTypeId&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;jxDisbursement&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxDisbShortText&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxDisbText&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxDisbTax&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxDisbQuantity&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxDisbValue&amp;quot; type=&amp;quot;xs:double&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxDisbValue1&amp;quot; type=&amp;quot;xs:double&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;jxServiceTask&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTId&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTEmployee&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTImported&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTIsGroup&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTPartofGroup&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTInfo_AB&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTInfo_LK&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTINfo_BZ&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTInfo_BEG&amp;quot; type=&amp;quot;xs:dateTime&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTInfo_END&amp;quot; type=&amp;quot;xs:dateTime&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTInfo_INT&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTInfo_DE&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTInfo_DV&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTInfo_STS&amp;quot; type=&amp;quot;xs:double&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTCaseNo&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTClientOneName&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTOponentOneName&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;jxListOfCase&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexContent&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:restriction base=&amp;quot;soapenc:Array&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:attribute ref=&amp;quot;soapenc:arrayType&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; n1:arrayType=&amp;quot;ro:jxCase[]&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; xmlns:n1=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/&lt;/a&gt;&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:restriction&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexContent&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;jxListOfServices&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexContent&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:restriction base=&amp;quot;soapenc:Array&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:attribute ref=&amp;quot;soapenc:arrayType&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; n1:arrayType=&amp;quot;ro:jxService[]&amp;quot; xmlns:n1=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:restriction&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexContent&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;jxListOfDisbursement&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexContent&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:restriction base=&amp;quot;soapenc:Array&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:attribute ref=&amp;quot;soapenc:arrayType&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; n1:arrayType=&amp;quot;ro:jxDisbursement[]&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; xmlns:n1=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/&lt;/a&gt;&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:restriction&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexContent&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;jxListOfServiceTasks&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexContent&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:restriction base=&amp;quot;soapenc:Array&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:attribute ref=&amp;quot;soapenc:arrayType&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; n1:arrayType=&amp;quot;ro:jxServiceTask[]&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; xmlns:n1=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/&lt;/a&gt;&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:restriction&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexContent&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:schema&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;/types&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetServerTimeRequest&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetServerTimeResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;Result&amp;quot; type=&amp;quot;xs:dateTime&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetListOfCaseRequest&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pCaseId&amp;quot; type=&amp;quot;xs:int&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pCaseNo&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pCaseDescription&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetListOfCaseResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;Result&amp;quot; type=&amp;quot;ro:jxListOfCase&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetListOfDisbursementRequest&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pFilter&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetListOfDisbursementResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;Result&amp;quot; type=&amp;quot;ro:jxListOfDisbursement&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetListOfServicesRequest&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pFilter&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetListOfServicesResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;Result&amp;quot; type=&amp;quot;ro:jxListOfServices&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetListOfServiceTasksRequest&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pSTId&amp;quot; type=&amp;quot;xs:int&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pSTCaseNo&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pStartOfDate&amp;quot; type=&amp;quot;xs:dateTime&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pEndOfDate&amp;quot; type=&amp;quot;xs:dateTime&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetListOfServiceTasksResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;Result&amp;quot; type=&amp;quot;ro:jxListOfServiceTasks&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___SendServiceTaskRequest&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___SendServiceTaskResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;Result&amp;quot; type=&amp;quot;xs:boolean&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;jxSTSave&amp;quot; type=&amp;quot;ro:jxServiceTask&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;portType name=&amp;quot;JxMobileClientService&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetServerTime&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input message=&amp;quot;tns:JxMobileClientService___GetServerTimeRequest&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output message=&amp;quot;tns:JxMobileClientService___GetServerTimeResponse&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetListOfCase&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input message=&amp;quot;tns:JxMobileClientService___GetListOfCaseRequest&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output message=&amp;quot;tns:JxMobileClientService___GetListOfCaseResponse&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetListOfDisbursement&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; message=&amp;quot;tns:JxMobileClientService___GetListOfDisbursementRequest&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; message=&amp;quot;tns:JxMobileClientService___GetListOfDisbursementResponse&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetListOfServices&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; message=&amp;quot;tns:JxMobileClientService___GetListOfServicesRequest&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; message=&amp;quot;tns:JxMobileClientService___GetListOfServicesResponse&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetListOfServiceTasks&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; message=&amp;quot;tns:JxMobileClientService___GetListOfServiceTasksRequest&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; message=&amp;quot;tns:JxMobileClientService___GetListOfServiceTasksResponse&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;SendServiceTask&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input message=&amp;quot;tns:JxMobileClientService___SendServiceTaskRequest&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; message=&amp;quot;tns:JxMobileClientService___SendServiceTaskResponse&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;/portType&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;binding name=&amp;quot;JxMobileClientServiceBinding&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; type=&amp;quot;tns:JxMobileClientService&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;soap:binding style=&amp;quot;rpc&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; transport=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/soap/http&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/http&lt;/a&gt;&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetServerTime&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:operation
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; soapAction=&amp;quot;urn:jxMobileSVCLibrary-JxMobileClientService#GetServerTime&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; style=&amp;quot;rpc&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/input&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/output&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetListOfCase&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:operation
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; soapAction=&amp;quot;urn:jxMobileSVCLibrary-JxMobileClientService#GetListOfCase&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; style=&amp;quot;rpc&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/input&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/output&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetListOfDisbursement&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:operation
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; soapAction=&amp;quot;urn:jxMobileSVCLibrary-JxMobileClientService#GetListOfDisbursement&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; style=&amp;quot;rpc&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/input&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/output&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetListOfServices&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:operation
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; soapAction=&amp;quot;urn:jxMobileSVCLibrary-JxMobileClientService#GetListOfServices&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; style=&amp;quot;rpc&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/input&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/output&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetListOfServiceTasks&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:operation
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; soapAction=&amp;quot;urn:jxMobileSVCLibrary-JxMobileClientService#GetListOfServiceTasks&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; style=&amp;quot;rpc&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/input&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/output&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;SendServiceTask&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:operation
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; soapAction=&amp;quot;urn:jxMobileSVCLibrary-JxMobileClientService#SendServiceTask&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; style=&amp;quot;rpc&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/input&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/output&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;/binding&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;service name=&amp;quot;JxMobileClientServiceService&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;documentation&amp;gt;Service JxMobileClientService. This service has been
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; automatically generated using the RODL template you can find in the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Templates directory.&amp;lt;/documentation&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;port name=&amp;quot;JxMobileClientServicePort&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; binding=&amp;quot;tns:JxMobileClientServiceBinding&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;soap:address location=&amp;quot;XXX&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/port&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;/service&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;/definitions&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; and these the ant definitions: 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 	&amp;lt;taskdef name=&amp;quot;wscompile&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; classname=&amp;quot;com.sun.xml.rpc.tools.ant.Wscompile&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 		&amp;lt;classpath refid=&amp;quot;jwsdplib.classpath&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 	&amp;lt;/taskdef&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 	&amp;lt;target name=&amp;quot;generateJXpertWrapper&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 		&amp;lt;!-- clear sourcefolder --&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 		&amp;lt;delete dir=&amp;quot;${dir.src.wrapper}/com&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 		&amp;lt;wscompile
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 			keep=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 			client=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 			base=&amp;quot;${dir.src.wrapper}&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 			xPrintStackTrace=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 			verbose=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 			config=&amp;quot;${file.config.jxpert}&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 			&amp;lt;classpath refid=&amp;quot;jwsdplib.classpath&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 		&amp;lt;/wscompile&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 	&amp;lt;/target&amp;gt;		
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I would appreciate any hint you can give me. 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22088327&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22088327&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22088327&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22088327&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---User-f2630.html&quot; embed=&quot;fixTarget[2630]&quot; target=&quot;_top&quot; &gt;JAX-RPC - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/WsCompile-generates-Exception-Class%2C-builds-faulty-classes-tp22056156p22088327.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22081309</id>
	<title>Re: WsCompile generates Exception Class, builds faulty classes</title>
	<published>2009-02-18T07:37:34Z</published>
	<updated>2009-02-18T07:37:34Z</updated>
	<author>
		<name>Schmidt_Schiffl</name>
	</author>
	<content type="html">Unfortunately, it seems I can't use JAX-WS because some of the methods use the datatype 'soapenc:Array', which seems to be not supported by JAX-WS. I get the following error message: 
&lt;br&gt;&lt;br&gt;[WARNING] src-resolve.4.2: Error resolving component 'soapenc:Array'. It was detected that 'soapenc:Array' is in namespace '&lt;a href=&quot;http://schemas.xmlsoap.org/soap/encoding/'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/encoding/'&lt;/a&gt;, but components from this namespace are not referenceable from schema document '&lt;a href=&quot;http://localhost:10889/soap#types?schema1'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:10889/soap#types?schema1'&lt;/a&gt;. If this is the incorrect namespace, perhaps the prefix of 'soapenc:Array' needs to be changed. If this is the correct namespace, then an appropriate 'import' tag should be added to '&lt;a href=&quot;http://localhost:10889/soap#types?schema1'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:10889/soap#types?schema1'&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;And then errors saying that the soapenc:Arry type can not be resolved. 
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Jitendra Kotamraju wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;There isn't much development going on JAX-RPC. I would like you to use 
&lt;br&gt;JAX-WS since you are using rpc/lit wsdl.
&lt;br&gt;The JAX-WS RI can be downloaded from &lt;a href=&quot;http://jax-ws.dev.java.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jax-ws.dev.java.net&lt;/a&gt;. Also it 
&lt;br&gt;is part of JDK 6.
&lt;br&gt;&lt;br&gt;thanks,
&lt;br&gt;jitu
&lt;br&gt;&lt;br&gt;Schmidt_Schiffl wrote:
&lt;br&gt;&amp;gt; Dear members of this forum, 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have a problem executing the Wscompile ant task. When executed against the
&lt;br&gt;&amp;gt; wsdl file posted below, the task generates exception classes and serializer
&lt;br&gt;&amp;gt; for Exceptions which aer part of the java API: Exception, IOException and
&lt;br&gt;&amp;gt; RemoteException. Also, the task does not let these classes inherit from the
&lt;br&gt;&amp;gt; Exception class, but it does enter them into catch phrases. since this is
&lt;br&gt;&amp;gt; not allowed, the generated classes can not be compiled, the task fails
&lt;br&gt;&amp;gt; generating the Serializer registry and thus fails overall. 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This is the wsdl file: 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; ?&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;definitions xmlns=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt; xmlns:xs=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema&lt;/a&gt;&amp;quot; name=&amp;quot;jxMobileSVCLibrary&amp;quot;
&lt;br&gt;&amp;gt; targetNamespace=&amp;quot;&lt;a href=&quot;http://tempuri.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tempuri.org/&lt;/a&gt;&amp;quot; xmlns:tns=&amp;quot;&lt;a href=&quot;http://tempuri.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tempuri.org/&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt; xmlns:soap=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/soap/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/soap/&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt; xmlns:soapenc=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/encoding/&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt; xmlns:mime=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/mime/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/mime/&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt; xmlns:ro=&amp;quot;urn:jxMobileSVCLibrary&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;types&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;xs:schema targetNamespace=&amp;quot;urn:jxMobileSVCLibrary&amp;quot;
&lt;br&gt;&amp;gt; xmlns=&amp;quot;urn:jxMobileSVCLibrary&amp;quot; elementFormDefault=&amp;quot;qualified&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;jxCase&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxCaseId&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxCaseNo&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxCaseDescription&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxCaseDateCreated&amp;quot; type=&amp;quot;xs:dateTime&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;jxService&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSvcType&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSvcSubType&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSvcShort&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSvcDescription&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSvcUserTypeId&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;jxDisbursement&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxDisbShortText&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxDisbText&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxDisbTax&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxDisbQuantity&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxDisbValue&amp;quot; type=&amp;quot;xs:double&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxDisbValue1&amp;quot; type=&amp;quot;xs:double&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;jxServiceTask&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTId&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTEmployee&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTImported&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTIsGroup&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTPartofGroup&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTInfo_AB&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTInfo_LK&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTINfo_BZ&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTInfo_BEG&amp;quot; type=&amp;quot;xs:dateTime&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTInfo_END&amp;quot; type=&amp;quot;xs:dateTime&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTInfo_INT&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTInfo_DE&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTInfo_DV&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTInfo_STS&amp;quot; type=&amp;quot;xs:double&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTCaseNo&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTClientOneName&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTOponentOneName&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;jxListOfCase&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexContent&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:restriction base=&amp;quot;soapenc:Array&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:attribute ref=&amp;quot;soapenc:arrayType&amp;quot; n1:arrayType=&amp;quot;ro:jxCase[]&amp;quot;
&lt;br&gt;&amp;gt; xmlns:n1=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/&lt;/a&gt;&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:restriction&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexContent&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;jxListOfServices&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexContent&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:restriction base=&amp;quot;soapenc:Array&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:attribute ref=&amp;quot;soapenc:arrayType&amp;quot;
&lt;br&gt;&amp;gt; n1:arrayType=&amp;quot;ro:jxService[]&amp;quot; xmlns:n1=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/&lt;/a&gt;&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:restriction&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexContent&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;jxListOfDisbursement&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexContent&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:restriction base=&amp;quot;soapenc:Array&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:attribute ref=&amp;quot;soapenc:arrayType&amp;quot;
&lt;br&gt;&amp;gt; n1:arrayType=&amp;quot;ro:jxDisbursement[]&amp;quot;
&lt;br&gt;&amp;gt; xmlns:n1=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/&lt;/a&gt;&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:restriction&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexContent&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;jxListOfServiceTasks&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexContent&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:restriction base=&amp;quot;soapenc:Array&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:attribute ref=&amp;quot;soapenc:arrayType&amp;quot;
&lt;br&gt;&amp;gt; n1:arrayType=&amp;quot;ro:jxServiceTask[]&amp;quot;
&lt;br&gt;&amp;gt; xmlns:n1=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/&lt;/a&gt;&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:restriction&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexContent&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:schema&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/types&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetServerTimeRequest&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetServerTimeResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;Result&amp;quot; type=&amp;quot;xs:dateTime&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetListOfCaseRequest&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pCaseId&amp;quot; type=&amp;quot;xs:int&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pCaseNo&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pCaseDescription&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetListOfCaseResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;Result&amp;quot; type=&amp;quot;ro:jxListOfCase&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetListOfDisbursementRequest&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pFilter&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetListOfDisbursementResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;Result&amp;quot; type=&amp;quot;ro:jxListOfDisbursement&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetListOfServicesRequest&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pFilter&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetListOfServicesResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;Result&amp;quot; type=&amp;quot;ro:jxListOfServices&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetListOfServiceTasksRequest&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pSTId&amp;quot; type=&amp;quot;xs:int&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pSTCaseNo&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pStartOfDate&amp;quot; type=&amp;quot;xs:dateTime&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pEndOfDate&amp;quot; type=&amp;quot;xs:dateTime&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetListOfServiceTasksResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;Result&amp;quot; type=&amp;quot;ro:jxListOfServiceTasks&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___SendServiceTaskRequest&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___SendServiceTaskResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;Result&amp;quot; type=&amp;quot;xs:boolean&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;jxSTSave&amp;quot; type=&amp;quot;ro:jxServiceTask&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;portType name=&amp;quot;JxMobileClientService&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetServerTime&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input message=&amp;quot;tns:JxMobileClientService___GetServerTimeRequest&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output message=&amp;quot;tns:JxMobileClientService___GetServerTimeResponse&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetListOfCase&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input message=&amp;quot;tns:JxMobileClientService___GetListOfCaseRequest&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output message=&amp;quot;tns:JxMobileClientService___GetListOfCaseResponse&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetListOfDisbursement&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input
&lt;br&gt;&amp;gt; message=&amp;quot;tns:JxMobileClientService___GetListOfDisbursementRequest&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output
&lt;br&gt;&amp;gt; message=&amp;quot;tns:JxMobileClientService___GetListOfDisbursementResponse&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetListOfServices&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input message=&amp;quot;tns:JxMobileClientService___GetListOfServicesRequest&amp;quot;
&lt;br&gt;&amp;gt; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output
&lt;br&gt;&amp;gt; message=&amp;quot;tns:JxMobileClientService___GetListOfServicesResponse&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetListOfServiceTasks&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input
&lt;br&gt;&amp;gt; message=&amp;quot;tns:JxMobileClientService___GetListOfServiceTasksRequest&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output
&lt;br&gt;&amp;gt; message=&amp;quot;tns:JxMobileClientService___GetListOfServiceTasksResponse&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;SendServiceTask&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input message=&amp;quot;tns:JxMobileClientService___SendServiceTaskRequest&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output message=&amp;quot;tns:JxMobileClientService___SendServiceTaskResponse&amp;quot;
&lt;br&gt;&amp;gt; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/portType&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;binding name=&amp;quot;JxMobileClientServiceBinding&amp;quot;
&lt;br&gt;&amp;gt; type=&amp;quot;tns:JxMobileClientService&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;soap:binding style=&amp;quot;rpc&amp;quot;
&lt;br&gt;&amp;gt; transport=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/soap/http&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/http&lt;/a&gt;&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetServerTime&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:operation
&lt;br&gt;&amp;gt; soapAction=&amp;quot;urn:jxMobileSVCLibrary-JxMobileClientService#GetServerTime&amp;quot;
&lt;br&gt;&amp;gt; style=&amp;quot;rpc&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/input&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/output&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetListOfCase&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:operation
&lt;br&gt;&amp;gt; soapAction=&amp;quot;urn:jxMobileSVCLibrary-JxMobileClientService#GetListOfCase&amp;quot;
&lt;br&gt;&amp;gt; style=&amp;quot;rpc&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/input&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/output&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetListOfDisbursement&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:operation
&lt;br&gt;&amp;gt; soapAction=&amp;quot;urn:jxMobileSVCLibrary-JxMobileClientService#GetListOfDisbursement&amp;quot;
&lt;br&gt;&amp;gt; style=&amp;quot;rpc&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/input&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/output&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetListOfServices&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:operation
&lt;br&gt;&amp;gt; soapAction=&amp;quot;urn:jxMobileSVCLibrary-JxMobileClientService#GetListOfServices&amp;quot;
&lt;br&gt;&amp;gt; style=&amp;quot;rpc&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/input&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/output&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetListOfServiceTasks&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:operation
&lt;br&gt;&amp;gt; soapAction=&amp;quot;urn:jxMobileSVCLibrary-JxMobileClientService#GetListOfServiceTasks&amp;quot;
&lt;br&gt;&amp;gt; style=&amp;quot;rpc&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/input&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/output&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;SendServiceTask&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:operation
&lt;br&gt;&amp;gt; soapAction=&amp;quot;urn:jxMobileSVCLibrary-JxMobileClientService#SendServiceTask&amp;quot;
&lt;br&gt;&amp;gt; style=&amp;quot;rpc&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/input&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/output&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/binding&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;service name=&amp;quot;JxMobileClientServiceService&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;documentation&amp;gt;Service JxMobileClientService. This service has been
&lt;br&gt;&amp;gt; automatically generated using the RODL template you can find in the
&lt;br&gt;&amp;gt; Templates directory.&amp;lt;/documentation&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;port name=&amp;quot;JxMobileClientServicePort&amp;quot;
&lt;br&gt;&amp;gt; binding=&amp;quot;tns:JxMobileClientServiceBinding&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;soap:address location=&amp;quot;XXX&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/port&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/service&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/definitions&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; and these the ant definitions: 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 	&amp;lt;taskdef name=&amp;quot;wscompile&amp;quot; classname=&amp;quot;com.sun.xml.rpc.tools.ant.Wscompile&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; 		&amp;lt;classpath refid=&amp;quot;jwsdplib.classpath&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; 	&amp;lt;/taskdef&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 	&amp;lt;target name=&amp;quot;generateJXpertWrapper&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; 		&amp;lt;!-- clear sourcefolder --&amp;gt;
&lt;br&gt;&amp;gt; 		&amp;lt;delete dir=&amp;quot;${dir.src.wrapper}/com&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; 		&amp;lt;wscompile
&lt;br&gt;&amp;gt; 			keep=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;gt; 			client=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;gt; 			base=&amp;quot;${dir.src.wrapper}&amp;quot;
&lt;br&gt;&amp;gt; 			xPrintStackTrace=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;gt; 			verbose=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;gt; 			config=&amp;quot;${file.config.jxpert}&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;classpath refid=&amp;quot;jwsdplib.classpath&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; 		&amp;lt;/wscompile&amp;gt;
&lt;br&gt;&amp;gt; 	&amp;lt;/target&amp;gt;		
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I would appreciate any hint you can give me. 
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: users-unsubscribe@jax-rpc.dev.java.net
&lt;br&gt;For additional commands, e-mail: users-help@jax-rpc.dev.java.net
&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---User-f2630.html&quot; embed=&quot;fixTarget[2630]&quot; target=&quot;_top&quot; &gt;JAX-RPC - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/WsCompile-generates-Exception-Class%2C-builds-faulty-classes-tp22056156p22081309.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22063771</id>
	<title>Re: WsCompile generates Exception Class, builds faulty classes</title>
	<published>2009-02-17T10:49:52Z</published>
	<updated>2009-02-17T10:49:52Z</updated>
	<author>
		<name>Jitendra Kotamraju</name>
	</author>
	<content type="html">There isn't much development going on JAX-RPC. I would like you to use 
&lt;br&gt;JAX-WS since you are using rpc/lit wsdl.
&lt;br&gt;The JAX-WS RI can be downloaded from &lt;a href=&quot;http://jax-ws.dev.java.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jax-ws.dev.java.net&lt;/a&gt;. Also it 
&lt;br&gt;is part of JDK 6.
&lt;br&gt;&lt;br&gt;thanks,
&lt;br&gt;jitu
&lt;br&gt;&lt;br&gt;Schmidt_Schiffl wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Dear members of this forum, 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have a problem executing the Wscompile ant task. When executed against the
&lt;br&gt;&amp;gt; wsdl file posted below, the task generates exception classes and serializer
&lt;br&gt;&amp;gt; for Exceptions which aer part of the java API: Exception, IOException and
&lt;br&gt;&amp;gt; RemoteException. Also, the task does not let these classes inherit from the
&lt;br&gt;&amp;gt; Exception class, but it does enter them into catch phrases. since this is
&lt;br&gt;&amp;gt; not allowed, the generated classes can not be compiled, the task fails
&lt;br&gt;&amp;gt; generating the Serializer registry and thus fails overall. 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This is the wsdl file: 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; ?&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;definitions xmlns=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt; xmlns:xs=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema&lt;/a&gt;&amp;quot; name=&amp;quot;jxMobileSVCLibrary&amp;quot;
&lt;br&gt;&amp;gt; targetNamespace=&amp;quot;&lt;a href=&quot;http://tempuri.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tempuri.org/&lt;/a&gt;&amp;quot; xmlns:tns=&amp;quot;&lt;a href=&quot;http://tempuri.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tempuri.org/&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt; xmlns:soap=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/soap/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/soap/&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt; xmlns:soapenc=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/encoding/&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt; xmlns:mime=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/mime/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/mime/&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt; xmlns:ro=&amp;quot;urn:jxMobileSVCLibrary&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;types&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;xs:schema targetNamespace=&amp;quot;urn:jxMobileSVCLibrary&amp;quot;
&lt;br&gt;&amp;gt; xmlns=&amp;quot;urn:jxMobileSVCLibrary&amp;quot; elementFormDefault=&amp;quot;qualified&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;jxCase&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxCaseId&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxCaseNo&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxCaseDescription&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxCaseDateCreated&amp;quot; type=&amp;quot;xs:dateTime&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;jxService&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSvcType&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSvcSubType&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSvcShort&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSvcDescription&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSvcUserTypeId&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;jxDisbursement&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxDisbShortText&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxDisbText&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxDisbTax&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxDisbQuantity&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxDisbValue&amp;quot; type=&amp;quot;xs:double&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxDisbValue1&amp;quot; type=&amp;quot;xs:double&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;jxServiceTask&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTId&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTEmployee&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTImported&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTIsGroup&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTPartofGroup&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTInfo_AB&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTInfo_LK&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTINfo_BZ&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTInfo_BEG&amp;quot; type=&amp;quot;xs:dateTime&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTInfo_END&amp;quot; type=&amp;quot;xs:dateTime&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTInfo_INT&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTInfo_DE&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTInfo_DV&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTInfo_STS&amp;quot; type=&amp;quot;xs:double&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTCaseNo&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTClientOneName&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTOponentOneName&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;jxListOfCase&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexContent&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:restriction base=&amp;quot;soapenc:Array&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:attribute ref=&amp;quot;soapenc:arrayType&amp;quot; n1:arrayType=&amp;quot;ro:jxCase[]&amp;quot;
&lt;br&gt;&amp;gt; xmlns:n1=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/&lt;/a&gt;&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:restriction&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexContent&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;jxListOfServices&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexContent&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:restriction base=&amp;quot;soapenc:Array&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:attribute ref=&amp;quot;soapenc:arrayType&amp;quot;
&lt;br&gt;&amp;gt; n1:arrayType=&amp;quot;ro:jxService[]&amp;quot; xmlns:n1=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/&lt;/a&gt;&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:restriction&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexContent&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;jxListOfDisbursement&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexContent&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:restriction base=&amp;quot;soapenc:Array&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:attribute ref=&amp;quot;soapenc:arrayType&amp;quot;
&lt;br&gt;&amp;gt; n1:arrayType=&amp;quot;ro:jxDisbursement[]&amp;quot;
&lt;br&gt;&amp;gt; xmlns:n1=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/&lt;/a&gt;&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:restriction&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexContent&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;jxListOfServiceTasks&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexContent&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:restriction base=&amp;quot;soapenc:Array&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:attribute ref=&amp;quot;soapenc:arrayType&amp;quot;
&lt;br&gt;&amp;gt; n1:arrayType=&amp;quot;ro:jxServiceTask[]&amp;quot;
&lt;br&gt;&amp;gt; xmlns:n1=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/&lt;/a&gt;&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:restriction&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexContent&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:schema&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/types&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetServerTimeRequest&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetServerTimeResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;Result&amp;quot; type=&amp;quot;xs:dateTime&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetListOfCaseRequest&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pCaseId&amp;quot; type=&amp;quot;xs:int&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pCaseNo&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pCaseDescription&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetListOfCaseResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;Result&amp;quot; type=&amp;quot;ro:jxListOfCase&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetListOfDisbursementRequest&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pFilter&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetListOfDisbursementResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;Result&amp;quot; type=&amp;quot;ro:jxListOfDisbursement&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetListOfServicesRequest&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pFilter&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetListOfServicesResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;Result&amp;quot; type=&amp;quot;ro:jxListOfServices&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetListOfServiceTasksRequest&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pSTId&amp;quot; type=&amp;quot;xs:int&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pSTCaseNo&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pStartOfDate&amp;quot; type=&amp;quot;xs:dateTime&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pEndOfDate&amp;quot; type=&amp;quot;xs:dateTime&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetListOfServiceTasksResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;Result&amp;quot; type=&amp;quot;ro:jxListOfServiceTasks&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___SendServiceTaskRequest&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___SendServiceTaskResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;Result&amp;quot; type=&amp;quot;xs:boolean&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;jxSTSave&amp;quot; type=&amp;quot;ro:jxServiceTask&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;portType name=&amp;quot;JxMobileClientService&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetServerTime&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input message=&amp;quot;tns:JxMobileClientService___GetServerTimeRequest&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output message=&amp;quot;tns:JxMobileClientService___GetServerTimeResponse&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetListOfCase&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input message=&amp;quot;tns:JxMobileClientService___GetListOfCaseRequest&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output message=&amp;quot;tns:JxMobileClientService___GetListOfCaseResponse&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetListOfDisbursement&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input
&lt;br&gt;&amp;gt; message=&amp;quot;tns:JxMobileClientService___GetListOfDisbursementRequest&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output
&lt;br&gt;&amp;gt; message=&amp;quot;tns:JxMobileClientService___GetListOfDisbursementResponse&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetListOfServices&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input message=&amp;quot;tns:JxMobileClientService___GetListOfServicesRequest&amp;quot;
&lt;br&gt;&amp;gt; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output
&lt;br&gt;&amp;gt; message=&amp;quot;tns:JxMobileClientService___GetListOfServicesResponse&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetListOfServiceTasks&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input
&lt;br&gt;&amp;gt; message=&amp;quot;tns:JxMobileClientService___GetListOfServiceTasksRequest&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output
&lt;br&gt;&amp;gt; message=&amp;quot;tns:JxMobileClientService___GetListOfServiceTasksResponse&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;SendServiceTask&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input message=&amp;quot;tns:JxMobileClientService___SendServiceTaskRequest&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output message=&amp;quot;tns:JxMobileClientService___SendServiceTaskResponse&amp;quot;
&lt;br&gt;&amp;gt; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/portType&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;binding name=&amp;quot;JxMobileClientServiceBinding&amp;quot;
&lt;br&gt;&amp;gt; type=&amp;quot;tns:JxMobileClientService&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;soap:binding style=&amp;quot;rpc&amp;quot;
&lt;br&gt;&amp;gt; transport=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/soap/http&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/http&lt;/a&gt;&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetServerTime&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:operation
&lt;br&gt;&amp;gt; soapAction=&amp;quot;urn:jxMobileSVCLibrary-JxMobileClientService#GetServerTime&amp;quot;
&lt;br&gt;&amp;gt; style=&amp;quot;rpc&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/input&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/output&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetListOfCase&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:operation
&lt;br&gt;&amp;gt; soapAction=&amp;quot;urn:jxMobileSVCLibrary-JxMobileClientService#GetListOfCase&amp;quot;
&lt;br&gt;&amp;gt; style=&amp;quot;rpc&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/input&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/output&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetListOfDisbursement&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:operation
&lt;br&gt;&amp;gt; soapAction=&amp;quot;urn:jxMobileSVCLibrary-JxMobileClientService#GetListOfDisbursement&amp;quot;
&lt;br&gt;&amp;gt; style=&amp;quot;rpc&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/input&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/output&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetListOfServices&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:operation
&lt;br&gt;&amp;gt; soapAction=&amp;quot;urn:jxMobileSVCLibrary-JxMobileClientService#GetListOfServices&amp;quot;
&lt;br&gt;&amp;gt; style=&amp;quot;rpc&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/input&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/output&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetListOfServiceTasks&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:operation
&lt;br&gt;&amp;gt; soapAction=&amp;quot;urn:jxMobileSVCLibrary-JxMobileClientService#GetListOfServiceTasks&amp;quot;
&lt;br&gt;&amp;gt; style=&amp;quot;rpc&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/input&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/output&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;SendServiceTask&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:operation
&lt;br&gt;&amp;gt; soapAction=&amp;quot;urn:jxMobileSVCLibrary-JxMobileClientService#SendServiceTask&amp;quot;
&lt;br&gt;&amp;gt; style=&amp;quot;rpc&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/input&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/output&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/binding&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;service name=&amp;quot;JxMobileClientServiceService&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;documentation&amp;gt;Service JxMobileClientService. This service has been
&lt;br&gt;&amp;gt; automatically generated using the RODL template you can find in the
&lt;br&gt;&amp;gt; Templates directory.&amp;lt;/documentation&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;port name=&amp;quot;JxMobileClientServicePort&amp;quot;
&lt;br&gt;&amp;gt; binding=&amp;quot;tns:JxMobileClientServiceBinding&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;soap:address location=&amp;quot;XXX&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/port&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/service&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/definitions&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; and these the ant definitions: 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 	&amp;lt;taskdef name=&amp;quot;wscompile&amp;quot; classname=&amp;quot;com.sun.xml.rpc.tools.ant.Wscompile&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; 		&amp;lt;classpath refid=&amp;quot;jwsdplib.classpath&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; 	&amp;lt;/taskdef&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 	&amp;lt;target name=&amp;quot;generateJXpertWrapper&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; 		&amp;lt;!-- clear sourcefolder --&amp;gt;
&lt;br&gt;&amp;gt; 		&amp;lt;delete dir=&amp;quot;${dir.src.wrapper}/com&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; 		&amp;lt;wscompile
&lt;br&gt;&amp;gt; 			keep=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;gt; 			client=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;gt; 			base=&amp;quot;${dir.src.wrapper}&amp;quot;
&lt;br&gt;&amp;gt; 			xPrintStackTrace=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;gt; 			verbose=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;gt; 			config=&amp;quot;${file.config.jxpert}&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;classpath refid=&amp;quot;jwsdplib.classpath&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; 		&amp;lt;/wscompile&amp;gt;
&lt;br&gt;&amp;gt; 	&amp;lt;/target&amp;gt;		
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I would appreciate any hint you can give me. 
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22063771&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22063771&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---User-f2630.html&quot; embed=&quot;fixTarget[2630]&quot; target=&quot;_top&quot; &gt;JAX-RPC - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/WsCompile-generates-Exception-Class%2C-builds-faulty-classes-tp22056156p22063771.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22056156</id>
	<title>WsCompile generates Exception Class, builds faulty classes</title>
	<published>2009-02-17T04:22:43Z</published>
	<updated>2009-02-17T04:22:43Z</updated>
	<author>
		<name>Schmidt_Schiffl</name>
	</author>
	<content type="html">Dear members of this forum, 
&lt;br&gt;&lt;br&gt;I have a problem executing the Wscompile ant task. When executed against the wsdl file posted below, the task generates exception classes and serializer for Exceptions which aer part of the java API: Exception, IOException and RemoteException. Also, the task does not let these classes inherit from the Exception class, but it does enter them into catch phrases. since this is not allowed, the generated classes can not be compiled, the task fails generating the Serializer registry and thus fails overall. 
&lt;br&gt;&lt;br&gt;This is the wsdl file: 
&lt;br&gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; ?&amp;gt;
&lt;br&gt;&amp;lt;definitions xmlns=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/&lt;/a&gt;&amp;quot; xmlns:xs=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema&lt;/a&gt;&amp;quot; name=&amp;quot;jxMobileSVCLibrary&amp;quot; targetNamespace=&amp;quot;&lt;a href=&quot;http://tempuri.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tempuri.org/&lt;/a&gt;&amp;quot; xmlns:tns=&amp;quot;&lt;a href=&quot;http://tempuri.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tempuri.org/&lt;/a&gt;&amp;quot; xmlns:soap=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/soap/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/soap/&lt;/a&gt;&amp;quot; xmlns:soapenc=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/encoding/&lt;/a&gt;&amp;quot; xmlns:mime=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/mime/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/mime/&lt;/a&gt;&amp;quot; xmlns:ro=&amp;quot;urn:jxMobileSVCLibrary&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;types&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;xs:schema targetNamespace=&amp;quot;urn:jxMobileSVCLibrary&amp;quot; xmlns=&amp;quot;urn:jxMobileSVCLibrary&amp;quot; elementFormDefault=&amp;quot;qualified&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;jxCase&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxCaseId&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxCaseNo&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxCaseDescription&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxCaseDateCreated&amp;quot; type=&amp;quot;xs:dateTime&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;jxService&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSvcType&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSvcSubType&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSvcShort&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSvcDescription&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSvcUserTypeId&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;jxDisbursement&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxDisbShortText&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxDisbText&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxDisbTax&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxDisbQuantity&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxDisbValue&amp;quot; type=&amp;quot;xs:double&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxDisbValue1&amp;quot; type=&amp;quot;xs:double&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;jxServiceTask&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTId&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTEmployee&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTImported&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTIsGroup&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTPartofGroup&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTInfo_AB&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTInfo_LK&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTINfo_BZ&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTInfo_BEG&amp;quot; type=&amp;quot;xs:dateTime&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTInfo_END&amp;quot; type=&amp;quot;xs:dateTime&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTInfo_INT&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTInfo_DE&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTInfo_DV&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTInfo_STS&amp;quot; type=&amp;quot;xs:double&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTCaseNo&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTClientOneName&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;jxSTOponentOneName&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;jxListOfCase&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexContent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:restriction base=&amp;quot;soapenc:Array&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:attribute ref=&amp;quot;soapenc:arrayType&amp;quot; n1:arrayType=&amp;quot;ro:jxCase[]&amp;quot; xmlns:n1=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/&lt;/a&gt;&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:restriction&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexContent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;jxListOfServices&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexContent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:restriction base=&amp;quot;soapenc:Array&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:attribute ref=&amp;quot;soapenc:arrayType&amp;quot; n1:arrayType=&amp;quot;ro:jxService[]&amp;quot; xmlns:n1=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/&lt;/a&gt;&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:restriction&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexContent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;jxListOfDisbursement&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexContent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:restriction base=&amp;quot;soapenc:Array&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:attribute ref=&amp;quot;soapenc:arrayType&amp;quot; n1:arrayType=&amp;quot;ro:jxDisbursement[]&amp;quot; xmlns:n1=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/&lt;/a&gt;&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:restriction&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexContent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;jxListOfServiceTasks&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexContent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:restriction base=&amp;quot;soapenc:Array&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:attribute ref=&amp;quot;soapenc:arrayType&amp;quot; n1:arrayType=&amp;quot;ro:jxServiceTask[]&amp;quot; xmlns:n1=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/&lt;/a&gt;&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:restriction&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexContent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/xs:schema&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/types&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetServerTimeRequest&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetServerTimeResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;Result&amp;quot; type=&amp;quot;xs:dateTime&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetListOfCaseRequest&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pCaseId&amp;quot; type=&amp;quot;xs:int&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pCaseNo&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pCaseDescription&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetListOfCaseResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;Result&amp;quot; type=&amp;quot;ro:jxListOfCase&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetListOfDisbursementRequest&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pFilter&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetListOfDisbursementResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;Result&amp;quot; type=&amp;quot;ro:jxListOfDisbursement&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetListOfServicesRequest&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pFilter&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetListOfServicesResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;Result&amp;quot; type=&amp;quot;ro:jxListOfServices&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetListOfServiceTasksRequest&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pSTId&amp;quot; type=&amp;quot;xs:int&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pSTCaseNo&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pStartOfDate&amp;quot; type=&amp;quot;xs:dateTime&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;pEndOfDate&amp;quot; type=&amp;quot;xs:dateTime&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___GetListOfServiceTasksResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;Result&amp;quot; type=&amp;quot;ro:jxListOfServiceTasks&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___SendServiceTaskRequest&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;message name=&amp;quot;JxMobileClientService___SendServiceTaskResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;Result&amp;quot; type=&amp;quot;xs:boolean&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;part name=&amp;quot;jxSTSave&amp;quot; type=&amp;quot;ro:jxServiceTask&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/message&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;portType name=&amp;quot;JxMobileClientService&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetServerTime&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input message=&amp;quot;tns:JxMobileClientService___GetServerTimeRequest&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output message=&amp;quot;tns:JxMobileClientService___GetServerTimeResponse&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetListOfCase&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input message=&amp;quot;tns:JxMobileClientService___GetListOfCaseRequest&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output message=&amp;quot;tns:JxMobileClientService___GetListOfCaseResponse&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetListOfDisbursement&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input message=&amp;quot;tns:JxMobileClientService___GetListOfDisbursementRequest&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output message=&amp;quot;tns:JxMobileClientService___GetListOfDisbursementResponse&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetListOfServices&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input message=&amp;quot;tns:JxMobileClientService___GetListOfServicesRequest&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output message=&amp;quot;tns:JxMobileClientService___GetListOfServicesResponse&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetListOfServiceTasks&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input message=&amp;quot;tns:JxMobileClientService___GetListOfServiceTasksRequest&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output message=&amp;quot;tns:JxMobileClientService___GetListOfServiceTasksResponse&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;SendServiceTask&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input message=&amp;quot;tns:JxMobileClientService___SendServiceTaskRequest&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output message=&amp;quot;tns:JxMobileClientService___SendServiceTaskResponse&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/portType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;binding name=&amp;quot;JxMobileClientServiceBinding&amp;quot; type=&amp;quot;tns:JxMobileClientService&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;soap:binding style=&amp;quot;rpc&amp;quot; transport=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/soap/http&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/http&lt;/a&gt;&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetServerTime&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:operation soapAction=&amp;quot;urn:jxMobileSVCLibrary-JxMobileClientService#GetServerTime&amp;quot; style=&amp;quot;rpc&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/input&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/output&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetListOfCase&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:operation soapAction=&amp;quot;urn:jxMobileSVCLibrary-JxMobileClientService#GetListOfCase&amp;quot; style=&amp;quot;rpc&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/input&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/output&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetListOfDisbursement&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:operation soapAction=&amp;quot;urn:jxMobileSVCLibrary-JxMobileClientService#GetListOfDisbursement&amp;quot; style=&amp;quot;rpc&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/input&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/output&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetListOfServices&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:operation soapAction=&amp;quot;urn:jxMobileSVCLibrary-JxMobileClientService#GetListOfServices&amp;quot; style=&amp;quot;rpc&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/input&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/output&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;GetListOfServiceTasks&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:operation soapAction=&amp;quot;urn:jxMobileSVCLibrary-JxMobileClientService#GetListOfServiceTasks&amp;quot; style=&amp;quot;rpc&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/input&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/output&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;operation name=&amp;quot;SendServiceTask&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:operation soapAction=&amp;quot;urn:jxMobileSVCLibrary-JxMobileClientService#SendServiceTask&amp;quot; style=&amp;quot;rpc&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/input&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;output&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/output&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/operation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/binding&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;service name=&amp;quot;JxMobileClientServiceService&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;documentation&amp;gt;Service JxMobileClientService. This service has been automatically generated using the RODL template you can find in the Templates directory.&amp;lt;/documentation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;port name=&amp;quot;JxMobileClientServicePort&amp;quot; binding=&amp;quot;tns:JxMobileClientServiceBinding&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;soap:address location=&amp;quot;XXX&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/port&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/service&amp;gt;
&lt;br&gt;&amp;lt;/definitions&amp;gt;
&lt;br&gt;&lt;br&gt;and these the ant definitions: 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;taskdef name=&amp;quot;wscompile&amp;quot; classname=&amp;quot;com.sun.xml.rpc.tools.ant.Wscompile&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;classpath refid=&amp;quot;jwsdplib.classpath&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/taskdef&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;target name=&amp;quot;generateJXpertWrapper&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;!-- clear sourcefolder --&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;delete dir=&amp;quot;${dir.src.wrapper}/com&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wscompile
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; keep=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; client=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; base=&amp;quot;${dir.src.wrapper}&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xPrintStackTrace=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; verbose=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; config=&amp;quot;${file.config.jxpert}&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;classpath refid=&amp;quot;jwsdplib.classpath&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wscompile&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/target&amp;gt;		
&lt;br&gt;&lt;br&gt;&lt;br&gt;I would appreciate any hint you can give me. &lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---User-f2630.html&quot; embed=&quot;fixTarget[2630]&quot; target=&quot;_top&quot; &gt;JAX-RPC - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/WsCompile-generates-Exception-Class%2C-builds-faulty-classes-tp22056156p22056156.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21156478</id>
	<title>No service named Soap is available | Error</title>
	<published>2008-12-24T00:00:56Z</published>
	<updated>2008-12-24T00:00:56Z</updated>
	<author>
		<name>Pardasani, Pankaj (IT)</name>
	</author>
	<content type="html">&lt;HTML&gt;
&lt;HEAD&gt;
&lt;META http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=us-ascii&quot;&gt;



&lt;META content=&quot;MSHTML 6.00.6000.16788&quot; name=GENERATOR&gt;&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;FONT face=Tahoma size=2&gt;&lt;SPAN class=633335607-24122008&gt;Hi,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Tahoma size=2&gt;&lt;SPAN class=633335607-24122008&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Tahoma size=2&gt;&lt;SPAN class=633335607-24122008&gt;I am trying to 
invoke a salesforce service (for logging) through JAX-RPC but it gives me error 
saying &quot;org/apache/axis/ConfigurationException Exception:&amp;nbsp; 
&amp;lt;org.apache.axis.ConfigurationException: No service named Soap is available&quot;. 
&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Tahoma size=2&gt;&lt;SPAN class=633335607-24122008&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Tahoma size=2&gt;&lt;SPAN class=633335607-24122008&gt;Detail stack and 
wsdl file is enclosed. Kindly help to the earliest.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=633335607-24122008&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=633335607-24122008&gt;Dec 19 08:41:30:196 
pisas120 ied/eqweb/sfdc [main] 108 Debug org/apache/axis/ConfigurationException 
Exception:&amp;nbsp; &amp;lt;org.apache.axis.ConfigurationException: No service named 
Soap is available&lt;BR&gt;org.apache.axis.ConfigurationException: No service named 
Soap is available&lt;BR&gt;&amp;nbsp;at 
org.apache.axis.configuration.FileProvider.getService(FileProvider.java:233)&lt;BR&gt;&amp;nbsp;at 
org.apache.axis.AxisEngine.getService(AxisEngine.java:311)&lt;BR&gt;&amp;nbsp;at 
org.apache.axis.MessageContext.setTargetService(MessageContext.java:756)&lt;BR&gt;&amp;nbsp;at 
org.apache.axis.client.Call.invoke(Call.java:2690)&lt;BR&gt;&amp;nbsp;at 
org.apache.axis.client.Call.invoke(Call.java:2443)&lt;BR&gt;&amp;nbsp;at 
org.apache.axis.client.Call.invoke(Call.java:2366)&lt;BR&gt;&amp;nbsp;at 
org.apache.axis.client.Call.invoke(Call.java:1812)&lt;BR&gt;&amp;nbsp;at 
com.sforce.soap.enterprise.SoapBindingStub.login(SoapBindingStub.java:3094)&lt;BR&gt;&amp;nbsp;at 
com.msdw.salesforce.utility.SalesforceConnectionFactory.makeObject(SalesforceConnectionFactory.java:29)&lt;BR&gt;&amp;nbsp;at 
org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:840)&lt;BR&gt;&amp;nbsp;at 
com.msdw.salesforce.utility.SalesForceConnection.getConnection(SalesForceConnection.java:43)&lt;BR&gt;&amp;nbsp;at 
com.msdw.salesforce.utility.SFDataAccess.getConnection(SFDataAccess.java:498)&lt;BR&gt;&amp;nbsp;at 
com.msdw.salesforce.utility.SFDataAccess.query(SFDataAccess.java:165)&lt;BR&gt;&amp;nbsp;at 
com.msdw.salesforce.utility.SFDataAccess.getRecordTypeID(SFDataAccess.java:459)&lt;BR&gt;&amp;nbsp;at 
com.msdw.salesforce.subscriber.MQSubscriber.start(MQSubscriber.java:110)&lt;BR&gt;&amp;nbsp;at 
com.msdw.salesforce.subscriber.MQSubscriber.main(MQSubscriber.java:230)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=633335607-24122008&gt;&amp;nbsp;at 
org.apache.axis.configuration.FileProvider.getService(FileProvider.java:233)&lt;BR&gt;&amp;nbsp;at 
org.apache.axis.AxisEngine.getService(AxisEngine.java:311)&lt;BR&gt;&amp;nbsp;at 
org.apache.axis.MessageContext.setTargetService(MessageContext.java:756)&lt;BR&gt;&amp;nbsp;at 
org.apache.axis.client.Call.invoke(Call.java:2690)&lt;BR&gt;&amp;nbsp;at 
org.apache.axis.client.Call.invoke(Call.java:2443)&lt;BR&gt;&amp;nbsp;at 
org.apache.axis.client.Call.invoke(Call.java:2366)&lt;BR&gt;&amp;nbsp;at 
org.apache.axis.client.Call.invoke(Call.java:1812)&lt;BR&gt;&amp;nbsp;at 
com.sforce.soap.enterprise.SoapBindingStub.login(SoapBindingStub.java:3094)&lt;BR&gt;&amp;nbsp;at 
com.msdw.salesforce.utility.SalesforceConnectionFactory.makeObject(SalesforceConnectionFactory.java:29)&lt;BR&gt;&amp;nbsp;at 
org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:840)&lt;BR&gt;&amp;nbsp;at 
com.msdw.salesforce.utility.SalesForceConnection.getConnection(SalesForceConnection.java:43)&lt;BR&gt;&amp;nbsp;at 
com.msdw.salesforce.utility.SFDataAccess.getConnection(SFDataAccess.java:498)&lt;BR&gt;&amp;nbsp;at 
com.msdw.salesforce.utility.SFDataAccess.query(SFDataAccess.java:165)&lt;BR&gt;&amp;nbsp;at 
com.msdw.salesforce.utility.SFDataAccess.getRecordTypeID(SFDataAccess.java:459)&lt;BR&gt;&amp;nbsp;at 
com.msdw.salesforce.subscriber.MQSubscriber.start(MQSubscriber.java:110)&lt;BR&gt;&amp;nbsp;at 
com.msdw.salesforce.subscriber.MQSubscriber.main(MQSubscriber.java:230)&lt;BR&gt;&amp;gt; 
(noclass.)&lt;BR&gt;Dec 19 08:41:30:198 pisas120 ied/eqweb/sfdc [main] 109 Debug 
org/apache/axis/MessageContext MessageContext: setServiceHandler(null) 
(noclass.)&lt;BR&gt;Dec 19 08:41:30:199 pisas120 ied/eqweb/sfdc [main] 110 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(targetService) (noclass.)&lt;BR&gt;Dec 
19 08:41:30:200 pisas120 ied/eqweb/sfdc [main] 111 Debug 
org/apache/axis/client/Call Target service:&amp;nbsp; Soap (noclass.)&lt;BR&gt;Dec 19 
08:41:30:201 pisas120 ied/eqweb/sfdc [main] 112 Debug 
org/apache/axis/MessageContext MessageContext: setTargetService() 
(noclass.)&lt;BR&gt;Dec 19 08:41:30:202 pisas120 ied/eqweb/sfdc [main] 113 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(noService10) (noclass.)&lt;BR&gt;&lt;FONT color=#ff0000&gt;Dec 19 08:41:30:208 pisas120 ied/eqweb/sfdc [main] 114 Debug 
org/apache/axis/ConfigurationException Exception:&amp;nbsp; 
&amp;lt;org.apache.axis.ConfigurationException: No service named&amp;nbsp; is 
available&lt;BR&gt;org.apache.axis.ConfigurationException: No service named&amp;nbsp; is 
available&lt;BR&gt;&lt;/FONT&gt;&amp;nbsp;at 
org.apache.axis.configuration.FileProvider.getService(FileProvider.java:233)&lt;BR&gt;&amp;nbsp;at 
org.apache.axis.AxisEngine.getService(AxisEngine.java:311)&lt;BR&gt;&amp;nbsp;at 
org.apache.axis.MessageContext.setTargetService(MessageContext.java:756)&lt;BR&gt;&amp;nbsp;at 
org.apache.axis.transport.http.HTTPTransport.setupMessageContextImpl(HTTPTransport.java:89)&lt;BR&gt;&amp;nbsp;at 
org.apache.axis.client.Transport.setupMessageContext(Transport.java:46)&lt;BR&gt;&amp;nbsp;at 
org.apache.axis.client.Call.invoke(Call.java:2738)&lt;BR&gt;&amp;nbsp;at 
org.apache.axis.client.Call.invoke(Call.java:2443)&lt;BR&gt;&amp;nbsp;at 
org.apache.axis.client.Call.invoke(Call.java:2366)&lt;BR&gt;&amp;nbsp;at 
org.apache.axis.client.Call.invoke(Call.java:1812)&lt;BR&gt;&amp;nbsp;at 
com.sforce.soap.enterprise.SoapBindingStub.login(SoapBindingStub.java:3094)&lt;BR&gt;&amp;nbsp;at 
com.msdw.salesforce.utility.SalesforceConnectionFactory.makeObject(SalesforceConnectionFactory.java:29)&lt;BR&gt;&amp;nbsp;at 
org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:840)&lt;BR&gt;&amp;nbsp;at 
com.msdw.salesforce.utility.SalesForceConnection.getConnection(SalesForceConnection.java:43)&lt;BR&gt;&amp;nbsp;at 
com.msdw.salesforce.utility.SFDataAccess.getConnection(SFDataAccess.java:498)&lt;BR&gt;&amp;nbsp;at 
com.msdw.salesforce.utility.SFDataAccess.query(SFDataAccess.java:165)&lt;BR&gt;&amp;nbsp;at 
com.msdw.salesforce.utility.SFDataAccess.getRecordTypeID(SFDataAccess.java:459)&lt;BR&gt;&amp;nbsp;at 
com.msdw.salesforce.subscriber.MQSubscriber.start(MQSubscriber.java:110)&lt;BR&gt;&amp;nbsp;at 
com.msdw.salesforce.subscriber.MQSubscriber.main(MQSubscriber.java:230)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=633335607-24122008&gt;&amp;nbsp;at 
org.apache.axis.configuration.FileProvider.getService(FileProvider.java:233)&lt;BR&gt;&amp;nbsp;at 
org.apache.axis.AxisEngine.getService(AxisEngine.java:311)&lt;BR&gt;&amp;nbsp;at 
org.apache.axis.MessageContext.setTargetService(MessageContext.java:756)&lt;BR&gt;&amp;nbsp;at 
org.apache.axis.transport.http.HTTPTransport.setupMessageContextImpl(HTTPTransport.java:89)&lt;BR&gt;&amp;nbsp;at 
org.apache.axis.client.Transport.setupMessageContext(Transport.java:46)&lt;BR&gt;&amp;nbsp;at 
org.apache.axis.client.Call.invoke(Call.java:2738)&lt;BR&gt;&amp;nbsp;at 
org.apache.axis.client.Call.invoke(Call.java:2443)&lt;BR&gt;&amp;nbsp;at 
org.apache.axis.client.Call.invoke(Call.java:2366)&lt;BR&gt;&amp;nbsp;at 
org.apache.axis.client.Call.invoke(Call.java:1812)&lt;BR&gt;&amp;nbsp;at 
com.sforce.soap.enterprise.SoapBindingStub.login(SoapBindingStub.java:3094)&lt;BR&gt;&amp;nbsp;at 
com.msdw.salesforce.utility.SalesforceConnectionFactory.makeObject(SalesforceConnectionFactory.java:29)&lt;BR&gt;&amp;nbsp;at 
org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:840)&lt;BR&gt;&amp;nbsp;at 
com.msdw.salesforce.utility.SalesForceConnection.getConnection(SalesForceConnection.java:43)&lt;BR&gt;&amp;nbsp;at 
com.msdw.salesforce.utility.SFDataAccess.getConnection(SFDataAccess.java:498)&lt;BR&gt;&amp;nbsp;at 
com.msdw.salesforce.utility.SFDataAccess.query(SFDataAccess.java:165)&lt;BR&gt;&amp;nbsp;at 
com.msdw.salesforce.utility.SFDataAccess.getRecordTypeID(SFDataAccess.java:459)&lt;BR&gt;&amp;nbsp;at 
com.msdw.salesforce.subscriber.MQSubscriber.start(MQSubscriber.java:110)&lt;BR&gt;&amp;nbsp;at 
com.msdw.salesforce.subscriber.MQSubscriber.main(MQSubscriber.java:230)&lt;BR&gt;&amp;gt; 
(noclass.)&lt;BR&gt;Dec 19 08:41:30:210 pisas120 ied/eqweb/sfdc [main] 115 Debug 
org/apache/axis/MessageContext MessageContext: setServiceHandler(null) 
(noclass.)&lt;BR&gt;Dec 19 08:41:30:244 pisas120 ied/eqweb/sfdc [main] 116 Debug 
org/apache/axis/SOAPPart Enter: SOAPPart::getAsSOAPEnvelope() (noclass.)&lt;BR&gt;Dec 
19 08:41:30:245 pisas120 ied/eqweb/sfdc [main] 117 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(currForm) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:246 pisas120 ied/eqweb/sfdc [main] 118 Debug org/apache/axis/SOAPPart 
current form is FORM_SOAPENVELOPE (noclass.)&lt;BR&gt;Dec 19 08:41:30:246 pisas120 
ied/eqweb/sfdc [main] 119 Debug org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(register00) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:247 pisas120 ied/eqweb/sfdc [main] 120 Debug 
org/apache/axis/encoding/SerializationContext register 'soapenv' - 
'http://schemas.xmlsoap.org/soap/envelope/' (noclass.)&lt;BR&gt;Dec 19 08:41:30:250 
pisas120 ied/eqweb/sfdc [main] 121 Debug org/apache/axis/utils/NSStack NSPush 
(32) (noclass.)&lt;BR&gt;Dec 19 08:41:30:252 pisas120 ied/eqweb/sfdc [main] 122 Debug 
org/apache/axis/utils/NSStack NSPush (32) (noclass.)&lt;BR&gt;Dec 19 08:41:30:253 
pisas120 ied/eqweb/sfdc [main] 123 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(register00) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:254 pisas120 ied/eqweb/sfdc [main] 124 Debug 
org/apache/axis/encoding/SerializationContext register 'soapenv' - 
'http://schemas.xmlsoap.org/soap/envelope/' (noclass.)&lt;BR&gt;Dec 19 08:41:30:255 
pisas120 ied/eqweb/sfdc [main] 125 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(register00) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:255 pisas120 ied/eqweb/sfdc [main] 126 Debug 
org/apache/axis/encoding/SerializationContext register 'xsd' - 
'http://www.w3.org/2001/XMLSchema' (noclass.)&lt;BR&gt;Dec 19 08:41:30:256 pisas120 
ied/eqweb/sfdc [main] 127 Debug org/apache/axis/utils/NSStack NSPush (32) 
(noclass.)&lt;BR&gt;Dec 19 08:41:30:257 pisas120 ied/eqweb/sfdc [main] 128 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(register00) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:257 pisas120 ied/eqweb/sfdc [main] 129 Debug 
org/apache/axis/encoding/SerializationContext register 'xsi' - 
'http://www.w3.org/2001/XMLSchema-instance' (noclass.)&lt;BR&gt;Dec 19 08:41:30:258 
pisas120 ied/eqweb/sfdc [main] 130 Debug org/apache/axis/utils/NSStack NSPush 
(32) (noclass.)&lt;BR&gt;Dec 19 08:41:30:259 pisas120 ied/eqweb/sfdc [main] 131 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(startElem00) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:260 pisas120 ied/eqweb/sfdc [main] 132 Debug 
org/apache/axis/encoding/SerializationContext Start element 
[http://schemas.xmlsoap.org/soap/envelope/]:Envelope (noclass.)&lt;BR&gt;Dec 19 
08:41:30:284 pisas120 ied/eqweb/sfdc [main] 133 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(startElem00) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:285 pisas120 ied/eqweb/sfdc [main] 134 Debug 
org/apache/axis/encoding/SerializationContext Start element 
[http://schemas.xmlsoap.org/soap/envelope/]:Body (noclass.)&lt;BR&gt;Dec 19 
08:41:30:286 pisas120 ied/eqweb/sfdc [main] 135 Debug 
org/apache/axis/utils/NSStack NSPush (32) (noclass.)&lt;BR&gt;Dec 19 08:41:30:287 
pisas120 ied/eqweb/sfdc [main] 136 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(register00) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:288 pisas120 ied/eqweb/sfdc [main] 137 Debug 
org/apache/axis/encoding/SerializationContext register '' - 
'urn:enterprise.soap.sforce.com' (noclass.)&lt;BR&gt;Dec 19 08:41:30:288 pisas120 
ied/eqweb/sfdc [main] 138 Debug org/apache/axis/utils/NSStack NSPush (32) 
(noclass.)&lt;BR&gt;Dec 19 08:41:30:289 pisas120 ied/eqweb/sfdc [main] 139 Debug 
org/apache/axis/utils/NSStack NSPush (32) (noclass.)&lt;BR&gt;Dec 19 08:41:30:290 
pisas120 ied/eqweb/sfdc [main] 140 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(startElem00) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:291 pisas120 ied/eqweb/sfdc [main] 141 Debug 
org/apache/axis/encoding/SerializationContext Start element 
[urn:enterprise.soap.sforce.com]:login (noclass.)&lt;BR&gt;Dec 19 08:41:30:298 
pisas120 ied/eqweb/sfdc [main] 142 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(startElem00) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:299 pisas120 ied/eqweb/sfdc [main] 143 Debug 
org/apache/axis/encoding/SerializationContext Start element 
[urn:enterprise.soap.sforce.com]:username (noclass.)&lt;BR&gt;Dec 19 08:41:30:299 
pisas120 ied/eqweb/sfdc [main] 144 Debug org/apache/axis/utils/NSStack NSPush 
(32) (noclass.)&lt;BR&gt;Dec 19 08:41:30:326 pisas120 ied/eqweb/sfdc [main] 145 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(endElem00) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:327 pisas120 ied/eqweb/sfdc [main] 146 Debug 
org/apache/axis/encoding/SerializationContext End element username 
(noclass.)&lt;BR&gt;Dec 19 08:41:30:328 pisas120 ied/eqweb/sfdc [main] 147 Debug 
org/apache/axis/utils/NSStack NSPop (32) (noclass.)&lt;BR&gt;Dec 19 08:41:30:329 
pisas120 ied/eqweb/sfdc [main] 148 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(startElem00) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:330 pisas120 ied/eqweb/sfdc [main] 149 Debug 
org/apache/axis/encoding/SerializationContext Start element 
[urn:enterprise.soap.sforce.com]:password (noclass.)&lt;BR&gt;Dec 19 08:41:30:331 
pisas120 ied/eqweb/sfdc [main] 150 Debug org/apache/axis/utils/NSStack NSPush 
(32) (noclass.)&lt;BR&gt;Dec 19 08:41:30:331 pisas120 ied/eqweb/sfdc [main] 151 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(endElem00) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:332 pisas120 ied/eqweb/sfdc [main] 152 Debug 
org/apache/axis/encoding/SerializationContext End element password 
(noclass.)&lt;BR&gt;Dec 19 08:41:30:333 pisas120 ied/eqweb/sfdc [main] 153 Debug 
org/apache/axis/utils/NSStack NSPop (32) (noclass.)&lt;BR&gt;Dec 19 08:41:30:333 
pisas120 ied/eqweb/sfdc [main] 154 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(endElem00) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:334 pisas120 ied/eqweb/sfdc [main] 155 Debug 
org/apache/axis/encoding/SerializationContext End element login 
(noclass.)&lt;BR&gt;Dec 19 08:41:30:335 pisas120 ied/eqweb/sfdc [main] 156 Debug 
org/apache/axis/utils/NSStack NSPop (32) (noclass.)&lt;BR&gt;Dec 19 08:41:30:335 
pisas120 ied/eqweb/sfdc [main] 157 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(endElem00) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:336 pisas120 ied/eqweb/sfdc [main] 158 Debug 
org/apache/axis/encoding/SerializationContext End element soapenv:Body 
(noclass.)&lt;BR&gt;Dec 19 08:41:30:337 pisas120 ied/eqweb/sfdc [main] 159 Debug 
org/apache/axis/utils/NSStack NSPop (32) (noclass.)&lt;BR&gt;Dec 19 08:41:30:337 
pisas120 ied/eqweb/sfdc [main] 160 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(endElem00) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:338 pisas120 ied/eqweb/sfdc [main] 161 Debug 
org/apache/axis/encoding/SerializationContext End element soapenv:Envelope 
(noclass.)&lt;BR&gt;Dec 19 08:41:30:339 pisas120 ied/eqweb/sfdc [main] 162 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(empty00) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:340 pisas120 ied/eqweb/sfdc [main] 163 Debug 
org/apache/axis/utils/NSStack NSPop (empty) (noclass.)&lt;BR&gt;Dec 19 08:41:30:341 
pisas120 ied/eqweb/sfdc [main] 164 Debug org/apache/axis/client/Call &amp;lt;?xml 
version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&amp;gt;&amp;lt;soapenv:Envelope xmlns:soapenv=&quot;&lt;A href=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;&quot; 
xmlns:xsd=&quot;&lt;A href=&quot;http://www.w3.org/2001/XMLSchema&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;&quot; 
xmlns:xsi=&quot;&lt;A href='http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;soapenv:Body&gt;&lt;login'&gt;http://www.w3.org/2001/XMLSchema-instance&quot;&amp;gt;&amp;lt;soapenv:Body&amp;gt;&amp;lt;login&lt;/A&gt; 
xmlns=&quot;urn:enterprise.soap.sforce.com&quot;&amp;gt;&amp;lt;username&amp;gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21156478&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sfadmin@...&lt;/a&gt;&amp;lt;/username&amp;gt;&amp;lt;password&amp;gt;Dashboard02&amp;lt;/password&amp;gt;&amp;lt;/login&amp;gt;&amp;lt;/soapenv:Body&amp;gt;&amp;lt;/soapenv:Envelope&amp;gt; 
(noclass.)&lt;BR&gt;Dec 19 08:41:30:342 pisas120 ied/eqweb/sfdc [main] 165 Debug 
org/apache/axis/client/AxisClient Enter: AxisClient::invoke (noclass.)&lt;BR&gt;Dec 19 
08:41:30:344 pisas120 ied/eqweb/sfdc [main] 166 Debug 
org/apache/axis/client/AxisClient EngineHandler: null (noclass.)&lt;BR&gt;Dec 19 
08:41:30:377 pisas120 ied/eqweb/sfdc [main] 167 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(axisUserAgent) (noclass.)&lt;BR&gt;Dec 
19 08:41:30:415 pisas120 ied/eqweb/sfdc [main] 168 Debug 
org/apache/axis/SimpleChain Enter: SimpleChain::invoke (noclass.)&lt;BR&gt;Dec 19 
08:41:30:418 pisas120 ied/eqweb/sfdc [main] 169 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(enter00) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:419 pisas120 ied/eqweb/sfdc [main] 170 Debug 
org/apache/axis/transport/http/HTTPSender Enter:&amp;nbsp; HTTPSender::invoke 
(noclass.)&lt;BR&gt;Dec 19 08:41:30:428 pisas120 ied/eqweb/sfdc [main] 171 Debug 
org/apache/axis/SOAPPart Enter: SOAPPart::saveChanges (noclass.)&lt;BR&gt;Dec 19 
08:41:30:444 pisas120 ied/eqweb/sfdc [main] 172 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(register00) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:445 pisas120 ied/eqweb/sfdc [main] 173 Debug 
org/apache/axis/encoding/SerializationContext register 'soapenv' - 
'http://schemas.xmlsoap.org/soap/envelope/' (noclass.)&lt;BR&gt;Dec 19 08:41:30:446 
pisas120 ied/eqweb/sfdc [main] 174 Debug org/apache/axis/utils/NSStack NSPush 
(32) (noclass.)&lt;BR&gt;Dec 19 08:41:30:446 pisas120 ied/eqweb/sfdc [main] 175 Debug 
org/apache/axis/utils/NSStack NSPush (32) (noclass.)&lt;BR&gt;Dec 19 08:41:30:447 
pisas120 ied/eqweb/sfdc [main] 176 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(register00) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:448 pisas120 ied/eqweb/sfdc [main] 177 Debug 
org/apache/axis/encoding/SerializationContext register 'soapenv' - 
'http://schemas.xmlsoap.org/soap/envelope/' (noclass.)&lt;BR&gt;Dec 19 08:41:30:448 
pisas120 ied/eqweb/sfdc [main] 178 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(register00) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:449 pisas120 ied/eqweb/sfdc [main] 179 Debug 
org/apache/axis/encoding/SerializationContext register 'xsd' - 
'http://www.w3.org/2001/XMLSchema' (noclass.)&lt;BR&gt;Dec 19 08:41:30:450 pisas120 
ied/eqweb/sfdc [main] 180 Debug org/apache/axis/utils/NSStack NSPush (32) 
(noclass.)&lt;BR&gt;Dec 19 08:41:30:451 pisas120 ied/eqweb/sfdc [main] 181 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(register00) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:451 pisas120 ied/eqweb/sfdc [main] 182 Debug 
org/apache/axis/encoding/SerializationContext register 'xsi' - 
'http://www.w3.org/2001/XMLSchema-instance' (noclass.)&lt;BR&gt;Dec 19 08:41:30:452 
pisas120 ied/eqweb/sfdc [main] 183 Debug org/apache/axis/utils/NSStack NSPush 
(32) (noclass.)&lt;BR&gt;Dec 19 08:41:30:453 pisas120 ied/eqweb/sfdc [main] 184 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(startElem00) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:453 pisas120 ied/eqweb/sfdc [main] 185 Debug 
org/apache/axis/encoding/SerializationContext Start element 
[http://schemas.xmlsoap.org/soap/envelope/]:Envelope (noclass.)&lt;BR&gt;Dec 19 
08:41:30:454 pisas120 ied/eqweb/sfdc [main] 186 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(startElem00) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:455 pisas120 ied/eqweb/sfdc [main] 187 Debug 
org/apache/axis/encoding/SerializationContext Start element 
[http://schemas.xmlsoap.org/soap/envelope/]:Body (noclass.)&lt;BR&gt;Dec 19 
08:41:30:456 pisas120 ied/eqweb/sfdc [main] 188 Debug 
org/apache/axis/utils/NSStack NSPush (32) (noclass.)&lt;BR&gt;Dec 19 08:41:30:456 
pisas120 ied/eqweb/sfdc [main] 189 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(register00) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:457 pisas120 ied/eqweb/sfdc [main] 190 Debug 
org/apache/axis/encoding/SerializationContext register '' - 
'urn:enterprise.soap.sforce.com' (noclass.)&lt;BR&gt;Dec 19 08:41:30:458 pisas120 
ied/eqweb/sfdc [main] 191 Debug org/apache/axis/utils/NSStack NSPush (32) 
(noclass.)&lt;BR&gt;Dec 19 08:41:30:459 pisas120 ied/eqweb/sfdc [main] 192 Debug 
org/apache/axis/utils/NSStack NSPush (32) (noclass.)&lt;BR&gt;Dec 19 08:41:30:459 
pisas120 ied/eqweb/sfdc [main] 193 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(startElem00) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:460 pisas120 ied/eqweb/sfdc [main] 194 Debug 
org/apache/axis/encoding/SerializationContext Start element 
[urn:enterprise.soap.sforce.com]:login (noclass.)&lt;BR&gt;Dec 19 08:41:30:461 
pisas120 ied/eqweb/sfdc [main] 195 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(startElem00) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:462 pisas120 ied/eqweb/sfdc [main] 196 Debug 
org/apache/axis/encoding/SerializationContext Start element 
[urn:enterprise.soap.sforce.com]:username (noclass.)&lt;BR&gt;Dec 19 08:41:30:463 
pisas120 ied/eqweb/sfdc [main] 197 Debug org/apache/axis/utils/NSStack NSPush 
(32) (noclass.)&lt;BR&gt;Dec 19 08:41:30:463 pisas120 ied/eqweb/sfdc [main] 198 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(endElem00) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:464 pisas120 ied/eqweb/sfdc [main] 199 Debug 
org/apache/axis/encoding/SerializationContext End element username 
(noclass.)&lt;BR&gt;Dec 19 08:41:30:465 pisas120 ied/eqweb/sfdc [main] 200 Debug 
org/apache/axis/utils/NSStack NSPop (32) (noclass.)&lt;BR&gt;Dec 19 08:41:30:466 
pisas120 ied/eqweb/sfdc [main] 201 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(startElem00) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:466 pisas120 ied/eqweb/sfdc [main] 202 Debug 
org/apache/axis/encoding/SerializationContext Start element 
[urn:enterprise.soap.sforce.com]:password (noclass.)&lt;BR&gt;Dec 19 08:41:30:467 
pisas120 ied/eqweb/sfdc [main] 203 Debug org/apache/axis/utils/NSStack NSPush 
(32) (noclass.)&lt;BR&gt;Dec 19 08:41:30:468 pisas120 ied/eqweb/sfdc [main] 204 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(endElem00) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:468 pisas120 ied/eqweb/sfdc [main] 205 Debug 
org/apache/axis/encoding/SerializationContext End element password 
(noclass.)&lt;BR&gt;Dec 19 08:41:30:469 pisas120 ied/eqweb/sfdc [main] 206 Debug 
org/apache/axis/utils/NSStack NSPop (32) (noclass.)&lt;BR&gt;Dec 19 08:41:30:469 
pisas120 ied/eqweb/sfdc [main] 207 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(endElem00) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:470 pisas120 ied/eqweb/sfdc [main] 208 Debug 
org/apache/axis/encoding/SerializationContext End element login 
(noclass.)&lt;BR&gt;Dec 19 08:41:30:471 pisas120 ied/eqweb/sfdc [main] 209 Debug 
org/apache/axis/utils/NSStack NSPop (32) (noclass.)&lt;BR&gt;Dec 19 08:41:30:472 
pisas120 ied/eqweb/sfdc [main] 210 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(endElem00) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:472 pisas120 ied/eqweb/sfdc [main] 211 Debug 
org/apache/axis/encoding/SerializationContext End element soapenv:Body 
(noclass.)&lt;BR&gt;Dec 19 08:41:30:473 pisas120 ied/eqweb/sfdc [main] 212 Debug 
org/apache/axis/utils/NSStack NSPop (32) (noclass.)&lt;BR&gt;Dec 19 08:41:30:474 
pisas120 ied/eqweb/sfdc [main] 213 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(endElem00) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:474 pisas120 ied/eqweb/sfdc [main] 214 Debug 
org/apache/axis/encoding/SerializationContext End element soapenv:Envelope 
(noclass.)&lt;BR&gt;Dec 19 08:41:30:475 pisas120 ied/eqweb/sfdc [main] 215 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(empty00) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:476 pisas120 ied/eqweb/sfdc [main] 216 Debug 
org/apache/axis/utils/NSStack NSPop (empty) (noclass.)&lt;BR&gt;Dec 19 08:41:30:477 
pisas120 ied/eqweb/sfdc [main] 217 Debug 
org/apache/axis/i18n/ProjectResourceBundle 
org.apache.axis.i18n.resource::handleGetObject(setMsgForm) (noclass.)&lt;BR&gt;Dec 19 
08:41:30:478 pisas120 ied/eqweb/sfdc [main] 218 Debug org/apache/axis/SOAPPart 
Setting current message form to: FORM_OPTIMIZED (currentMessage is now 
org.apache.axis.utils.ByteArray) (noclass.)&lt;BR&gt;Dec 19 08:41:30:479 pisas120 
ied/eqweb/sfdc [main] 219 Debug org/apache/axis/SOAPPart Exit: 
SOAPPart::saveChanges(): &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21156478&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;org.apache.axis.utils.ByteArray@...&lt;/a&gt; 
(noclass.)&lt;BR&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=633335607-24122008&gt;Many 
Thanks,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=633335607-24122008&gt;
&lt;DIV align=left&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;Pankaj Pardasani&lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-WEIGHT: bold; FONT-SIZE: 7.5pt&quot;&gt;Consultant | 
Technology&lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-WEIGHT: normal; FONT-SIZE: 7.5pt&quot;&gt;Manikchand Ikon | South Wing 18 | 
Dhole Patil Road&lt;BR&gt;Pune, 411001&lt;BR&gt;Phone: +91 20 2620-7134&lt;BR&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21156478&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pankaj.pardasani@...&lt;/a&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;HR&gt;
&lt;/DIV&gt;
&lt;P CLASS=&quot;BulletedList&quot; STYLE=&quot;MARGIN: 0in 0in 0pt; TEXT-INDENT: 0in; mso-list: none; tab-stops: .5in&quot;&gt;&lt;SPAN STYLE=&quot;FONT-SIZE: 8pt; COLOR: gray; mso-bidi-font-family: Arial&quot;&gt;&lt;FONT FACE=&quot;Arial&quot; COLOR=&quot;gray&quot; SIZE=&quot;1&quot;&gt;NOTICE: If received in error, please destroy and notify sender. Sender does not intend to waive confidentiality or privilege. Use of this email is prohibited when received in error.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;
&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt; &lt;br /&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21156478&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21156478&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-help@...&lt;/a&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;SF_QA_WSDL.wsdl&lt;/strong&gt; (849K) &lt;a href=&quot;http://old.nabble.com/attachment/21156478/0/SF_QA_WSDL.wsdl&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---Issues-f2631.html&quot; embed=&quot;fixTarget[2631]&quot; target=&quot;_top&quot; &gt;JAX-RPC - Issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/No-service-named-Soap-is-available-%7C-Error-tp21156478p21156478.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20670378</id>
	<title>JAX-RPC Licensing</title>
	<published>2008-11-24T13:38:09Z</published>
	<updated>2008-11-24T13:38:09Z</updated>
	<author>
		<name>Jan Capps</name>
	</author>
	<content type="html">&lt;html&gt;
&lt;head&gt;

&lt;/head&gt;
&lt;body class='hmmessage'&gt;
&lt;pre&gt;Hello,&lt;br&gt;&lt;br&gt;I would like to ship the following JAX-RPC jars in a commercial product:&lt;br&gt;jaxrpc-api-1.1.jar&lt;br&gt;jaxrpc-spi-1.1.3_01.jar&lt;br&gt;&lt;br&gt;I am having trouble finding the licenses for these jars.  On the Glassfish &lt;br&gt;project site it says that JAX-RPC is licensed under CDDL 1.0 but I am not &lt;br&gt;sure it that covers the binaries.  It is possible that these jars are covered &lt;br&gt;under the Sun License Agreement or some other license.  &lt;br&gt;&lt;br&gt;Does anyone know where I can download the correct licenses or who I should&lt;br&gt;contact to get this information?&lt;br&gt;&lt;br&gt;I apologize if I send this message twice.  It didn't appear to be sent the &lt;br&gt;first time around.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;&lt;br&gt;Jan&lt;br&gt;&lt;/pre&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;table style=&quot;border-top: 1px solid black; font-weight: bold; font-family: 'Segoe UI',Tahoma,san-serif;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=&quot;http://im.live.com/Messenger/IM/Home/?source=EML_WLHM_GreaterGood&quot; style=&quot;font-size: 9pt; color: rgb(1, 132, 203); text-decoration: none;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img style=&quot;border-style: none;&quot; src=&quot;http://gfx1.hotmail.com/mail/w3/ltr/i_charity.gif&quot; alt=&quot;i'm&quot;&gt; EMAILING FOR THE GREATER GOOD&lt;br&gt;&lt;span style=&quot;padding: 0px 24px; font-size: 8pt; color: rgb(63, 181, 85); text-decoration: underline;&quot;&gt;Join me&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/body&gt;
&lt;/html&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---User-f2630.html&quot; embed=&quot;fixTarget[2630]&quot; target=&quot;_top&quot; &gt;JAX-RPC - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JAX-RPC-Licensing-tp20670378p20670378.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-19907693</id>
	<title>how to add a soap/saaj handler to java web svc standalone client</title>
	<published>2008-10-09T14:25:26Z</published>
	<updated>2008-10-09T14:25:26Z</updated>
	<author>
		<name>emiddio</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.6000.16705&quot; name=GENERATOR&gt;

&lt;/HEAD&gt;
&lt;BODY bgColor=#ffffff&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;i'm trying to learn/understand jax-rpc soap stuff 
in detail; i've dnloaded built/compiled a jaxrpc-ri implementation from 
cvs;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;i've made use of a Handler - extends GenericHandler 
for a simple web svc deployed onto glassfishv2ur2; there&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;i have to edit/add to the webservices.xml 
file;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;i also have a jax-rpc standalone websvc client to 
talk to the web-svc; my understanding is&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;deployed web services which are clients of other 
web services can can also have Handlers -&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;though i read somewhere they are configured 
differently -- not in webservices.xml in glassfish.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;i'm thinking i should be able to programatically 
add a handler to my standalone client -- i want to examine&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;the SOAP msg just before it goes over the wire. -- 
and possibly as soon as the reply is received.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;where can i find info on how to do 
this?&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;thanks&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---Dev-f2629.html&quot; embed=&quot;fixTarget[2629]&quot; target=&quot;_top&quot; &gt;JAX-RPC - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/how-to-add-a-soap-saaj-handler-to-java-web-svc-standalone-client-tp19907693p19907693.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-19777250</id>
	<title>[Issue 40] New - Class-Path in jaxrpc-impl.jar manifest contains bogus entries</title>
	<published>2008-10-02T04:07:00Z</published>
	<updated>2008-10-02T04:07:00Z</updated>
	<author>
		<name>ritzmann</name>
	</author>
	<content type="html">&lt;a href=&quot;https://jax-rpc.dev.java.net/issues/show_bug.cgi?id=40&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://jax-rpc.dev.java.net/issues/show_bug.cgi?id=40&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue #|40
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary|Class-Path in jaxrpc-impl.jar manifest contains bogus 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |entries
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component|jax-rpc
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version|current
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform|Macintosh
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version|All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status|NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status whiteboard|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Keywords|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Resolution|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue type|DEFECT
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority|P3
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Subcomponent|spec
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assigned to|issues@jax-rpc
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reported by|ritzmann
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Additional comments from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=19777250&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ritzmann@...&lt;/a&gt; Thu Oct &amp;nbsp;2 11:06:59 +0000 2008 -------
&lt;br&gt;The Class-Path manifest header contains entries with relative directory names:
&lt;br&gt;&lt;br&gt;Class-Path: jaxrpc-spi.jar ../../private/share/lib/jaxrpc-spi.jar saaj
&lt;br&gt;&amp;nbsp;-api.jar saaj-impl.jar jax-qname.jar namespace.jar relaxngDatatype.ja
&lt;br&gt;&amp;nbsp;r ../../private/share/lib/relaxngDatatype.jar xsdlib.jar ../../privat
&lt;br&gt;&amp;nbsp;e/share/lib/xsdlib.jar FastInfoset.jar ../../../opt/SUNWjax/share/lib
&lt;br&gt;&amp;nbsp;/FastInfoset.jar jsr173_api.jar
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=19777250&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=19777250&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JAX-RPC---Issues-f2631.html&quot; embed=&quot;fixTarget[2631]&quot; target=&quot;_top&quot; &gt;JAX-RPC - Issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Issue-40--New---Class-Path-in-jaxrpc-impl.jar-manifest-contains-bogus-entries-tp19777250p19777250.html" />
</entry>

</feed>
