Search found 16 matches
- Sat Sep 04, 2010 4:47 pm
- Forum: Developers
- Topic: Sending SOAP message and receiving JSON
- Replies: 3
- Views: 711
Sending SOAP message and receiving JSON
No that doesn't work, you can't receive a JSON string as SOAP message
- Tue Aug 31, 2010 4:31 pm
- Forum: Developers
- Topic: WSDL Url
- Replies: 3
- Views: 913
WSDL Url
And that eliminates all possibilities of creating proxy classes out of the WSDL
- Tue Aug 31, 2010 10:27 am
- Forum: Developers
- Topic: WSDL Url
- Replies: 3
- Views: 913
WSDL Url
Under which URL is the wsdl published? I'm trying to create a WS layer for zimbra but no matter what urls I try I either get that either the parsing of WSDL failed or the URL is wrong.
Can someone assist please?
Can someone assist please?
- Fri Aug 27, 2010 9:57 am
- Forum: Developers
- Topic: Contacts not deleted
- Replies: 2
- Views: 364
Contacts not deleted
Now I get it, never mind, upon deleting from the interface the contacts are moved into the Trash folder, when I empty the trash folder the request works fine.
- Fri Aug 27, 2010 9:51 am
- Forum: Developers
- Topic: Contacts not deleted
- Replies: 2
- Views: 364
Contacts not deleted
Note that the contacts no longer appear in the interface, they just appear through the GetContactsRequest
- Fri Aug 27, 2010 9:50 am
- Forum: Developers
- Topic: Contacts not deleted
- Replies: 2
- Views: 364
Contacts not deleted
I'm using the SOAP api to create / delete contacts etc...Now here's a funny scenario, I just cleaned all my contacts, created a single user and now I invoke the GetContactsRequest and all the previous contacts that were deleted are still showing up.Is that a normal behavior? Is there a sched...
- Fri Aug 27, 2010 6:03 am
- Forum: Developers
- Topic: Immediately Consumable Web Services
- Replies: 0
- Views: 195
Immediately Consumable Web Services
I wonder if there are immediately consumable web services for zimbra, the current approach of sending and receiving messages is a bit bulky, is there any other approach for using consumable services directly? Something like apache-axis where there's no need to send a soap request and then get a ...
- Thu Aug 26, 2010 5:07 pm
- Forum: Developers
- Topic: Sending SOAP message and receiving JSON
- Replies: 3
- Views: 711
Sending SOAP message and receiving JSON
I can successfully send a SOAP message over a java client and get the response. Now let's say I need to receive a JSON response, what would be the approach? My client looks like this: SOAPConnection soapConnection = SOAPConnectionFactory.newInstance().createConnection(); MessageFactory messageFa...
- Thu Aug 26, 2010 6:07 am
- Forum: Developers
- Topic: JSON Request format
- Replies: 1
- Views: 234
JSON Request format
What is the format of sending a JSON request via an http client? More specifically what is the parameter name where the json request is embedded to the post form?
For an Authrequest I guess it would be something like
For an Authrequest I guess it would be something like
https://host:7071/services/admin/soap/AuthRequest?value=>
- Thu Aug 26, 2010 2:33 am
- Forum: Developers
- Topic: [SOLVED] Java SOAP Client exception
- Replies: 10
- Views: 2426
[SOLVED] Java SOAP Client exception
The error has been resolved, I have updated my client to invoke the soap services differently and now they work like charm. Thanks for the feedback