![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi All, I was wondering if anyone knows how to get SOAP to read a SB+ dictionary on top of Universe? I'm fairly new with web services and SOAP and am trying to create web service access to our SB+ system but seem to be having some trouble, I assume because of the SB+ dictionary structure... Any thoughts or ideas would be much appreciated. Dean |
#3
| |||
| |||
|
|
On May 4, 8:23*am, Dean Harry <d... (AT) callit (DOT) com.au> wrote: Hi All, I was wondering if anyone knows how to get SOAP to read a SB+ dictionary on top of Universe? I'm fairly new with web services and SOAP and am trying to create web service access to our SB+ system but seem to be having some trouble, I assume because of the SB+ dictionary structure... Any thoughts or ideas would be much appreciated. Dean Hi Dean, SOAP is a protocol, xml over http. It cannot "read" anything. It is one of the transport methods of moving data between disparate systems through web services. So, that being said, I would suggest any number of tutorials available on the subject (TG has a few, past issues of the Spectrum magazine have several, etc.). I am not sure what you are using on the client end to generate the SOAP request, but your MV Basic subroutine is what will do all your heavy lifting (reading of the SB+ dictionary, etc.) and then will send the response back to the client, via SOAP and all this is defined in a wsdl. You're using UniVerse, so I ask if you are using the U2 Web Service Developers tool (and what version of UniVerse and U2WSD tool)? I know that some here in this group have other preferred methods to creating web services in UniVerse, but I have had a lot of success using the U2WSD tool in my UniVerse web services projects at Neiman Marcus. It has made my job relatively easy. Feel free to contact me offline if you wish. You can find my contact info on Google Groups. Bruce Holt |
#4
| |||
| |||
|
|
Hi Bruce, Thanks for the reply, we are using U2WSD v1.1 with Universe 10.2.10. My client device is an iPad. While I do know Universe, I don't know U2WSD or SOAP and are currently poking around them to see what clicks. I seem to have the U2WSD part kind of working, it can read normal Universe dictionaries ok but cna't handle an SB+ dictionary, but as you said, most of the heavy lifting would be handled by a subroutine anyway. What doesn't seem to work is SOAP, it seems to be set up ok but running a standard LIST CUSTOMER NAME WITH ID = ? from the default HS.SALES account gives a SOAP internal web server error so not to sure about that... seems I have a lot to learn ![]() I'll have a read over the past Spectrum magazines and see if I can pick up some things. Cheers, Dean |
#5
| |||
| |||
|
|
Hi Bruce, What doesn't seem to work is SOAP, it seems to be set up ok but running a standard LIST CUSTOMER NAME WITH ID = ? from the default HS.SALES account gives a SOAP internal web server error so not to sure about that... seems I have a lot to learn |
![]() |
| Thread Tools | |
| Display Modes | |
| |