public virtual c__marketsummarydatabeanws getmarketsummary()
	{
		Sybase.PowerBuilder.IPBValue[] __PBNIInteralArgs = new Sybase.PowerBuilder.IPBValue[0];
		System.Type[] __PBNIInteralArgTypes = new System.Type[0];
		bool[] __PBNIInteralArgsByRef = new bool[0];
		Sybase.PowerBuilder.IPBValue __PBNIInteralReturn = new c__marketsummarydatabeanws();
		_proxy.Invoke("<method name='getMarketSummary' ns='WebService' pbname='getMarketSummary'><return name='returnvalue' type='WebService.MarketSummaryDataBeanWS' isRef='False' ArrayDim='0' IsNullableType='False' /></method>", __PBNIInteralArgs, __PBNIInteralArgTypes, __PBNIInteralArgsByRef, ref __PBNIInteralReturn, typeof(c__marketsummarydatabeanws));

		return (c__marketsummarydatabeanws)__PBNIInteralReturn;
	}
Example #2
0
	public virtual void of_getmarketsummary()
	{
		#line hidden
		c__soapexception e = null;
		try
		{
			try
			{
				#line 2
				i_marketsummary = i_service.getmarketsummary();
				#line hidden
			}
			catch (System.DivideByZeroException)
			{
				Sybase.PowerBuilder.PBRuntimeError.Throw(Sybase.PowerBuilder.RuntimeErrorCode.RT_R0001);
				throw new System.Exception();
			}
			catch (System.NullReferenceException)
			{
				Sybase.PowerBuilder.PBRuntimeError.Throw(Sybase.PowerBuilder.RuntimeErrorCode.RT_R0002);
				throw new System.Exception();
			}
			catch (System.IndexOutOfRangeException)
			{
				Sybase.PowerBuilder.PBRuntimeError.Throw(Sybase.PowerBuilder.RuntimeErrorCode.RT_R0003);
				throw new System.Exception();
			}
		}
		#line 3
		catch (c__soapexceptionE __PB_TEMP_e__temp)
		#line hidden
		{
			e = __PB_TEMP_e__temp.E;
			#line 4
			i_ex.setmessage(new Sybase.PowerBuilder.PBString("Remote exception ")+ e.GetMessage(), new Sybase.PowerBuilder.PBString("of_getmarketsummary"));
			#line hidden
			#line 5
			throw new c__n_exceptionE(i_ex);
			#line hidden
		}
	}