severndigital Posted July 6, 2009 Share Posted July 6, 2009 I'm not sure if this should go here or in the Java forum, if it needs to be moved, please feel free. I am trying to connect to a java based application on our server. They company has provided me with documentation referencing the API functions and what not. But no one can give me a clear answer on how to use those API functions within PHP. Can someone here at least give me a basic "concept" as to how I can / should be able to interface with the API ... or am I trying to do something that is not possible? thanks in advance. -C Link to comment https://forums.phpfreaks.com/topic/164914-talking-to-a-java-api/ Share on other sites More sharing options...
trq Posted July 6, 2009 Share Posted July 6, 2009 I'm not sure if this should go here or in the Java forum, if it needs to be moved, please feel free. There is no Java board on these forums. However, you might start here. Link to comment https://forums.phpfreaks.com/topic/164914-talking-to-a-java-api/#findComment-869642 Share on other sites More sharing options...
severndigital Posted July 6, 2009 Author Share Posted July 6, 2009 after a bit of research, it looks like the pecl java extensions do not exist anymore, or at least they don't show up in any pecl search (both on the website and the command line) I understand that it is possible to create a "bridge" using SOAP, but I can't seem to find any real information on the subject. the article I could find on the subject http://rwatsh.blogspot.com/2007/03/integrating-java-and-php-web-services.html suggests a link using the WSDL and a soap connection. I am looking into the availability of a WSDL for the software we are using, but as of right now, i don't believe one exists. Any suggestions?? Thanks again. Link to comment https://forums.phpfreaks.com/topic/164914-talking-to-a-java-api/#findComment-869705 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.