Skip to Content
0
Former Member
Aug 05, 2005 at 01:15 PM

/SOMO/GET_TIMEZONE rfc invocation issue

107 Views

Hi Reiner,

I have an issue with invoking the rfc '/SOMO/GET_TIMEZONE'.

this works fine using se37.

When i build the proxy client.

1> the wsdl description defines a method Somo_Get_Timezone

2> the proxy class [.cs] does not create the method to implement the rfc.

3> i created a method myself, but upon

invocation

results = this.SAPInvoke("Somo_Get_Timezone",new object[] {});

error msg :"invalid method Somo_Get_Timezone."

-


or -


results = this.SAPInvoke("/SOMO/GET_TIMEZONE",new object[] {});

error msg :"invalid method/SOMO/GET_TIMEZONE."

any combination yields similar results...

any thoghts ?

Thanks,

Amit.