8/17/2025 3:27:36 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
|
|
|
|
SLX Web 7.5 and WebServices
Posted: 15 Jan 09 7:48 AM
|
Hello,
I'm editing SLX from Visual Studio because i'm trying to build an object with a list of contact ids, and i was tryingto do it with a Web Service. I tried to do it on an test environment on Visual Studio without the "Add web reference" functionality of visual studio and it worked, but i tried to do it on slx from visual studio also and it didn't worked.
Do anyone know if i can use a web service in SLX without, or if i can make this object in any other way on Visual Studio or on Application Architect?
thank you very much. |
|
|
|
Re: SLX Web 7.5 and WebServices
Posted: 16 Jan 09 4:50 AM
|
John,
Can I just clarify what the issue is here.
You have said that you are calling a web service without using 'Add Web Reference' in VS. Does this mean that you are effectively building the message envelope yourself (building the XML directly, or serialising an object you have created for this purpose)? But when you include the same code in SLX, it does not work?
If this is the case, then I would suggest that it is probably a security issue. i.e. the service user running SLX does not have access to the web service it is calling.
You could however, still try and use the 'Add web reference' function within VS. Providing you link to the classes created by this function within App Architect, it should work.
Either way though, if there is a security issue (network or machine), then this will need to be sorted first.
Have you tried using Wireshark (Ethereal) or Fiddler to see what calls (if any) are being sent to the webservice to tie down the issue?
Regards,
Martin |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|