Re: SOAP upload file issue

2020-02-18 Thread Maxim Solodovnik
https://cxf.apache.org/ https://cxf.apache.org/docs/sample-projects.html On Wed, 19 Feb 2020 at 13:27, Daniel Baker wrote: > Ok what is CXF ? > > On Wed, 19 Feb 2020, 02:45 Maxim Solodovnik, wrote: > >> Hello Daniel, >> >> I don't have experience in sending files over soap >> And unfortunately

Re: SOAP upload file issue

2020-02-18 Thread Daniel Baker
Ok what is CXF ? On Wed, 19 Feb 2020, 02:45 Maxim Solodovnik, wrote: > Hello Daniel, > > I don't have experience in sending files over soap > And unfortunately have no time to investigate the topic > I can recommend to check CXF examples > > On Sat, Feb 15, 2020, 21:52 Daniel Baker > wrote: > >

Re: SOAP upload file issue

2020-02-18 Thread Maxim Solodovnik
Hello Daniel, I don't have experience in sending files over soap And unfortunately have no time to investigate the topic I can recommend to check CXF examples On Sat, Feb 15, 2020, 21:52 Daniel Baker wrote: > Hi Maxim, I can confirm it works through REST and your official OM > moodle plug

Re: SOAP upload file issue

2020-02-15 Thread Daniel Baker
Hi Maxim,  I can confirm it  works  through  REST  and your official OM  moodle plugin.  Would it be possible for  you to check that  it can be done through  SOAP ? We are struggling to make it  work  but  have  been successful with several of the other SOAP API  calls. Best Regards, Dan

Re: SOAP upload file issue

2020-02-13 Thread Maxim Solodovnik
Please check working example here https://github.com/openmeetings/openmeetings-moodle-plugin/blob/master/api/OmGateway.php#L290 On Thu, 13 Feb 2020 at 22:13, moodle dman wrote: > Hi Guys, > I am trying to use the SOAP ws API to upload a file in open meetings, but > no matter what I do I always g

SOAP upload file issue

2020-02-13 Thread moodle dman
Hi Guys, I am trying to use the SOAP ws API to upload a file in open meetings, but no matter what I do I always get a : Unmarshalling Error: Unable to create an instance of java.io.InputStream error. I am using php as web-service client. I tried sending a stream to the web-service, i tried to har